wok-6.x diff gst-plugins-base/receipt @ rev 11351

get-flash-plugin: Add support to use /etc/slitaz/slitaz.conf file if it exist. If $INSTALLED doesn't exist, assign it to /var/lib/tazpkg/installed.
author Christopher Rogers <slaxemulator@gmail.com>
date Tue Nov 29 11:53:47 2011 +0000 (2011-11-29)
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	Tue Nov 29 11:53:47 2011 +0000
     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 \