aboutsummaryrefslogtreecommitdiff
path: root/audio/wavpack
Commit message (Collapse)AuthorAgeFilesLines
* Replace USES=libtool:oldver with USES=libtool or USES=libtool:keepla inTijl Coosemans2014-12-082-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the 32 ports that still use it. Bump PORTREVISION on their dependent ports except the ones that depend on these: audio/libogg audio/libvorbis devel/pcre ftp/curl graphics/jpeg graphics/libart_lgpl graphics/tiff textproc/expat2 textproc/libxslt In these cases the same trick as in the recent gettext update is used. The ports install a symlink with the old library version. When enough of their dependent ports have had regular updates the remaining ones can get a PORTREVISION bump and the links can be removed. Also remove the devel/pcre dependency from USE_GNOME=glib20. It causes over 2200 packages to depend on devel/pcre while less than 200 actually link with it. The glib20 package still depends on devel/pcre so this should not make a difference for ports with USE_GNOME=glib20. Also, libdata/pkgconfig/glib-2.0.pc lists pcre as a private library so USE_GNOME=glib20 should not propagate it. PR: 195724 Exp-run by: antoine Approved by: portmgr (antoine) Notes: svn path=/head/; revision=374303
* Cleanup plistBaptiste Daroussin2014-09-222-1/+1
| | | | | | | Strip binaries Notes: svn path=/head/; revision=368841
* - Clarify LICENSEDmitry Marakasov2014-06-161-2/+4
| | | | | | | | | - Switch to USES=libtool Approved by: portmgr blanket Notes: svn path=/head/; revision=358017
* - USE_(BZIP2|XZ) -> USES= tar:(bzip2|xz)Olli Hauer2014-06-011-2/+1
| | | | Notes: svn path=/head/; revision=356114
* StagifyBaptiste Daroussin2013-10-042-3/+3
| | | | Notes: svn path=/head/; revision=329376
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-5/+2
| | | | | | | audio) Notes: svn path=/head/; revision=327706
* - Convert USE_ICONV=yes to USES=iconvMarcus von Appen2013-04-271-2/+1
| | | | | | | | | - Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here Reviewed by: bapt, kwm Notes: svn path=/head/; revision=316654
* Fix clang build.Chris Rees2012-09-121-0/+22
| | | | | | | | | | Thanks to theraven for helping to track down the problem. PR: ports/168896 Reviewed by: multimedia (mav, briefly) Notes: svn path=/head/; revision=304164
* - Update port description to be more accurate with upstream and betterAlexey Dokuchaev2012-01-312-12/+22
| | | | | | | | formatted for standard terminal width - Define LICENSE knob (BSD) Notes: svn path=/head/; revision=290145
* - Stop accounting for GCC 3.x (${OSVERSION} < 700042)Alexey Dokuchaev2012-01-311-16/+8
| | | | | | | | | | | - Detect MMX support per MACHINE_CPU, remove OPTIONS - Remove .else clause since --disable-mmx is the default - Collapse including <bsd.port.pre/post.mk> into just <bsd.port.mk> - Reindent MAN1 variable assignment (line up with other knobs) - Adjust COMMENT and Makefile header while I am here Notes: svn path=/head/; revision=290144
* - Remove WITH_FBSD10_FIX, is no longer neededMartin Wilke2011-11-091-1/+0
| | | | Notes: svn path=/head/; revision=285379
* - Fix build on FreeBSD 10Martin Wilke2011-10-291-0/+1
| | | | Notes: svn path=/head/; revision=284630
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)Dmitry Marakasov2011-09-231-2/+0
| | | | | | | | | | | | - 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
* Remove USE_GNOME=gnometarget from ports. It has been a empty keyword sinceKoop Mast2011-08-111-1/+1
| | | | | | | | | | mid 2008. PR: ports/159624 Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> Notes: svn path=/head/; revision=279506
* - Get Rid MD5 supportMartin Wilke2011-03-191-1/+0
| | | | Notes: svn path=/head/; revision=271305
* - Update to 4.60.1Sylvio Cesar Teixeira2010-04-103-7/+11
| | | | | | | | | PR: ports/140999 Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net> Approved by: itetcu (mentor, implicit) Notes: svn path=/head/; revision=252526
* Add an OPTION to enable MMX optimizations on x86.Christian Weisgerber2009-01-191-1/+13
| | | | | | | | | | Not available with GCC3, which suffers an internal compiler error. PR: 127468 Submitted by: bf2006a@yahoo.com Notes: svn path=/head/; revision=226474
* Maintenance update to 4.50.1.Christian Weisgerber2009-01-124-56/+5
| | | | Notes: svn path=/head/; revision=225860
* Update to 4.41.0Michael Johnson2007-06-272-4/+4
| | | | Notes: svn path=/head/; revision=194344
* -Update to 4.40.0.Jeremy Messenger2007-01-035-49/+48
| | | | | | | | -Use USE_DOS2UNIX and get rid of ^M in our files/patch-*. -INSTALLS_SHLIB -> USE_LDCONFIG. Notes: svn path=/head/; revision=181309
* - Transfer MAINTAINER to multimedia@Michael Johnson2006-06-091-1/+1
| | | | | | | | Approved by: dhw (postmaster, for using multimedia@ as maintainer) gnome (gstreamer ports) Notes: svn path=/head/; revision=164918
* - Grab maintainerMichael Johnson2006-05-251-4/+2
| | | | | | | - Use gnomehack and target to replace post-patch stuff Notes: svn path=/head/; revision=163365
* Fix build on 4.x.Sam Lawrance2006-05-151-0/+20
| | | | | | | | PR: ports/97288 Submitted by: Shaun Amott <shaun@inerd.com> Notes: svn path=/head/; revision=162420
* Fix build on 4.xVolker Stolz2006-04-171-0/+22
| | | | | | | | PR: ports/95906 Submitted by: Jeffrey H. Johnson Notes: svn path=/head/; revision=159784
* - Update to 4.32Pav Lucistnik2006-04-154-29/+8
| | | | | | | | PR: ports/95778 Submitted by: Jeffrey H. Johnson <CPE1704TKS@bellsouth.net> Notes: svn path=/head/; revision=159602
* Reset kwm due to no response about email.Mark Linimon2006-04-141-1/+1
| | | | | | | Hat: portmgr Notes: svn path=/head/; revision=159522
* Conversion to a single libtool environment.Ade Lovett2006-02-232-1/+3
| | | | | | | Approved by: portmgr (kris) Notes: svn path=/head/; revision=156749
* SHA256ifyEdwin Groothuis2006-01-221-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154140
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentAde Lovett2005-11-151-1/+1
| | | | | | | | | | | | | | | | | | | | in bsd.autotools.mk essentially makes this a no-op given that all the old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in exactly the same way as USE_AUTOTOOLS itself. Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME team -- all GNOME 2.12.x ports use it. Preliminary documentation can be found at: http://people.FreeBSD.org/~ade/autotools.txt which is in the process of being SGMLized before introduction into the Porters Handbook. Light blue touch-paper. Run. Notes: svn path=/head/; revision=148323
* Fix build on 4.x.Koop Mast2005-07-112-0/+24
| | | | | | | Noticed by: pointyhat via kris and Ingmar Gebert <ingmar dot gebert At uni-rostock dot de> (ports/83227) Notes: svn path=/head/; revision=138905
* Add USE_ICONV to fix build on pointyhatKoop Mast2005-07-071-0/+1
| | | | | | | Submitted by: pointyhat via kris Notes: svn path=/head/; revision=138657
* Add wavpack.Koop Mast2005-07-064-0/+57
Wavepack is a completely open audio compression format providing lossless, high-quality lossy, and a unique hybrid compression mode. In the default lossless mode no original information is lost, so there is no change of degradation. Compression in this mode is between 30% an 70%. For more info see the website http://www.wavpack.com Notes: svn path=/head/; revision=138576