Skip to content

Commit

Permalink
- Update to 0.10.9
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Johnson authored and Michael Johnson committed Jul 21, 2006
1 parent 1f562ae commit cee3b57
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 30 deletions.
8 changes: 7 additions & 1 deletion multimedia/gstreamer-plugins/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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-@[email protected]|; \
s|$$(top_builddir)/gst-libs/gst/audio/libgstaudio-$$(GST_MAJORMINOR).la|${X11BASE}/lib/libgstaudio-@[email protected]|; \
s|$$(top_builddir)/gst-libs/gst/riff/libgstriff-$$(GST_MAJORMINOR).la|${X11BASE}/lib/libgstriff-@[email protected]|; \
s|$$(top_builddir)/gst-libs/gst/cdda/libgstcdda-$$(GST_MAJORMINOR).la|${X11BASE}/lib/libgstcdda-@[email protected]|'
@${FIND} ${WRKSRC}/ext -name Makefile.in | \
${XARGS} -n 10 ${REINPLACE_CMD} -e \
's|$$(top_builddir)/gst-libs/gst/tag/libgsttag-@[email protected]|${X11BASE}/lib/libgsttag-@[email protected]|; \
Expand Down
6 changes: 3 additions & 3 deletions multimedia/gstreamer-plugins/distinfo
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion multimedia/gstreamer/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down
6 changes: 3 additions & 3 deletions multimedia/gstreamer/distinfo
Original file line number Diff line number Diff line change
@@ -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
11 changes: 0 additions & 11 deletions multimedia/gstreamer/files/extra-patch-gst::cothreads.c

This file was deleted.

11 changes: 0 additions & 11 deletions multimedia/gstreamer/files/patch-gst__gstbin.c

This file was deleted.

0 comments on commit cee3b57

Please sign in to comment.