xine-ui: 0.99.5 -> 0.99.6

This commit is contained in:
Danny Rawlins 2010-07-27 01:06:39 +10:00 committed by Bartlomiej Palmowski
parent f1f7e54f1e
commit e09dd10f85
3 changed files with 11 additions and 5 deletions

View File

@ -26,6 +26,9 @@ drwxr-xr-x root/root usr/share/icons/hicolor/32x32/apps/
drwxr-xr-x root/root usr/share/icons/hicolor/48x48/
drwxr-xr-x root/root usr/share/icons/hicolor/48x48/apps/
-rw-r--r-- root/root usr/share/icons/hicolor/48x48/apps/xine.png
drwxr-xr-x root/root usr/share/mime/
drwxr-xr-x root/root usr/share/mime/packages/
-rw-r--r-- root/root usr/share/mime/packages/xine-ui.xml
drwxr-xr-x root/root usr/share/pixmaps/
-rw-r--r-- root/root usr/share/pixmaps/xine.xpm
drwxr-xr-x root/root usr/share/skins/

View File

@ -1 +1 @@
e643cd1fcad4d98a5ae4eb877ce5087b xine-ui-0.99.5.tar.gz
d468b4e7fe39ff19888261e1da9be914 xine-ui-0.99.6.tar.xz

View File

@ -5,16 +5,19 @@
# Depends on: xine-lib
name=xine-ui
version=0.99.5
release=2
source=(http://downloads.sourceforge.net/sourceforge/xine/$name-$version.tar.gz)
version=0.99.6
release=1
source=(http://downloads.sourceforge.net/sourceforge/xine/$name-$version.tar.xz)
build() {
cd $name-$version
./configure \
--prefix=/usr \
--disable-nls
--mandir=/usr/man \
--disable-nls \
--disable-dependency-tracking \
--disable-lirc
make
make DESTDIR=$PKG install