wok annotate mencoder/receipt @ rev 7769

Changed gdk-pixbuf post_install to --update-cache instead of creating a file in /etc/gtk-2.0. The file will now be in /usr/lib/gdk-pixbuf-2.0/2.10.0/ folder. This should fix problems with programs using .gif and .svg image files.
author Christopher Rogers <slaxemulator@gmail.com>
date Wed Dec 22 19:10:02 2010 +0000 (2010-12-22)
parents 8dde42dc598e
children 39c37202c486
rev   line source
pankso@913 1 # SliTaz package receipt.
pankso@913 2
pankso@913 3 PACKAGE="mencoder"
slaxemulator@6232 4 VERSION="1.0rc3"
pankso@913 5 CATEGORY="multimedia"
pankso@913 6 SHORT_DESC="MPlayer video and movie encoder."
pankso@913 7 MAINTAINER="pankso@slitaz.org"
pascal@2464 8 DEPENDS="fribidi libtheora lzo libdv alsa-lib cdparanoia-III expat \
slaxemulator@7114 9 fontconfig freetype x264 jpeg libmad ncurses zlib lame libpng giflib enca lirc"
pankso@913 10 WANTED="mplayer"
pankso@913 11 WEB_SITE="http://www.mplayerhq.hu/design7/news.html"
pankso@913 12
pankso@913 13 # Rules to gen a SliTaz package suitable for Tazpkg.
pankso@913 14 genpkg_rules()
pankso@913 15 {
pankso@913 16 _pkg=$WOK/$WANTED/MPlayer-$VERSION/_pkg
pankso@913 17 mkdir -p $fs/usr/bin
pankso@913 18 cp -a $_pkg/usr/bin/mencoder $fs/usr/bin
pankso@913 19 }