wok-current diff audacious-plugins/receipt @ rev 19376
linux: CVE-2016-5696
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Aug 13 09:04:52 2016 +0200 (2016-08-13) |
parents | 7e93c29fcf13 |
children | a78610b2eb47 |
line diff
1.1 --- a/audacious-plugins/receipt Thu Jan 30 09:20:43 2014 +0000 1.2 +++ b/audacious-plugins/receipt Sat Aug 13 09:04:52 2016 +0200 1.3 @@ -16,12 +16,11 @@ 1.4 BUILD_DEPENDS="audacious-dev audacious neon-dev flac-dev libogg-dev \ 1.5 libvorbis-dev libmowgli-dev alsa-lib-dev lame-dev libmad-dev dbus-glib-dev \ 1.6 libmcs-dev libsamplerate-dev mpg123-dev faad2-dev curl-dev \ 1.7 -libxml2-dev gtk+3-dev" 1.8 +libxml2-dev gtk+3-dev mesa-dev" 1.9 1.10 # Rules to configure and make the package. 1.11 compile_rules() 1.12 { 1.13 - cd $src 1.14 sed -i "s/touch -t 0001010000 /touch /g" configure 1.15 #XML_CFLAGS=-I/usr/include/libxml2 1.16 ./configure \ 1.17 @@ -48,4 +47,3 @@ 1.18 cp -a $install/usr/lib $fs/usr 1.19 cp -a $install/usr/share/locale/fr $fs/usr/share/locale 1.20 } 1.21 -