diff options
author | arved <arved@FreeBSD.org> | 2005-09-22 02:36:49 +0800 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2005-09-22 02:36:49 +0800 |
commit | 9f75cb0af3895831d8e0fb8989770fc42cc871ef (patch) | |
tree | f14848f3cb2869ad692d0637462a80373a766015 /audio | |
parent | 9d36c1206dd0985937bffb588838479a06d0ad6b (diff) | |
download | freebsd-ports-gnome-9f75cb0af3895831d8e0fb8989770fc42cc871ef.tar.gz freebsd-ports-gnome-9f75cb0af3895831d8e0fb8989770fc42cc871ef.tar.zst freebsd-ports-gnome-9f75cb0af3895831d8e0fb8989770fc42cc871ef.zip |
Chase libxine shared library version
Diffstat (limited to 'audio')
-rw-r--r-- | audio/amarok-kde4/Makefile | 3 | ||||
-rw-r--r-- | audio/amarok/Makefile | 3 | ||||
-rw-r--r-- | audio/rhythmbox-devel/Makefile | 4 | ||||
-rw-r--r-- | audio/rhythmbox/Makefile | 4 |
4 files changed, 8 insertions, 6 deletions
diff --git a/audio/amarok-kde4/Makefile b/audio/amarok-kde4/Makefile index c40634d15441..21b861eb5d86 100644 --- a/audio/amarok-kde4/Makefile +++ b/audio/amarok-kde4/Makefile @@ -6,6 +6,7 @@ PORTNAME= amarok PORTVERSION= 1.3.1 +PORTREVISION= 1 CATEGORIES= audio kde MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -55,7 +56,7 @@ PLIST_SUB+= GSTREAMER="" CONFIGURE_ARGS+=--without-xine PLIST_SUB+= XINE="@comment " .else -LIB_DEPENDS+= xine.13:${PORTSDIR}/multimedia/libxine +LIB_DEPENDS+= xine.14:${PORTSDIR}/multimedia/libxine PLIST_SUB+= XINE="" .endif diff --git a/audio/amarok/Makefile b/audio/amarok/Makefile index c40634d15441..21b861eb5d86 100644 --- a/audio/amarok/Makefile +++ b/audio/amarok/Makefile @@ -6,6 +6,7 @@ PORTNAME= amarok PORTVERSION= 1.3.1 +PORTREVISION= 1 CATEGORIES= audio kde MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -55,7 +56,7 @@ PLIST_SUB+= GSTREAMER="" CONFIGURE_ARGS+=--without-xine PLIST_SUB+= XINE="@comment " .else -LIB_DEPENDS+= xine.13:${PORTSDIR}/multimedia/libxine +LIB_DEPENDS+= xine.14:${PORTSDIR}/multimedia/libxine PLIST_SUB+= XINE="" .endif diff --git a/audio/rhythmbox-devel/Makefile b/audio/rhythmbox-devel/Makefile index e3ecbd1e8c32..427c416fd7f2 100644 --- a/audio/rhythmbox-devel/Makefile +++ b/audio/rhythmbox-devel/Makefile @@ -7,7 +7,7 @@ PORTNAME= rhythmbox PORTVERSION= 0.8.8 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= audio gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/0.8 @@ -39,7 +39,7 @@ OPTIONS= XINE "Use xine backend instead of GStreamer" off \ .include <bsd.port.pre.mk> .ifdef (WITH_XINE) -LIB_DEPENDS+= xine.13:${PORTSDIR}/multimedia/libxine \ +LIB_DEPENDS+= xine.14:${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 e3ecbd1e8c32..427c416fd7f2 100644 --- a/audio/rhythmbox/Makefile +++ b/audio/rhythmbox/Makefile @@ -7,7 +7,7 @@ PORTNAME= rhythmbox PORTVERSION= 0.8.8 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= audio gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/0.8 @@ -39,7 +39,7 @@ OPTIONS= XINE "Use xine backend instead of GStreamer" off \ .include <bsd.port.pre.mk> .ifdef (WITH_XINE) -LIB_DEPENDS+= xine.13:${PORTSDIR}/multimedia/libxine \ +LIB_DEPENDS+= xine.14:${PORTSDIR}/multimedia/libxine \ FLAC.7:${PORTSDIR}/audio/flac \ mad.2:${PORTSDIR}/audio/libmad CONFIGURE_ARGS+= --with-player=xine |