mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
- Update to 0.10.9
This commit is contained in:
parent
1f562ae1c0
commit
cee3b57445
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=168403
@ -28,7 +28,7 @@ LIB_DEPENDS+= gstreamer-0.10.0:${PORTSDIR}/multimedia/gstreamer \
|
||||
popt.0:${PORTSDIR}/devel/popt \
|
||||
oil-0.3.1:${PORTSDIR}/devel/liboil
|
||||
|
||||
BASE_PORTVERSION= 0.10.8
|
||||
BASE_PORTVERSION= 0.10.9
|
||||
BASE_DISTNAME= gst-plugins-base-${BASE_PORTVERSION}
|
||||
BASE_DISTFILE= ${BASE_DISTNAME}${EXTRACT_SUFX}
|
||||
BAD_PORTVERSION= 0.10.3
|
||||
@ -107,6 +107,12 @@ post-patch:
|
||||
's|malloc\.h|stdlib.h|; \
|
||||
s|stdint\.h|inttypes.h|; \
|
||||
s|%%VERSION%%|${VERSION}|'
|
||||
@${FIND} ${WRKSRC}/ext -name Makefile.in | \
|
||||
${XARGS} -n 10 ${REINPLACE_CMD} -e \
|
||||
's|$$(top_builddir)/gst-libs/gst/tag/libgsttag-$$(GST_MAJORMINOR).la|${X11BASE}/lib/libgsttag-@GST_MAJORMINOR@.la|; \
|
||||
s|$$(top_builddir)/gst-libs/gst/audio/libgstaudio-$$(GST_MAJORMINOR).la|${X11BASE}/lib/libgstaudio-@GST_MAJORMINOR@.la|; \
|
||||
s|$$(top_builddir)/gst-libs/gst/riff/libgstriff-$$(GST_MAJORMINOR).la|${X11BASE}/lib/libgstriff-@GST_MAJORMINOR@.la|; \
|
||||
s|$$(top_builddir)/gst-libs/gst/cdda/libgstcdda-$$(GST_MAJORMINOR).la|${X11BASE}/lib/libgstcdda-@GST_MAJORMINOR@.la|'
|
||||
@${FIND} ${WRKSRC}/ext -name Makefile.in | \
|
||||
${XARGS} -n 10 ${REINPLACE_CMD} -e \
|
||||
's|$$(top_builddir)/gst-libs/gst/tag/libgsttag-@GST_MAJORMINOR@.la|${X11BASE}/lib/libgsttag-@GST_MAJORMINOR@.la|; \
|
||||
|
@ -1,6 +1,6 @@
|
||||
MD5 (gst-plugins-base-0.10.8.tar.bz2) = 7c7acfdc7d2f7fddf12132b4b86abddb
|
||||
SHA256 (gst-plugins-base-0.10.8.tar.bz2) = 4e7c14f82b23f268ac053ad21a23cc637052eca72b8ea23d02c2e7a90521d74a
|
||||
SIZE (gst-plugins-base-0.10.8.tar.bz2) = 1234234
|
||||
MD5 (gst-plugins-base-0.10.9.tar.bz2) = cf0aa58f066c3a0e0258909b3ad9d4ad
|
||||
SHA256 (gst-plugins-base-0.10.9.tar.bz2) = 81906ea7471212bc376d509a843f113913618c2c93e352a0b5d890f69e1d35f7
|
||||
SIZE (gst-plugins-base-0.10.9.tar.bz2) = 1261167
|
||||
MD5 (gst-plugins-bad-0.10.3.tar.bz2) = 8545a02c408976c5e9f0c2cf3c6a362e
|
||||
SHA256 (gst-plugins-bad-0.10.3.tar.bz2) = 648f1ef813c64c7eedd45d164eb41ba21366bba8ec5fcbff3100458721be489e
|
||||
SIZE (gst-plugins-bad-0.10.3.tar.bz2) = 953949
|
||||
|
@ -6,7 +6,7 @@
|
||||
# $MCom: ports/multimedia/gstreamer/Makefile,v 1.45 2006/04/28 11:44:33 ahze Exp $
|
||||
|
||||
PORTNAME= gstreamer
|
||||
PORTVERSION= 0.10.8
|
||||
PORTVERSION= 0.10.9
|
||||
CATEGORIES= multimedia
|
||||
MASTER_SITES= http://gstreamer.freedesktop.org/src/gstreamer/ \
|
||||
${MASTER_SITE_GNOME}
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (gstreamer-0.10.8.tar.bz2) = a094ea86d4cea4f23ef2eb8c6e7bfc10
|
||||
SHA256 (gstreamer-0.10.8.tar.bz2) = e17b33586d9f4ff656ed04559ed765b50affc19309074ef5bdf4ff62f5a1c863
|
||||
SIZE (gstreamer-0.10.8.tar.bz2) = 1679765
|
||||
MD5 (gstreamer-0.10.9.tar.bz2) = e59aaced7000ddfdaa81c52b9a238786
|
||||
SHA256 (gstreamer-0.10.9.tar.bz2) = 370e7cef8206522a4a8a80a05e935d6627c7381867e533b872f917d031a47e67
|
||||
SIZE (gstreamer-0.10.9.tar.bz2) = 1719970
|
||||
|
@ -1,11 +0,0 @@
|
||||
--- gst/cothreads.c.orig Tue May 3 16:17:09 2005
|
||||
+++ gst/cothreads.c Tue May 3 16:17:23 2005
|
||||
@@ -56,7 +56,7 @@
|
||||
#endif
|
||||
#endif
|
||||
|
||||
-#define STACK_SIZE 0x200000
|
||||
+#define STACK_SIZE 0x100000
|
||||
|
||||
#define COTHREAD_MAGIC_NUMBER 0xabcdef
|
||||
|
@ -1,11 +0,0 @@
|
||||
--- gst/gstbin.c.orig Tue Apr 18 21:12:49 2006
|
||||
+++ gst/gstbin.c Tue Apr 18 21:39:56 2006
|
||||
@@ -2406,7 +2406,7 @@
|
||||
{
|
||||
gint ret;
|
||||
|
||||
- if (G_TYPE_CHECK_INSTANCE_TYPE (element, GPOINTER_TO_INT (interface))) {
|
||||
+ if (G_TYPE_CHECK_INSTANCE_TYPE (element, (GType)interface)) {
|
||||
ret = 0;
|
||||
} else {
|
||||
/* we did not find the element, need to release the ref
|
Loading…
Reference in New Issue
Block a user