gst1-plugins-good: update to 1.6.2
Signed-off-by: W. Michael Petullo <mike@flyn.org>
This commit is contained in:
parent
73eaea2b41
commit
3c0e05a44c
7 changed files with 87 additions and 75 deletions
|
@ -8,8 +8,8 @@
|
|||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=gst1-plugins-good
|
||||
PKG_VERSION:=1.4.5
|
||||
PKG_RELEASE:=2
|
||||
PKG_VERSION:=1.6.2
|
||||
PKG_RELEASE:=1
|
||||
|
||||
PKG_MAINTAINER:=W. Michael Petullo <mike@flyn.org>
|
||||
|
||||
|
@ -19,7 +19,7 @@ PKG_LICENSE_FILES:=COPYING
|
|||
PKG_BUILD_DIR:=$(BUILD_DIR)/gst-plugins-good-$(PKG_VERSION)
|
||||
PKG_SOURCE:=gst-plugins-good-$(PKG_VERSION).tar.xz
|
||||
PKG_SOURCE_URL:=http://gstreamer.freedesktop.org/src/gst-plugins-good/
|
||||
PKG_MD5SUM:=eaf1a6daf73749bc423feac301d60038
|
||||
PKG_MD5SUM:=ef4f5bc4f31f706832a234b0f603967b
|
||||
|
||||
PKG_BUILD_DEPENDS:= libgstreamer1 gstreamer1-plugins-base
|
||||
|
||||
|
@ -189,8 +189,8 @@ $(eval $(call GstBuildPlugin,flac,FLAC codec,audio pbutils tag,,+libflac))
|
|||
$(eval $(call GstBuildPlugin,flv,flv codec,audio pbutils tag video,,))
|
||||
$(eval $(call GstBuildPlugin,flxdec,flx codec,,,))
|
||||
#$(eval $(call GstBuildPlugin,gdkpixbuf,gdkpixbuf support,video,,))
|
||||
$(eval $(call GstBuildPlugin,goom2k1,goom support,,,))
|
||||
$(eval $(call GstBuildPlugin,goom,goom support,,,))
|
||||
$(eval $(call GstBuildPlugin,goom2k1,goom support,audio video,,))
|
||||
$(eval $(call GstBuildPlugin,goom,goom support,audio video,,))
|
||||
$(eval $(call GstBuildPlugin,icydemux,icy demuxer,audio tag,,))
|
||||
$(eval $(call GstBuildPlugin,id3demux,ID3v1/v2 demuxer,pbutils tag,,))
|
||||
$(eval $(call GstBuildPlugin,imagefreeze,imagefreeze support,,,))
|
||||
|
|
|
@ -0,0 +1,22 @@
|
|||
diff -u --recursive gst-plugins-good-1.6.2-vanilla/configure.ac gst-plugins-good-1.6.2/configure.ac
|
||||
--- gst-plugins-good-1.6.2-vanilla/configure.ac 2016-01-01 10:40:17.994764882 -0500
|
||||
+++ gst-plugins-good-1.6.2/configure.ac 2016-01-01 10:45:25.668599823 -0500
|
||||
@@ -1014,7 +1014,6 @@
|
||||
sys/v4l2/Makefile
|
||||
sys/waveform/Makefile
|
||||
sys/ximage/Makefile
|
||||
-po/Makefile.in
|
||||
tests/Makefile
|
||||
tests/check/Makefile
|
||||
tests/examples/Makefile
|
||||
diff -u --recursive gst-plugins-good-1.6.2-vanilla/Makefile.am gst-plugins-good-1.6.2/Makefile.am
|
||||
--- gst-plugins-good-1.6.2-vanilla/Makefile.am 2016-01-01 10:40:17.994764882 -0500
|
||||
+++ gst-plugins-good-1.6.2/Makefile.am 2016-01-01 10:45:19.923089598 -0500
|
||||
@@ -4,7 +4,6 @@
|
||||
gst sys ext \
|
||||
tests \
|
||||
docs \
|
||||
- po \
|
||||
common \
|
||||
m4 \
|
||||
pkgconfig
|
|
@ -1,20 +0,0 @@
|
|||
--- a/Makefile.am
|
||||
+++ b/Makefile.am
|
||||
@@ -3,7 +3,6 @@ DISTCHECK_CONFIGURE_FLAGS=--enable-gtk-d
|
||||
ALWAYS_SUBDIRS = \
|
||||
gst sys ext \
|
||||
tests \
|
||||
- docs \
|
||||
po \
|
||||
common \
|
||||
m4 \
|
||||
--- a/Makefile.in
|
||||
+++ b/Makefile.in
|
||||
@@ -571,7 +571,6 @@ DISTCHECK_CONFIGURE_FLAGS = --enable-gtk
|
||||
ALWAYS_SUBDIRS = \
|
||||
gst sys ext \
|
||||
tests \
|
||||
- docs \
|
||||
po \
|
||||
common \
|
||||
m4 \
|
36
multimedia/gst1-plugins-good/patches/002-no-tests.patch
Normal file
36
multimedia/gst1-plugins-good/patches/002-no-tests.patch
Normal file
|
@ -0,0 +1,36 @@
|
|||
diff -u --recursive gst-plugins-good-1.6.2-vanilla/configure.ac gst-plugins-good-1.6.2/configure.ac
|
||||
--- gst-plugins-good-1.6.2-vanilla/configure.ac 2016-01-01 12:00:52.525815362 -0500
|
||||
+++ gst-plugins-good-1.6.2/configure.ac 2016-01-01 12:03:22.198982586 -0500
|
||||
@@ -1014,21 +1014,6 @@
|
||||
sys/v4l2/Makefile
|
||||
sys/waveform/Makefile
|
||||
sys/ximage/Makefile
|
||||
-tests/Makefile
|
||||
-tests/check/Makefile
|
||||
-tests/examples/Makefile
|
||||
-tests/examples/audiofx/Makefile
|
||||
-tests/examples/cairo/Makefile
|
||||
-tests/examples/equalizer/Makefile
|
||||
-tests/examples/jack/Makefile
|
||||
-tests/examples/level/Makefile
|
||||
-tests/examples/pulse/Makefile
|
||||
-tests/examples/rtp/Makefile
|
||||
-tests/examples/shapewipe/Makefile
|
||||
-tests/examples/spectrum/Makefile
|
||||
-tests/examples/v4l2/Makefile
|
||||
-tests/files/Makefile
|
||||
-tests/icles/Makefile
|
||||
common/Makefile
|
||||
common/m4/Makefile
|
||||
m4/Makefile
|
||||
diff -u --recursive gst-plugins-good-1.6.2-vanilla/Makefile.am gst-plugins-good-1.6.2/Makefile.am
|
||||
--- gst-plugins-good-1.6.2-vanilla/Makefile.am 2016-01-01 12:00:52.525815362 -0500
|
||||
+++ gst-plugins-good-1.6.2/Makefile.am 2016-01-01 12:03:06.921556033 -0500
|
||||
@@ -2,7 +2,6 @@
|
||||
|
||||
ALWAYS_SUBDIRS = \
|
||||
gst sys ext \
|
||||
- tests \
|
||||
docs \
|
||||
common \
|
||||
m4 \
|
|
@ -1,20 +0,0 @@
|
|||
--- a/Makefile.am
|
||||
+++ b/Makefile.am
|
||||
@@ -2,7 +2,6 @@ DISTCHECK_CONFIGURE_FLAGS=--enable-gtk-d
|
||||
|
||||
ALWAYS_SUBDIRS = \
|
||||
gst sys ext \
|
||||
- tests \
|
||||
po \
|
||||
common \
|
||||
m4 \
|
||||
--- a/Makefile.in
|
||||
+++ b/Makefile.in
|
||||
@@ -570,7 +570,6 @@ top_srcdir = @top_srcdir@
|
||||
DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc
|
||||
ALWAYS_SUBDIRS = \
|
||||
gst sys ext \
|
||||
- tests \
|
||||
po \
|
||||
common \
|
||||
m4 \
|
24
multimedia/gst1-plugins-good/patches/003-no-docs.patch
Normal file
24
multimedia/gst1-plugins-good/patches/003-no-docs.patch
Normal file
|
@ -0,0 +1,24 @@
|
|||
diff -u --recursive gst-plugins-good-1.6.2-vanilla/configure.ac gst-plugins-good-1.6.2/configure.ac
|
||||
--- gst-plugins-good-1.6.2-vanilla/configure.ac 2016-01-01 12:10:51.392608142 -0500
|
||||
+++ gst-plugins-good-1.6.2/configure.ac 2016-01-01 12:08:39.568889466 -0500
|
||||
@@ -1017,9 +1017,6 @@
|
||||
common/Makefile
|
||||
common/m4/Makefile
|
||||
m4/Makefile
|
||||
-docs/Makefile
|
||||
-docs/plugins/Makefile
|
||||
-docs/version.entities
|
||||
pkgconfig/Makefile
|
||||
pkgconfig/gstreamer-plugins-good-uninstalled.pc
|
||||
gst-plugins-good.spec
|
||||
diff -u --recursive gst-plugins-good-1.6.2-vanilla/Makefile.am gst-plugins-good-1.6.2/Makefile.am
|
||||
--- gst-plugins-good-1.6.2-vanilla/Makefile.am 2016-01-01 12:10:51.393608170 -0500
|
||||
+++ gst-plugins-good-1.6.2/Makefile.am 2016-01-01 12:08:35.442773216 -0500
|
||||
@@ -2,7 +2,6 @@
|
||||
|
||||
ALWAYS_SUBDIRS = \
|
||||
gst sys ext \
|
||||
- docs \
|
||||
common \
|
||||
m4 \
|
||||
pkgconfig
|
|
@ -1,30 +0,0 @@
|
|||
--- a/configure.ac
|
||||
+++ b/configure.ac
|
||||
@@ -1083,7 +1083,6 @@ sys/sunaudio/Makefile
|
||||
sys/v4l2/Makefile
|
||||
sys/waveform/Makefile
|
||||
sys/ximage/Makefile
|
||||
-po/Makefile.in
|
||||
tests/Makefile
|
||||
tests/check/Makefile
|
||||
tests/examples/Makefile
|
||||
--- a/Makefile.am
|
||||
+++ b/Makefile.am
|
||||
@@ -2,7 +2,6 @@ DISTCHECK_CONFIGURE_FLAGS=--enable-gtk-d
|
||||
|
||||
ALWAYS_SUBDIRS = \
|
||||
gst sys ext \
|
||||
- po \
|
||||
common \
|
||||
m4 \
|
||||
pkgconfig
|
||||
--- a/Makefile.in
|
||||
+++ b/Makefile.in
|
||||
@@ -570,7 +570,6 @@ top_srcdir = @top_srcdir@
|
||||
DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc
|
||||
ALWAYS_SUBDIRS = \
|
||||
gst sys ext \
|
||||
- po \
|
||||
common \
|
||||
m4 \
|
||||
pkgconfig
|
Loading…
Reference in a new issue