diff options
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/cheese/Makefile | 16 | ||||
-rw-r--r-- | multimedia/cheese3/Makefile | 11 | ||||
-rw-r--r-- | multimedia/clutter-gst/Makefile | 10 | ||||
-rw-r--r-- | multimedia/gstreamer1-plugins/Makefile | 7 | ||||
-rw-r--r-- | multimedia/gstreamer1/Makefile | 6 | ||||
-rw-r--r-- | multimedia/libgnome-media-profiles/Makefile | 9 | ||||
-rw-r--r-- | multimedia/totem-pl-parser/Makefile | 17 | ||||
-rw-r--r-- | multimedia/totem/Makefile | 18 | ||||
-rw-r--r-- | multimedia/totem/pkg-plist | 2 | ||||
-rw-r--r-- | multimedia/totem3/Makefile | 25 | ||||
-rw-r--r-- | multimedia/totem3/pkg-plist | 2 |
11 files changed, 43 insertions, 80 deletions
diff --git a/multimedia/cheese/Makefile b/multimedia/cheese/Makefile index db390d152..896f45133 100644 --- a/multimedia/cheese/Makefile +++ b/multimedia/cheese/Makefile @@ -1,10 +1,6 @@ -# New ports collection makefile for: cheese -# Date created: 13 January 2008 -# Whom: FreeBSD GNOME Team <gnome@FreeBSD.org> -# +# Created by: FreeBSD GNOME Team <gnome@FreeBSD.org> # $FreeBSD$ -# $MCom$ -# +# $MCom: ports/trunk/multimedia/cheese/Makefile 17268 2013-04-01 05:13:11Z marcus $ PORTNAME= cheese PORTVERSION= 2.32.0 @@ -17,17 +13,17 @@ MAINTAINER= gnome@FreeBSD.org COMMENT= A Photobooth-inspired app for taking pictures and videos from webcam BUILD_DEPENDS= ${LOCALBASE}/include/linux/videodev.h:${PORTSDIR}/multimedia/v4l_compat -LIB_DEPENDS= canberra-gtk.0:${PORTSDIR}/audio/libcanberra \ - hal.1:${PORTSDIR}/sysutils/hal +LIB_DEPENDS= canberra-gtk:${PORTSDIR}/audio/libcanberra \ + hal:${PORTSDIR}/sysutils/hal CONFLICTS= cheese-3.[0-9]* USE_XORG= xxf86vm USE_BZIP2= yes USE_GMAKE= yes -USE_GNOME= gnomehack gnomeprefix intlhack evolutiondataserver librsvg2 \ +USE_GNOME= gnomeprefix intlhack evolutiondataserver librsvg2 \ gnomedocutils gnomedesktop -USE_GETTEXT= yes +USES= gettext pathfix pkgconfig USE_GSTREAMER= gconf good ogg theora v4l2 vorbis INSTALLS_OMF= yes INSTALLS_ICONS= yes diff --git a/multimedia/cheese3/Makefile b/multimedia/cheese3/Makefile index cfb6ed3ac..5065bd5d9 100644 --- a/multimedia/cheese3/Makefile +++ b/multimedia/cheese3/Makefile @@ -1,10 +1,5 @@ -# New ports collection makefile for: cheese -# Date created: 13 January 2008 -# Whom: FreeBSD GNOME Team <gnome@FreeBSD.org> -# # $FreeBSD$ -# $MCom$ -# +# $MCom: ports/trunk/multimedia/cheese3/Makefile 17268 2013-04-01 05:13:11Z marcus $ PORTNAME= cheese PORTVERSION= 3.4.2 @@ -35,9 +30,9 @@ LATEST_LINK= cheese3 USE_XORG= xxf86vm x11 USE_XZ= yes USE_GMAKE= yes -USE_GNOME= gnomehack gnomeprefix intlhack evolutiondataserver3 librsvg2 \ +USE_GNOME= gnomeprefix intlhack evolutiondataserver3 librsvg2 \ gnomedesktop3 -USE_GETTEXT= yes +USES= gettext pathfix pkgconfig USE_GSTREAMER= bad gconf good jpeg ogg theora v4l2 vorbis INSTALLS_OMF= yes INSTALLS_ICONS= yes diff --git a/multimedia/clutter-gst/Makefile b/multimedia/clutter-gst/Makefile index e28ddba43..811b1ac4a 100644 --- a/multimedia/clutter-gst/Makefile +++ b/multimedia/clutter-gst/Makefile @@ -1,9 +1,6 @@ -# New ports collection makefile for: clutter-gst -# Date created: 2008-12-25 -# Whom: Martin Wilke <miwi@FreeBSD.org> -# +# Created by: Martin Wilke <miwi@FreeBSD.org> # $FreeBSD$ -# $MCom$ +# $MCom: ports/trunk/multimedia/clutter-gst/Makefile 17268 2013-04-01 05:13:11Z marcus $ PORTNAME= clutter-gst PORTVERSION= 1.6.0 @@ -18,7 +15,8 @@ LIB_DEPENDS= clutter-1.0:${PORTSDIR}/graphics/clutter USE_GMAKE= yes USE_XZ= yes USE_AUTOTOOLS= libtool -USE_GNOME= gnomehack ltverhack gnomeprefix +USES= pathfix +USE_GNOME= ltverhack gnomeprefix USE_GSTREAMER= yes USE_XORG= xp x11 USE_LDCONFIG= yes diff --git a/multimedia/gstreamer1-plugins/Makefile b/multimedia/gstreamer1-plugins/Makefile index 91d1535ba..59396eeb2 100644 --- a/multimedia/gstreamer1-plugins/Makefile +++ b/multimedia/gstreamer1-plugins/Makefile @@ -1,6 +1,6 @@ # Created by: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> # $FreeBSD$ -# $MCom$ +# $MCom: ports/trunk/multimedia/gstreamer1-plugins/Makefile 17268 2013-04-01 05:13:11Z marcus $ PORTNAME= gstreamer1-plugins PORTVERSION?= ${BASE_PORTVERSION} @@ -41,15 +41,14 @@ UGLY_DISTFILE= ${UGLY_DISTNAME}${EXTRACT_SUFX} DIST?= base SHLIB_VERSION= 0 -USE_GETTEXT= yes +USES= gettext pathfix pkgconfig # xxx remove when 1.0 is offical released VERSION= ${GST1_VERSION} #VERSION= 1.0 WANT_GSTREAMER= yes USE_XZ= yes USE_GMAKE= yes -USE_GNOME+= gnomehack ltverhack:0 ltasneededhack -USE_PKGCONFIG= build +USE_GNOME+= ltverhack:0 ltasneededhack USE_AUTOTOOLS= libtool GST_PLUGIN?= base USE_LDCONFIG= yes diff --git a/multimedia/gstreamer1/Makefile b/multimedia/gstreamer1/Makefile index 87eb2f827..045a3e7e3 100644 --- a/multimedia/gstreamer1/Makefile +++ b/multimedia/gstreamer1/Makefile @@ -1,6 +1,6 @@ # Created by: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> # $FreeBSD$ -# $MCom$ +# $MCom: ports/trunk/multimedia/gstreamer1/Makefile 17268 2013-04-01 05:13:11Z marcus $ PORTNAME= gstreamer1 PORTVERSION= 1.0.5 @@ -18,13 +18,11 @@ BUILD_DEPENDS= ${LOCALBASE}/bin/flex:${PORTSDIR}/textproc/flex \ RUN_DEPENDS= ${LOCALBASE}/share/gir-1.0/GLib-2.0.gir:${PORTSDIR}/devel/gobject-introspection CFLAGS:= ${CFLAGS} -O2 -Wno-format -USES= bison pathfix +USES= bison gettext pathfix pkgconfig USE_XZ= yes USE_GMAKE= yes MAKE_JOBS_SAVE= yes USE_GNOME= glib20 ltverhack:0 ltasneededhack -USE_PKGCONFIG= build -USE_GETTEXT= yes USE_AUTOTOOLS= libtool CONFIGURE_ARGS= --disable-tests \ --disable-examples \ diff --git a/multimedia/libgnome-media-profiles/Makefile b/multimedia/libgnome-media-profiles/Makefile index 20c9067f2..959ab8fbe 100644 --- a/multimedia/libgnome-media-profiles/Makefile +++ b/multimedia/libgnome-media-profiles/Makefile @@ -1,7 +1,4 @@ -# New ports collection makefile for: libgnome-media-profiles -# Date Created: 15 April 2011 -# Whom: Koop Mast <kwm@FreeBSD.org> -# +# Created by: Koop Mast <kwm@FreeBSD.org> # $FreeBSD$ # $MCom$ @@ -15,13 +12,13 @@ COMMENT= Library that contains code to manage media profiles CONFLICTS= gnome-media-2.[0-9]* -USE_GNOME= gnomehack gtk30 gconf2 intlhack gnomedocutils +USE_GNOME= gtk30 gconf2 intlhack gnomedocutils USE_GMAKE= yes GNU_CONFIGURE= yes USE_GSTREAMER= yes USE_LDCONFIG= yes INSTALLS_OMF= yes -USE_GETTEXT= yes +USES= gettext pathfix pkgconfig GCONF_SCHEMAS= gnome-media-profiles.schemas diff --git a/multimedia/totem-pl-parser/Makefile b/multimedia/totem-pl-parser/Makefile index b485037ea..fe171b7ea 100644 --- a/multimedia/totem-pl-parser/Makefile +++ b/multimedia/totem-pl-parser/Makefile @@ -1,10 +1,6 @@ -# New ports collection makefile for: totem-pl-parser -# Date created: 2007-12-04 -# Whom: Michael Johnson <ahze@FreeBSD.org> -# +# Created by: Michael Johnson <ahze@FreeBSD.org> # $FreeBSD$ -# $MCom$ -# +# $MCom: ports/trunk/multimedia/totem-pl-parser/Makefile 17268 2013-04-01 05:13:11Z marcus $ PORTNAME= totem-pl-parser PORTVERSION= 3.4.2 @@ -16,15 +12,14 @@ MAINTAINER= gnome@FreeBSD.org COMMENT= GObject-based library to parse a host of playlist formats BUILD_DEPENDS= g-ir-scanner:${PORTSDIR}/devel/gobject-introspection -LIB_DEPENDS= gmime-2.4.6:${PORTSDIR}/mail/gmime24 \ - soup-gnome-2.4.1:${PORTSDIR}/devel/libsoup-gnome +LIB_DEPENDS= gmime-2.4:${PORTSDIR}/mail/gmime24 \ + soup-gnome-2.4:${PORTSDIR}/devel/libsoup-gnome RUN_DEPENDS= ${LOCALBASE}/share/gir-1.0/GLib-2.0.gir:${PORTSDIR}/devel/gobject-introspection USE_XZ= yes USE_GMAKE= yes -USE_GNOME= gnomehack gnomeprefix glib20 libxml2 intlhack ltverhack \ - gnomehier -USE_GETTEXT= yes +USE_GNOME= gnomeprefix glib20 libxml2 intlhack ltverhack gnomehier +USES= gettext pathfix USE_LDCONFIG= yes USE_AUTOTOOLS= libtool CONFIGURE_ARGS= --enable-libarchive diff --git a/multimedia/totem/Makefile b/multimedia/totem/Makefile index 97838f32a..1d465f38e 100644 --- a/multimedia/totem/Makefile +++ b/multimedia/totem/Makefile @@ -1,10 +1,6 @@ -# New ports collection makefile for: totem -# Date created: 17 Oct 2002 -# Whom: Hendrik Scholz <hendrik@scholz.net> -# +# Created by: Hendrik Scholz <hendrik@scholz.net> # $FreeBSD$ -# $MCom$ -# +# $MCom: ports/trunk/multimedia/totem/Makefile 17268 2013-04-01 05:13:11Z marcus $ PORTNAME= totem PORTVERSION= 2.32.0 @@ -18,8 +14,8 @@ COMMENT?= A gstreamer-based video player for the GNOME 2 Desktop BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:${PORTSDIR}/misc/iso-codes LIB_DEPENDS= gdata.7:${PORTSDIR}/devel/libgdata06 \ - unique-1.0.2:${PORTSDIR}/x11-toolkits/unique \ - totem-plparser.17:${PORTSDIR}/multimedia/totem-pl-parser + unique-1.0:${PORTSDIR}/x11-toolkits/unique \ + totem-plparser:${PORTSDIR}/multimedia/totem-pl-parser RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:${PORTSDIR}/misc/iso-codes \ ${LOCALBASE}/libexec/gnome-settings-daemon:${PORTSDIR}/sysutils/gnome-settings-daemon \ ${PYTHON_SITELIBDIR}/atom/__init__.py:${PORTSDIR}/devel/py-gdata @@ -28,9 +24,8 @@ CONFLICTS= totem-3.[0-9]* USE_PYTHON= yes USE_BZIP2= yes -USE_GETTEXT= yes -USE_GNOME= gnomeprefix intlhack gnomehack desktopfileutils \ - nautilus2 ltverhack pygtk2 gnomehier +USES= gettext pathfix pkgconfig desktop-file-utils +USE_GNOME= gnomeprefix intlhack nautilus2 ltverhack pygtk2 gnomehier USE_GSTREAMER= core gconf hal good mpeg2dec soup ugly python gio INSTALLS_ICONS= yes USE_GMAKE= yes @@ -123,7 +118,6 @@ post-patch: ${WRKSRC}/src/backend/bacon-video-widget-gst-0.10.c post-install: - @-update-desktop-database ${MKDIR} ${PREFIX}/share/vala/vapi ${INSTALL_DATA} ${WRKSRC}/bindings/vala/totem.vapi ${PREFIX}/share/vala/vapi ${INSTALL_DATA} ${WRKSRC}/bindings/vala/totem.deps ${PREFIX}/share/vala/vapi diff --git a/multimedia/totem/pkg-plist b/multimedia/totem/pkg-plist index 0ef1a4e38..c221c3c3c 100644 --- a/multimedia/totem/pkg-plist +++ b/multimedia/totem/pkg-plist @@ -557,8 +557,6 @@ share/vala/vapi/totem.vapi @dirrm lib/totem/plugins @dirrm lib/totem %%BROWSER_PLUGINS%%@dirrmtry %%WEBPLUGINS_DIR%% -@exec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true -@unexec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true @dirrmtry share/locale/zh_HK/LC_MESSAGES @dirrmtry share/locale/zh_HK @dirrmtry share/locale/xh/LC_MESSAGES diff --git a/multimedia/totem3/Makefile b/multimedia/totem3/Makefile index f45e95040..cd790945e 100644 --- a/multimedia/totem3/Makefile +++ b/multimedia/totem3/Makefile @@ -1,10 +1,6 @@ -# New ports collection makefile for: totem -# Date created: 17 Oct 2002 -# Whom: Hendrik Scholz <hendrik@scholz.net> -# +# Created by: Hendrik Scholz <hendrik@scholz.net> # $FreeBSD$ -# $MCom$ -# +# $MCom: ports/trunk/multimedia/totem3/Makefile 17268 2013-04-01 05:13:11Z marcus $ PORTNAME= totem PORTVERSION= 3.4.2 @@ -19,11 +15,11 @@ BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:${PORTSDIR}/misc/iso- ${LOCALBASE}/libdata/pkgconfig/gnome-icon-theme.pc:${PORTSDIR}/misc/gnome-icon-theme \ g-ir-scanner:${PORTSDIR}/devel/gobject-introspection LIB_DEPENDS= gdata.13:${PORTSDIR}/devel/libgdata \ - dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib \ - clutter-gst-1.0.0:${PORTSDIR}/multimedia/clutter-gst \ - clutter-gtk-1.0.0:${PORTSDIR}/graphics/clutter-gtk3 \ - mx-1.0.2:${PORTSDIR}/x11-toolkits/mx \ - peas-1.0.0:${PORTSDIR}/devel/libpeas \ + dbus-glib-1:${PORTSDIR}/devel/dbus-glib \ + clutter-gst-1.0:${PORTSDIR}/multimedia/clutter-gst \ + clutter-gtk-1.0:${PORTSDIR}/graphics/clutter-gtk3 \ + mx-1.0:${PORTSDIR}/x11-toolkits/mx \ + peas-1.0:${PORTSDIR}/devel/libpeas \ totem-plparser.17:${PORTSDIR}/multimedia/totem-pl-parser RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:${PORTSDIR}/misc/iso-codes \ ${LOCALBASE}/libdata/pkgconfig/gnome-icon-theme.pc:${PORTSDIR}/misc/gnome-icon-theme \ @@ -36,9 +32,9 @@ LATEST_LINK= totem3 USE_PYTHON= yes USE_XORG= x11 xproto xtst ice sm USE_XZ= yes -USE_GETTEXT= yes -USE_GNOME= gnomeprefix intlhack gnomehack desktopfileutils gtk30 libxml2 \ - nautilus3 ltverhack pygobject3 gnomedocutils gnomehier +USES= gettext pathfix pkgconfig desktop-file-utils +USE_GNOME= gnomeprefix intlhack gtk30 libxml2 nautilus3 ltverhack \ + pygobject3 gnomedocutils gnomehier USE_GSTREAMER= core good mpeg2dec soup ugly gio resindvd INSTALLS_ICONS= yes USE_GMAKE= yes @@ -138,7 +134,6 @@ post-patch: ${WRKSRC}/src/backend/bacon-video-widget-gst-0.10.c post-install: - @-update-desktop-database # ${MKDIR} ${PREFIX}/share/vala/vapi # ${INSTALL_DATA} ${WRKSRC}/bindings/vala/totem.vapi ${PREFIX}/share/vala/vapi # ${INSTALL_DATA} ${WRKSRC}/bindings/vala/totem.deps ${PREFIX}/share/vala/vapi diff --git a/multimedia/totem3/pkg-plist b/multimedia/totem3/pkg-plist index 87d251475..09a679a82 100644 --- a/multimedia/totem3/pkg-plist +++ b/multimedia/totem3/pkg-plist @@ -672,5 +672,3 @@ share/thumbnailers/totem.thumbnailer %%BROWSER_PLUGINS%%@dirrmtry %%WEBPLUGINS_DIR%% @dirrm include/totem/1.0 @dirrm include/totem -@exec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true -@unexec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true |