Skip to content
This repository has been archived by the owner on Jan 11, 2018. It is now read-only.

Commit

Permalink
gst1-plugins-good: update to 1.6.2
Browse files Browse the repository at this point in the history
Signed-off-by: W. Michael Petullo <[email protected]>
  • Loading branch information
flyn-org committed Jan 1, 2016
1 parent 73eaea2 commit 3c0e05a
Show file tree
Hide file tree
Showing 7 changed files with 87 additions and 75 deletions.
10 changes: 5 additions & 5 deletions multimedia/gst1-plugins-good/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>

Expand All @@ -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

Expand Down Expand Up @@ -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,,,))
Expand Down
22 changes: 22 additions & 0 deletions multimedia/gst1-plugins-good/patches/001-no-translations.patch
Original file line number Diff line number Diff line change
@@ -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
20 changes: 0 additions & 20 deletions multimedia/gst1-plugins-good/patches/001-no_docs.patch

This file was deleted.

36 changes: 36 additions & 0 deletions multimedia/gst1-plugins-good/patches/002-no-tests.patch
Original file line number Diff line number Diff line change
@@ -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 \
20 changes: 0 additions & 20 deletions multimedia/gst1-plugins-good/patches/002-no_tests.patch

This file was deleted.

24 changes: 24 additions & 0 deletions multimedia/gst1-plugins-good/patches/003-no-docs.patch
Original file line number Diff line number Diff line change
@@ -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
30 changes: 0 additions & 30 deletions multimedia/gst1-plugins-good/patches/003-no_translations.patch

This file was deleted.

0 comments on commit 3c0e05a

Please sign in to comment.