Update to gstreamer-plugins-good-0.10.21.

libgstshapewipe has moved from bad to good.

survived a bulk and tests from jasper@
This commit is contained in:
ajacoutot 2010-03-21 11:24:46 +00:00
parent cef3c3c355
commit e6d22215fb
5 changed files with 34 additions and 31 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.50 2009/12/14 11:36:26 espie Exp $
# $OpenBSD: Makefile,v 1.51 2010/03/21 11:24:46 ajacoutot Exp $
COMMENT-main = good elements for GStreamer
COMMENT-aalib = aalib element for GStreamer (good)
@ -7,15 +7,15 @@ COMMENT-gdk = gdk pixbuf element for GStreamer (good)
COMMENT-caca = libcaca element for GStreamer (good)
COMMENT-soup = libsoup element for GStreamer (good)
V = 0.10.17
V = 0.10.21
DISTNAME = gst-plugins-good-$V
PKGNAME-main = gstreamer-plugins-good-$Vp0v0
PKGNAME-aalib = gstreamer-aalib-$V
PKGNAME-dv = gstreamer-dv-$V
PKGNAME-gdk = gstreamer-gdk-pixbuf-$V
PKGNAME-caca = gstreamer-libcaca-$V
PKGNAME-soup = gstreamer-libsoup-$V
PKGNAME-main = gstreamer-plugins-good-${V}v0
PKGNAME-aalib = gstreamer-aalib-${V}
PKGNAME-dv = gstreamer-dv-${V}
PKGNAME-gdk = gstreamer-gdk-pixbuf-${V}
PKGNAME-caca = gstreamer-libcaca-${V}
PKGNAME-soup = gstreamer-libsoup-${V}
MULTI_PACKAGES = -main -aalib \
-dv -gdk -caca -soup
@ -47,7 +47,7 @@ WANTLIB-main = ${WANTLIB} \
LIB_DEPENDS-main = ${LIB_DEPENDS} \
${MODGCONF2_LIB_DEPENDS} \
oil-0.3::devel/liboil \
gstaudio-0.10,gstinterfaces-0.10,gstnetbuffer-0.10,gstriff-0.10,gstrtp-0.10,gsttag-0.10,gstvideo-0.10,gstfft-0.10,gstrtsp-0.10,gstsdp-0.10,gstpbutils-0.10::$P/plugins-base \
gstaudio-0.10,gstinterfaces-0.10,gstnetbuffer-0.10,gstriff-0.10,gstrtp-0.10,gsttag-0.10,gstvideo-0.10,gstfft-0.10,gstrtsp-0.10,gstsdp-0.10,gstpbutils-0.10::${P}/plugins-base \
FLAC.>=9::audio/flac \
jpeg.>=62::graphics/jpeg \
tag.>=7::audio/taglib \
@ -67,7 +67,7 @@ LIB_DEPENDS-aalib = ${LIB_DEPENDS} \
WANTLIB-dv = ${WANTLIB}
LIB_DEPENDS-dv = ${LIB_DEPENDS} \
dv::multimedia/libdv \
gstaudio-0.10,gstinterfaces-0.10::$P/plugins-base
gstaudio-0.10,gstinterfaces-0.10::${P}/plugins-base
WANTLIB-gdk = ${WANTLIB} \
gio-2.0

View File

