diff options
author | Oliver Lehmann <oliver@FreeBSD.org> | 2011-03-03 18:12:30 +0800 |
---|---|---|
committer | Oliver Lehmann <oliver@FreeBSD.org> | 2011-03-03 18:12:30 +0800 |
commit | 6f4ce81280e8188f1b8dbaa092858fded2abc02e (patch) | |
tree | c562f41d08d739c18c1ae57328d9c042e20c2282 /multimedia | |
parent | a7d0f2f1180a5ad6ad2935884415f5e86bd32114 (diff) | |
download | freebsd-ports-gnome-6f4ce81280e8188f1b8dbaa092858fded2abc02e.tar.gz freebsd-ports-gnome-6f4ce81280e8188f1b8dbaa092858fded2abc02e.tar.zst freebsd-ports-gnome-6f4ce81280e8188f1b8dbaa092858fded2abc02e.zip |
Welcome XFCE 4.8 to the portstree!
Special Thanks to: miwi, Olivier Duchateau <duchateau.olivier@gmail.com>
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/xfce4-media/Makefile | 4 | ||||
-rw-r--r-- | multimedia/xfce4-parole/Makefile | 7 | ||||
-rw-r--r-- | multimedia/xfce4-xmms-plugin/Makefile | 5 | ||||
-rw-r--r-- | multimedia/xfmedia-remote-plugin/Makefile | 7 |
4 files changed, 15 insertions, 8 deletions
diff --git a/multimedia/xfce4-media/Makefile b/multimedia/xfce4-media/Makefile index 9d8b5f20c1e7..097d364d7292 100644 --- a/multimedia/xfce4-media/Makefile +++ b/multimedia/xfce4-media/Makefile @@ -7,7 +7,7 @@ PORTNAME= xfce4-media PORTVERSION= 0.9.2 -PORTREVISION= 19 +PORTREVISION= 20 CATEGORIES= multimedia xfce MASTER_SITES= http://spuriousinterrupt.org/files/xfmedia/ DISTNAME= xfmedia-${PORTVERSION} @@ -18,6 +18,8 @@ COMMENT= Lightweight media player for Xfce4 based on the xine engine LIB_DEPENDS= xine.1:${PORTSDIR}/multimedia/libxine +BROKEN= Does not work with xfce 4.8 + GNU_CONFIGURE= yes INSTALLS_ICONS= yes USE_BZIP2= yes diff --git a/multimedia/xfce4-parole/Makefile b/multimedia/xfce4-parole/Makefile index 0f05c2292183..277317d74b32 100644 --- a/multimedia/xfce4-parole/Makefile +++ b/multimedia/xfce4-parole/Makefile @@ -7,11 +7,12 @@ PORTNAME= xfce4-parole PORTVERSION= 0.2.0.2 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= multimedia xfce -MASTER_SITES= http://archive.xfce.org/src/apps/parole/0.2/ -DISTNAME= parole-${PORTVERSION} +MASTER_SITES= ${MASTER_SITE_XFCE} +MASTER_SITE_SUBDIR=/src/apps/parole/0.2 DIST_SUBDIR= xfce4 +DISTNAME= parole-${PORTVERSION} MAINTAINER= miwi@FreeBSD.org COMMENT= Lightweight media player for Xfce4 based on the gstreamer engine diff --git a/multimedia/xfce4-xmms-plugin/Makefile b/multimedia/xfce4-xmms-plugin/Makefile index 724771bacc73..1085a2c601d6 100644 --- a/multimedia/xfce4-xmms-plugin/Makefile +++ b/multimedia/xfce4-xmms-plugin/Makefile @@ -7,9 +7,10 @@ PORTNAME= xfce4-xmms-plugin PORTVERSION= 0.5.2 -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= multimedia audio xfce -MASTER_SITES= http://goodies.xfce.org/releases/${PORTNAME}/ +MASTER_SITES= ${MASTER_SITE_XFCE} +MASTER_SITE_SUBDIR=/src/panel-plugins/${PORTNAME}/${PORTVERSION:R} DIST_SUBDIR= xfce4 MAINTAINER= miwi@FreeBSD.org diff --git a/multimedia/xfmedia-remote-plugin/Makefile b/multimedia/xfmedia-remote-plugin/Makefile index 0f207921e8f6..11394c8e264e 100644 --- a/multimedia/xfmedia-remote-plugin/Makefile +++ b/multimedia/xfmedia-remote-plugin/Makefile @@ -7,9 +7,10 @@ PORTNAME= xfmedia-remote-plugin PORTVERSION= 0.2.2 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= multimedia audio xfce -MASTER_SITES= http://goodies.xfce.org/releases/${PORTNAME}/ +MASTER_SITES= ${MASTER_SITE_XFCE} +MASTER_SITE_SUBDIR=/src/panel-plugins//${PORTNAME}/${PORTVERSION:R} DIST_SUBDIR= xfce4 MAINTAINER= miwi@FreeBSD.org @@ -17,6 +18,8 @@ COMMENT= XFce 4 media remote plugin for xfce4-panel BUILD_DEPENDS= xfce4-media>=0.9.2:${PORTSDIR}/multimedia/xfce4-media +BROKEN= Does not work with xfce 4.8 + GNU_CONFIGURE= yes USE_BZIP2= yes USE_GETTEXT= yes |