aboutsummaryrefslogtreecommitdiffstats
path: root/audio/xmms-wavpack
Commit message (Collapse)AuthorAgeFilesLines
* Chase wavpack update: bump PORTREVISION on ports linking to it by defaultriggs2017-02-181-1/+1
| | | | | | PR: 216847 Reported by: pkubaj@anongoth.pl MFH: 2017Q1
* - Add LICENSEamdmi32016-10-111-3/+4
| | | | - Switch to USES=localbase
* Drop maintainership for xmms and ancillary ports.naddy2016-09-201-1/+1
| | | | It would be a pity to see XMMS removed but personally I no longer use this.
* Cleanup patches, a* categories.mat2016-07-273-6/+6
| | | | | | | Rename them to follow the make makepatch naming, and regenerate them. With hat: portmgr Sponsored by: Absolight
* Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.mat2016-04-011-2/+2
| | | | | With hat: portmgr Sponsored by: Absolight
* converters/libiconv:tijl2015-04-152-11/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Remove const qualifier from iconv(3) to match POSIX: http://pubs.opengroup.org/onlinepubs/9699919799/functions/iconv.html - Patch iconv.h to expose more GNU extensions when LIBICONV_PLUG is defined because the base system iconv supports these extensions too. Add/remove patches to/from ports to call iconv with non-const arguments. This breaks some ports on FreeBSD 10 because base system iconv.h still has the const qualifier. Fix this by letting USES=iconv add a build dependency on converters/libiconv so ports can use its iconv.h (with LIBICONV_PLUG defined) instead of the base system iconv.h. This exposed some ports that link with libiconv when it is available instead of using libc iconv. In these cases one of the following changes has been made: - patch configure scripts to test for libc iconv first - add ac_cv_lib_iconv_libiconv=no or similar to CONFIGURE_ARGS to disable some configure tests - converters/wkhtmltopdf: this includes Qt4 so add a patch from devel/qt4 - lang/gcc5-aux: respect CFLAGS and friends during configure such that LIBICONV_PLUG is defined in the iconv test, also switch to external gettext - mail/gnarwl: replace patches with CPPFLAGS/LIBS - multimedia/ffmpeg2theora: remove iconv test from SConstruct and use ICONV_LIB in port Makefile instead, also fix a bug in subtitles.c - net-im/licq: finish conversion to cmake - net-mgmt/bandwidthd, net-mgmt/icinga, net-mgmt/nagios, net-mgmt/nagios4: don't need iconv - textproc/p5-XML-TinyXML: finish conversion to USES=perl5 Other changes: - databases/qdbm and slaves: respect CFLAGS and friends, also enable bzip2 and lzo support - games/ldmud: respect CFLAGS and friends - graphics/inventor: replace some patches with MAKE_ARGS/MAKE_ENV to respect CFLAGS and friends, also remove FreeBSD/alpha patch and add missing xorg dependencies PR: 199099 Exp-run by: antoine Approved by: portmgr (antoine)
* Replace USES=libtool:oldver with USES=libtool or USES=libtool:keepla intijl2014-12-091-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)
* devel/glib12 x11-toolkits/gtk12:tijl2014-09-131-1/+1
| | | | | | | - Convert to USES=libtool and bump dependent ports - Add INSTALL_TARGET=install-strip - Remove patches that renamed include directories and libraries so they didn't conflict with early development versions of glib/gtk 2.0
* Convert multimedia/xmms to USES=libtool. Bump PORTREVISION on alltijl2014-05-051-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | dependent ports and convert them to USES=libtool too. audio/scrobbler: - USES=tar:bzip2. - Don't link with libstdc++. audio/xmms-bonk: - Don't link with libstdc++. audio/xmms-flac: - Remove unneeded dependencies. - Remove $FreeBSD$ from patches. audio/xmms-scrobbler: - Use OPTIONS_SLAVE. audio/xmms-timidity: - USES=tar:bzip2. - Install the library instead of the source code file. audio/xmms-volnorm: - Remove do-install.
* XMMS is not going away soon, so unexpire the plugins that build.naddy2014-04-101-3/+0
|
* Chase multimedia/xmms deprecation and expiration dateantoine2014-03-241-0/+3
| | | | With hat: portmgr
* USE_BZIP2 -> USES+=tar:bzip2naddy2014-03-141-2/+1
| | | | USE_XZ -> USES+=tar:xz
* Support staging, general clean-up.naddy2013-09-292-7/+3
|
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-201-0/+1
| | | | audio)
* Add an explicit dependency on pkgconfbapt2013-09-031-0/+1
|
* For all my portsnaddy2013-08-021-1/+0
| | | | | * remove MAKE_JOBS_SAFE (default now) * change USE_GMAKE=yes to USES=gmake
* Remove pointless header lines from ports I created once upon a time.naddy2012-09-161-4/+0
|
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)amdmi32011-09-241-2/+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
* Fix build with clangnaddy2011-06-271-1/+10
|
* - Get Rid MD5 supportmiwi2011-03-191-1/+0
|
* - Chase wavpack's lib dumpsylvio2010-04-101-1/+2
| | | | Approved by: itetcu (mentor, implicit)
* Update to 1.0.3, which now has a license (GPL).naddy2009-10-054-15/+24
|
* Mark MAKE_JOBS_SAFE for parallel building.naddy2009-03-281-2/+3
|
* Import xmms-wavpack 1.0.2.naddy2009-01-126-0/+69
xmms-wavpack is a plugin for the multimedia player XMMS that plays audio files in the WavPack format, which supports lossless and lossy compression.