wok diff gstreamer-dev/receipt @ rev 17701
Add libmateweather
author | Yuri Pourre <yuripourre@gmail.com> |
---|---|
date | Fri Feb 27 01:06:08 2015 -0300 (2015-02-27) |
parents | 8ed62ecac0c7 |
children | fc9203de5ff2 |
line diff
1.1 --- a/gstreamer-dev/receipt Thu Dec 05 11:43:50 2013 +0000 1.2 +++ b/gstreamer-dev/receipt Fri Feb 27 01:06:08 2015 -0300 1.3 @@ -9,8 +9,9 @@ 1.4 LICENSE="LGPL2" 1.5 WANTED="gstreamer" 1.6 WEB_SITE="http://gstreamer.freedesktop.org/" 1.7 +HOST_ARCH="i486 arm" 1.8 1.9 -DEPENDS="gstreamer glib-dev libgio-dev libxml2-dev pkg-config" 1.10 +DEPENDS="gstreamer glib-dev libgio-dev libxml2-dev" 1.11 1.12 # Rules to gen a SliTaz package suitable for Tazpkg. 1.13 genpkg_rules() 1.14 @@ -19,9 +20,13 @@ 1.15 cp -a $install/usr/include $fs/usr 1.16 cp -a $install/usr/lib/pkgconfig $fs/usr/lib 1.17 cp -a $install/usr/lib/*.*a $fs/usr/lib/ 1.18 - cp -a $install/usr/lib/gstreamer-$SERIES/*.*a $fs/usr/lib/gstreamer-$SERIES 1.19 + cp -a $install/usr/lib/gstreamer-$SERIES/*.*a \ 1.20 + $fs/usr/lib/gstreamer-$SERIES 1.21 + [ -d "$install/usr/lib/girepository-1.0" ] && \ 1.22 + cp -a $install/usr/lib/girepository-1.0 $fs/usr/lib 1.23 + [ -d "$install/usr/share/gir-1.0" ] && \ 1.24 + cp -a $install/usr/share/gir-1.0 $fs/usr/share 1.25 cp -a $install/usr/share/aclocal $fs/usr/share 1.26 - cp -a $install/usr/share/gir-1.0 $fs/usr/share 1.27 cd $fs/usr/include 1.28 ln -s gstreamer-$SERIES/gst gst 1.29 }