mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-11 07:22:22 +00:00
Update base plugins to 0.10.14
This commit is contained in:
parent
812bdd6875
commit
17285b2196
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=197033
@ -8,7 +8,7 @@
|
||||
|
||||
PORTNAME= gstreamer
|
||||
PORTVERSION?= ${BASE_PORTVERSION}
|
||||
PORTREVISION?= 1
|
||||
PORTREVISION?= 0
|
||||
PORTEPOCH= 3
|
||||
CATEGORIES?= multimedia audio
|
||||
MASTER_SITES= http://gstreamer.freedesktop.org/src/gst-plugins-base/:base \
|
||||
@ -31,7 +31,7 @@ LIB_DEPENDS+= gstreamer-0.10.0:${PORTSDIR}/multimedia/gstreamer \
|
||||
|
||||
CFLAGS:= ${CFLAGS} -O2
|
||||
|
||||
BASE_PORTVERSION= 0.10.13
|
||||
BASE_PORTVERSION= 0.10.14
|
||||
BASE_DISTNAME= gst-plugins-base-${BASE_PORTVERSION}
|
||||
BASE_DISTFILE= ${BASE_DISTNAME}${EXTRACT_SUFX}
|
||||
BAD_PORTVERSION= 0.10.5
|
||||
|
@ -1,6 +1,6 @@
|
||||
MD5 (gst-plugins-base-0.10.13.tar.bz2) = 735f7b911cd00540d2bea8596a3859cd
|
||||
SHA256 (gst-plugins-base-0.10.13.tar.bz2) = 1405f58eedfec80317f544ec1a5e9b9fbb6942c86435ef6cf8c5192296032972
|
||||
SIZE (gst-plugins-base-0.10.13.tar.bz2) = 1538682
|
||||
MD5 (gst-plugins-base-0.10.14.tar.bz2) = ef9bcc88c84e47684a901da339a7c6b3
|
||||
SHA256 (gst-plugins-base-0.10.14.tar.bz2) = ffd88d23227f54aae30fdc0ef60ea8eaffe8cc03c069b234ed23c4ea82dcff46
|
||||
SIZE (gst-plugins-base-0.10.14.tar.bz2) = 1625388
|
||||
MD5 (gst-plugins-bad-0.10.5.tar.bz2) = 395f3ed705928e77e5620cccf11a8cff
|
||||
SHA256 (gst-plugins-bad-0.10.5.tar.bz2) = 9ac7eb27c9975d4cd24cd3da9b457e69790e4a8cbec75077f0f42fc8b0060eed
|
||||
SIZE (gst-plugins-bad-0.10.5.tar.bz2) = 1402345
|
||||
|
@ -38,6 +38,17 @@ include/gstreamer-%%VERSION%%/gst/rtp/gstbasertpdepayload.h
|
||||
include/gstreamer-%%VERSION%%/gst/rtp/gstbasertppayload.h
|
||||
include/gstreamer-%%VERSION%%/gst/rtp/gstrtcpbuffer.h
|
||||
include/gstreamer-%%VERSION%%/gst/rtp/gstrtpbuffer.h
|
||||
include/gstreamer-%%VERSION%%/gst/rtsp/gstrtsp-enumtypes.h
|
||||
include/gstreamer-%%VERSION%%/gst/rtsp/gstrtspbase64.h
|
||||
include/gstreamer-%%VERSION%%/gst/rtsp/gstrtspconnection.h
|
||||
include/gstreamer-%%VERSION%%/gst/rtsp/gstrtspdefs.h
|
||||
include/gstreamer-%%VERSION%%/gst/rtsp/gstrtspextension.h
|
||||
include/gstreamer-%%VERSION%%/gst/rtsp/gstrtspmessage.h
|
||||
include/gstreamer-%%VERSION%%/gst/rtsp/gstrtsprange.h
|
||||
include/gstreamer-%%VERSION%%/gst/rtsp/gstrtsptransport.h
|
||||
include/gstreamer-%%VERSION%%/gst/rtsp/gstrtspurl.h
|
||||
include/gstreamer-%%VERSION%%/gst/sdp/gstsdp.h
|
||||
include/gstreamer-%%VERSION%%/gst/sdp/gstsdpmessage.h
|
||||
include/gstreamer-%%VERSION%%/gst/tag/tag.h
|
||||
include/gstreamer-%%VERSION%%/gst/video/gstvideofilter.h
|
||||
include/gstreamer-%%VERSION%%/gst/video/gstvideosink.h
|
||||
@ -136,6 +147,14 @@ lib/libgstrtp-%%VERSION%%.a
|
||||
lib/libgstrtp-%%VERSION%%.la
|
||||
lib/libgstrtp-%%VERSION%%.so
|
||||
lib/libgstrtp-%%VERSION%%.so.0
|
||||
lib/libgstrtsp-%%VERSION%%.a
|
||||
lib/libgstrtsp-%%VERSION%%.la
|
||||
lib/libgstrtsp-%%VERSION%%.so
|
||||
lib/libgstrtsp-%%VERSION%%.so.0
|
||||
lib/libgstsdp-%%VERSION%%.a
|
||||
lib/libgstsdp-%%VERSION%%.la
|
||||
lib/libgstsdp-%%VERSION%%.so
|
||||
lib/libgstsdp-%%VERSION%%.so.0
|
||||
lib/libgsttag-%%VERSION%%.a
|
||||
lib/libgsttag-%%VERSION%%.la
|
||||
lib/libgsttag-%%VERSION%%.so
|
||||
@ -162,6 +181,8 @@ share/locale/uk/LC_MESSAGES/gst-plugins-base-%%VERSION%%.mo
|
||||
share/locale/vi/LC_MESSAGES/gst-plugins-base-%%VERSION%%.mo
|
||||
@dirrm include/gstreamer-%%VERSION%%/gst/video
|
||||
@dirrm include/gstreamer-%%VERSION%%/gst/tag
|
||||
@dirrm include/gstreamer-%%VERSION%%/gst/sdp
|
||||
@dirrm include/gstreamer-%%VERSION%%/gst/rtsp
|
||||
@dirrm include/gstreamer-%%VERSION%%/gst/rtp
|
||||
@dirrm include/gstreamer-%%VERSION%%/gst/riff
|
||||
@dirrm include/gstreamer-%%VERSION%%/gst/pbutils
|
||||
|
Loading…
Reference in New Issue
Block a user