diff options
author | ahze <ahze@FreeBSD.org> | 2006-04-30 07:03:03 +0800 |
---|---|---|
committer | ahze <ahze@FreeBSD.org> | 2006-04-30 07:03:03 +0800 |
commit | 37141a4239ce132a460689dacc49f431214e670b (patch) | |
tree | 841e14a903993df6f2654c4de34024a326f9e59b /multimedia/gstreamer-editor | |
parent | 8967d0ac35824f19b6b0545589662965de0f1988 (diff) | |
download | freebsd-ports-gnome-37141a4239ce132a460689dacc49f431214e670b.tar.gz freebsd-ports-gnome-37141a4239ce132a460689dacc49f431214e670b.tar.zst freebsd-ports-gnome-37141a4239ce132a460689dacc49f431214e670b.zip |
- Update gstreamer to 0.10
- Move all old gstreamer 0.8 ports to gstreamer*80 [1]
- Chase all ports with new gstreamer or gstreaemer moves
Repocopied by: marcus [1]
Diffstat (limited to 'multimedia/gstreamer-editor')
-rw-r--r-- | multimedia/gstreamer-editor/Makefile | 9 | ||||
-rw-r--r-- | multimedia/gstreamer-editor/distinfo | 1 | ||||
-rw-r--r-- | multimedia/gstreamer-editor/pkg-plist | 6 |
3 files changed, 5 insertions, 11 deletions
diff --git a/multimedia/gstreamer-editor/Makefile b/multimedia/gstreamer-editor/Makefile index f5f5c3521af0..d14ffb86cc7a 100644 --- a/multimedia/gstreamer-editor/Makefile +++ b/multimedia/gstreamer-editor/Makefile @@ -13,12 +13,12 @@ MASTER_SITES= http://gstreamer.freedesktop.org/src/gst-editor/ PKGNAMESUFFIX= -editor DISTNAME= gst-editor-${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= gnome@FreeBSD.org COMMENT= Provide View and Controller counterparts to GStreamer's Model -LIB_DEPENDS= gstreamer-0.8.5:${PORTSDIR}/multimedia/gstreamer \ +LIB_DEPENDS= gstreamer-0.8.5:${PORTSDIR}/multimedia/gstreamer80 \ popt.0:${PORTSDIR}/devel/popt -RUN_DEPENDS= gst-visualise-0.8:${PORTSDIR}/multimedia/gstreamer-plugins +RUN_DEPENDS= gst-visualise-0.8:${PORTSDIR}/multimedia/gstreamer-plugins80 USE_BZIP2= yes USE_X_PREFIX= yes @@ -34,13 +34,14 @@ USE_GNOME= gnomehack \ PLIST_SUB= \ VERSION="${PORTVERSION}" INSTALLS_SHLIB= yes +INSTALLS_OMF= yes MAN1= gst-editor.1 gst-inspect-gui.1 gst-launch-gui.1 .include <bsd.port.pre.mk> .if ${OSVERSION} < 500000 -BROKEN= "Does not compile on FreeBSD 4.x" +BROKEN= Does not compile on FreeBSD 4.x .endif .include <bsd.port.post.mk> diff --git a/multimedia/gstreamer-editor/distinfo b/multimedia/gstreamer-editor/distinfo index 8eb8e326e2c3..138d4e031e0f 100644 --- a/multimedia/gstreamer-editor/distinfo +++ b/multimedia/gstreamer-editor/distinfo @@ -1,3 +1,2 @@ MD5 (gst-editor-0.8.0.tar.bz2) = 6552880c22f8571438ed29852e28f273 -SHA256 (gst-editor-0.8.0.tar.bz2) = cbc31be94e1045676b423cd6081b276c00f48fdca99c78be5cde40ae31ed4fe9 SIZE (gst-editor-0.8.0.tar.bz2) = 356642 diff --git a/multimedia/gstreamer-editor/pkg-plist b/multimedia/gstreamer-editor/pkg-plist index 96702f51c605..beec387893f3 100644 --- a/multimedia/gstreamer-editor/pkg-plist +++ b/multimedia/gstreamer-editor/pkg-plist @@ -39,24 +39,18 @@ share/gnome/gst-editor/gnome/help/gst-editor/C/gst-editor-manual.xml share/gnome/gst-editor/gnome/help/gst-editor/C/legal.xml share/gnome/gst-editor/gst-editor.png share/gnome/omf/gst-editor/gst-editor-manual-C.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gst-editor/gst-editor-manual-C.omf 2>/dev/null || /usr/bin/true share/gnome/pixmaps/gst-editor.png share/gnome/pixmaps/gst-inspect.png share/gnome/pixmaps/gst-launch.png -@dirrmtry share/gnome/pixmaps @dirrm share/gnome/omf/gst-editor -@dirrmtry share/gnome/omf @dirrm share/gnome/gst-editor/gnome/help/gst-editor/C @dirrm share/gnome/gst-editor/gnome/help/gst-editor @dirrm share/gnome/gst-editor/gnome/help @dirrm share/gnome/gst-editor/gnome @dirrm share/gnome/gst-editor -@dirrmtry share/gnome/applications -@dirrmtry share/gnome @dirrm include/gst-editor-%%VERSION%%/gst/element-ui @dirrm include/gst-editor-%%VERSION%%/gst/element-browser @dirrm include/gst-editor-%%VERSION%%/gst/editor @dirrm include/gst-editor-%%VERSION%%/gst/debug-ui @dirrm include/gst-editor-%%VERSION%%/gst @dirrm include/gst-editor-%%VERSION%% -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gst-editor/gst-editor-manual-C.omf 2>/dev/null || /usr/bin/true |