mirror of
git://git.yoctoproject.org/poky.git
synced 2025-07-19 12:59:02 +02:00
gst-plugins: fix for make 3.82
Signed-off-by: Joshua Lock <josh@linux.intel.com>
This commit is contained in:
parent
9e11fbf904
commit
290280b332
|
@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3 \
|
|||
|
||||
DEPENDS += "gst-plugins-base libmusicbrainz tremor"
|
||||
|
||||
PR = "r2"
|
||||
PR = "r3"
|
||||
|
||||
inherit gettext
|
||||
|
||||
|
|
|
@ -10,7 +10,7 @@ DEPENDS += "virtual/libx11 alsa-lib freetype gnome-vfs liboil libogg libvorbis l
|
|||
RDEPENDS += "gnome-vfs-plugin-file gnome-vfs-plugin-http gnome-vfs-plugin-ftp \
|
||||
gnome-vfs-plugin-sftp"
|
||||
|
||||
PR = "r1"
|
||||
PR = "r2"
|
||||
|
||||
inherit gettext
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=a6f89e2100d9b6cdffcea4f398e37343 \
|
|||
|
||||
DEPENDS += "gst-plugins-base gconf cairo jpeg libpng gtk+ zlib libid3tag flac \
|
||||
speex"
|
||||
PR = "r0"
|
||||
PR = "r1"
|
||||
|
||||
inherit gettext
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=a6f89e2100d9b6cdffcea4f398e37343 \
|
|||
file://gst/mpegstream/gstmpegparse.h;beginline=1;endline=18;md5=ff65467b0c53cdfa98d0684c1bc240a9"
|
||||
|
||||
DEPENDS += "gst-plugins-base libid3tag libmad mpeg2dec liba52 lame"
|
||||
PR = "r0"
|
||||
PR = "r1"
|
||||
|
||||
inherit gettext
|
||||
|
||||
|
|
|
@ -7,7 +7,10 @@ DEPENDS = "gstreamer"
|
|||
|
||||
inherit autotools pkgconfig
|
||||
|
||||
SRC_URI = "http://gstreamer.freedesktop.org/src/${PN}/${PN}-${PV}.tar.bz2"
|
||||
FILESPATH =. "${FILE_DIRNAME}/gst-plugins:"
|
||||
|
||||
SRC_URI = "http://gstreamer.freedesktop.org/src/${PN}/${PN}-${PV}.tar.bz2 \
|
||||
file://make-382.patch"
|
||||
|
||||
EXTRA_OECONF = "--disable-valgrind --disable-debug --disable-examples "
|
||||
|
||||
|
|
25
meta/recipes-multimedia/gstreamer/gst-plugins/make-382.patch
Normal file
25
meta/recipes-multimedia/gstreamer/gst-plugins/make-382.patch
Normal file
|
@ -0,0 +1,25 @@
|
|||
Index: gst-plugins-base-0.10.29/common/gtk-doc-plugins.mak
|
||||
===================================================================
|
||||
--- gst-plugins-base-0.10.29.orig/common/gtk-doc-plugins.mak
|
||||
+++ gst-plugins-base-0.10.29/common/gtk-doc-plugins.mak
|
||||
@@ -352,7 +352,7 @@ dist-hook: dist-check-gtkdoc dist-hook-l
|
||||
-cp $(srcdir)/$(DOC_MODULE).types $(distdir)/
|
||||
-cp $(srcdir)/$(DOC_MODULE)-sections.txt $(distdir)/
|
||||
cd $(distdir) && rm -f $(DISTCLEANFILES)
|
||||
- -gtkdoc-rebase --online --relative --html-dir=$(distdir)/html
|
||||
+ -gtkdoc-rebase --online --relative --html-dir=$(distdir)/html
|
||||
|
||||
.PHONY : dist-hook-local docs
|
||||
|
||||
Index: gst-plugins-base-0.10.29/common/gtk-doc.mak
|
||||
===================================================================
|
||||
--- gst-plugins-base-0.10.29.orig/common/gtk-doc.mak
|
||||
+++ gst-plugins-base-0.10.29/common/gtk-doc.mak
|
||||
@@ -232,6 +232,6 @@ dist-hook: dist-check-gtkdoc dist-hook-l
|
||||
-cp $(srcdir)/$(DOC_MODULE).types $(distdir)/
|
||||
-cp $(srcdir)/$(DOC_MODULE)-sections.txt $(distdir)/
|
||||
cd $(distdir) && rm -f $(DISTCLEANFILES)
|
||||
- -gtkdoc-rebase --online --relative --html-dir=$(distdir)/html
|
||||
+ -gtkdoc-rebase --online --relative --html-dir=$(distdir)/html
|
||||
|
||||
.PHONY : dist-hook-local docs
|
Loading…
Reference in New Issue
Block a user