mirror of
https://git.freebsd.org/ports.git
synced 2025-05-30 18:06:27 -04:00
Update gstreamer-plugins-base to 0.10.30.
Switch from liboil to orc. Release notes: http://gstreamer.freedesktop.org/releases/gst-plugins-base/0.10.30.html
This commit is contained in:
parent
2d403a8240
commit
2e511db984
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=258152
5 changed files with 7 additions and 18 deletions
|
@ -6,7 +6,7 @@
|
|||
# $MCom: ports/audio/gstreamer-plugins-ogg/Makefile,v 1.6 2008/03/21 04:01:32 ahze Exp $
|
||||
#
|
||||
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 0
|
||||
CATEGORIES= audio
|
||||
|
||||
COMMENT= Gstreamer Ogg bitstream plugin
|
||||
|
|
|
@ -26,12 +26,11 @@ COMMENT?= GStreamer written collection of plugins handling several media types
|
|||
|
||||
BUILD_DEPENDS+= v4l_compat>=1.0.20100321:${PORTSDIR}/multimedia/v4l_compat
|
||||
LIB_DEPENDS+= gstreamer-0.10.0:${PORTSDIR}/multimedia/gstreamer \
|
||||
popt.0:${PORTSDIR}/devel/popt \
|
||||
oil-0.3.0:${PORTSDIR}/devel/liboil
|
||||
orc-0.4.0:${PORTSDIR}/devel/orc
|
||||
|
||||
CFLAGS:= ${CFLAGS} -O2 -Wno-format
|
||||
|
||||
BASE_PORTVERSION= 0.10.29
|
||||
BASE_PORTVERSION= 0.10.30
|
||||
BASE_DISTNAME= gst-plugins-base-${BASE_PORTVERSION}
|
||||
BASE_DISTFILE= ${BASE_DISTNAME}${EXTRACT_SUFX}
|
||||
BAD_PORTVERSION= 0.10.19
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
MD5 (gst-plugins-base-0.10.29.tar.bz2) = d07e251152cccbaa81807c14cf0fd8c0
|
||||
SHA256 (gst-plugins-base-0.10.29.tar.bz2) = ac035cce4d68e2e0b980d3ddb6c74674667cbfde6cddc65e18ea16368d34732c
|
||||
SIZE (gst-plugins-base-0.10.29.tar.bz2) = 2351477
|
||||
MD5 (gst-plugins-base-0.10.30.tar.bz2) = 3ad90152b58563e1314af26c263f3c4c
|
||||
SHA256 (gst-plugins-base-0.10.30.tar.bz2) = 63938641380be9935c804ae8d55acdcfd93920ed2deb72dcf70f027a78b085d7
|
||||
SIZE (gst-plugins-base-0.10.30.tar.bz2) = 2455042
|
||||
MD5 (gst-plugins-bad-0.10.19.tar.bz2) = 368f72e2a1c7a6e8fe60394e4315259b
|
||||
SHA256 (gst-plugins-bad-0.10.19.tar.bz2) = 7b6c49f22caad3b573aee481381355b38ac9f2077f291d9f33a9a808a2568888
|
||||
SIZE (gst-plugins-bad-0.10.19.tar.bz2) = 3009513
|
||||
|
|
|
@ -1,11 +0,0 @@
|
|||
--- gst-libs/gst/audio/Makefile.in.orig 2010-04-28 17:27:56.000000000 +0200
|
||||
+++ gst-libs/gst/audio/Makefile.in 2010-04-28 17:28:44.000000000 +0200
|
||||
@@ -1098,7 +1098,7 @@ $(glib_gen_basename)-enumtypes.h: $(glib
|
||||
$^ > $@
|
||||
|
||||
$(glib_gen_basename)-enumtypes.c: $(glib_enum_headers)
|
||||
- @if test "x$(glib_enum_headers)" == "x"; then echo "ERROR: glib_enum_headers is empty, please fix Makefile"; exit 1; fi
|
||||
+ @if test "x$(glib_enum_headers)" = "x"; then echo "ERROR: glib_enum_headers is empty, please fix Makefile"; exit 1; fi
|
||||
$(AM_V_GEN)glib-mkenums \
|
||||
--fhead "#include \"$(glib_gen_basename)-enumtypes.h\"\n$(enum_headers)" \
|
||||
--fprod "\n/* enumerations from \"@filename@\" */" \
|
|
@ -222,6 +222,7 @@ share/locale/or/LC_MESSAGES/gst-plugins-base-%%VERSION%%.mo
|
|||
share/locale/pl/LC_MESSAGES/gst-plugins-base-%%VERSION%%.mo
|
||||
share/locale/pt_BR/LC_MESSAGES/gst-plugins-base-%%VERSION%%.mo
|
||||
share/locale/sk/LC_MESSAGES/gst-plugins-base-%%VERSION%%.mo
|
||||
share/locale/sl/LC_MESSAGES/gst-plugins-base-%%VERSION%%.mo
|
||||
share/locale/sq/LC_MESSAGES/gst-plugins-base-%%VERSION%%.mo
|
||||
share/locale/sr/LC_MESSAGES/gst-plugins-base-%%VERSION%%.mo
|
||||
share/locale/sv/LC_MESSAGES/gst-plugins-base-%%VERSION%%.mo
|
||||
|
|
Loading…
Add table
Reference in a new issue