aboutsummaryrefslogtreecommitdiff
path: root/audio/pd
Commit message (Collapse)AuthorAgeFilesLines
* The sixth parameter of DESKTOP_ENTRIES is either true, false or empty,Mathieu Arnold2018-03-261-1/+1
| | | | | | | | | it is not the shell builtin named false. Sponsored by: Absolight Notes: svn path=/head/; revision=465606
* Cleanup patches, a* categories.Mathieu Arnold2016-07-262-2/+2
| | | | | | | | | | Rename them to follow the make makepatch naming, and regenerate them. With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=419133
* - Update to version 0.47.1Pawel Pekala2016-07-242-4/+5
| | | | | | | | | | - Make JACK option on by default PR: 211326 Submitted by: Tobias Brodel (maintainer) Notes: svn path=/head/; revision=419021
* Prefer relative links to make packages more relocation friendlyBaptiste Daroussin2016-06-231-2/+2
| | | | Notes: svn path=/head/; revision=417348
* audio/pd: Fix builtin documentationKurt Jaeger2016-05-143-20/+7
| | | | | | | | | | - also pet portlint PR: 209493 Submitted by: Tobias Brodel <brittlehaus@gmail.com> (maintainer) Notes: svn path=/head/; revision=415189
* audio/pd: 0.46-7 -> 0.47-0Kurt Jaeger2016-05-114-59/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - The "deken" plug-in is integrated into the Pd help menu - you can download and install Pd libraries using the "Find Externals" menu command. - New clone object that opens multiple copies of an abstraction and routes messages and signals to/from them, for making banks of voices or whatnot - "Zoom" feature for dealing with high-resolution displays. IEM GUIs are only somewhat dodgily handled (font sizes of labels aren't managed well). - Controllable font sizes for menus and dialogs: setting the "pd window" font size also sets font sizes for menus/dialogs. - The expr, expr~, and fexpr~ objects are included in Pd proper, not loaded as externs as before. THis reflects their new license (lgpl) and should allow them to be used in IOS apps via libpd. Shahrohk Yadegari has updated the source and made manifold improvements in the objects. Notably, they now allow access to variables in Pd defined via the "value" object. - Backward messaging to netsend now works in UDP as well as TCP. - Dialogs now work more Appleshly (changes taking place without the need to hit an "apply" button in many cases). Thanks to danomatica. - API support for "initbang" and "closebang" objects (from IEM library I think, but anyhow you can now get them in Pd Vanilla via deken (help menu "Find externals"). - "Declare" object path settings now take effect immediately when you edit the declare object. - (Iohannes) Abstractions, externs, and stuff written in other languages (pythin, Lua, etc) are now loaded logically, that is, if you have one patch that loads an external named X, you can still load abstractions named X in other patches. Miller now oficially Does Not Know How This Works (DNKHTW). - Many bug fixes. PR: 209438 Submitted by: Tobias Brodel <brittlehaus@gmail.com> (maintainer) Notes: svn path=/head/; revision=414975
* Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.Mathieu Arnold2016-04-011-4/+4
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412344
* audio/pd: pass maintainershipJan Beich2016-03-271-1/+1
| | | | | | | | PR: 208296 Submitted by: Tobias Brodel Notes: svn path=/head/; revision=411986
* audio/pd: some fixesKurt Jaeger2016-02-064-18/+53
| | | | | | | | | | | - repair the loading of external objects - reduce portlint complaints PR: 206965 Submitted by: Tobias Brodel <brittlehaus@gmail.com> Notes: svn path=/head/; revision=408285
* Update to upstream version 0.46.7Thomas Zander2015-10-103-4/+4
| | | | | | | | PR: 203241 Submitted by: tkato432@yahoo.com Notes: svn path=/head/; revision=399008
* - Update to 0.46.6Wen Heping2015-06-283-5/+7
| | | | | | | | PR: 199215 Submitted by: tkato432@yahoo.com Notes: svn path=/head/; revision=390742
* Remove pre-configure target. It doesn't do anything because the variablesTijl Coosemans2015-04-181-6/+0
| | | | | | | are all undefined. Notes: svn path=/head/; revision=384252
* Upgrade to 0.46-5.Vanilla I. Shu2015-01-202-3/+3
| | | | Notes: svn path=/head/; revision=377521
* Convert to USES=autoreconfBaptiste Daroussin2014-12-181-5/+3
| | | | Notes: svn path=/head/; revision=374895
* Update to upstream version 0.46.2Thomas Zander2014-11-013-5/+6
| | | | | | | | PR: 194162 Submitted by: tkato432@yahoo.com Notes: svn path=/head/; revision=372002
* Cleanup plistBaptiste Daroussin2014-10-201-28/+0
| | | | Notes: svn path=/head/; revision=371234
* Use default LIBTOOLIZE_ARGSTijl Coosemans2014-09-131-1/+0
| | | | Notes: svn path=/head/; revision=368126
* - Update to upstream version 0.46.0Thomas Zander2014-09-103-15/+10
| | | | | | | | | | | - Fix LICENSE* - Retire FFTW option PR: 193321 Submitted by: tkato432@yahoo.com Notes: svn path=/head/; revision=367809
* math/fftw3:Tijl Coosemans2014-08-311-0/+1
| | | | | | | | | | - Add USES=libtool and bump dependent ports - Add INSTALL_TARGET=install-strip - Remove PTHREAD_CFLAGS and PTHREAD_LIBS - Use MAKE_CMD Notes: svn path=/head/; revision=366788
* - Update to 0.45.5Martin Wilke2014-05-173-22/+11
| | | | | | | | PR: 188857 Submitted by: Ports Fury Notes: svn path=/head/; revision=354308
* When linking a library libA with a library libB using libtool, if libB.laTijl Coosemans2014-04-231-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | exists, libtool will add all libraries libB.la refers to (dependency_libs field) to the linker command line and store them in the dependency_libs field of libA.la. So everything that subsequently links with libA will also link to these extra libraries. This causes too much overlinking. This commit modifies Mk/Uses/libtool.mk so it empties the dependency_libs field in .la libraries during staging. However, because .la libraries have very limited use when dependency_libs is empty it makes sense to completely remove them during staging. So with this commit USES=libtool is modified to remove .la libraries and a new form (USES=libtool:keepla) is introduced in case they need to be kept (dependency_libs is still emptied). PORTREVISION is bumped on all ports with USES=libtool that install .la libraries. Most ports are also changed to add :keepla because .la libraries have to be kept around as long as there are dependent ports with .la libraries that refer to them in their dependency_libs field. In most cases :keepla can be removed again as soon as all dependent ports that install .la libraries have some form of USES=libtool added to their Makefile. PR: ports/188759 Exp-run: bdrewery Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=351936
* Let libtoolize copy missing files instead of linking them so thatTijl Coosemans2014-02-091-3/+3
| | | | | | | USES=libtool can patch them. Notes: svn path=/head/; revision=343548
* - Update from 0.45-3 to 0.45-4Danilo Egea Gondolfo2013-12-182-6/+8
| | | | | | | | | | - Add shebangfix to USES PR: ports/184872 Submitted by: KATO Tsuguru <tkato432@yahoo.com> Notes: svn path=/head/; revision=336848
* - Update to version 0.45.3Pawel Pekala2013-10-285-51/+467
| | | | | | | | | | | | | | - Support STAGEDIR While here: - Use options helpers - Install dektop entry file PR: ports/181877 Submitted by: KATO Tsuguru <tkato432@yahoo.com> Notes: svn path=/head/; revision=331867
* - Convert to USES+=tclPietro Cerutti2013-09-232-428/+5
| | | | | | | | - Convert to new LIB_DEPENDS format - Use PORTDOCS=* instead of listing them in pkg-plist Notes: svn path=/head/; revision=327961
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | audio) Notes: svn path=/head/; revision=327706
* Convert audio from USE_GMAKE to USES=gmakeBaptiste Daroussin2013-08-301-3/+1
| | | | | | | | | | | While here: - Trim headers - Convert some USE_GNOME=pkgconfig to USES=pkgconfig - Add some missing pkgconf dependencies - Convert some USE_GNOME=gnomehack to USES=pathfix Notes: svn path=/head/; revision=325727
* - Remove MAKE_JOBS_SAFE variableAlex Kozlov2013-08-141-1/+0
| | | | | | | Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=324744
* - Update to 0.44-3Martin Wilke2013-04-2610-246/+12
| | | | | | | | PR: 178027 Submitted by: Ports Fury Notes: svn path=/head/; revision=316580
* Convert USE_PKGCONFIG -> USES=pkgconf for audio categoryBaptiste Daroussin2013-04-221-1/+1
| | | | Notes: svn path=/head/; revision=316287
* - Actually update to 0.44-2Bryan Drewery2013-02-082-3/+3
| | | | | | | | PR: ports/175569 Submitted by: KATO Tsuguru <tkato432@yahoo.com> Notes: svn path=/head/; revision=311946
* - Update to 0.44.2Martin Wilke2013-02-074-159/+159
| | | | | | | | PR: 175569 Submitted by: Ports Fury Notes: svn path=/head/; revision=311843
* - Strip header at request of original creatorThomas Abthorpe2013-01-271-1/+1
| | | | | | | | Submitted by: trevor With hat: portmgr Notes: svn path=/head/; revision=311049
* - Update to version 0.43-4Armin Pirkovitsch2012-11-302-8/+4
| | | | | | | | | | | | - Trim Makefile header PR: ports/171966 Submitted by: KATO Tsuguru <tkato432 _at_ yahoo.com> Approved by: beat (mentor) Feature safe: yes Notes: svn path=/head/; revision=308038
* - Update to 0.43.3Martin Wilke2012-08-052-3/+10
| | | | | | | | PR: 170136 Submitted by: Ports Fury Notes: svn path=/head/; revision=302047
* Convert to new options frameworkBaptiste Daroussin2012-06-011-5/+4
| | | | Notes: svn path=/head/; revision=297946
* - Update to version 0.43.2Martin Wilke2012-04-212-3/+3
| | | | | | | | PR: 166876 Submitted by: Ports Fury Notes: svn path=/head/; revision=295218
* - Update to 0.43.1Martin Wilke2012-03-254-6/+44
| | | | | | | | | PR: 166015 Submitted by: Ports Fury Feature safe: yes Notes: svn path=/head/; revision=293784
* Standardize WWW: tags a bit more:Doug Barton2011-11-061-1/+2
| | | | | | | | | | | | | | | | 1. Remove white space from the beginning of lines 2. Make the canonical WWW the last line of the file 3. Remove lines to the effect of, "More information can be found at..." that's the stated purpose of the WWW: tags in the first place. 4. Change secondary WWW: lines to use other text to avoid confusion While I'm here, remove some more useless Author: lines, and some prepended white space to other lines. Mentioned (in part) by: Matthew Seaman <m.seaman@infracaninophile.co.uk> Notes: svn path=/head/; revision=285197
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)Dmitry Marakasov2011-09-231-3/+2
| | | | | | | | | | | | - Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead PR: 157936 Submitted by: myself Exp-runs by: pav Approved by: pav Notes: svn path=/head/; revision=282282
* Update to 0.43.0Emanuel Haupt2011-08-0910-118/+87
| | | | | | | | PR: 158494 Submitted by: KATO Tsuguru <tkato432@yahoo.com> Notes: svn path=/head/; revision=279347
* - Get Rid MD5 supportMartin Wilke2011-03-191-1/+0
| | | | Notes: svn path=/head/; revision=271305
* - Update to 0.42.6Sylvio Cesar Teixeira2010-04-253-4/+5
| | | | Notes: svn path=/head/; revision=253230
* - Mark MAKE_JOBS_UNSAFEPav Lucistnik2009-11-201-0/+1
| | | | | | | Reported by: pointyhat Notes: svn path=/head/; revision=244567
* - Update to 0.42.5Martin Wilke2009-05-233-5/+6
| | | | | | | | PR: 134623 Submitted by: Ports Fury Notes: svn path=/head/; revision=234444
* - Change default Tcl/Tk version to 8.5Martin Matuska2009-02-231-0/+1
| | | | | | | | | - Bump PORTVERSION of ports affected Tested by: pointyhat (pav) Notes: svn path=/head/; revision=228909
* - Update to 0.42-4Martin Wilke2009-02-143-5/+4
| | | | | | | | PR: 131669 Submitted by: Dennis Herrmann <adox@mcx2.org> Notes: svn path=/head/; revision=228305
* - Update to 0.42-3Philippe Audeoud2009-01-273-4/+5
| | | | | | | | PR: ports/130984 Submitted by: Dennis Herrmann <adox _AT_ mcx2.org> Notes: svn path=/head/; revision=226968
* - Update to 0.42Martin Wilke2009-01-1610-310/+680
| | | | | | | | PR: 130470 Submitted by: Ports Fury Notes: svn path=/head/; revision=226220
* Fix misplaced .endifTilman Keskinoz2008-08-271-1/+1
| | | | | | | Reported by: QAT Notes: svn path=/head/; revision=219318