kmplayer: update to 0.9.1c. Allow installation of English documentation. Misc Pkgfile fixes

This commit is contained in:
Nick Steeves 2006-03-30 10:55:25 +00:00
parent 4b455c0241
commit fdb8c3f427
3 changed files with 22 additions and 13 deletions

View File

@ -26,6 +26,13 @@ drwxr-xr-x root/root usr/share/apps/kmplayer/
-rw-r--r-- root/root usr/share/apps/kmplayer/pluginsinfo -rw-r--r-- root/root usr/share/apps/kmplayer/pluginsinfo
drwxr-xr-x root/root usr/share/config/ drwxr-xr-x root/root usr/share/config/
-rw-r--r-- root/root usr/share/config/kmplayerrc -rw-r--r-- root/root usr/share/config/kmplayerrc
drwxr-xr-x root/root usr/share/doc/
drwxr-xr-x root/root usr/share/doc/HTML/
drwxr-xr-x root/root usr/share/doc/HTML/en/
drwxr-xr-x root/root usr/share/doc/HTML/en/kmplayer/
lrwxrwxrwx root/root usr/share/doc/HTML/en/kmplayer/common -> /usr/share/doc/HTML/en/common
-rw-r--r-- root/root usr/share/doc/HTML/en/kmplayer/index.cache.bz2
-rw-r--r-- root/root usr/share/doc/HTML/en/kmplayer/index.docbook
drwxr-xr-x root/root usr/share/icons/ drwxr-xr-x root/root usr/share/icons/
drwxr-xr-x root/root usr/share/icons/hicolor/ drwxr-xr-x root/root usr/share/icons/hicolor/
drwxr-xr-x root/root usr/share/icons/hicolor/128x128/ drwxr-xr-x root/root usr/share/icons/hicolor/128x128/
@ -49,6 +56,10 @@ drwxr-xr-x root/root usr/share/icons/hicolor/64x64/apps/
drwxr-xr-x root/root usr/share/icons/hicolor/scalable/ drwxr-xr-x root/root usr/share/icons/hicolor/scalable/
drwxr-xr-x root/root usr/share/icons/hicolor/scalable/apps/ drwxr-xr-x root/root usr/share/icons/hicolor/scalable/apps/
-rw-r--r-- root/root usr/share/icons/hicolor/scalable/apps/kmplayer.svgz -rw-r--r-- root/root usr/share/icons/hicolor/scalable/apps/kmplayer.svgz
drwxr-xr-x root/root usr/share/locale/
drwxr-xr-x root/root usr/share/locale/en_GB/
drwxr-xr-x root/root usr/share/locale/en_GB/LC_MESSAGES/
-rw-r--r-- root/root usr/share/locale/en_GB/LC_MESSAGES/kmplayer.mo
drwxr-xr-x root/root usr/share/mimelnk/ drwxr-xr-x root/root usr/share/mimelnk/
drwxr-xr-x root/root usr/share/mimelnk/application/ drwxr-xr-x root/root usr/share/mimelnk/application/
-rw-r--r-- root/root usr/share/mimelnk/application/x-kmplayer.desktop -rw-r--r-- root/root usr/share/mimelnk/application/x-kmplayer.desktop

View File

@ -1 +1 @@
59f28acf1b4fba0ef5aa0a910d1d04b0 kmplayer-0.9.1a.tar.bz2 96a3e31e8b0c52682054d37793c6e65e kmplayer-0.9.1c.tar.bz2

View File

@ -1,23 +1,21 @@
# $Id: Pkgfile,v 1.9 2005/11/28 01:41:12 sten Exp $ # Description: a Mplayer & Xine frontend for KDE; it has a kpart for konqueror integration
# Description: a Mplayer & Xine frontend for KDE; has kpart for konqueror integration
# URL: http://kmplayer.kde.org/ # URL: http://kmplayer.kde.org/
# Maintainer: sten, nick dot steeves at shaw dot ca # Maintainer: sten, nick dot steeves at shaw dot ca
# Packager: # Packager:
# Depends on: kdelibs, mplayer # Depends on: kdelibs, mplayer
name=kmplayer name=kmplayer
version=0.9.1a version=0.9.1c
release=1 release=1
source=(http://kmplayer.kde.org/pkgs/kmplayer-$version.tar.bz2) source=(http://kmplayer.kde.org/pkgs/kmplayer-$version.tar.bz2)
build() build() {
{ cd $name-$version
cd $name-$version ./configure --prefix=/usr \
./configure --prefix=/usr \ --without-gstreamer
--without-gstreamer make
make make DESTDIR=$PKG install
make DESTDIR=$PKG install find $PKG/usr/share/{doc/HTML,locale}/* ! -wholename "*HTML/en*" \
rm -rf $PKG/usr/share/doc ! -wholename "*locale/en*" -delete
rm -rf $PKG/usr/share/locale
} }