aboutsummaryrefslogtreecommitdiff
path: root/audio/libmp3splt
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* audio/libmp3splt: Upcase OPTIONS_MULTI as we normally doTobias Kortkamp2019-05-261-2/+2
| | | | Notes: svn path=/head/; revision=502703
* - Fix ID3 option selectionDanilo Egea Gondolfo2016-10-141-2/+3
| | | | | | | | | PR: 213469 Submitted by: Anton Yuzhaninov <citrin+pr@citrin.ru> MFH: 2016Q4 Notes: svn path=/head/; revision=423972
* Cleanup patches, a* categories.Mathieu Arnold2016-07-262-5/+5
| | | | | | | | | | Rename them to follow the make makepatch naming, and regenerate them. With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=419133
* Remove NLS, DOCS, EXAMPLES and IPV6 from OPTIONS_DEFAULT, they are enabled ↵Dmitry Marakasov2016-05-231-1/+1
| | | | | | | | | by default anyway and don't need to be listed Approved by: portmgr blanket Notes: svn path=/head/; revision=415742
* Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.Mathieu Arnold2016-04-011-7/+7
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412344
* libmp3spltDanilo Egea Gondolfo2014-12-134-68/+46
| | | | | | | | | | | | | | | | | | | | - Update to 0.9.2 - Use INSTALL_TARGET as install-strip while here - Use options helpers - Add a pkg-plist file mp3splt - Update to 2.6.2 while here - Use options helpers - Add a pkg-plist file PR: 195923 Submitted by: Anton Yuzhaninov <citrin+pr@citrin.ru> (maintainer) Notes: svn path=/head/; revision=374675
* Replace USES=libtool:oldver with USES=libtool or USES=libtool:keepla inTijl Coosemans2014-12-081-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* Replace USE_AUTOTOOLS=libltdl with an ordinary LIB_DEPENDS in all ports.Tijl Coosemans2014-09-171-1/+2
| | | | | | | | | | There are only 60 such ports so there doesn't need to be a separate keyword or USES for this. Approved by: portmgr (bapt) Notes: svn path=/head/; revision=368356
* - Switch to USES=libtool, drop .la filesDmitry Marakasov2014-07-251-8/+7
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=362882
* - Stage supportMartin Wilke2014-02-141-1/+0
| | | | Notes: svn path=/head/; revision=344222
* Chase libmad changesBaptiste Daroussin2014-02-051-0/+1
| | | | Notes: svn path=/head/; revision=342735
* In preparation for making libtool generate libraries with a sane name, fix allBaptiste Daroussin2013-12-111-5/+5
| | | | | | | | | LIB_DEPENDS in audio With hat: portmgr Notes: svn path=/head/; revision=336166
* 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
* Add an explicit dependency on pkgconfigBaptiste Daroussin2013-09-021-1/+1
| | | | Notes: svn path=/head/; revision=325990
* audio/libmp3splt: Fix configure script test for modern binutilsJohn Marino2013-07-252-1/+11
| | | | | | | | | | | | | The id3tag library will fail to be detected on systems using ld from recent binutils. This is because libid3tag is linked without zlib also being linked directly, and be default it doesn't search libraries linked to linked libraries. The configure script is patched with "-lz" to fix. Also remove redundant MAKE_JOBS_SAFE while we are here. Approved by: bapt (mentor), maintainer Notes: svn path=/head/; revision=323660
* - Convert USE_GETTEXT to USES (part 4)Alex Kozlov2013-04-261-1/+1
| | | | | | | Approved by: portmgr (bapt) Notes: svn path=/head/; revision=316596
* - Update libmp3splt to 0.8.2Andrej Zverev2013-04-243-6/+11
| | | | | | | | | | | | - Update mp3splt to 2.5.2 - Add license - Pet portlint Submitted by: maintainer via IRC Notes: svn path=/head/; revision=316413
* Fix typo in previous revisionAndrej Zverev2013-02-051-1/+1
| | | | | | | Submitted by: maintainer (via IRC) Notes: svn path=/head/; revision=311673
* Update to version 0.8.1a.Alexey Dokuchaev2013-02-013-16/+28
| | | | | | | Submitted by: maintainer Notes: svn path=/head/; revision=311367
* Update PCRE to 8.32Martin Matuska2012-12-101-0/+1
| | | | | | | | Introduces the UTF-32 library pcre32 Bump PORTREVISION in dependent ports Notes: svn path=/head/; revision=308630
* Update to 0.7.3.Vsevolod Stakhov2012-12-042-9/+4
| | | | | | | | Submitted by: maintainer via private email Feature safe: yes Notes: svn path=/head/; revision=308255
* libogg.so.8: Bump PORTREVISION for ports that depend on libogg,Christian Weisgerber2012-07-191-0/+1
| | | | | | | directly or indirectly (via libvorbis, libtheora). Notes: svn path=/head/; revision=301188
* Update to OptionsNG.Vsevolod Stakhov2012-06-191-30/+28
| | | | | | | Submitted by: maintainer via private email Notes: svn path=/head/; revision=299636
* - Update to 0.7.2Sunpoet Po-Chuan Hsieh2012-05-292-10/+10
| | | | | | | | | | | | | - Sort PLIST_FILES - While I'm here, pet portlint by removing ABI version number from LIB_DEPENDS Changes: https://sourceforge.net/news/?group_id=55130 PR: ports/168184 Submitted by: Timothy Beyer <beyert@cs.ucr.edu> Approved by: Anton Yuzhaninov <citrin@citrin.ru> (maintainer) Notes: svn path=/head/; revision=297633
* - Update to 0.7.1Chris Rees2012-04-183-14/+13
| | | | | | | | | | | - Fix WITHOUT_ID3 build PR: ports/160821 Submitted by: Spil <spil.oss@googlemail.com> Submitted by: Anton Yuzhaninov <citrin@citrin.ru> (maintainer) Notes: svn path=/head/; revision=294998
* Bump pcre library dependency due to 8.30 updateMartin Matuska2012-02-141-1/+2
| | | | Notes: svn path=/head/; revision=291338
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)Dmitry Marakasov2011-09-231-1/+1
| | | | | | | | | | | | - 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 mp3splt to 2.4Vsevolod Stakhov2011-09-162-4/+4
| | | | | | | | | - Update libmp3splt to 0.7 Submitted by: maintainer via email Notes: svn path=/head/; revision=281844
* Fix plist issue with removing unnecessary directory.Vsevolod Stakhov2011-03-251-4/+4
| | | | | | | | | Improve CPPFLAGS passing to CONFIGURE_ENV. Submitted by: maintainer via private email Notes: svn path=/head/; revision=271727
* Unbreak plist.Vsevolod Stakhov2011-03-211-0/+2
| | | | | | | Submitted by: maintainer via private email Notes: svn path=/head/; revision=271396
* Update mp3splt to 2.3a.Vsevolod Stakhov2011-03-182-5/+11
| | | | | | | | | Update libmp3splt to 0.6.1a. Submitted by: maintainer via private email Notes: svn path=/head/; revision=271270
* - Update to 0.6Sunpoet Po-Chuan Hsieh2010-10-064-45/+15
| | | | | | | | | | | | | | | | | | | - Remove WITHOUT_NLS patch which was applied upstream Changes: - fixed bug #3028775 & #3028078: naming conventions for files > 100 minutes confuses sort - fixed bug #3025671: getting original ID3v2 tags was not working on Windows - fixed bug #3012688: wrong include and lib path using --with-mp3splt - fixed bug #2969968: build failed with --disable-nls - fixed bug #2969223: 'invalid dir I:' - added > 2Gb support on Windows PR: ports/151114 Submitted by: sunpoet (myself) Approved by: Anton Yuzhaninov <citrin at citrin.ru> (maintainer), pgollucci (mentor) Notes: svn path=/head/; revision=262513
* Bump PORTREVISION for ports that depend on libogg, directly or indirectlyChristian Weisgerber2010-06-061-2/+2
| | | | | | | (via libvorbis, libtheora). Notes: svn path=/head/; revision=255958
* Bounce PORTREVISION for gettext-related ports. Have fun, ya'll.Ade Lovett2010-05-311-0/+1
| | | | Notes: svn path=/head/; revision=255371
* * Update to 0.5.9 [1]Vsevolod Stakhov2010-04-223-4/+45
| | | | | | | | | | | * Fix build when WITHOUT_NLS is defined [2] PR: 144718 Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net> [1], maintainer [2] Approved by: maintainer Notes: svn path=/head/; revision=253058
* - Update to 0.5.8aWen Heping2010-01-072-4/+4
| | | | | | | | PR: ports/141409 Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net> (maintainer) Notes: svn path=/head/; revision=247313
* - Update to 0.5.7aWen Heping2009-11-273-26/+18
| | | | | | | | | PR: ports/139166 Submitted by: Timothy Beyer <beyert@cs.ucr.edu> Approved by: maintainer Notes: svn path=/head/; revision=244825
* - Switch SourceForge ports to the new File Release System: categories ↵Dmitry Marakasov2009-08-221-2/+1
| | | | | | | 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
* Bump PORTREVISION after libogg and libvorbisfile major version increment.Christian Weisgerber2009-07-061-2/+2
| | | | Notes: svn path=/head/; revision=237283
* Fix parsing of CUE files.Vsevolod Stakhov2009-03-312-1/+21
| | | | | | | | | Bump portrevision. Submitted by: maintainer via email Notes: svn path=/head/; revision=231371
* Add libmp3splt that is required for new version of audio/mp3splt port.Vsevolod Stakhov2009-03-273-0/+80
Submitted by: Anton Yuzhaninov <citrin at citrin.ru> via email Notes: svn path=/head/; revision=231117