mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
Update to 0.10.2.
This commit is contained in:
parent
0e34ed3f05
commit
1ee60d4af9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=179870
@ -4,10 +4,10 @@
|
||||
#
|
||||
# $FreeBSD$
|
||||
# $MCom: ports/multimedia/gstreamer-ffmpeg/Makefile,v 1.14 2006/07/20 13:40:27 ahze Exp $
|
||||
#
|
||||
|
||||
PORTNAME= gstreamer
|
||||
PORTVERSION= 0.10.1
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 0.10.2
|
||||
CATEGORIES= multimedia
|
||||
MASTER_SITES= http://gstreamer.freedesktop.org/src/gst-ffmpeg/
|
||||
PKGNAMESUFFIX= -ffmpeg
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (gst-ffmpeg-0.10.1.tar.bz2) = e21aef9a84d67dea9a68c1379781f763
|
||||
SHA256 (gst-ffmpeg-0.10.1.tar.bz2) = a2c877c38d057875c7dfbf1803030c5cc9707020b77f91673500d6ea8d858607
|
||||
SIZE (gst-ffmpeg-0.10.1.tar.bz2) = 2246682
|
||||
MD5 (gst-ffmpeg-0.10.2.tar.bz2) = 3c7fb1cd1308b1972a76b86bb29fc890
|
||||
SHA256 (gst-ffmpeg-0.10.2.tar.bz2) = ffa7c89bccab5d1be53b6fcedcf7a5c071d585cf522fee5864add05d350f5842
|
||||
SIZE (gst-ffmpeg-0.10.2.tar.bz2) = 2515373
|
||||
|
@ -1,20 +0,0 @@
|
||||
--- configure.orig Thu Feb 26 19:28:07 2004
|
||||
+++ configure Thu Feb 26 21:10:52 2004
|
||||
@@ -19472,7 +19473,7 @@
|
||||
echo $ECHO_N "checking to see if compiler understands -Werror... $ECHO_C" >&6
|
||||
|
||||
save_CFLAGS="$CFLAGS"
|
||||
- CFLAGS="$CFLAGS -Werror"
|
||||
+ CFLAGS="$CFLAGS"
|
||||
|
||||
cat >conftest.$ac_ext <<_ACEOF
|
||||
#line $LINENO "configure"
|
||||
@@ -19513,7 +19514,7 @@
|
||||
CFLAGS="$save_CFLAGS"
|
||||
|
||||
if test "X$flag_ok" = Xyes ; then
|
||||
- GST_ERROR="$GST_ERROR -Werror"
|
||||
+ GST_ERROR="$GST_ERROR"
|
||||
true
|
||||
else
|
||||
GST_ERROR="$GST_ERROR"
|
@ -1,2 +1,6 @@
|
||||
lib/gstreamer-%%VERSION%%/libgstffmpeg.a
|
||||
lib/gstreamer-%%VERSION%%/libgstffmpeg.la
|
||||
lib/gstreamer-%%VERSION%%/libgstffmpeg.so
|
||||
lib/gstreamer-%%VERSION%%/libgstpostproc.a
|
||||
lib/gstreamer-%%VERSION%%/libgstpostproc.la
|
||||
lib/gstreamer-%%VERSION%%/libgstpostproc.so
|
||||
|
Loading…
Reference in New Issue
Block a user