aboutsummaryrefslogtreecommitdiff
path: root/multimedia
diff options
context:
space:
mode:
authorNiclas Zeising <zeising@FreeBSD.org>2014-04-16 18:28:47 +0000
committerNiclas Zeising <zeising@FreeBSD.org>2014-04-16 18:28:47 +0000
commit39fc32e82863cce17f070122d498ce82cf7ea7af (patch)
treefc8323f5d400038235fda42a6096107239789049 /multimedia
parentca9574e7df6ddd6a18e6234bc0f210d734a2d092 (diff)
downloadports-39fc32e82863cce17f070122d498ce82cf7ea7af.tar.gz
ports-39fc32e82863cce17f070122d498ce82cf7ea7af.zip
The FreeBSD x11@ and graphics team proudly presents
a zeising, kwm production, with help from dumbbell, bdrewery: NEW XORG ON FREEBSD 9-STABLE AND 10-STABLE This update switches over to use the new xorg stack by default on FreeBSD 9 and 10 stable, on osversions where vt(9) is available. It is still possible to use the old stack by specifying WITHOUT_NEW_XORG in /etc/make.conf . FreeBSD 8-STABLE and released versions of FreeBSD still use the old version. A package repository with binary packages for new xorg will be available soon. This patch also contains updates of libxcb and related ports, pixman, as well as some drivers and utilities. Bump portrevisions for xf86-* ports, as well as virtualbox-ose-additions due to xserver version change. Apart from these updates, the way shared libraries are handled has been changed for all xorg ports, as well as libxml2 and freetype, which means ltverhack is gone and as a consequence shared libraries have been bumped. The plan is that this change will make library bumps less likely in the future. All affected ports have had their portrevisions bumped as a consequence of this. Fix some issues where WITH_NEW_XORG weren't detected properly on CURRENT. Update instructions, hardware support, and more notes can be found on https://wiki.freebsd.org/Graphics Thanks to: all testers, bdrewery and the FreeBSD x11@ team exp-run by: bdrewery [1] PR: ports/187602 [1] Approved by: portmgr (bdrewery), core (jhb)
Notes
Notes: svn path=/head/; revision=351411
Diffstat (limited to 'multimedia')
-rw-r--r--multimedia/audacious/Makefile6
-rw-r--r--multimedia/dtv/Makefile2
-rw-r--r--multimedia/dvdauthor/Makefile2
-rw-r--r--multimedia/ffmpeg/Makefile2
-rw-r--r--multimedia/ffmpeg0/Makefile2
-rw-r--r--multimedia/freetuxtv/Makefile2
-rw-r--r--multimedia/gmerlin/Makefile1
-rw-r--r--multimedia/gstreamer/Makefile1
-rw-r--r--multimedia/gstreamer1-plugins/Makefile2
-rw-r--r--multimedia/gxine/Makefile2
-rw-r--r--multimedia/handbrake/Makefile1
-rw-r--r--multimedia/libass/Makefile1
-rw-r--r--multimedia/libav/Makefile1
-rw-r--r--multimedia/libbluray/Makefile1
-rw-r--r--multimedia/libxine/Makefile2
-rw-r--r--multimedia/mlt/Makefile2
-rw-r--r--multimedia/mplayer2/Makefile2
-rw-r--r--multimedia/mythtv-frontend/Makefile2
-rw-r--r--multimedia/mythtv/Makefile2
-rw-r--r--multimedia/ogmrip/Makefile2
-rw-r--r--multimedia/phonon-gstreamer/Makefile2
-rw-r--r--multimedia/phonon-xine/Makefile2
-rw-r--r--multimedia/py-gstreamer/Makefile2
-rw-r--r--multimedia/py-kaa-base/Makefile2
-rw-r--r--multimedia/totem-pl-parser/Makefile2
-rw-r--r--multimedia/transcode/Makefile2
-rw-r--r--multimedia/vcdimager/Makefile2
-rw-r--r--multimedia/vdr-plugin-softhddevice/Makefile2
-rw-r--r--multimedia/vdr-plugin-xineliboutput/Makefile2
-rw-r--r--multimedia/vlc/Makefile2
30 files changed, 32 insertions, 26 deletions
diff --git a/multimedia/audacious/Makefile b/multimedia/audacious/Makefile
index fb2ee5e2f81b..e68ce5d03eae 100644
--- a/multimedia/audacious/Makefile
+++ b/multimedia/audacious/Makefile
@@ -3,6 +3,7 @@
PORTNAME= audacious
PORTVERSION= 3.4.3
+PORTREVISION= 1
CATEGORIES= multimedia audio
MASTER_SITES= http://distfiles.audacious-media-player.org/
@@ -12,13 +13,12 @@ COMMENT= A media player based on BMP and XMMS
LICENSE= GPLv3
LIB_DEPENDS= libmcs.so:${PORTSDIR}/devel/libmcs \
- libmowgli.so:${PORTSDIR}/devel/libmowgli \
- libxml2.so:${PORTSDIR}/textproc/libxml2
+ libmowgli.so:${PORTSDIR}/devel/libmowgli
GNU_CONFIGURE= yes
USES= pkgconfig gmake tar:bzip2 desktop-file-utils
USE_XORG= x11 sm
-USE_GNOME= gtk30
+USE_GNOME= gtk30 libxml2
USE_LDCONFIG= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
diff --git a/multimedia/dtv/Makefile b/multimedia/dtv/Makefile
index e22c8ea8087f..18fd6ba324d5 100644
--- a/multimedia/dtv/Makefile
+++ b/multimedia/dtv/Makefile
@@ -3,7 +3,7 @@
PORTNAME= dtv
PORTVERSION= 0.50
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= multimedia
MASTER_SITES= http://apollo.backplane.com/FreeBSDPorts/
diff --git a/multimedia/dvdauthor/Makefile b/multimedia/dvdauthor/Makefile
index 1e3f9a53992e..12ceea0ec690 100644
--- a/multimedia/dvdauthor/Makefile
+++ b/multimedia/dvdauthor/Makefile
@@ -3,7 +3,7 @@
PORTNAME= dvdauthor
PORTVERSION= 0.7.1
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= multimedia
MASTER_SITES= SF
diff --git a/multimedia/ffmpeg/Makefile b/multimedia/ffmpeg/Makefile
index ec2fca99ab21..4d66e8b8a048 100644
--- a/multimedia/ffmpeg/Makefile
+++ b/multimedia/ffmpeg/Makefile
@@ -3,7 +3,7 @@
PORTNAME= ffmpeg
PORTVERSION= 2.1.1
-PORTREVISION= 1
+PORTREVISION= 2
PORTEPOCH= 1
CATEGORIES= multimedia audio ipv6 net
MASTER_SITES= http://ffmpeg.org/releases/
diff --git a/multimedia/ffmpeg0/Makefile b/multimedia/ffmpeg0/Makefile
index 14866d5edc84..e4884cc6634d 100644
--- a/multimedia/ffmpeg0/Makefile
+++ b/multimedia/ffmpeg0/Makefile
@@ -3,7 +3,7 @@
PORTNAME= ffmpeg
PORTVERSION= 0.7.16
-PORTREVISION= 1
+PORTREVISION= 2
PORTEPOCH= 1
CATEGORIES= multimedia audio ipv6 net
MASTER_SITES= http://ffmpeg.org/releases/
diff --git a/multimedia/freetuxtv/Makefile b/multimedia/freetuxtv/Makefile
index f541030d93a0..15766c6b0503 100644
--- a/multimedia/freetuxtv/Makefile
+++ b/multimedia/freetuxtv/Makefile
@@ -3,7 +3,7 @@
PORTNAME= freetuxtv
PORTVERSION= 0.6.5
-PORTREVISION= 9
+PORTREVISION= 10
CATEGORIES= multimedia
MASTER_SITES= GOOGLE_CODE
diff --git a/multimedia/gmerlin/Makefile b/multimedia/gmerlin/Makefile
index 19547e3ead54..3adca1509696 100644
--- a/multimedia/gmerlin/Makefile
+++ b/multimedia/gmerlin/Makefile
@@ -3,6 +3,7 @@
PORTNAME= gmerlin
PORTVERSION= 1.2.0
+PORTREVISION= 1
CATEGORIES= multimedia
MASTER_SITES= SF
diff --git a/multimedia/gstreamer/Makefile b/multimedia/gstreamer/Makefile
index f3d64e980c0b..4cd600e9afd9 100644
--- a/multimedia/gstreamer/Makefile
+++ b/multimedia/gstreamer/Makefile
@@ -4,6 +4,7 @@
PORTNAME= gstreamer
PORTVERSION= 0.10.36
+PORTREVISION= 1
CATEGORIES= multimedia
MASTER_SITES= http://gstreamer.freedesktop.org/src/gstreamer/
diff --git a/multimedia/gstreamer1-plugins/Makefile b/multimedia/gstreamer1-plugins/Makefile
index ebb825c93b55..d60ef6180eff 100644
--- a/multimedia/gstreamer1-plugins/Makefile
+++ b/multimedia/gstreamer1-plugins/Makefile
@@ -6,7 +6,7 @@ PORTNAME= gstreamer
PORTVERSION?= ${BASE_PORTVERSION}
# When chasing a shared library for a plug-in bump the PORTREVISION in the
# plug-in port instead, like ${category}/gstreamer1-plugin-${PLUGIN}.
-PORTREVISION?= 0
+PORTREVISION?= 1
CATEGORIES?= multimedia audio
MASTER_SITES= http://gstreamer.freedesktop.org/src/gst-plugins-base/:base \
http://gstreamer.freedesktop.org/src/gst-plugins-bad/:bad \
diff --git a/multimedia/gxine/Makefile b/multimedia/gxine/Makefile
index 318de573f419..6c13cbd78875 100644
--- a/multimedia/gxine/Makefile
+++ b/multimedia/gxine/Makefile
@@ -3,7 +3,7 @@
PORTNAME= gxine
PORTVERSION= 0.5.907
-PORTREVISION= 5
+PORTREVISION= 6
CATEGORIES= multimedia
MASTER_SITES= SF/xine/${PORTNAME}/${PORTVERSION}
diff --git a/multimedia/handbrake/Makefile b/multimedia/handbrake/Makefile
index 2b16018fbdf0..5fc6b6c14c33 100644
--- a/multimedia/handbrake/Makefile
+++ b/multimedia/handbrake/Makefile
@@ -3,6 +3,7 @@
PORTNAME= handbrake
PORTVERSION= 0.9.9
+PORTREVISION= 1
CATEGORIES= multimedia
MASTER_SITES= SF/${PORTNAME}/${PORTVERSION} \
http://download.handbrake.fr/handbrake/contrib/:contrib
diff --git a/multimedia/libass/Makefile b/multimedia/libass/Makefile
index 518967639b74..96db43a22f3d 100644
--- a/multimedia/libass/Makefile
+++ b/multimedia/libass/Makefile
@@ -2,6 +2,7 @@
PORTNAME= libass
PORTVERSION= 0.10.2
+PORTREVISION= 1
CATEGORIES= multimedia devel
MASTER_SITES= GOOGLE_CODE
diff --git a/multimedia/libav/Makefile b/multimedia/libav/Makefile
index 29e1d2c8bbc9..f17473212d37 100644
--- a/multimedia/libav/Makefile
+++ b/multimedia/libav/Makefile
@@ -2,6 +2,7 @@
PORTNAME= libav
PORTVERSION= 10
+PORTREVISION= 1
CATEGORIES= multimedia audio ipv6 net
MASTER_SITES= http://libav.org/releases/
diff --git a/multimedia/libbluray/Makefile b/multimedia/libbluray/Makefile
index 807e1c4aaad0..0d2d5ae71246 100644
--- a/multimedia/libbluray/Makefile
+++ b/multimedia/libbluray/Makefile
@@ -3,6 +3,7 @@
PORTNAME= libbluray
PORTVERSION= 0.3.0
+PORTREVISION= 1
PORTEPOCH= 1
CATEGORIES= multimedia
MASTER_SITES= ftp://ftp.videolan.org/pub/videolan/${PORTNAME}/${PORTVERSION}/ \
diff --git a/multimedia/libxine/Makefile b/multimedia/libxine/Makefile
index 7577bc5cd214..3d1c6c9e067a 100644
--- a/multimedia/libxine/Makefile
+++ b/multimedia/libxine/Makefile
@@ -3,7 +3,7 @@
PORTNAME= xine
PORTVERSION= 1.2.4
-PORTREVISION= 5
+PORTREVISION= 6
CATEGORIES= multimedia ipv6
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-lib/${PORTVERSION}
PKGNAMEPREFIX= lib
diff --git a/multimedia/mlt/Makefile b/multimedia/mlt/Makefile
index eaa751664ed3..baab359ea11a 100644
--- a/multimedia/mlt/Makefile
+++ b/multimedia/mlt/Makefile
@@ -2,7 +2,7 @@
PORTNAME= mlt
PORTVERSION= 0.9.0
-PORTREVISION?= 2
+PORTREVISION?= 3
CATEGORIES?= multimedia
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}
diff --git a/multimedia/mplayer2/Makefile b/multimedia/mplayer2/Makefile
index 25ee0a74277f..50ba391f9778 100644
--- a/multimedia/mplayer2/Makefile
+++ b/multimedia/mplayer2/Makefile
@@ -2,7 +2,7 @@
PORTNAME= mplayer2
PORTVERSION= ${MPLAYER2_PORT_VERSION}
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= multimedia audio
MASTER_SITES= LOCAL/gblach/
diff --git a/multimedia/mythtv-frontend/Makefile b/multimedia/mythtv-frontend/Makefile
index 2d46a0b68a79..a8379ce17157 100644
--- a/multimedia/mythtv-frontend/Makefile
+++ b/multimedia/mythtv-frontend/Makefile
@@ -3,7 +3,7 @@
PORTNAME= mythtv-frontend
PORTVERSION= 0.27.0.20140121
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= multimedia
MASTER_SITES= http://people.freebsd.org/~decke/distfiles/
DISTNAME= mythtv-${PORTVERSION}
diff --git a/multimedia/mythtv/Makefile b/multimedia/mythtv/Makefile
index a83986ed1de7..d49d89aca7d9 100644
--- a/multimedia/mythtv/Makefile
+++ b/multimedia/mythtv/Makefile
@@ -3,7 +3,7 @@
PORTNAME= mythtv
PORTVERSION= 0.27.0.20140121
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= multimedia
MASTER_SITES= http://people.freebsd.org/~decke/distfiles/
diff --git a/multimedia/ogmrip/Makefile b/multimedia/ogmrip/Makefile
index f7141e0c0b54..63bf90ecff08 100644
--- a/multimedia/ogmrip/Makefile
+++ b/multimedia/ogmrip/Makefile
@@ -3,7 +3,7 @@
PORTNAME= ogmrip
PORTVERSION= 1.0.0
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= multimedia
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION:R}/${PORTVERSION}
diff --git a/multimedia/phonon-gstreamer/Makefile b/multimedia/phonon-gstreamer/Makefile
index 82b5d320ab70..a27c5e02947a 100644
--- a/multimedia/phonon-gstreamer/Makefile
+++ b/multimedia/phonon-gstreamer/Makefile
@@ -3,7 +3,7 @@
PORTNAME= phonon
PORTVERSION= 4.7.1
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= multimedia kde
MASTER_SITES= KDE/stable/${PORTNAME}/${PORTNAME}-backend${PKGNAMESUFFIX}/${PORTVERSION}
PKGNAMESUFFIX= -gstreamer
diff --git a/multimedia/phonon-xine/Makefile b/multimedia/phonon-xine/Makefile
index 739a363b4e26..dd6f7a5b1cb5 100644
--- a/multimedia/phonon-xine/Makefile
+++ b/multimedia/phonon-xine/Makefile
@@ -3,7 +3,7 @@
PORTNAME= phonon
PORTVERSION= 4.4.4
-PORTREVISION= 6
+PORTREVISION= 7
CATEGORIES= multimedia kde
MASTER_SITES= KDE/stable/${PORTNAME}/${PORTNAME}-backend${PKGNAMESUFFIX}/${PORTVERSION}/src
PKGNAMESUFFIX= -xine
diff --git a/multimedia/py-gstreamer/Makefile b/multimedia/py-gstreamer/Makefile
index 1fd6794b55e9..0d7290c0e601 100644
--- a/multimedia/py-gstreamer/Makefile
+++ b/multimedia/py-gstreamer/Makefile
@@ -4,7 +4,7 @@
PORTNAME= gstreamer
PORTVERSION= 0.10.22
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= multimedia python gnome
MASTER_SITES= http://gstreamer.freedesktop.org/src/gst-python/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
diff --git a/multimedia/py-kaa-base/Makefile b/multimedia/py-kaa-base/Makefile
index b74876104396..67951f7aeae5 100644
--- a/multimedia/py-kaa-base/Makefile
+++ b/multimedia/py-kaa-base/Makefile
@@ -3,7 +3,7 @@
PORTNAME= kaa-base
PORTVERSION= 0.6.0
-PORTREVISION= 6
+PORTREVISION= 7
CATEGORIES= multimedia python
MASTER_SITES= SF/freevo/${PORTNAME}/${PORTVERSION}
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
diff --git a/multimedia/totem-pl-parser/Makefile b/multimedia/totem-pl-parser/Makefile
index df3fb2292629..055b08830b6e 100644
--- a/multimedia/totem-pl-parser/Makefile
+++ b/multimedia/totem-pl-parser/Makefile
@@ -4,7 +4,7 @@
PORTNAME= totem-pl-parser
PORTVERSION= 2.32.3
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= multimedia gnome
MASTER_SITES= GNOME
DIST_SUBDIR= gnome2
diff --git a/multimedia/transcode/Makefile b/multimedia/transcode/Makefile
index 9c17f5b0dec2..871b67c7fab5 100644
--- a/multimedia/transcode/Makefile
+++ b/multimedia/transcode/Makefile
@@ -3,7 +3,7 @@
PORTNAME= transcode
PORTVERSION= 1.1.7
-PORTREVISION= 10
+PORTREVISION= 11
CATEGORIES= multimedia
MASTER_SITES= http://cdn.bitbucket.org/france/transcode-tcforge/downloads/
diff --git a/multimedia/vcdimager/Makefile b/multimedia/vcdimager/Makefile
index f92bc3c55ab5..0ae8e9d61e22 100644
--- a/multimedia/vcdimager/Makefile
+++ b/multimedia/vcdimager/Makefile
@@ -3,7 +3,7 @@
PORTNAME= vcdimager
PORTVERSION= 0.7.24
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= multimedia
MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= vcdimager
diff --git a/multimedia/vdr-plugin-softhddevice/Makefile b/multimedia/vdr-plugin-softhddevice/Makefile
index cb4bdbb4f93c..9d09979eefa4 100644
--- a/multimedia/vdr-plugin-softhddevice/Makefile
+++ b/multimedia/vdr-plugin-softhddevice/Makefile
@@ -3,7 +3,7 @@
PORTNAME= vdr-plugin-softhddevice
PORTVERSION= 0.5.1
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= multimedia
MASTER_SITES= http://projects.vdr-developer.org/attachments/download/1000/
DISTNAME= ${PORTNAME:S/-plugin-/-/}-${DISTVERSIONPREFIX}${DISTVERSION}${DISTVERSIONSUFFIX}
diff --git a/multimedia/vdr-plugin-xineliboutput/Makefile b/multimedia/vdr-plugin-xineliboutput/Makefile
index 64dee3af8c5f..6d08c307f2d6 100644
--- a/multimedia/vdr-plugin-xineliboutput/Makefile
+++ b/multimedia/vdr-plugin-xineliboutput/Makefile
@@ -3,7 +3,7 @@
PORTNAME= vdr-plugin-xineliboutput
PORTVERSION= 1.0.90s20120511
-PORTREVISION= 8
+PORTREVISION= 9
CATEGORIES= multimedia
MASTER_SITES= SF:release \
LOCAL:snapshot
diff --git a/multimedia/vlc/Makefile b/multimedia/vlc/Makefile
index 203b3836a40f..61fb62a70d8d 100644
--- a/multimedia/vlc/Makefile
+++ b/multimedia/vlc/Makefile
@@ -3,7 +3,7 @@
PORTNAME= vlc
DISTVERSION= 2.1.2
-PORTREVISION= 3
+PORTREVISION= 4
PORTEPOCH= 4
CATEGORIES= multimedia audio ipv6 net www
MASTER_SITES= http://download.videolan.org/pub/videolan/${PORTNAME}/${DISTVERSION:S/a$//}/ \