wok annotate gmerlin/receipt @ rev 14543
firefox-langpack-it: Up to 17.0.6esr
author | Dominique Corbex <domcox@slitaz.org> |
---|---|
date | Wed May 22 21:57:00 2013 +0200 (2013-05-22) |
parents | |
children | 2b9f96603415 |
rev | line source |
---|---|
pascal@13740 | 1 # SliTaz package receipt. |
pascal@13740 | 2 |
pascal@13740 | 3 PACKAGE="gmerlin" |
pascal@13740 | 4 VERSION="1.2.0" |
pascal@13740 | 5 CATEGORY="multimedia" |
pascal@13740 | 6 SHORT_DESC="Gmerlin is a multimedia architecture for linux." |
pascal@13740 | 7 MAINTAINER="pankso@slitaz.org" |
pascal@13740 | 8 TARBALL="$PACKAGE-$VERSION.tar.gz" |
pascal@13740 | 9 WEB_SITE="http://gmerlin.sourceforge.net/" |
pascal@13740 | 10 WGET_URL="$SF_MIRROR/project/gmerlin/gmerlin/$VERSION/$TARBALL" |
pascal@13740 | 11 |
pascal@13740 | 12 DEPENDS="libxml2 expat gavl gtk+ alsa-lib libpng" |
pascal@13740 | 13 BUILD_DEPENDS="texinfo libxml2-dev expat-dev gavl-dev gtk+-dev alsa-lib-dev \ |
pascal@13740 | 14 libpng-dev" |
pascal@13740 | 15 |
pascal@13740 | 16 # Rules to configure and make the package. |
pascal@13740 | 17 compile_rules() |
pascal@13740 | 18 { |
pascal@13740 | 19 cd $src |
pascal@13740 | 20 rm -rf cpuinfo.sh |
pascal@13740 | 21 ./configure \ |
pascal@13740 | 22 --without-doxygen \ |
pascal@13740 | 23 $CONFIGURE_ARGS && |
pascal@13740 | 24 sed -i 's|LIBS = -lgavl|LIBS = -lgavl -ldl -lpthread -lgtk-x11-2.0 -lgobject-2.0 -lglib-2.0 -lxml2 -lgdk-x11-2.0 -lgdk_pixbuf-2.0 -lX11|' apps/*/Makefile && |
pascal@13740 | 25 sed -i 's|LIBS = -lgavl|LIBS = -lgavl -ldl -lpthread -lgtk-x11-2.0 -lgobject-2.0 -lglib-2.0 -lxml2 -lgdk-x11-2.0 -lgdk_pixbuf-2.0 -lX11|' lib/Makefile && |
pascal@13740 | 26 sed -i 's|LIBS = -lgavl|LIBS = -lgavl -ldl -lpthread -lgtk-x11-2.0 -lgobject-2.0 -lglib-2.0 -lxml2 -lgdk-x11-2.0 -lgdk_pixbuf-2.0 -lX11|' tests/Makefile && |
pascal@13740 | 27 sed -i 's|ln -sf $(DESTDIR)$(pkgdatadir)|ln -sf $(pkgdatadir)|' icons/Makefile && |
pascal@13740 | 28 make && make install |
pascal@13740 | 29 } |
pascal@13740 | 30 |
pascal@13740 | 31 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@13740 | 32 genpkg_rules() |
pascal@13740 | 33 { |
pascal@13740 | 34 mkdir -p $fs/usr/share $fs/usr/lib/gmerlin/plugins |
pascal@13740 | 35 cp -a $install/usr/bin $fs/usr |
pascal@13740 | 36 cp -a $install/usr/lib/*.so* $fs/usr/lib |
pascal@13740 | 37 cp -a $install/usr/lib/gmerlin/plugins/*.so* $fs/usr/lib/gmerlin/plugins |
pascal@13740 | 38 cp -a $install/usr/share/gmerlin $fs/usr/share |
pascal@13740 | 39 cp -a $install/usr/share/icons $fs/usr/share |
pascal@13740 | 40 } |