summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMANTANI Nobutaka <nobutaka@FreeBSD.org>2005-12-10 21:06:42 +0000
committerMANTANI Nobutaka <nobutaka@FreeBSD.org>2005-12-10 21:06:42 +0000
commit617463e5ce8bb140806a499e64fd7cf4082835ad (patch)
tree8639696f1fcb1f87de2233dd9148c090d112bbab
parentUpdate to 1.1.1. (diff)
Sync with libxine shared library version bump.
-rw-r--r--audio/amarok-kde4/Makefile2
-rw-r--r--audio/amarok/Makefile2
-rw-r--r--audio/muine/Makefile2
-rw-r--r--graphics/gimageview/Makefile2
-rw-r--r--graphics/pornview/Makefile2
-rw-r--r--multimedia/bmpx/Makefile3
-rw-r--r--multimedia/gxine/Makefile4
-rw-r--r--multimedia/kaffeine/Makefile4
-rw-r--r--multimedia/konverter/Makefile4
-rw-r--r--multimedia/qdvdauthor/Makefile2
-rw-r--r--multimedia/quark/Makefile4
-rw-r--r--multimedia/totem/Makefile4
-rw-r--r--multimedia/xine/Makefile4
13 files changed, 20 insertions, 19 deletions
diff --git a/audio/amarok-kde4/Makefile b/audio/amarok-kde4/Makefile
index a47764aa5749..ca543995d4ff 100644
--- a/audio/amarok-kde4/Makefile
+++ b/audio/amarok-kde4/Makefile
@@ -55,7 +55,7 @@ PLIST_SUB+= GSTREAMER=""
CONFIGURE_ARGS+=--without-xine
PLIST_SUB+= XINE="@comment "
.else
-LIB_DEPENDS+= xine.14:${PORTSDIR}/multimedia/libxine
+LIB_DEPENDS+= xine.15:${PORTSDIR}/multimedia/libxine
PLIST_SUB+= XINE=""
.endif
diff --git a/audio/amarok/Makefile b/audio/amarok/Makefile
index a47764aa5749..ca543995d4ff 100644
--- a/audio/amarok/Makefile
+++ b/audio/amarok/Makefile
@@ -55,7 +55,7 @@ PLIST_SUB+= GSTREAMER=""
CONFIGURE_ARGS+=--without-xine
PLIST_SUB+= XINE="@comment "
.else
-LIB_DEPENDS+= xine.14:${PORTSDIR}/multimedia/libxine
+LIB_DEPENDS+= xine.15:${PORTSDIR}/multimedia/libxine
PLIST_SUB+= XINE=""
.endif
diff --git a/audio/muine/Makefile b/audio/muine/Makefile
index f5ed411f2d46..e673a7193379 100644
--- a/audio/muine/Makefile
+++ b/audio/muine/Makefile
@@ -48,7 +48,7 @@ CONFIGURE_ARGS+= --disable-faad2
.if defined (WITH_XINE)
CONFIGURE_ARGS+= --enable-xine=yes
-LIB_DEPENDS+= xine.14:${PORTSDIR}/multimedia/libxine
+LIB_DEPENDS+= xine.15:${PORTSDIR}/multimedia/libxine
.else
USE_GSTREAMER+= gconf
.endif
diff --git a/graphics/gimageview/Makefile b/graphics/gimageview/Makefile
index ecfd0115045e..eb7c12fd3a8a 100644
--- a/graphics/gimageview/Makefile
+++ b/graphics/gimageview/Makefile
@@ -84,7 +84,7 @@ PLIST_SUB+= WITH_LIBMPLAYER="@comment "
.endif
.if defined(WITH_LIBXINE)
-LIB_DEPENDS+= xine.14:${PORTSDIR}/multimedia/libxine
+LIB_DEPENDS+= xine.15:${PORTSDIR}/multimedia/libxine
CONFIGURE_ARGS+= --with-xine
PLIST_SUB+= WITH_LIBXINE=""
.else
diff --git a/graphics/pornview/Makefile b/graphics/pornview/Makefile
index ac62525f2617..1057b0f01505 100644
--- a/graphics/pornview/Makefile
+++ b/graphics/pornview/Makefile
@@ -26,7 +26,7 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
.if defined(WITH_LIBXINE)
-LIB_DEPENDS+= xine.14:${PORTSDIR}/multimedia/libxine
+LIB_DEPENDS+= xine.15:${PORTSDIR}/multimedia/libxine
CONFIGURE_ARGS+= --enable-xine
.elif defined(WITH_MPLAYER)
RUN_DEPENDS+= mplayer:${PORTSDIR}/multimedia/mplayer
diff --git a/multimedia/bmpx/Makefile b/multimedia/bmpx/Makefile
index 6eb88ff437db..4c767616faf6 100644
--- a/multimedia/bmpx/Makefile
+++ b/multimedia/bmpx/Makefile
@@ -7,6 +7,7 @@
PORTNAME= bmpx
PORTVERSION= 0.12.9
+PORTREVISION= 1
CATEGORIES= multimedia
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= beepmp
@@ -15,7 +16,7 @@ MAINTAINER= novel@FreeBSD.org
COMMENT= Audio player
LIB_DEPENDS= tag.5:${PORTSDIR}/audio/taglib \
- xine.14:${PORTSDIR}/multimedia/libxine \
+ xine.15:${PORTSDIR}/multimedia/libxine \
curl.3:${PORTSDIR}/ftp/curl
USE_AUTOTOOLS= libtool:15
diff --git a/multimedia/gxine/Makefile b/multimedia/gxine/Makefile
index 4b96d81c9369..0f2b58586038 100644
--- a/multimedia/gxine/Makefile
+++ b/multimedia/gxine/Makefile
@@ -7,7 +7,7 @@
PORTNAME= gxine
PORTVERSION= 0.3.3
-PORTREVISION= 13
+PORTREVISION= 14
CATEGORIES= multimedia
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= xine
@@ -15,7 +15,7 @@ MASTER_SITE_SUBDIR= xine
MAINTAINER= greg@chown.ath.cx
COMMENT= An alternative GUI for the Xine media player
-LIB_DEPENDS= xine.14:${PORTSDIR}/multimedia/libxine
+LIB_DEPENDS= xine.15:${PORTSDIR}/multimedia/libxine
USE_X_PREFIX= yes
GNU_CONFIGURE= yes
diff --git a/multimedia/kaffeine/Makefile b/multimedia/kaffeine/Makefile
index d220802c6811..88a4cdd65060 100644
--- a/multimedia/kaffeine/Makefile
+++ b/multimedia/kaffeine/Makefile
@@ -6,7 +6,7 @@
PORTNAME= kaffeine
PORTVERSION= 0.7.1
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= multimedia kde
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= kaffeine
@@ -14,7 +14,7 @@ MASTER_SITE_SUBDIR= kaffeine
MAINTAINER= arved@FreeBSD.org
COMMENT= A xine-base multimedia player
-LIB_DEPENDS= xine.14:${PORTSDIR}/multimedia/libxine
+LIB_DEPENDS= xine.15:${PORTSDIR}/multimedia/libxine
USE_BZIP2= yes
USE_KDELIBS_VER= 3
diff --git a/multimedia/konverter/Makefile b/multimedia/konverter/Makefile
index 1677bbab2498..4b8304f04a9a 100644
--- a/multimedia/konverter/Makefile
+++ b/multimedia/konverter/Makefile
@@ -7,7 +7,7 @@
PORTNAME= konverter
DISTVERSION= 0.92-beta1
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= multimedia kde
MASTER_SITES= http://www.kraus.tk/projects/konverter/sources/
@@ -16,7 +16,7 @@ COMMENT= KDE MEncoder frontend
BUILD_DEPENDS= avimerge:${PORTSDIR}/multimedia/transcode \
mencoder:${PORTSDIR}/multimedia/mplayer
-LIB_DEPENDS= xine.14:${PORTSDIR}/multimedia/libxine
+LIB_DEPENDS= xine.15:${PORTSDIR}/multimedia/libxine
USE_KDELIBS_VER=3
GNU_CONFIGURE= yes
diff --git a/multimedia/qdvdauthor/Makefile b/multimedia/qdvdauthor/Makefile
index 603bd4ff9293..a71040a1ff38 100644
--- a/multimedia/qdvdauthor/Makefile
+++ b/multimedia/qdvdauthor/Makefile
@@ -89,7 +89,7 @@ RUN_DEPENDS+= dvd-slideshow:${PORTSDIR}/multimedia/dvd-slideshow
RUN_DEPENDS+= growisofs:${PORTSDIR}/sysutils/dvd+rw-tools
.endif
.if !defined(WITHOUT_LIBXINE)
-LIB_DEPENDS+= xine.14:${PORTSDIR}/multimedia/libxine
+LIB_DEPENDS+= xine.15:${PORTSDIR}/multimedia/libxine
CONFIGURE_ARGS+=--with-xine-support
.endif
.if defined(WITH_MPLAYER)
diff --git a/multimedia/quark/Makefile b/multimedia/quark/Makefile
index 36072baee7f7..c5faac1fbd16 100644
--- a/multimedia/quark/Makefile
+++ b/multimedia/quark/Makefile
@@ -6,7 +6,7 @@
PORTNAME= quark
PORTVERSION= 3.21
-PORTREVISION= 9
+PORTREVISION= 10
CATEGORIES= multimedia gnome
MASTER_SITES= http://quark.sunsite.dk/ \
http://demian.dyndns.org/src/
@@ -14,7 +14,7 @@ MASTER_SITES= http://quark.sunsite.dk/ \
MAINTAINER= ports@FreeBSD.org
COMMENT= An audio player, for geeks, by geeks
-LIB_DEPENDS= xine.14:${PORTSDIR}/multimedia/libxine
+LIB_DEPENDS= xine.15:${PORTSDIR}/multimedia/libxine
USE_X_PREFIX= yes
USE_GNOME= gnomehack gnomeprefix gnometarget gnomevfs2
diff --git a/multimedia/totem/Makefile b/multimedia/totem/Makefile
index fa35dd9410e5..96730bab3e80 100644
--- a/multimedia/totem/Makefile
+++ b/multimedia/totem/Makefile
@@ -7,7 +7,7 @@
PORTNAME= totem
PORTVERSION= 1.2.0
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= multimedia gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:R}
@@ -65,7 +65,7 @@ USE_GSTREAMER+= gnomevfs core gconf
WITHOUT_DVDNAV= yes
PLIST_SUB+= GSTREAMER=""
.else
-LIB_DEPENDS+= xine.14:${PORTSDIR}/multimedia/libxine
+LIB_DEPENDS+= xine.15:${PORTSDIR}/multimedia/libxine
PLIST_SUB+= GSTREAMER="@comment "
.endif
diff --git a/multimedia/xine/Makefile b/multimedia/xine/Makefile
index dfdd9bcd8556..a48b06851957 100644
--- a/multimedia/xine/Makefile
+++ b/multimedia/xine/Makefile
@@ -7,7 +7,7 @@
PORTNAME= xine
PORTVERSION= 0.99.4
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= multimedia
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -16,7 +16,7 @@ DISTNAME= ${PORTNAME}-ui-${PORTVERSION}
MAINTAINER= nobutaka@FreeBSD.org
COMMENT= An X11 multimedia player
-LIB_DEPENDS= xine.14:${PORTSDIR}/multimedia/libxine \
+LIB_DEPENDS= xine.15:${PORTSDIR}/multimedia/libxine \
aa.1:${PORTSDIR}/graphics/aalib \
png.5:${PORTSDIR}/graphics/png