aboutsummaryrefslogtreecommitdiff
path: root/audio/libid3tag
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* libid3tag: Add the latest WinAMP extensions for the (obsolete) ID3v1 genresUlrich Spörlein2020-01-132-1/+89
| | | | | | | | | | | | | This also fixes the typo of Bebop and harmonizes spelling with FFmpeg, see https://github.com/FFmpeg/FFmpeg/commit/60d599e2173508e1c4cc614ede6d239b2e15142d A pull request to also harmonize the spelling with taglib is at https://github.com/taglib/taglib/pull/942/ Approved by: maintainer Notes: svn path=/head/; revision=522867
* Cleanup patches, a* categories.Mathieu Arnold2016-07-261-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
* GrabNiclas Zeising2016-06-291-1/+1
| | | | Notes: svn path=/head/; revision=417793
* Convert to USES=libtool and add INSTALL_TARGET=install-stripTijl Coosemans2014-09-184-146/+4
| | | | Notes: svn path=/head/; revision=368428
* audio/libid3tag: Add dragonfly support to configure scriptJohn Marino2014-02-062-4/+121
| | | | Notes: svn path=/head/; revision=342912
* - Convert to stagingGuido Falsi2013-10-091-3/+1
| | | | Notes: svn path=/head/; revision=329940
* - fix misplaced NO_STAGE in slaveports and ifdefsDirk Meyer2013-09-211-1/+2
| | | | Notes: svn path=/head/; revision=327804
* 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
* - Fix LICENSESunpoet Po-Chuan Hsieh2013-09-051-1/+2
| | | | Notes: svn path=/head/; revision=326436
* - revert r325819Dirk Meyer2013-09-031-0/+2
| | | | Notes: svn path=/head/; revision=326119
* - Use USES=pkgconfigSunpoet Po-Chuan Hsieh2013-08-312-7/+3
| | | | | | | | | - libdata/pkgconfig is already in mtree - Cosmetic change - Remove superfluous license information in pkg-descr if LICENSE presents Notes: svn path=/head/; revision=325819
* - drop maintainershipDirk Meyer2012-10-181-7/+2
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=306098
* - 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
| | | | | | | Reported by: pointyhat Notes: svn path=/head/; revision=284613
* - Get Rid MD5 supportMartin Wilke2011-03-191-1/+0
| | | | Notes: svn path=/head/; revision=271305
* LICENSE GPLv2Dirk Meyer2010-06-041-0/+2
| | | | Notes: svn path=/head/; revision=255719
* - 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
* - add LICENSE:Dirk Meyer2009-01-161-0/+2
| | | | Notes: svn path=/head/; revision=226270
* - make use of USE_LDCONFIGDirk Meyer2007-07-221-1/+1
| | | | Notes: svn path=/head/; revision=196076
* - take maintainershipDirk Meyer2007-04-101-1/+1
| | | | Notes: svn path=/head/; revision=189657
* Fix the build after the removal of objformat.Joe Marcus Clarke2007-02-041-0/+4
| | | | | | | Reported by: pointyhat via kris Notes: svn path=/head/; revision=184104
* 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-231-1/+1
| | | | | | | 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
* Create the ${PREFIX}/libdata/pkgconfig directory. It is needed onJean-Yves Lefort2005-10-281-0/+1
| | | | | | | | | 4.x/5.x -RELEASE systems built exclusively from ports. Forgotten by: jylefort Notes: svn path=/head/; revision=146552
* - Update to 0.15.1b [1]Jean-Yves Lefort2005-10-286-88/+36
| | | | | | | | | | | | - While here, fix library major version number [1]: PR: ports/87405 Submitted by: Rodrigo Graeff <delphus@gmail.com> Approved by: maintainer timeout (15 days) Notes: svn path=/head/; revision=146547
* Add missing dependency.Kirill Ponomarev2005-01-311-1/+2
| | | | Notes: svn path=/head/; revision=127759
* 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
* 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
* Create and install a pkg-config file for id3tag. There are some portsJoe Marcus Clarke2003-12-294-8/+84
| | | | | | | | | | that require this. Submitted by: maintainer Adapted from: RedHat spec Notes: svn path=/head/; revision=96910
* Add libid3tag, an MPEG level 3 tagging library that is used by the MADJoe Marcus Clarke2003-12-076-0/+59
project. PR: 59703 Submitted by: Sergey Akifyev <asa@gascom.ru> Notes: svn path=/head/; revision=95216