diff options
author | nobutaka <nobutaka@FreeBSD.org> | 2005-04-29 01:40:02 +0800 |
---|---|---|
committer | nobutaka <nobutaka@FreeBSD.org> | 2005-04-29 01:40:02 +0800 |
commit | 352b7cfa73178f237e453d9427bf2095d2ab4dc8 (patch) | |
tree | dcf6d8ab3ec896c1478f7290a37ce35f4724d8d2 /audio | |
parent | 4a5b3bdeb1e1f2becab1ae2ba1ce874e17612080 (diff) | |
download | freebsd-ports-gnome-352b7cfa73178f237e453d9427bf2095d2ab4dc8.tar.gz freebsd-ports-gnome-352b7cfa73178f237e453d9427bf2095d2ab4dc8.tar.zst freebsd-ports-gnome-352b7cfa73178f237e453d9427bf2095d2ab4dc8.zip |
Chase the libxine shared lib version bump.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/amarok-kde4/Makefile | 4 | ||||
-rw-r--r-- | audio/amarok/Makefile | 4 | ||||
-rw-r--r-- | audio/muine/Makefile | 4 | ||||
-rw-r--r-- | audio/rhythmbox-devel/Makefile | 2 | ||||
-rw-r--r-- | audio/rhythmbox/Makefile | 2 |
5 files changed, 8 insertions, 8 deletions
diff --git a/audio/amarok-kde4/Makefile b/audio/amarok-kde4/Makefile index fe8ba030200b..f6a7e4a38f8e 100644 --- a/audio/amarok-kde4/Makefile +++ b/audio/amarok-kde4/Makefile @@ -6,7 +6,7 @@ PORTNAME= amarok PORTVERSION= 1.2.3 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= audio kde MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -55,7 +55,7 @@ PLIST_SUB+= GSTREAMER="" CONFIGURE_ARGS+=--without-xine PLIST_SUB+= XINE="@comment " .else -LIB_DEPENDS+= xine.12:${PORTSDIR}/multimedia/libxine +LIB_DEPENDS+= xine.13:${PORTSDIR}/multimedia/libxine PLIST_SUB+= XINE="" .endif diff --git a/audio/amarok/Makefile b/audio/amarok/Makefile index fe8ba030200b..f6a7e4a38f8e 100644 --- a/audio/amarok/Makefile +++ b/audio/amarok/Makefile @@ -6,7 +6,7 @@ PORTNAME= amarok PORTVERSION= 1.2.3 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= audio kde MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -55,7 +55,7 @@ PLIST_SUB+= GSTREAMER="" CONFIGURE_ARGS+=--without-xine PLIST_SUB+= XINE="@comment " .else -LIB_DEPENDS+= xine.12:${PORTSDIR}/multimedia/libxine +LIB_DEPENDS+= xine.13:${PORTSDIR}/multimedia/libxine PLIST_SUB+= XINE="" .endif diff --git a/audio/muine/Makefile b/audio/muine/Makefile index 1c4600fc40b9..f204dfbec8da 100644 --- a/audio/muine/Makefile +++ b/audio/muine/Makefile @@ -7,7 +7,7 @@ PORTNAME= muine PORTVERSION= 0.6.3 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= audio gnome MASTER_SITES= http://muine.gooeylinux.org/ @@ -40,7 +40,7 @@ IGNORE= Doesn't run with recent gstreamer. CONFIGURE_ARGS+=--enable-gstreamer=yes USE_GSTREAMER+= mad vorbis flac gconf .else -LIB_DEPENDS+= xine.12:${PORTSDIR}/multimedia/libxine +LIB_DEPENDS+= xine.13:${PORTSDIR}/multimedia/libxine .endif .include <bsd.port.post.mk> diff --git a/audio/rhythmbox-devel/Makefile b/audio/rhythmbox-devel/Makefile index 3c346017fe17..fd94e09fd736 100644 --- a/audio/rhythmbox-devel/Makefile +++ b/audio/rhythmbox-devel/Makefile @@ -39,7 +39,7 @@ OPTIONS= XINE "Use xine backend instead of GStreamer" off \ .include <bsd.port.pre.mk> .ifdef (WITH_XINE) -LIB_DEPENDS+= xine.12:${PORTSDIR}/multimedia/libxine \ +LIB_DEPENDS+= xine.13:${PORTSDIR}/multimedia/libxine \ FLAC.7:${PORTSDIR}/audio/flac \ mad.2:${PORTSDIR}/audio/libmad CONFIGURE_ARGS+= --with-player=xine diff --git a/audio/rhythmbox/Makefile b/audio/rhythmbox/Makefile index 3c346017fe17..fd94e09fd736 100644 --- a/audio/rhythmbox/Makefile +++ b/audio/rhythmbox/Makefile @@ -39,7 +39,7 @@ OPTIONS= XINE "Use xine backend instead of GStreamer" off \ .include <bsd.port.pre.mk> .ifdef (WITH_XINE) -LIB_DEPENDS+= xine.12:${PORTSDIR}/multimedia/libxine \ +LIB_DEPENDS+= xine.13:${PORTSDIR}/multimedia/libxine \ FLAC.7:${PORTSDIR}/audio/flac \ mad.2:${PORTSDIR}/audio/libmad CONFIGURE_ARGS+= --with-player=xine |