diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2014-08-04 23:46:12 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2014-08-04 23:46:12 +0800 |
commit | 8aeb7e061fcefefeb950c49bfe8773656105b202 (patch) | |
tree | dfbfe397a0976bd8d80667e4c8f60d8e9d17361c /audio | |
parent | a5c5a14ffe02f76c22ba2a89f72cdbf5de1189ad (diff) | |
download | freebsd-ports-gnome-8aeb7e061fcefefeb950c49bfe8773656105b202.tar.gz freebsd-ports-gnome-8aeb7e061fcefefeb950c49bfe8773656105b202.tar.zst freebsd-ports-gnome-8aeb7e061fcefefeb950c49bfe8773656105b202.zip |
- Switch audio/musepack to USES=libtool, drop .la files
- Bump dependent ports as .so version has changed
- Fix audio/abcde by requiring python
- Fix audio/moc plist with MUSEPACK enabled
Approved by: portmgr blanket
Diffstat (limited to 'audio')
-rw-r--r-- | audio/abcde/Makefile | 4 | ||||
-rw-r--r-- | audio/aqualung/Makefile | 2 | ||||
-rw-r--r-- | audio/cmus/Makefile | 1 | ||||
-rw-r--r-- | audio/moc/Makefile | 4 | ||||
-rw-r--r-- | audio/musepack/Makefile | 6 | ||||
-rw-r--r-- | audio/musepack/pkg-plist | 4 | ||||
-rw-r--r-- | audio/musicpd/Makefile | 2 | ||||
-rw-r--r-- | audio/pacpl/Makefile | 2 | ||||
-rw-r--r-- | audio/soundkonverter/Makefile | 2 | ||||
-rw-r--r-- | audio/xmms2/Makefile | 2 |
10 files changed, 17 insertions, 12 deletions
diff --git a/audio/abcde/Makefile b/audio/abcde/Makefile index a9bcafafd571..e9a608ca9495 100644 --- a/audio/abcde/Makefile +++ b/audio/abcde/Makefile @@ -3,7 +3,7 @@ PORTNAME= abcde PORTVERSION= 2.5.4 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= audio MASTER_SITES= GOOGLE_CODE @@ -21,6 +21,8 @@ RUN_DEPENDS= cd-discid:${PORTSDIR}/audio/cd-discid \ NO_BUILD= yes +USE_PYTHON_RUN= yes + OPTIONS_DEFINE= CDDA2WAV DAGRAB EJECT FLAC MPP NORMALIZE REPLAYGAIN SPEEX EJECT_DESC?= Enable auto-eject support diff --git a/audio/aqualung/Makefile b/audio/aqualung/Makefile index 0f4bca7b81c9..c332b10b23f9 100644 --- a/audio/aqualung/Makefile +++ b/audio/aqualung/Makefile @@ -3,7 +3,7 @@ PORTNAME= aqualung DISTVERSION= 0.9beta11 -PORTREVISION= 19 +PORTREVISION= 20 CATEGORIES= audio MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${DISTVERSION} \ http://wickedmachine.net/mirror/ diff --git a/audio/cmus/Makefile b/audio/cmus/Makefile index 50325af75fce..24c4a821efb6 100644 --- a/audio/cmus/Makefile +++ b/audio/cmus/Makefile @@ -3,6 +3,7 @@ PORTNAME= cmus PORTVERSION= 2.5.1 +PORTREVISION= 1 CATEGORIES= audio MAINTAINER= h.skuhra@gmail.com diff --git a/audio/moc/Makefile b/audio/moc/Makefile index 613afc2965b1..b2a25f309a8b 100644 --- a/audio/moc/Makefile +++ b/audio/moc/Makefile @@ -3,7 +3,7 @@ PORTNAME= moc PORTVERSION= 2.4.4 -PORTREVISION= 14 +PORTREVISION= 15 CATEGORIES= audio MASTER_SITES= ftp://ftp.daper.net/pub/soft/moc/stable/ @@ -33,7 +33,7 @@ MP3_CONFIGURE_OFF= --without-mp3 MUSEPACK_LIB_DEPENDS= libmpcdec.so:${PORTSDIR}/audio/musepack \ libtag_c.so:${PORTSDIR}/audio/taglib -MUSE_PACK_PLIST_FILES= lib/moc/decoder_plugins/libmusepack_decoder.a \ +MUSEPACK_PLIST_FILES= lib/moc/decoder_plugins/libmusepack_decoder.a \ lib/moc/decoder_plugins/libmusepack_decoder.so MUSEPACK_CONFIGURE_OFF= --without-musepack diff --git a/audio/musepack/Makefile b/audio/musepack/Makefile index abccb7ad4dd0..7f2af35f228c 100644 --- a/audio/musepack/Makefile +++ b/audio/musepack/Makefile @@ -3,7 +3,7 @@ PORTNAME= musepack PORTVERSION= 2009.03.01 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio MASTER_SITES= http://files.musepack.net/source/ DISTNAME= ${PORTNAME}_src_r435 @@ -11,8 +11,10 @@ DISTNAME= ${PORTNAME}_src_r435 MAINTAINER= shoesoft@gmx.net COMMENT= Decoder, encoder, and replaygain for musepack (mpc) +USES= libtool USE_LDCONFIG= yes -USE_AUTOTOOLS= aclocal autoheader libtoolize automake autoconf libtool +USE_AUTOTOOLS= aclocal autoheader libtoolize automake autoconf +GNU_CONFIGURE= yes ACLOCAL_ARGS= -I. -I ${LOCALBASE}/share/aclocal AUTOMAKE_ARGS= --add-missing diff --git a/audio/musepack/pkg-plist b/audio/musepack/pkg-plist index 40b283c3a4b9..6288b8219f9e 100644 --- a/audio/musepack/pkg-plist +++ b/audio/musepack/pkg-plist @@ -11,7 +11,7 @@ include/mpc/mpcmath.h include/mpc/reader.h include/mpc/streaminfo.h lib/libmpcdec.a -lib/libmpcdec.la lib/libmpcdec.so -lib/libmpcdec.so.7 +lib/libmpcdec.so.6 +lib/libmpcdec.so.6.1.0 @dirrm include/mpc diff --git a/audio/musicpd/Makefile b/audio/musicpd/Makefile index 940f8882b366..a29167515975 100644 --- a/audio/musicpd/Makefile +++ b/audio/musicpd/Makefile @@ -2,7 +2,7 @@ PORTNAME= musicpd PORTVERSION= 0.18.11 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio ipv6 MASTER_SITES= http://www.musicpd.org/download/mpd/${PORTVERSION:R}/ DISTNAME= mpd-${PORTVERSION} diff --git a/audio/pacpl/Makefile b/audio/pacpl/Makefile index 4e0b287ca4d6..2f354c82b07b 100644 --- a/audio/pacpl/Makefile +++ b/audio/pacpl/Makefile @@ -3,7 +3,7 @@ PORTNAME= pacpl PORTVERSION= 5.0.1 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= audio MASTER_SITES= SF diff --git a/audio/soundkonverter/Makefile b/audio/soundkonverter/Makefile index 92a7aaf1cf21..4aca3225b319 100644 --- a/audio/soundkonverter/Makefile +++ b/audio/soundkonverter/Makefile @@ -3,7 +3,7 @@ PORTNAME= soundkonverter DISTVERSION= 2.1.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio kde MASTER_SITES= GH LOCAL/dbn/${PORTNAME} diff --git a/audio/xmms2/Makefile b/audio/xmms2/Makefile index c140bfa3d821..b202d470f134 100644 --- a/audio/xmms2/Makefile +++ b/audio/xmms2/Makefile @@ -4,7 +4,7 @@ PORTNAME?= xmms2 PORTVERSION= 0.8 DISTVERSIONSUFFIX=DrO_o -PORTREVISION?= 8 +PORTREVISION?= 9 CATEGORIES?= audio MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}%20${DISTVERSIONSUFFIX} |