1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00

Update to version 0.8.3.

Remove -E from reinplace line [1].

Submitted by:	bland [1].
This commit is contained in:
Koop Mast 2004-12-29 13:44:01 +00:00
parent 00cc061408
commit 80d951324e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=125435
8 changed files with 10 additions and 64 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= gstreamer
PORTVERSION= 0.8.2
PORTVERSION= 0.8.3
CATEGORIES= multimedia
MASTER_SITES= http://gstreamer.freedesktop.org/src/gst-ffmpeg/
PKGNAMESUFFIX= -ffmpeg
@ -22,6 +22,7 @@ USE_BZIP2= yes
USE_REINPLACE= yes
USE_GMAKE= yes
USE_GNOME= gnomehack \
gnometarget \
gnomeprefix
USE_LIBTOOL_VER=15
CONFIGURE_ENV= PKG_CONFIG=${PKG_CONFIG} \
@ -40,7 +41,7 @@ EXTRA_PATCHES= ${PATCHDIR}/extra-patch-gst-libs_ext_ffmpeg_libavformat_nut.c
.endif
post-patch:
@${REINPLACE_CMD} -E -e \
@${REINPLACE_CMD} -e \
's|make|${GMAKE}|' \
${WRKSRC}/gst-libs/ext/Makefile.in

View File

@ -1,2 +1,2 @@
MD5 (gst-ffmpeg-0.8.2.tar.bz2) = 834270830aa7a4c07485d5185b77af17
SIZE (gst-ffmpeg-0.8.2.tar.bz2) = 1650219
MD5 (gst-ffmpeg-0.8.3.tar.bz2) = c90d8014d94a48195adf6d6304e82dc4
SIZE (gst-ffmpeg-0.8.3.tar.bz2) = 1803516

View File

@ -1,10 +0,0 @@
--- ext/ffmpeg/gstffmpegenc.c.orig Mon Oct 11 13:11:57 2004
+++ ext/ffmpeg/gstffmpegenc.c Mon Oct 11 13:12:39 2004
@@ -406,6 +406,7 @@
if (ret_size < 0) {
g_warning ("ffenc_%s: failed to encode buffer", oclass->in_plugin->name);
gst_buffer_unref (inbuf);
+ gst_buffer_unref (outbuf);
return;
}

View File

@ -1,18 +0,0 @@
--- gst-libs/ext/ffmpeg/libavformat/mov.c.orig Fri Apr 30 20:41:45 2004
+++ gst-libs/ext/ffmpeg/libavformat/mov.c Sun Jul 11 18:21:15 2004
@@ -998,6 +998,7 @@
else if( st->codec.codec_tag == MKTAG( 'm', 'p', '4', 'a' ))
{
/* Handle mp4 audio tag */
+ MOV_atom_t a = { format, url_ftell(pb), size - (20 + 20 + 8) };
get_be32(pb); /* version */
get_be32(pb);
st->codec.channels = get_be16(pb); /* channels */
@@ -1006,7 +1007,6 @@
st->codec.sample_rate = get_be16(pb); /* sample rate, not always correct */
get_be16(pb);
c->mp4=1;
- MOV_atom_t a = { format, url_ftell(pb), size - (20 + 20 + 8) };
mov_read_default(c, pb, a);
/* Get correct sample rate from extradata */
if(st->codec.extradata_size) {

View File

@ -6,7 +6,7 @@
#
PORTNAME= gstreamer
PORTVERSION= 0.8.2
PORTVERSION= 0.8.3
CATEGORIES= multimedia
MASTER_SITES= http://gstreamer.freedesktop.org/src/gst-ffmpeg/
PKGNAMESUFFIX= -ffmpeg
@ -22,6 +22,7 @@ USE_BZIP2= yes
USE_REINPLACE= yes
USE_GMAKE= yes
USE_GNOME= gnomehack \
gnometarget \
gnomeprefix
USE_LIBTOOL_VER=15
CONFIGURE_ENV= PKG_CONFIG=${PKG_CONFIG} \
@ -40,7 +41,7 @@ EXTRA_PATCHES= ${PATCHDIR}/extra-patch-gst-libs_ext_ffmpeg_libavformat_nut.c
.endif
post-patch:
@${REINPLACE_CMD} -E -e \
@${REINPLACE_CMD} -e \
's|make|${GMAKE}|' \
${WRKSRC}/gst-libs/ext/Makefile.in

View File

@ -1,2 +1,2 @@
MD5 (gst-ffmpeg-0.8.2.tar.bz2) = 834270830aa7a4c07485d5185b77af17
SIZE (gst-ffmpeg-0.8.2.tar.bz2) = 1650219
MD5 (gst-ffmpeg-0.8.3.tar.bz2) = c90d8014d94a48195adf6d6304e82dc4
SIZE (gst-ffmpeg-0.8.3.tar.bz2) = 1803516

View File

@ -1,10 +0,0 @@
--- ext/ffmpeg/gstffmpegenc.c.orig Mon Oct 11 13:11:57 2004
+++ ext/ffmpeg/gstffmpegenc.c Mon Oct 11 13:12:39 2004
@@ -406,6 +406,7 @@
if (ret_size < 0) {
g_warning ("ffenc_%s: failed to encode buffer", oclass->in_plugin->name);
gst_buffer_unref (inbuf);
+ gst_buffer_unref (outbuf);
return;
}

View File

@ -1,18 +0,0 @@
--- gst-libs/ext/ffmpeg/libavformat/mov.c.orig Fri Apr 30 20:41:45 2004
+++ gst-libs/ext/ffmpeg/libavformat/mov.c Sun Jul 11 18:21:15 2004
@@ -998,6 +998,7 @@
else if( st->codec.codec_tag == MKTAG( 'm', 'p', '4', 'a' ))
{
/* Handle mp4 audio tag */
+ MOV_atom_t a = { format, url_ftell(pb), size - (20 + 20 + 8) };
get_be32(pb); /* version */
get_be32(pb);
st->codec.channels = get_be16(pb); /* channels */
@@ -1006,7 +1007,6 @@
st->codec.sample_rate = get_be16(pb); /* sample rate, not always correct */
get_be16(pb);
c->mp4=1;
- MOV_atom_t a = { format, url_ftell(pb), size - (20 + 20 + 8) };
mov_read_default(c, pb, a);
/* Get correct sample rate from extradata */
if(st->codec.extradata_size) {