aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia/gstreamer
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2009-11-29 04:06:37 +0800
committermarcus <marcus@FreeBSD.org>2009-11-29 04:06:37 +0800
commit08ef0f72276785801e0f5184e1ca838716c56eaf (patch)
tree37fd8876adeada957d64b9de8c72bdd6a0e3a340 /multimedia/gstreamer
parentd3a72c0f140ffc8ba2da94a5087d0c48d4d97e35 (diff)
downloadfreebsd-ports-gnome-08ef0f72276785801e0f5184e1ca838716c56eaf.tar.gz
freebsd-ports-gnome-08ef0f72276785801e0f5184e1ca838716c56eaf.tar.zst
freebsd-ports-gnome-08ef0f72276785801e0f5184e1ca838716c56eaf.zip
Presenting GNOME 2.28.1 for FreeBSD. The official release notes for this
release can be found at http://library.gnome.org/misc/release-notes/2.28/ . Officially, this is mostly a polishing release in preparation for GNOME 3.0 due in about a year. On the FreeBSD front, though, a lot went into this release. Major thanks goes to kwm and avl who did a lot of the porting work for this release. In particular, kwm brought in Evolution MAPI support for better Microsoft Exchange integration. Avl made sure that the new gobject introspection repository ports were nicely compartmentalized so that large dependencies aren't brought in wholesale. But, every GNOME team member (ahze, avl, bland, kwm, mezz, and myself) contributed to this release. Other major improvements include an updated HAL with better volume probing code, ufsid integration, and support for volume names containing spaces (big thanks to J.R. Oldroyd); a new WebKit; updated AbiWord; an updated Gimp; and a preview of the new GNOME Shell project (thanks to Pawel Worach). The FreeBSD GNOME Team would like to that the following additional contributors to this release whose patches and testing really helped make it a success: Andrius Morkunas Dominique Goncalves Eric L. Chen J.R. Oldroyd Joseph S. Atkinson Li Pawel Worach Romain Tartière Thomas Vogt Yasuda Keisuke Rui Paulo Martin Wilke (and an extra shout out to miwi and pav for pointyhat runs) We would like to send this release out to Alexander Loginov (avl) in hopes that he feels better soon. PR: 136676 136967 138872 (obsolete with new epiphany-webkit) 139160 134737 139941 140097 140838 140929
Diffstat (limited to 'multimedia/gstreamer')
-rw-r--r--multimedia/gstreamer/Makefile10
-rw-r--r--multimedia/gstreamer/distinfo6
-rw-r--r--multimedia/gstreamer/files/patch-Makefile.in16
-rw-r--r--multimedia/gstreamer/pkg-plist12
4 files changed, 29 insertions, 15 deletions
diff --git a/multimedia/gstreamer/Makefile b/multimedia/gstreamer/Makefile
index d1093b081b16..2edaa4a97c43 100644
--- a/multimedia/gstreamer/Makefile
+++ b/multimedia/gstreamer/Makefile
@@ -3,11 +3,11 @@
# Whom: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports/multimedia/gstreamer/Makefile,v 1.59 2008/03/21 03:53:00 ahze Exp $
+# $MCom: ports/multimedia/gstreamer/Makefile,v 1.67 2009/11/12 16:18:30 kwm Exp $
#
PORTNAME= gstreamer
-PORTVERSION= 0.10.24
+PORTVERSION= 0.10.25
CATEGORIES= multimedia
MASTER_SITES= http://gstreamer.freedesktop.org/src/gstreamer/ \
GNOME
@@ -15,8 +15,10 @@ MASTER_SITES= http://gstreamer.freedesktop.org/src/gstreamer/ \
MAINTAINER= multimedia@FreeBSD.org
COMMENT= Development framework for creating media applications
-BUILD_DEPENDS= ${LOCALBASE}/bin/flex:${PORTSDIR}/textproc/flex
+BUILD_DEPENDS= ${LOCALBASE}/bin/flex:${PORTSDIR}/textproc/flex \
+ g-ir-scanner:${PORTSDIR}/devel/gobject-introspection
LIB_DEPENDS= popt.0:${PORTSDIR}/devel/popt
+RUN_DEPENDS= ${LOCALBASE}/share/gir-1.0/GLib-2.0.gir:${PORTSDIR}/devel/gobject-introspection
CFLAGS:= ${CFLAGS} -O2 -Wno-format
USE_BISON= build
@@ -50,7 +52,7 @@ MAN1= gst-feedback-${GST_VERSION}.1 gst-inspect-${GST_VERSION}.1 \
LIB_DEPENDS+= check.0:${PORTSDIR}/devel/libcheck
PLIST_SUB+= CHECK=""
.else
-CONFIGURE_ARGS+=--without-check
+CONFIGURE_ARGS+=--disable-check
PLIST_SUB+= CHECK="@comment "
.endif
diff --git a/multimedia/gstreamer/distinfo b/multimedia/gstreamer/distinfo
index e9a656fda3fc..78be8dfa99d3 100644
--- a/multimedia/gstreamer/distinfo
+++ b/multimedia/gstreamer/distinfo
@@ -1,3 +1,3 @@
-MD5 (gstreamer-0.10.24.tar.bz2) = 178d3326c96c360c9a15751bd5d73a6c
-SHA256 (gstreamer-0.10.24.tar.bz2) = ee8e22ff368333e668904133b40622702a1c687872e8ee5e06df9a5aad71963c
-SIZE (gstreamer-0.10.24.tar.bz2) = 2982027
+MD5 (gstreamer-0.10.25.tar.bz2) = 88544e034a051baf472983791d233076
+SHA256 (gstreamer-0.10.25.tar.bz2) = 39b2ba7b3bfa8df6d998a9461e7091c27757e36a53e93969d7d9982a56526578
+SIZE (gstreamer-0.10.25.tar.bz2) = 3045572
diff --git a/multimedia/gstreamer/files/patch-Makefile.in b/multimedia/gstreamer/files/patch-Makefile.in
index 49b34c4553bf..fe7d89f4cacf 100644
--- a/multimedia/gstreamer/files/patch-Makefile.in
+++ b/multimedia/gstreamer/files/patch-Makefile.in
@@ -1,18 +1,18 @@
---- Makefile.in.orig Tue Jun 5 11:28:51 2007
-+++ Makefile.in Tue Jun 5 11:29:23 2007
-@@ -431,7 +431,6 @@
+--- Makefile.in.orig 2009-10-19 00:06:14.000000000 +0200
++++ Makefile.in 2009-10-19 00:07:47.000000000 +0200
+@@ -397,7 +397,6 @@ aclocaldir = $(datadir)/aclocal
aclocal_DATA = gst-element-check-@GST_MAJORMINOR@.m4
- SUBDIRS = \
+ SUBDIRS = pkgconfig \
gst libs plugins tools tests \
- docs \
- pkgconfig po \
+ po \
common
-@@ -439,7 +438,6 @@
+@@ -405,7 +404,6 @@ SUBDIRS = pkgconfig \
# These are all the possible subdirs
- DIST_SUBDIRS = \
+ DIST_SUBDIRS = pkgconfig \
gst libs plugins tools tests \
- docs \
- pkgconfig po \
+ po \
common
diff --git a/multimedia/gstreamer/pkg-plist b/multimedia/gstreamer/pkg-plist
index bb7d05af7c48..0d7821cf7875 100644
--- a/multimedia/gstreamer/pkg-plist
+++ b/multimedia/gstreamer/pkg-plist
@@ -23,6 +23,7 @@ include/gstreamer-%%VERSION%%/gst/base/gsttypefindhelper.h
%%CHECK%%include/gstreamer-%%VERSION%%/gst/check/gstbufferstraw.h
%%CHECK%%include/gstreamer-%%VERSION%%/gst/check/gstcheck.h
%%CHECK%%include/gstreamer-%%VERSION%%/gst/check/gstconsistencychecker.h
+%%CHECK%%include/gstreamer-%%VERSION%%/gst/check/internal-check.h
include/gstreamer-%%VERSION%%/gst/controller/gstcontroller.h
include/gstreamer-%%VERSION%%/gst/controller/gstcontrolsource.h
include/gstreamer-%%VERSION%%/gst/controller/gstinterpolationcontrolsource.h
@@ -88,6 +89,11 @@ include/gstreamer-%%VERSION%%/gst/net/gstnet.h
include/gstreamer-%%VERSION%%/gst/net/gstnetclientclock.h
include/gstreamer-%%VERSION%%/gst/net/gstnettimepacket.h
include/gstreamer-%%VERSION%%/gst/net/gstnettimeprovider.h
+lib/girepository-1.0/Gst-0.10.typelib
+lib/girepository-1.0/GstBase-0.10.typelib
+%%CHECK%%lib/girepository-1.0/GstCheck-0.10.typelib
+lib/girepository-1.0/GstController-0.10.typelib
+lib/girepository-1.0/GstNet-0.10.typelib
lib/gstreamer-%%VERSION%%/libgstcoreelements.la
lib/gstreamer-%%VERSION%%/libgstcoreelements.so
lib/gstreamer-%%VERSION%%/libgstcoreindexers.la
@@ -123,6 +129,11 @@ libdata/pkgconfig/gstreamer-controller-%%VERSION%%.pc
libdata/pkgconfig/gstreamer-dataprotocol-%%VERSION%%.pc
libdata/pkgconfig/gstreamer-net-%%VERSION%%.pc
share/aclocal/gst-element-check-%%VERSION%%.m4
+share/gir-1.0/Gst-0.10.gir
+share/gir-1.0/GstBase-0.10.gir
+%%CHECK%%share/gir-1.0/GstCheck-0.10.gir
+share/gir-1.0/GstController-0.10.gir
+share/gir-1.0/GstNet-0.10.gir
share/locale/af/LC_MESSAGES/gstreamer-%%VERSION%%.mo
share/locale/az/LC_MESSAGES/gstreamer-%%VERSION%%.mo
share/locale/be/LC_MESSAGES/gstreamer-%%VERSION%%.mo
@@ -132,6 +143,7 @@ share/locale/cs/LC_MESSAGES/gstreamer-%%VERSION%%.mo
share/locale/da/LC_MESSAGES/gstreamer-%%VERSION%%.mo
share/locale/de/LC_MESSAGES/gstreamer-%%VERSION%%.mo
share/locale/en_GB/LC_MESSAGES/gstreamer-%%VERSION%%.mo
+share/locale/eu/LC_MESSAGES/gstreamer-%%VERSION%%.mo
share/locale/es/LC_MESSAGES/gstreamer-%%VERSION%%.mo
share/locale/fi/LC_MESSAGES/gstreamer-%%VERSION%%.mo
share/locale/fr/LC_MESSAGES/gstreamer-%%VERSION%%.mo