Update gstreamer-plugins and base plugins to 0.10.11
This commit is contained in:
parent
b68e8c74ec
commit
aad4f31cbd
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=179145
3 changed files with 11 additions and 14 deletions
|
@ -29,7 +29,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.10
|
||||
BASE_PORTVERSION= 0.10.11
|
||||
BASE_DISTNAME= gst-plugins-base-${BASE_PORTVERSION}
|
||||
BASE_DISTFILE= ${BASE_DISTNAME}${EXTRACT_SUFX}
|
||||
BAD_PORTVERSION= 0.10.3
|
||||
|
@ -53,6 +53,7 @@ USE_GNOME+= gnomehack gnometarget pkgconfig ltverhack
|
|||
USE_AUTOTOOLS= libtool:15
|
||||
GST_PLUGIN?= base
|
||||
|
||||
CONFIGURE_ARGS+=--mandir=${PREFIX}/man
|
||||
CONFIGURE_ENV= CFLAGS="${CFLAGS} -I${LOCALBASE}/include" \
|
||||
CPPFLAGS="${CPPFLAGS} -I${X11BASE}/include -I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \
|
||||
LDFLAGS="${LDFLAGS} -L${X11BASE}/lib -L${LOCALBASE}/lib ${EXTRA_LIBS} ${PTHREAD_LIBS}"
|
||||
|
@ -138,7 +139,7 @@ post-patch:
|
|||
@${FIND} ${WRKSRC} -type f | \
|
||||
${XARGS} -n 10 ${REINPLACE_CMD} -e \
|
||||
's|malloc\.h|stdlib.h|; \
|
||||
s|stdint\.h|inttypes.h|; \
|
||||
s|<stdint\.h|<inttypes.h|; \
|
||||
s|%%VERSION%%|${VERSION}|'
|
||||
@${FIND} ${WRKSRC}/ext -name Makefile.in | \
|
||||
${XARGS} -n 10 ${REINPLACE_CMD} -e \
|
||||
|
|
|
@ -1,12 +1,3 @@
|
|||
MD5 (gst-plugins-base-0.10.10.tar.bz2) = 7a51a3fabebe5f77235926ad65ba9593
|
||||
SHA256 (gst-plugins-base-0.10.10.tar.bz2) = 2246a5921ad060e86acd81cabec17a5022d1997849f950ac2c8f6f14f9291d3e
|
||||
SIZE (gst-plugins-base-0.10.10.tar.bz2) = 1333651
|
||||
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
|
||||
MD5 (gst-plugins-ugly-0.10.4.tar.bz2) = c10f40e3641d827ca7853b0a3d560257
|
||||
SHA256 (gst-plugins-ugly-0.10.4.tar.bz2) = 4871c52b2421b582330a0f9dc6a42da3b706140c346aa0cd690eb40758afe152
|
||||
SIZE (gst-plugins-ugly-0.10.4.tar.bz2) = 720893
|
||||
MD5 (gst-plugins-good-0.10.4.tar.bz2) = e189496e7987898823d28d26b79f63dc
|
||||
SHA256 (gst-plugins-good-0.10.4.tar.bz2) = f2b90ef5fb4b2d0b06d5fd8193a7c19b1d08d4f737abeafabf04d39673ea703b
|
||||
SIZE (gst-plugins-good-0.10.4.tar.bz2) = 1225739
|
||||
MD5 (gst-plugins-base-0.10.11.tar.bz2) = 2e78ff25635b31d948def7c2b2d79054
|
||||
SHA256 (gst-plugins-base-0.10.11.tar.bz2) = 2193e3f940f0fd2ca10a137efbb79bc1edc8a12543b618b9a97f680f9d15bfb4
|
||||
SIZE (gst-plugins-base-0.10.11.tar.bz2) = 1409996
|
||||
|
|
|
@ -23,11 +23,13 @@ include/gstreamer-%%VERSION%%/gst/interfaces/propertyprobe.h
|
|||
include/gstreamer-%%VERSION%%/gst/interfaces/tuner.h
|
||||
include/gstreamer-%%VERSION%%/gst/interfaces/tunerchannel.h
|
||||
include/gstreamer-%%VERSION%%/gst/interfaces/tunernorm.h
|
||||
include/gstreamer-%%VERSION%%/gst/interfaces/videoorientation.h
|
||||
include/gstreamer-%%VERSION%%/gst/interfaces/xoverlay.h
|
||||
include/gstreamer-%%VERSION%%/gst/netbuffer/gstnetbuffer.h
|
||||
include/gstreamer-%%VERSION%%/gst/riff/riff-ids.h
|
||||
include/gstreamer-%%VERSION%%/gst/riff/riff-media.h
|
||||
include/gstreamer-%%VERSION%%/gst/riff/riff-read.h
|
||||
include/gstreamer-%%VERSION%%/gst/rtp/gstbasertpaudiopayload.h
|
||||
include/gstreamer-%%VERSION%%/gst/rtp/gstbasertpdepayload.h
|
||||
include/gstreamer-%%VERSION%%/gst/rtp/gstbasertppayload.h
|
||||
include/gstreamer-%%VERSION%%/gst/rtp/gstrtpbuffer.h
|
||||
|
@ -53,6 +55,9 @@ lib/gstreamer-%%VERSION%%/libgstaudiotestsrc.so
|
|||
lib/gstreamer-%%VERSION%%/libgstdecodebin.a
|
||||
lib/gstreamer-%%VERSION%%/libgstdecodebin.la
|
||||
lib/gstreamer-%%VERSION%%/libgstdecodebin.so
|
||||
lib/gstreamer-%%VERSION%%/libgstdecodebin2.a
|
||||
lib/gstreamer-%%VERSION%%/libgstdecodebin2.la
|
||||
lib/gstreamer-%%VERSION%%/libgstdecodebin2.so
|
||||
lib/gstreamer-%%VERSION%%/libgstffmpegcolorspace.a
|
||||
lib/gstreamer-%%VERSION%%/libgstffmpegcolorspace.la
|
||||
lib/gstreamer-%%VERSION%%/libgstffmpegcolorspace.so
|
||||
|
|
Loading…
Reference in a new issue