Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 4 Aug 2014 15:46:12 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r364024 - in head: audio/abcde audio/aqualung audio/cmus audio/moc audio/musepack audio/musicpd audio/pacpl audio/soundkonverter audio/xmms2 multimedia/gmerlin-avdecoder multimedia/qmmp...
Message-ID:  <53dfaac5.58d1.38188129@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Mon Aug  4 15:46:12 2014
New Revision: 364024
URL: http://svnweb.freebsd.org/changeset/ports/364024
QAT: https://qat.redports.org/buildarchive/r364024/

Log:
  - 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

Modified:
  head/audio/abcde/Makefile
  head/audio/aqualung/Makefile
  head/audio/cmus/Makefile
  head/audio/moc/Makefile
  head/audio/musepack/Makefile
  head/audio/musepack/pkg-plist
  head/audio/musicpd/Makefile
  head/audio/pacpl/Makefile
  head/audio/soundkonverter/Makefile
  head/audio/xmms2/Makefile
  head/multimedia/gmerlin-avdecoder/Makefile
  head/multimedia/qmmp/Makefile
  head/multimedia/quodlibet/Makefile
  head/multimedia/vlc/Makefile
  head/sysutils/k3b-kde4/Makefile

Modified: head/audio/abcde/Makefile
==============================================================================
--- head/audio/abcde/Makefile	Mon Aug  4 15:40:58 2014	(r364023)
+++ head/audio/abcde/Makefile	Mon Aug  4 15:46:12 2014	(r364024)
@@ -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
 
 NO_BUILD=	yes
 
+USE_PYTHON_RUN=	yes
+
 OPTIONS_DEFINE=	CDDA2WAV DAGRAB EJECT FLAC MPP NORMALIZE REPLAYGAIN SPEEX
 
 EJECT_DESC?=	Enable auto-eject support

Modified: head/audio/aqualung/Makefile
==============================================================================
--- head/audio/aqualung/Makefile	Mon Aug  4 15:40:58 2014	(r364023)
+++ head/audio/aqualung/Makefile	Mon Aug  4 15:46:12 2014	(r364024)
@@ -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/

Modified: head/audio/cmus/Makefile
==============================================================================
--- head/audio/cmus/Makefile	Mon Aug  4 15:40:58 2014	(r364023)
+++ head/audio/cmus/Makefile	Mon Aug  4 15:46:12 2014	(r364024)
@@ -3,6 +3,7 @@
 
 PORTNAME=	cmus
 PORTVERSION=	2.5.1
+PORTREVISION=	1
 CATEGORIES=	audio
 
 MAINTAINER=	h.skuhra@gmail.com

Modified: head/audio/moc/Makefile
==============================================================================
--- head/audio/moc/Makefile	Mon Aug  4 15:40:58 2014	(r364023)
+++ head/audio/moc/Makefile	Mon Aug  4 15:46:12 2014	(r364024)
@@ -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
 

Modified: head/audio/musepack/Makefile
==============================================================================
--- head/audio/musepack/Makefile	Mon Aug  4 15:40:58 2014	(r364023)
+++ head/audio/musepack/Makefile	Mon Aug  4 15:46:12 2014	(r364024)
@@ -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
 

Modified: head/audio/musepack/pkg-plist
==============================================================================
--- head/audio/musepack/pkg-plist	Mon Aug  4 15:40:58 2014	(r364023)
+++ head/audio/musepack/pkg-plist	Mon Aug  4 15:46:12 2014	(r364024)
@@ -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

Modified: head/audio/musicpd/Makefile
==============================================================================
--- head/audio/musicpd/Makefile	Mon Aug  4 15:40:58 2014	(r364023)
+++ head/audio/musicpd/Makefile	Mon Aug  4 15:46:12 2014	(r364024)
@@ -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}

Modified: head/audio/pacpl/Makefile
==============================================================================
--- head/audio/pacpl/Makefile	Mon Aug  4 15:40:58 2014	(r364023)
+++ head/audio/pacpl/Makefile	Mon Aug  4 15:46:12 2014	(r364024)
@@ -3,7 +3,7 @@
 
 PORTNAME=	pacpl
 PORTVERSION=	5.0.1
