aboutsummaryrefslogtreecommitdiff
path: root/audio/libmad
Commit message (Collapse)AuthorAgeFilesLines
* - Add LICENSESunpoet Po-Chuan Hsieh2014-12-131-1/+3
| | | | Notes: svn path=/head/; revision=374613
* Replace USES=libtool:oldver with USES=libtool or USES=libtool:keepla inTijl Coosemans2014-12-082-7/+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
* When linking a library libA with a library libB using libtool, if libB.laTijl Coosemans2014-04-231-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* Fix build with clang 3.4Baptiste Daroussin2014-02-111-0/+39
| | | | | | | Submitted by: dim Notes: svn path=/head/; revision=343832
* - Fix USES=libtool and revert shared library changesSunpoet Po-Chuan Hsieh2014-02-052-5/+4
| | | | | | | - Bump PORTREVISION for package change Notes: svn path=/head/; revision=342737
* Fix after conversion to USES=libtoolBaptiste Daroussin2014-02-052-3/+4
| | | | Notes: svn path=/head/; revision=342729
* - Use USES=libtoolSunpoet Po-Chuan Hsieh2014-02-051-1/+1
| | | | Notes: svn path=/head/; revision=342718
* - Strip shared librarySunpoet Po-Chuan Hsieh2013-10-123-24/+14
| | | | | | | | | | | - Do not mkdir PREFIX/libdata/pkgconfig which is already in BSD.local.dist - Use SUB_FILES - Remove unnecessary patch - Cosmetic change - Take maintainership Notes: svn path=/head/; revision=330166
* - Support STAGEDIRAlex Kozlov2013-09-291-4/+2
| | | | Notes: svn path=/head/; revision=328747
* 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 from WITH to OPTIONSBaptiste Daroussin2013-06-141-6/+6
| | | | | | | While here remove wrong pkgconfig dependency Notes: svn path=/head/; revision=320976
* - drop maintainershipDirk Meyer2012-10-211-6/+2
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=306224
* - Get Rid MD5 supportMartin Wilke2011-03-191-1/+0
| | | | Notes: svn path=/head/; revision=271305
* Sync to new bsd.autotools.mkAde Lovett2010-12-041-1/+1
| | | | Notes: svn path=/head/; revision=265663
* - fix build with new GCCDirk Meyer2010-02-111-0/+2
| | | | | | | | PR: 143741 Submitted by: Rob Farmer Notes: svn path=/head/; revision=249579
* - Switch SourceForge ports to the new File Release System: categories ↵Dmitry Marakasov2009-08-221-2/+2
| | | | | | | starting with A Notes: svn path=/head/; revision=240066
* -Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.Jeremy Messenger2009-08-021-1/+1
| | | | | | | | | | | | | | | | | | | | | -Update libtool and libltdl to 2.2.6a. -Remove devel/libtool15 and devel/libltdl15. -Fix ports build with libtool22/libltdl22. -Bump ports that depend on libltdl22 due to shared library version change. -Explain what to do update in the UPDATING. It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop and applications in the runtime. With help: marcus and kwm Pointyhat-exp: a few times by pav Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and a few MarcusCom CVS users. Also, I might have missed a few. Repocopy by: marcus Approved by: portmgr Notes: svn path=/head/; revision=238781
* Use libtool port instead of included one to avoid objformat a.out botchKris Kennaway2007-01-281-0/+1
| | | | Notes: svn path=/head/; revision=183519
* - USE_LDCONFIGDirk Meyer2006-12-191-1/+1
| | | | Notes: svn path=/head/; revision=180125
* - take maintainershipDirk Meyer2006-12-021-1/+1
| | | | | | | | Submit:ted by: Revi:rewed by: Notes: svn path=/head/; revision=178618
* Reset inactive maintainer asa@gascom.ru.Mark Linimon2006-11-121-1/+1
| | | | | | | Hat: portmgr Notes: svn path=/head/; revision=177113
* Conversion to a single libtool environment.Ade Lovett2006-02-232-2/+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
* Be sure the pkgconfig directory exists (it doesn't on not branch versionsJoe Marcus Clarke2005-05-191-0/+1
| | | | | | | | | of FreeBSD). Reported by: GNOME Tinderbox Notes: svn path=/head/; revision=135630
* add knob to enable speed optimization.FUJISHIMA Satsuki2004-12-091-2/+6
| | | | | | | | | (maintainer timeout for two weeks.) Submitted by: Ingmar Gebert <ingmar.gebert@uni-rostock.de> Notes: svn path=/head/; revision=123573
* - Install pkgconfig filePav Lucistnik2004-10-113-0/+21
| | | | | | | | Approved by: maintainer Obtained from: Debian Notes: svn path=/head/; revision=118621
* Apply a big libtool patch to allow porters to use the libtool installed byJoe Marcus Clarke2004-07-091-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the libtoolX ports instead of the one included with each port. Ports that set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of the included version. To restore previous behavior, use the new macro, USE_INC_LIBTOOL_VER. Both macros accept the same argument: a libtool version. For example, to use the ports version of libtool-1.5, add the following to your Makefile: USE_LIBTOOL_VER= 15 To use the included version of libtool with extra hacks provided by libtool-1.5, add the following to your Makefile: USE_INC_LIBTOOL_VER= 15 With this change, ports that had to add additional libtool hacks to prevent .la files from being installed or to fix certain threading issues can now delete those hacks (after appropriate testing, of course). PR: 63944 Based on work by:eik and marcus Approved by: ade (autotools maintainer) Tested by: kris on pointyhat Bound to be hidden problems: You bet Notes: svn path=/head/; revision=113296
* - Update to 0.15.1bPav Lucistnik2004-07-072-3/+3
| | | | | | | | | PR: ports/68682 Submitted by: Evgueni V. Gavrilov <aquatique-ports@rambler.ru> Approved by: maintainer Notes: svn path=/head/; revision=113115
* SIZEify (maintainer timeout)Trevor Johnson2004-03-311-0/+1
| | | | Notes: svn path=/head/; revision=105747
* Whoa there, boy, that's a mighty big commit y'all have there...Ade Lovett2004-03-141-1/+1
| | | | | | | | | | | | | | | | | | Begin autotools sanitization sequence by requiring ports to explicitly specify which version of {libtool,autoconf,automake} they need, erasing the concept of a "system default". For ports-in-waiting: USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13 USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213 USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14 Ports attempting to use the old style system after June 1st 2004 will be sorely disappointed. Notes: svn path=/head/; revision=103963
* Add libmad, the library backend to the MAD audio project. MAD is aJoe Marcus Clarke2003-12-075-0/+59
high-quality MPEG 1 and 2 audio decoder. PR: 59702 Submitted by: Sergey Akifyev <asa@gascom.ru> Notes: svn path=/head/; revision=95213