wok diff gst-plugins-base/receipt @ rev 11382
Compat: remove gcc from zlib BUILD_DEPENDS to ensure proper cookorder in tazwok
author | Antoine Bodin <gokhlayeh@slitaz.org> |
---|---|
date | Sat Dec 10 04:29:00 2011 +0100 (2011-12-10) |
parents | 36bd6d3d2b60 |
children | 8e4c74abdf74 |
line diff
1.1 --- a/gst-plugins-base/receipt Mon May 23 13:02:00 2011 +0200 1.2 +++ b/gst-plugins-base/receipt Sat Dec 10 04:29:00 2011 +0100 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="gst-plugins-base" 1.7 -VERSION="0.10.34" 1.8 +VERSION="0.10.35" 1.9 CATEGORY="multimedia" 1.10 SHORT_DESC="GStreamer Base Plugins" 1.11 MAINTAINER="jozee@slitaz.org" 1.12 @@ -22,6 +22,8 @@ 1.13 compile_rules() 1.14 { 1.15 cd $src 1.16 + patch -Np1 -i $stuff/oggstream-fix-crashes-with-0-byte-vorbis-packets.patch 1.17 + patch -Np1 -i $stuff/theoradec-segfault-on-0-byte-ogg_packet-in-_chain_reverse.patch 1.18 ./configure \ 1.19 --prefix=/usr \ 1.20 --sysconfdir=/etc \