wok-next diff gst-plugins-base/receipt @ rev 11536

gnustep-base: remove hard coded ffi version
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Dec 25 11:05:17 2011 +0100 (2011-12-25)
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	Sun Dec 25 11:05:17 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 \