wok-next rev 497
Bad name for xine pixmap and desktop file
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Sun Mar 23 20:55:19 2008 +0100 (2008-03-23) |
parents | 95e57901a3c3 |
children | bb8a2bcece7d |
files | xine-ui/receipt xine-ui/stuff/xine-ui.desktop xine-ui/stuff/xine-ui.png xine-ui/stuff/xine.desktop |
line diff
1.1 --- a/xine-ui/receipt Sun Mar 23 20:43:44 2008 +0100 1.2 +++ b/xine-ui/receipt Sun Mar 23 20:55:19 2008 +0100 1.3 @@ -6,6 +6,7 @@ 1.4 SHORT_DESC="Xine media player user interface." 1.5 MAINTAINER="pankso@slitaz.org" 1.6 DEPENDS="xine-lib libvorbis xorg-libXtst xorg-libXv" 1.7 +BUILD_DEPENDS="xine-lib-dev xorg-dev xorg-libXtst-dev xorg-libXv-dev" 1.8 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.9 WEB_SITE="http://www.xinehq.de/" 1.10 WGET_URL="http://switch.dl.sourceforge.net/sourceforge/xine/$TARBALL" 1.11 @@ -14,7 +15,7 @@ 1.12 compile_rules() 1.13 { 1.14 cd $src 1.15 - ./configure --prefix=/usr --infodir=/usr/share/info \ 1.16 + ./configure --prefix=/usr \ 1.17 --mandir=/usr/share/man $CONFIGURE_ARGS 1.18 make 1.19 make DESTDIR=$PWD/_pkg install
2.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 2.2 +++ b/xine-ui/stuff/xine-ui.desktop Sun Mar 23 20:55:19 2008 +0100 2.3 @@ -0,0 +1,10 @@ 2.4 +[Desktop Entry] 2.5 +Encoding=UTF-8 2.6 +Name=Xine Video Player 2.7 +Name[fr]=Xine Lecteur video 2.8 +Exec=xine 2.9 +MimeType=video/mpeg;video/quicktime;video/x-msvideo;video/x-anim;audio/x-mp3;audio/x-mp2; 2.10 +Icon=xine-ui.png 2.11 +Terminal=false 2.12 +Type=Application 2.13 +Categories=Application;AudioVideo;Player;
3.1 Binary file xine-ui/stuff/xine-ui.png has changed
4.1 --- a/xine-ui/stuff/xine.desktop Sun Mar 23 20:43:44 2008 +0100 4.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 4.3 @@ -1,10 +0,0 @@ 4.4 -[Desktop Entry] 4.5 -Encoding=UTF-8 4.6 -Name=Xine Video Player 4.7 -Name[fr]=Xine Lecteur video 4.8 -Exec=xine 4.9 -MimeType=video/mpeg;video/quicktime;video/x-msvideo;video/x-anim;audio/x-mp3;audio/x-mp2; 4.10 -Icon=xine.png 4.11 -Terminal=false 4.12 -Type=Application 4.13 -Categories=Application;AudioVideo;Player;