@ -1,5 +1,5 @@
MD5 (gst-plugins-good-0.10.17.tar.bz2) = gzVGzSuLv4a47Qg7AIl5GA==
RMD160 (gst-plugins-good-0.10.17.tar.bz2) = dwpaCRdR6jYmAMKCTMhg3D+IMLM=
SHA1 (gst-plugins-good-0.10.17.tar.bz2) = +wuQVO59FnSnwrzC/M9TMdjpuAw=
SHA256 (gst-plugins-good-0.10.17.tar.bz2) = T0H70yUnBBbJ9V2QDkcEgqfR5++9u3Je0DoIXewwetY=
SIZE (gst-plugins-good-0.10.17.tar.bz2) = 2671700
MD5 (gst-plugins-good-0.10.21.tar.bz2) = m8XJs5Dtu5a9pC/FU+rlrg==
RMD160 (gst-plugins-good-0.10.21.tar.bz2) = cc/r6WVAn/xtbTpbCOOSP8lm//o=
SHA1 (gst-plugins-good-0.10.21.tar.bz2) = 7WGYJPXKRZK/4rL2351T8Iv182A=
SHA256 (gst-plugins-good-0.10.21.tar.bz2) = JERaHPVjAqtK1fVgVdXD2BxwS4+faHX+eKJdT3JxbSI=
SIZE (gst-plugins-good-0.10.21.tar.bz2) = 2675836

View File

