Update to gstreamer-plugins-base-0.10.36.
Detail changelog available at: http://download.gnome.org/sources/gst-plugins-base/0.10/gst-plugins-base-0.10.36.changes
This commit is contained in:
parent
43da63de7a
commit
1ffad6ebf9
@ -1,32 +1,29 @@
|
||||
# $OpenBSD: Makefile,v 1.47 2012/01/25 14:06:43 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.48 2012/02/21 08:45:43 ajacoutot Exp $
|
||||
|
||||
COMMENT-main = base elements for GStreamer
|
||||
COMMENT-cdda = cd paranoia element for GStreamer (plugins-base)
|
||||
|
||||
V = 0.10.35
|
||||
V = 0.10.36
|
||||
DISTNAME = gst-plugins-base-${V}
|
||||
|
||||
PKGNAME-main = gstreamer-plugins-base-${V}
|
||||
PKGNAME-cdda = gstreamer-cdda-${V}
|
||||
|
||||
REVISION-main = 2
|
||||
REVISION-cdda = 1
|
||||
|
||||
MULTI_PACKAGES = -main -cdda
|
||||
|
||||
SHARED_LIBS += gstinterfaces-0.10 2.5 # .23.0
|
||||
SHARED_LIBS += gsttag-0.10 2.5 # .23.0
|
||||
SHARED_LIBS += gstfft-0.10 2.5 # .23.0
|
||||
SHARED_LIBS += gstnetbuffer-0.10 2.5 # .23.0
|
||||
SHARED_LIBS += gstpbutils-0.10 2.5 # .23.0
|
||||
SHARED_LIBS += gstrtp-0.10 2.5 # .23.0
|
||||
SHARED_LIBS += gstsdp-0.10 2.5 # .23.0
|
||||
SHARED_LIBS += gstvideo-0.10 2.5 # .23.0
|
||||
SHARED_LIBS += gstapp-0.10 2.5 # .23.0
|
||||
SHARED_LIBS += gstaudio-0.10 2.5 # .23.0
|
||||
SHARED_LIBS += gstcdda-0.10 2.5 # .23.0
|
||||
SHARED_LIBS += gstriff-0.10 2.5 # .23.0
|
||||
SHARED_LIBS += gstrtsp-0.10 2.5 # .23.0
|
||||
SHARED_LIBS += gstinterfaces-0.10 2.6 # .25.0
|
||||
SHARED_LIBS += gsttag-0.10 2.6 # .25.0
|
||||
SHARED_LIBS += gstfft-0.10 2.6 # .25.0
|
||||
SHARED_LIBS += gstnetbuffer-0.10 2.6 # .25.0
|
||||
SHARED_LIBS += gstpbutils-0.10 2.6 # .25.0
|
||||
SHARED_LIBS += gstrtp-0.10 2.6 # .25.0
|
||||
SHARED_LIBS += gstsdp-0.10 2.6 # .25.0
|
||||
SHARED_LIBS += gstvideo-0.10 2.6 # .25.0
|
||||
SHARED_LIBS += gstapp-0.10 2.6 # .25.0
|
||||
SHARED_LIBS += gstaudio-0.10 2.6 # .25.0
|
||||
SHARED_LIBS += gstcdda-0.10 2.6 # .25.0
|
||||
SHARED_LIBS += gstriff-0.10 2.6 # .25.0
|
||||
SHARED_LIBS += gstrtsp-0.10 2.6 # .25.0
|
||||
|
||||
MASTER_SITES = ${MASTER_SITE_GST:=gst-plugins-base/}
|
||||
MODULES = devel/gettext
|
||||
@ -38,19 +35,19 @@ REGRESS_DEPENDS += ${BASE_PKGPATH},${i}
|
||||
# needed for tests/
|
||||
BUILD_DEPENDS = x11/gtk+2
|
||||
|
||||
WANTLIB += glib-2.0 gmodule-2.0 gobject-2.0 gthread-2.0 xml2
|
||||
WANTLIB += z m pcre gstreamer-0.10 ffi
|
||||
RUN_DEPENDS = ${BUILD_PKGPATH}
|
||||
WANTLIB = glib-2.0 gmodule-2.0 gobject-2.0 gthread-2.0 xml2 \
|
||||
z m pcre gstreamer-0.10
|
||||
LIB_DEPENDS = ${P}/core>=0.10.30
|
||||
LIB_DEPENDS = ${P}/core>=0.10.36
|
||||
|
||||
WANTLIB-main = ${WANTLIB} \
|
||||
Xv X11 ICE SM Xext Xau Xdmcp Xxf86vm c drm \
|
||||
gstdataprotocol-0.10 gstcontroller-0.10 gstbase-0.10 \
|
||||
pthread-stubs xcb expat fontconfig freetype ogg \
|
||||
Xrender cairo gio-2.0 pixman-1 png pthread xcb-shm \
|
||||
xcb-render vorbis vorbisenc pango-1.0 \
|
||||
pangoft2-1.0 pangocairo-1.0 theoradec theoraenc \
|
||||
vorbisidec orc-0.4 orc-test-0.4 GL Xdamage Xfixes
|
||||
WANTLIB-main += ${WANTLIB}
|
||||
WANTLIB-main += GL ICE SM X11 Xau Xdamage Xdmcp Xext Xfixes Xrender
|
||||
WANTLIB-main += Xv Xxf86vm c cairo drm expat fontconfig freetype gio-2.0
|
||||
WANTLIB-main += gstbase-0.10 gstcontroller-0.10 gstdataprotocol-0.10
|
||||
WANTLIB-main += ogg orc-0.4 orc-test-0.4 pango-1.0 pangocairo-1.0 pangoft2-1.0
|
||||
WANTLIB-main += pixman-1 png pthread pthread-stubs stdc++ theoradec
|
||||
WANTLIB-main += theoraenc vorbis vorbisenc vorbisidec xcb xcb-render
|
||||
WANTLIB-main += xcb-shm
|
||||
LIB_DEPENDS-main = ${LIB_DEPENDS} \
|
||||
devel/orc>=0.4.11 \
|
||||
audio/libvorbis \
|
||||
@ -61,8 +58,8 @@ RUN_DEPENDS-main += ${MODGETTEXT_RUN_DEPENDS}
|
||||
# needed for the gio plugin
|
||||
RUN_DEPENDS-main += x11/gnome/gvfs
|
||||
|
||||
WANTLIB-cdda = ${WANTLIB} \
|
||||
gstbase-0.10 gsttag-0.10 cdda_interface cdda_paranoia
|
||||
WANTLIB-cdda += ${WANTLIB}
|
||||
WANTLIB-cdda += gstbase-0.10 gsttag-0.10 cdda_interface cdda_paranoia
|
||||
LIB_DEPENDS-cdda = ${LIB_DEPENDS} \
|
||||
${BUILD_PKGPATH} \
|
||||
audio/cdparanoia
|
||||
|
@ -1,5 +1,5 @@
|
||||
MD5 (gst-plugins-base-0.10.35.tar.bz2) = HTAJg1JfTwkDDrO6R8sEsA==
|
||||
RMD160 (gst-plugins-base-0.10.35.tar.bz2) = h35rHFQ573EmIDe3oaztB9N/TUk=
|
||||
SHA1 (gst-plugins-base-0.10.35.tar.bz2) = bX3EY/7V3UP3mlOtUj/L1tCRYwM=
|
||||
SHA256 (gst-plugins-base-0.10.35.tar.bz2) = zSTwG7Ulih9AC8TywhK7fO6e4jyf+4DVN6JO82bRcQM=
|
||||
SIZE (gst-plugins-base-0.10.35.tar.bz2) = 2782902
|
||||
MD5 (gst-plugins-base-0.10.36.tar.bz2) = d2xziD5Wf2e5xKKEfY0EGg==
|
||||
RMD160 (gst-plugins-base-0.10.36.tar.bz2) = tgE3KzocBN5j9pujUMUBDJnbxq4=
|
||||
SHA1 (gst-plugins-base-0.10.36.tar.bz2) = 5nVAG2Kmvy5eqWboM6/QBaWF6Xg=
|
||||
SHA256 (gst-plugins-base-0.10.36.tar.bz2) = LNOw+o6bWV249RTvfCvbzWOaDWPRVMAPjJtgkyH0mXY=
|
||||
SIZE (gst-plugins-base-0.10.36.tar.bz2) = 3036143
|
||||
|
@ -1,10 +1,10 @@
|
||||
$OpenBSD: patch-configure_ac,v 1.7 2011/05/15 08:31:48 ajacoutot Exp $
|
||||
$OpenBSD: patch-configure_ac,v 1.8 2012/02/21 08:45:43 ajacoutot Exp $
|
||||
|
||||
Our cdparanoia version does not have cache control.
|
||||
|
||||
--- configure.ac.orig Sat May 14 01:41:15 2011
|
||||
+++ configure.ac Sun May 15 00:57:23 2011
|
||||
@@ -666,10 +666,10 @@ AG_GST_CHECK_FEATURE(CDPARANOIA, [CDParanoia], cdparan
|
||||
--- configure.ac.orig Tue Feb 21 00:32:56 2012
|
||||
+++ configure.ac Tue Feb 21 08:54:49 2012
|
||||
@@ -675,10 +675,10 @@ AG_GST_CHECK_FEATURE(CDPARANOIA, [CDParanoia], cdparan
|
||||
if test "x$FOUND_CDPARANOIA" = "xyes";
|
||||
then
|
||||
AC_CHECK_LIB(cdda_paranoia,
|
||||
|
@ -1,7 +1,7 @@
|
||||
$OpenBSD: patch-docs_plugins_gst-plugins-base-plugins_args,v 1.4 2011/05/15 08:31:48 ajacoutot Exp $
|
||||
--- docs/plugins/gst-plugins-base-plugins.args.orig Sat Apr 16 16:45:09 2011
|
||||
+++ docs/plugins/gst-plugins-base-plugins.args Sun May 15 00:57:16 2011
|
||||
@@ -2035,7 +2035,7 @@
|
||||
$OpenBSD: patch-docs_plugins_gst-plugins-base-plugins_args,v 1.5 2012/02/21 08:45:43 ajacoutot Exp $
|
||||
--- docs/plugins/gst-plugins-base-plugins.args.orig Tue Feb 21 00:51:30 2012
|
||||
+++ docs/plugins/gst-plugins-base-plugins.args Tue Feb 21 08:54:45 2012
|
||||
@@ -2155,7 +2155,7 @@
|
||||
<FLAGS>rw</FLAGS>
|
||||
<NICK>Device</NICK>
|
||||
<BLURB>CD device location.</BLURB>
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST-main,v 1.16 2011/05/15 08:31:48 ajacoutot Exp $
|
||||
@comment $OpenBSD: PLIST-main,v 1.17 2012/02/21 08:45:43 ajacoutot Exp $
|
||||
@conflict gstreamer-plugins-bad-<0.10.17
|
||||
@conflict gstreamer-gnome-*
|
||||
@conflict gstreamer-ogg-*
|
||||
@ -20,7 +20,10 @@ include/gstreamer-${VERSION}/gst/audio/
|
||||
include/gstreamer-${VERSION}/gst/audio/audio-enumtypes.h
|
||||
include/gstreamer-${VERSION}/gst/audio/audio.h
|
||||
include/gstreamer-${VERSION}/gst/audio/gstaudioclock.h
|
||||
include/gstreamer-${VERSION}/gst/audio/gstaudiodecoder.h
|
||||
include/gstreamer-${VERSION}/gst/audio/gstaudioencoder.h
|
||||
include/gstreamer-${VERSION}/gst/audio/gstaudiofilter.h
|
||||
include/gstreamer-${VERSION}/gst/audio/gstaudioiec61937.h
|
||||
include/gstreamer-${VERSION}/gst/audio/gstaudiosink.h
|
||||
include/gstreamer-${VERSION}/gst/audio/gstaudiosrc.h
|
||||
include/gstreamer-${VERSION}/gst/audio/gstbaseaudiosink.h
|
||||
@ -90,12 +93,14 @@ include/gstreamer-${VERSION}/gst/sdp/gstsdp.h
|
||||
include/gstreamer-${VERSION}/gst/sdp/gstsdpmessage.h
|
||||
include/gstreamer-${VERSION}/gst/tag/
|
||||
include/gstreamer-${VERSION}/gst/tag/gsttagdemux.h
|
||||
include/gstreamer-${VERSION}/gst/tag/gsttagmux.h
|
||||
include/gstreamer-${VERSION}/gst/tag/tag.h
|
||||
include/gstreamer-${VERSION}/gst/tag/xmpwriter.h
|
||||
include/gstreamer-${VERSION}/gst/video/
|
||||
include/gstreamer-${VERSION}/gst/video/gstvideofilter.h
|
||||
include/gstreamer-${VERSION}/gst/video/gstvideosink.h
|
||||
include/gstreamer-${VERSION}/gst/video/video-enumtypes.h
|
||||
include/gstreamer-${VERSION}/gst/video/video-overlay-composition.h
|
||||
include/gstreamer-${VERSION}/gst/video/video.h
|
||||
lib/girepository-1.0/GstApp-${VERSION}.typelib
|
||||
lib/girepository-1.0/GstAudio-${VERSION}.typelib
|
||||
@ -215,6 +220,8 @@ share/gir-1.0/GstRtsp-${VERSION}.gir
|
||||
share/gir-1.0/GstSdp-${VERSION}.gir
|
||||
share/gir-1.0/GstTag-${VERSION}.gir
|
||||
share/gir-1.0/GstVideo-${VERSION}.gir
|
||||
share/gst-plugins-base/
|
||||
share/gst-plugins-base/license-translations.dict
|
||||
share/locale/af/LC_MESSAGES/gst-plugins-base-${VERSION}.mo
|
||||
share/locale/az/LC_MESSAGES/gst-plugins-base-${VERSION}.mo
|
||||
share/locale/bg/LC_MESSAGES/gst-plugins-base-${VERSION}.mo
|
||||
@ -224,6 +231,7 @@ share/locale/da/LC_MESSAGES/gst-plugins-base-${VERSION}.mo
|
||||
share/locale/de/LC_MESSAGES/gst-plugins-base-${VERSION}.mo
|
||||
share/locale/el/LC_MESSAGES/gst-plugins-base-${VERSION}.mo
|
||||
share/locale/en_GB/LC_MESSAGES/gst-plugins-base-${VERSION}.mo
|
||||
share/locale/eo/LC_MESSAGES/gst-plugins-base-${VERSION}.mo
|
||||
share/locale/es/LC_MESSAGES/gst-plugins-base-${VERSION}.mo
|
||||
share/locale/eu/LC_MESSAGES/gst-plugins-base-${VERSION}.mo
|
||||
share/locale/fi/LC_MESSAGES/gst-plugins-base-${VERSION}.mo
|
||||
|
Loading…
Reference in New Issue
Block a user