Update to gstreamer1-plugins-good-1.12.0.
This commit is contained in:
parent
0df5497391
commit
2e7bc6bf83
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.47 2017/04/10 11:46:23 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.48 2017/05/08 10:46:53 ajacoutot Exp $
|
||||
|
||||
# XXX ossaudio(3) is only enabled to be used as a mixing device by
|
||||
# x11/xfce4/xfce4-mixer
|
||||
@ -16,7 +16,7 @@ MASTER_SITES= ${MASTER_SITE_GST:=gst-plugins-good/}
|
||||
|
||||
WANTLIB += ffi glib-2.0 gmodule-2.0 gobject-2.0 gstaudio-1.0 gstbase-1.0
|
||||
WANTLIB += gstpbutils-1.0 gstreamer-1.0 gsttag-1.0 gstvideo-1.0
|
||||
WANTLIB += m orc-0.4 pcre pthread z X11 Xext xcb iconv intl
|
||||
WANTLIB += m orc-0.4 pcre pthread z X11 Xext xcb iconv intl execinfo
|
||||
|
||||
WANTLIB-main += ${WANTLIB}
|
||||
WANTLIB-main += FLAC Xdamage Xfixes bz2 xml2 pthread-stubs
|
||||
@ -34,8 +34,8 @@ WANTLIB-main += estdc++
|
||||
.endif
|
||||
|
||||
WANTLIB-pulse += ${WANTLIB}
|
||||
WANTLIB-pulse += execinfo gdbm pulse sndfile X11-xcb Xi Xtst ICE
|
||||
WANTLIB-pulse += FLAC ogg vorbis vorbisenc dbus-1 SM
|
||||
WANTLIB-pulse += gdbm pulse sndfile X11-xcb Xi Xtst ICE FLAC ogg
|
||||
WANTLIB-pulse += vorbis vorbisenc dbus-1 SM
|
||||
|
||||
MULTI_PACKAGES= -main -pulse
|
||||
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (gstreamer/gst-plugins-good-1.10.4.tar.xz) = iobGFDSoxEZlNlvQs1V6BAk30fRL9pyu5OnqgWznTX4=
|
||||
SIZE (gstreamer/gst-plugins-good-1.10.4.tar.xz) = 3420980
|
||||
SHA256 (gstreamer/gst-plugins-good-1.12.0.tar.xz) = ih1zTbczjgDCi3lKfwpanmfRxciwB0B1tQY4IH03Lrw=
|
||||
SIZE (gstreamer/gst-plugins-good-1.12.0.tar.xz) = 3481848
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST-main,v 1.13 2016/11/02 22:19:52 ajacoutot Exp $
|
||||
@comment $OpenBSD: PLIST-main,v 1.14 2017/05/08 10:46:53 ajacoutot Exp $
|
||||
@conflict gstreamer1-plugins-bad-<1.2.0
|
||||
lib/gstreamer-${API}/libgstalaw.so
|
||||
lib/gstreamer-${API}/libgstalpha.so
|
||||
@ -43,7 +43,7 @@ lib/gstreamer-${API}/libgstrtsp.so
|
||||
lib/gstreamer-${API}/libgstshapewipe.so
|
||||
lib/gstreamer-${API}/libgstshout2.so
|
||||
lib/gstreamer-${API}/libgstsmpte.so
|
||||
lib/gstreamer-${API}/libgstsouphttpsrc.so
|
||||
lib/gstreamer-${API}/libgstsoup.so
|
||||
lib/gstreamer-${API}/libgstspectrum.so
|
||||
lib/gstreamer-${API}/libgstspeex.so
|
||||
lib/gstreamer-${API}/libgsttaglib.so
|
||||
@ -225,7 +225,7 @@ share/gtk-doc/html/gst-plugins-good-plugins-${API}/gst-plugins-good-plugins-plug
|
||||
share/gtk-doc/html/gst-plugins-good-plugins-${API}/gst-plugins-good-plugins-plugin-rtpmanager.html
|
||||
share/gtk-doc/html/gst-plugins-good-plugins-${API}/gst-plugins-good-plugins-plugin-rtsp.html
|
||||
share/gtk-doc/html/gst-plugins-good-plugins-${API}/gst-plugins-good-plugins-plugin-shapewipe.html
|
||||
share/gtk-doc/html/gst-plugins-good-plugins-${API}/gst-plugins-good-plugins-plugin-shout2send.html
|
||||
share/gtk-doc/html/gst-plugins-good-plugins-${API}/gst-plugins-good-plugins-plugin-shout2.html
|
||||
share/gtk-doc/html/gst-plugins-good-plugins-${API}/gst-plugins-good-plugins-plugin-smpte.html
|
||||
share/gtk-doc/html/gst-plugins-good-plugins-${API}/gst-plugins-good-plugins-plugin-soup.html
|
||||
share/gtk-doc/html/gst-plugins-good-plugins-${API}/gst-plugins-good-plugins-plugin-spectrum.html
|
||||
@ -428,6 +428,7 @@ share/locale/es/LC_MESSAGES/gst-plugins-good-${API}.mo
|
||||
share/locale/eu/LC_MESSAGES/gst-plugins-good-${API}.mo
|
||||
share/locale/fi/LC_MESSAGES/gst-plugins-good-${API}.mo
|
||||
share/locale/fr/LC_MESSAGES/gst-plugins-good-${API}.mo
|
||||
share/locale/fur/LC_MESSAGES/gst-plugins-good-${API}.mo
|
||||
share/locale/gl/LC_MESSAGES/gst-plugins-good-${API}.mo
|
||||
share/locale/hr/LC_MESSAGES/gst-plugins-good-${API}.mo
|
||||
share/locale/hu/LC_MESSAGES/gst-plugins-good-${API}.mo
|
||||
|
@ -1,2 +1,2 @@
|
||||
@comment $OpenBSD: PLIST-pulse,v 1.2 2013/09/24 18:29:48 ajacoutot Exp $
|
||||
lib/gstreamer-${API}/libgstpulse.so
|
||||
@comment $OpenBSD: PLIST-pulse,v 1.3 2017/05/08 10:46:53 ajacoutot Exp $
|
||||
lib/gstreamer-${API}/libgstpulseaudio.so
|
||||
|
Loading…
Reference in New Issue
Block a user