@ -1,7 +1,7 @@
$OpenBSD: patch-configure_ac,v 1.8 2009/11/29 09:17:38 ajacoutot Exp $
--- configure.ac.orig Mon Nov 23 18:19:53 2009
+++ configure.ac Mon Nov 23 18:22:26 2009
@@ -456,6 +456,8 @@ AG_GST_CHECK_FEATURE(GST_V4L2, [Video 4 Linux 2], v4l2
$OpenBSD: patch-configure_ac,v 1.9 2010/03/21 11:24:46 ajacoutot Exp $
--- configure.ac.orig Sat Mar 6 01:27:38 2010
+++ configure.ac Mon Mar 8 12:23:40 2010
@@ -457,6 +457,8 @@ AG_GST_CHECK_FEATURE(GST_V4L2, [Video 4 Linux 2], v4l2
#ifdef __sun /* Solaris */
#include <sys/types.h>
#include <sys/videodev2.h>
@ -10,7 +10,7 @@ $OpenBSD: patch-configure_ac,v 1.8 2009/11/29 09:17:38 ajacoutot Exp $
#else /* Linux */
#include <linux/types.h>
#define _LINUX_TIME_H
@@ -497,6 +499,8 @@ return 0;
@@ -498,6 +500,8 @@ return 0;
#ifdef __sun /* Solaris */
#include <sys/types.h>
#include <sys/videodev2.h>
@ -19,7 +19,7 @@ $OpenBSD: patch-configure_ac,v 1.8 2009/11/29 09:17:38 ajacoutot Exp $
#else /* Linux */
#include <linux/types.h>
#define _LINUX_TIME_H
@@ -681,6 +685,21 @@ AG_GST_CHECK_FEATURE(ESD, [ESounD sound daemon], esdsi
@@ -682,6 +686,21 @@ AG_GST_CHECK_FEATURE(ESD, [ESounD sound daemon], esdsi
fi
])
@ -41,7 +41,7 @@ $OpenBSD: patch-configure_ac,v 1.8 2009/11/29 09:17:38 ajacoutot Exp $
dnl *** FLAC ***
translit(dnm, m, l) AM_CONDITIONAL(USE_FLAC, true)
AG_GST_CHECK_FEATURE(FLAC, [FLAC lossless audio], flac, [
@@ -749,7 +768,7 @@ AG_GST_CHECK_FEATURE(LIBDV, [libdv DV demuxer/decoder]
@@ -750,7 +769,7 @@ AG_GST_CHECK_FEATURE(LIBDV, [libdv DV demuxer/decoder]
dnl *** libpng ***
translit(dnm, m, l) AM_CONDITIONAL(USE_LIBPNG, true)
AG_GST_CHECK_FEATURE(LIBPNG, [Portable Network Graphics library], png, [
@ -50,7 +50,7 @@ $OpenBSD: patch-configure_ac,v 1.8 2009/11/29 09:17:38 ajacoutot Exp $
])
dnl *** pulseaudio ***
@@ -962,6 +981,7 @@ AM_CONDITIONAL(USE_CAIRO, false)
@@ -963,6 +982,7 @@ AM_CONDITIONAL(USE_CAIRO, false)
AM_CONDITIONAL(USE_DIRECTSOUND, false)
AM_CONDITIONAL(USE_DV1394, false)
AM_CONDITIONAL(USE_ESD, false)
@ -58,7 +58,7 @@ $OpenBSD: patch-configure_ac,v 1.8 2009/11/29 09:17:38 ajacoutot Exp $
AM_CONDITIONAL(USE_FLAC, false)
AM_CONDITIONAL(USE_GCONF, false)
AM_CONDITIONAL(USE_GCONFTOOL, false)
@@ -1098,6 +1118,7 @@ ext/annodex/Makefile
@@ -1100,6 +1120,7 @@ ext/annodex/Makefile
ext/cairo/Makefile
ext/dv/Makefile
ext/esd/Makefile

View File

@ -1,6 +1,6 @@
$OpenBSD: patch-ext_Makefile_am,v 1.2 2009/11/29 09:17:38 ajacoutot Exp $
--- ext/Makefile.am.orig Mon Nov 23 18:22:40 2009
+++ ext/Makefile.am Mon Nov 23 18:23:16 2009
$OpenBSD: patch-ext_Makefile_am,v 1.3 2010/03/21 11:24:46 ajacoutot Exp $
--- ext/Makefile.am.orig Sat Dec 5 19:23:03 2009
+++ ext/Makefile.am Thu Feb 11 12:26:18 2010
@@ -76,6 +76,12 @@ else
LIBPNG_DIR =
endif
@ -22,8 +22,8 @@ $OpenBSD: patch-ext_Makefile_am,v 1.2 2009/11/29 09:17:38 ajacoutot Exp $
$(MIKMOD_DIR) \
$(PULSE_DIR) \
$(SHOUT2_DIR) \
@@ -162,6 +169,7 @@ DIST_SUBDIRS = \
ladspa \
@@ -161,6 +168,7 @@ DIST_SUBDIRS = \
jpeg \
libcaca \
libpng \
+ libsndio \

View File

@ -1,5 +1,5 @@
@comment $OpenBSD: PLIST-main,v 1.18 2009/12/14 11:36:26 espie Exp $
@conflict gstreamer-plugins-bad-<0.10.7
@comment $OpenBSD: PLIST-main,v 1.19 2010/03/21 11:24:46 ajacoutot Exp $
@conflict gstreamer-plugins-bad-<0.10.8
@conflict gstreamer-jpeg-*
@conflict gstreamer-png-*
@conflict gstreamer-cairo-*
@ -100,6 +100,8 @@ lib/gstreamer-${VERSION}/libgstrtp.so
lib/gstreamer-${VERSION}/libgstrtpmanager.so
@comment lib/gstreamer-${VERSION}/libgstrtsp.la
lib/gstreamer-${VERSION}/libgstrtsp.so
@comment lib/gstreamer-${VERSION}/libgstshapewipe.la
lib/gstreamer-${VERSION}/libgstshapewipe.so
@comment lib/gstreamer-${VERSION}/libgstshout2.la
lib/gstreamer-${VERSION}/libgstshout2.so
@comment lib/gstreamer-${VERSION}/libgstsmpte.la
@ -145,6 +147,7 @@ share/locale/ca/LC_MESSAGES/gst-plugins-good-${VERSION}.mo
share/locale/cs/LC_MESSAGES/gst-plugins-good-${VERSION}.mo
share/locale/da/LC_MESSAGES/gst-plugins-good-${VERSION}.mo
share/locale/de/LC_MESSAGES/gst-plugins-good-${VERSION}.mo
share/locale/el/LC_MESSAGES/gst-plugins-good-${VERSION}.mo
share/locale/en_GB/LC_MESSAGES/gst-plugins-good-${VERSION}.mo
share/locale/es/LC_MESSAGES/gst-plugins-good-${VERSION}.mo
share/locale/eu/LC_MESSAGES/gst-plugins-good-${VERSION}.mo