-PORTREVISION=	10
+PORTREVISION=	11
 CATEGORIES=	audio
 MASTER_SITES=	SF
 

Modified: head/audio/soundkonverter/Makefile
==============================================================================
--- head/audio/soundkonverter/Makefile	Mon Aug  4 15:40:58 2014	(r364023)
+++ head/audio/soundkonverter/Makefile	Mon Aug  4 15:46:12 2014	(r364024)
@@ -3,7 +3,7 @@
 
 PORTNAME=	soundkonverter
 DISTVERSION=	2.1.1
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	audio kde
 MASTER_SITES=	GH LOCAL/dbn/${PORTNAME}
 

Modified: head/audio/xmms2/Makefile
==============================================================================
--- head/audio/xmms2/Makefile	Mon Aug  4 15:40:58 2014	(r364023)
+++ head/audio/xmms2/Makefile	Mon Aug  4 15:46:12 2014	(r364024)
@@ -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}
 

Modified: head/multimedia/gmerlin-avdecoder/Makefile
==============================================================================
--- head/multimedia/gmerlin-avdecoder/Makefile	Mon Aug  4 15:40:58 2014	(r364023)
+++ head/multimedia/gmerlin-avdecoder/Makefile	Mon Aug  4 15:46:12 2014	(r364024)
@@ -3,7 +3,7 @@
 
 PORTNAME=	gmerlin-avdecoder
 PORTVERSION=	1.2.0
-PORTREVISION=	7
+PORTREVISION=	8
 CATEGORIES=	multimedia
 MASTER_SITES=	SF/gmerlin/${PORTNAME}/${PORTVERSION}
 

Modified: head/multimedia/qmmp/Makefile
==============================================================================
--- head/multimedia/qmmp/Makefile	Mon Aug  4 15:40:58 2014	(r364023)
+++ head/multimedia/qmmp/Makefile	Mon Aug  4 15:46:12 2014	(r364024)
@@ -2,6 +2,7 @@
 
 PORTNAME=	qmmp
 PORTVERSION=	0.8.0
+PORTREVISION=	1
 CATEGORIES=	multimedia
 MASTER_SITES=	http://qmmp.ylsoftware.com/files/
 

Modified: head/multimedia/quodlibet/Makefile
==============================================================================
--- head/multimedia/quodlibet/Makefile	Mon Aug  4 15:40:58 2014	(r364023)
+++ head/multimedia/quodlibet/Makefile	Mon Aug  4 15:46:12 2014	(r364024)
@@ -3,7 +3,7 @@
 
 PORTNAME=	quodlibet
 PORTVERSION=	2.6.3
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	multimedia audio python gnome
 MASTER_SITES=	http://bitbucket.org/lazka/${PORTNAME}-files/raw/default/releases/
 

Modified: head/multimedia/vlc/Makefile
==============================================================================
--- head/multimedia/vlc/Makefile	Mon Aug  4 15:40:58 2014	(r364023)
+++ head/multimedia/vlc/Makefile	Mon Aug  4 15:46:12 2014	(r364024)
@@ -3,7 +3,7 @@
 
 PORTNAME=	vlc
 DISTVERSION=	2.1.5
-PORTREVISION=	3
+PORTREVISION=	4
 PORTEPOCH=	4
 CATEGORIES=	multimedia audio ipv6 net www
 MASTER_SITES=	http://download.videolan.org/pub/videolan/${PORTNAME}/${DISTVERSION:S/a$//}/ \

Modified: head/sysutils/k3b-kde4/Makefile
==============================================================================
--- head/sysutils/k3b-kde4/Makefile	Mon Aug  4 15:40:58 2014	(r364023)
+++ head/sysutils/k3b-kde4/Makefile	Mon Aug  4 15:46:12 2014	(r364024)
@@ -3,7 +3,7 @@
 
 PORTNAME=	k3b
 PORTVERSION=	2.0.2
-PORTREVISION=	17
+PORTREVISION=	18
 CATEGORIES=	sysutils multimedia kde
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?53dfaac5.58d1.38188129>