aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMANTANI Nobutaka <nobutaka@FreeBSD.org>2004-12-30 00:59:15 +0000
committerMANTANI Nobutaka <nobutaka@FreeBSD.org>2004-12-30 00:59:15 +0000
commitfa01c31ca8a54c726908c40177100af38d4e2979 (patch)
tree49da57c9e51047da83b7c3c32768a7b3f60789eb
parent5629a01a8d5774d2e131ccefede197a1e89f3720 (diff)
downloadports-fa01c31ca8a54c726908c40177100af38d4e2979.tar.gz
ports-fa01c31ca8a54c726908c40177100af38d4e2979.zip
Notes
-rw-r--r--audio/amarok-kde4/Makefile2
-rw-r--r--audio/amarok/Makefile2
-rw-r--r--audio/muine/Makefile2
-rw-r--r--multimedia/gxine/Makefile4
-rw-r--r--multimedia/kmplayer-kde4/Makefile1
-rw-r--r--multimedia/kmplayer/Makefile1
-rw-r--r--multimedia/konverter/Makefile3
-rw-r--r--multimedia/qdvdauthor/Makefile3
-rw-r--r--multimedia/quark/Makefile4
-rw-r--r--multimedia/totem/Makefile4
-rw-r--r--multimedia/xine_artsplugin/Makefile1
11 files changed, 16 insertions, 11 deletions
diff --git a/audio/amarok-kde4/Makefile b/audio/amarok-kde4/Makefile
index c89b2b39d7ac..2ec34278fed8 100644
--- a/audio/amarok-kde4/Makefile
+++ b/audio/amarok-kde4/Makefile
@@ -54,7 +54,7 @@ PLIST_SUB+= GSTREAMER=""
CONFIGURE_ARGS+=--without-xine
PLIST_SUB+= XINE="@comment "
.else
-LIB_DEPENDS+= xine.9:${PORTSDIR}/multimedia/libxine
+LIB_DEPENDS+= xine.12:${PORTSDIR}/multimedia/libxine
PLIST_SUB+= XINE=""
.endif
diff --git a/audio/amarok/Makefile b/audio/amarok/Makefile
index c89b2b39d7ac..2ec34278fed8 100644
--- a/audio/amarok/Makefile
+++ b/audio/amarok/Makefile
@@ -54,7 +54,7 @@ PLIST_SUB+= GSTREAMER=""
CONFIGURE_ARGS+=--without-xine
PLIST_SUB+= XINE="@comment "
.else
-LIB_DEPENDS+= xine.9:${PORTSDIR}/multimedia/libxine
+LIB_DEPENDS+= xine.12:${PORTSDIR}/multimedia/libxine
PLIST_SUB+= XINE=""
.endif
diff --git a/audio/muine/Makefile b/audio/muine/Makefile
index 3330bb872c91..db69a7229484 100644
--- a/audio/muine/Makefile
+++ b/audio/muine/Makefile
@@ -38,7 +38,7 @@ OPTIONS= GSTREAMER "Enable Gstreamer backend" off
CONFIGURE_ARGS+= --enable-gstreamer=yes
USE_GNOME+= gstreamerplugins
.else
-LIB_DEPENDS+= xine.9:${PORTSDIR}/multimedia/libxine
+LIB_DEPENDS+= xine.12:${PORTSDIR}/multimedia/libxine
.endif
.include <bsd.port.post.mk>
diff --git a/multimedia/gxine/Makefile b/multimedia/gxine/Makefile
index 6efe0248cbdf..0dd2382f17b6 100644
--- a/multimedia/gxine/Makefile
+++ b/multimedia/gxine/Makefile
@@ -7,7 +7,7 @@
PORTNAME= gxine
PORTVERSION= 0.3.3
-PORTREVISION= 8
+PORTREVISION= 9
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.9:${PORTSDIR}/multimedia/libxine
+LIB_DEPENDS= xine.12:${PORTSDIR}/multimedia/libxine
USE_X_PREFIX= yes
GNU_CONFIGURE= yes
diff --git a/multimedia/kmplayer-kde4/Makefile b/multimedia/kmplayer-kde4/Makefile
index 856aeb58b388..5d8e4f4c4372 100644
--- a/multimedia/kmplayer-kde4/Makefile
+++ b/multimedia/kmplayer-kde4/Makefile
@@ -7,6 +7,7 @@
PORTNAME= kmplayer
DISTVERSION= 0.8.4-rc4b
+PORTREVISION= 1
CATEGORIES= multimedia audio kde
MASTER_SITES= http://www.xs4all.nl/%7Ejjvrieze/
#DISTNAME= ${PORTNAME}-${PORTVERSION:C/\.r/-rc/}
diff --git a/multimedia/kmplayer/Makefile b/multimedia/kmplayer/Makefile
index 856aeb58b388..5d8e4f4c4372 100644
--- a/multimedia/kmplayer/Makefile
+++ b/multimedia/kmplayer/Makefile
@@ -7,6 +7,7 @@
PORTNAME= kmplayer
DISTVERSION= 0.8.4-rc4b
+PORTREVISION= 1
CATEGORIES= multimedia audio kde
MASTER_SITES= http://www.xs4all.nl/%7Ejjvrieze/
#DISTNAME= ${PORTNAME}-${PORTVERSION:C/\.r/-rc/}
diff --git a/multimedia/konverter/Makefile b/multimedia/konverter/Makefile
index f8d18e2cf22f..760061a0f617 100644
--- a/multimedia/konverter/Makefile
+++ b/multimedia/konverter/Makefile
@@ -7,6 +7,7 @@
PORTNAME= konverter
DISTVERSION= 0.92-beta1
+PORTREVISION= 1
CATEGORIES= multimedia kde
MASTER_SITES= http://www.kraus.tk/projects/konverter/sources/
@@ -15,7 +16,7 @@ COMMENT= KDE MEncoder frontend
BUILD_DEPENDS= avimerge:${PORTSDIR}/multimedia/transcode \
mencoder:${PORTSDIR}/multimedia/mplayer
-LIB_DEPENDS= xine.9:${PORTSDIR}/multimedia/libxine
+LIB_DEPENDS= xine.12:${PORTSDIR}/multimedia/libxine
USE_KDELIBS_VER=3
GNU_CONFIGURE= yes
diff --git a/multimedia/qdvdauthor/Makefile b/multimedia/qdvdauthor/Makefile
index 5d7cef2cde68..982757bbe7c6 100644
--- a/multimedia/qdvdauthor/Makefile
+++ b/multimedia/qdvdauthor/Makefile
@@ -7,6 +7,7 @@
PORTNAME= qdvdauthor
PORTVERSION= 0.0.8
+PORTREVISION= 1
CATEGORIES= multimedia
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -17,7 +18,7 @@ COMMENT= QT graphical frontend for dvdauthor
BUILD_DEPENDS= dvdauthor:${PORTSDIR}/multimedia/dvdauthor \
mpeg2enc:${PORTSDIR}/multimedia/mjpegtools \
qmake:${PORTSDIR}/devel/qmake
-LIB_DEPENDS= xine.9:${PORTSDIR}/multimedia/libxine
+LIB_DEPENDS= xine.12:${PORTSDIR}/multimedia/libxine
RUN_DEPENDS= dvdauthor:${PORTSDIR}/multimedia/dvdauthor \
mpeg2enc:${PORTSDIR}/multimedia/mjpegtools
diff --git a/multimedia/quark/Makefile b/multimedia/quark/Makefile
index 03576127346a..d77f33502b94 100644
--- a/multimedia/quark/Makefile
+++ b/multimedia/quark/Makefile
@@ -6,7 +6,7 @@
PORTNAME= quark
PORTVERSION= 3.21
-PORTREVISION= 3
+PORTREVISION= 4
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= Quark is an audio player, for geeks, by geeks
-LIB_DEPENDS= xine.9:${PORTSDIR}/multimedia/libxine
+LIB_DEPENDS= xine.12:${PORTSDIR}/multimedia/libxine
USE_X_PREFIX= yes
USE_GMAKE= yes
diff --git a/multimedia/totem/Makefile b/multimedia/totem/Makefile
index 9ba27f7a6db0..56dfa45f9476 100644
--- a/multimedia/totem/Makefile
+++ b/multimedia/totem/Makefile
@@ -7,7 +7,7 @@
PORTNAME= totem
PORTVERSION= 0.99.22
-PORTREVISION?= 0
+PORTREVISION?= 1
CATEGORIES= multimedia gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/...$//}
@@ -42,7 +42,7 @@ CONFIGURE_ARGS+=--enable-gstreamer
USE_GNOME+= gstreamerplugins
WITHOUT_DVDNAV= yes
.else
-LIB_DEPENDS+= xine.9:${PORTSDIR}/multimedia/libxine
+LIB_DEPENDS+= xine.12:${PORTSDIR}/multimedia/libxine
.endif
.if defined(WITH_DVDNAV) && !defined(WITHOUT_DVDNAV)
diff --git a/multimedia/xine_artsplugin/Makefile b/multimedia/xine_artsplugin/Makefile
index af02a47365b4..46fe76066e35 100644
--- a/multimedia/xine_artsplugin/Makefile
+++ b/multimedia/xine_artsplugin/Makefile
@@ -7,6 +7,7 @@
PORTNAME= xine_artsplugin
PORTVERSION= ${KDE_VERSION}
+PORTREVISION= 1
CATEGORIES= multimedia kde
MASTER_SITES= ${MASTER_SITE_KDE}
MASTER_SITE_SUBDIR= stable/${PORTVERSION:S/.0//}/src