You are not logged in.
I just created a package for an advances skin engine for XMMS. This will allow you to use Kfofol style skins, which resemble WinAmp3. They look really nice! I put the pkgbuild in incoming. Here it is...
# Contributor: Lukas Sabota <punkrockguy318@comcast.net>
pkgname=kjofol
pkgver=0.94
pkgrel=1
pkgdesc="A plugin for XMMS that enables advanced skinning abilities similar to WinAmp 3"
url="http://www.csse.monash.edu.au/~timf/xmms.html"
license=""
depends=(xmms)
makedepends=()
conflicts=()
replaces=()
backup=()
install=
source=(http://www.dgs.monash.edu.au/~timf/kint_xmms-$pkgver.tar.gz)
md5sums=(fad0d2ca84c27927756f089bc4f15d64)
# Make sure src and pkg does not exist in the current directory
build() {
cd $startdir/src/xmms-kj
make || return 1
make clean
make VFLAGS=-DXMMS_VIS=1 VLDFLAGS=-shared
mv kj libkjofol.so
mkdir -p $startdir/pkg/usr/lib/xmms/Visualization
cp libkjofol.so $startdir/pkg/usr/lib/xmms/Visualization
mkdir -p $startdir/pkg/usr/share/xmms/kjofol
cp default.zip $startdir/pkg/usr/share/xmms/kjofol
}
PS: Do pkg maintainers frown on putting a PKGBUILD.pkgnamehere rather than a PKGNAME.tar.gz when there is only one file needed (the pKGBUILD)?
If I have the gift of prophecy and can fathom all mysteries and all knowledge, and if I have a faith that can move mountains, but have not love, I am nothing. 1 Corinthians 13:2
Offline
is there no "make install" in the makefile of this plugin?
it would be better instead of mkdir/cp it to use the native makefile to build the pkg ... have a look at other xmms-plugins already in arch:
http://cvs.archlinux.org/cgi-bin/viewcv … cvs-markup
for example
groups=('xmms-plugins') would be nice too, i think
about the PKGBUILD: dont know - both ways are ok, as long as your pkg is still downloadable+usable --- what do the other TU's and Devs think abou tthis?
The impossible missions are the only ones which succeed.
Offline
The native makefile doesn't support DESTDIR or --prefix. The only option it had was "Uncomment these lines and change them to your XMMS directory". So I just took the make install lines and used them raw. That's the only way it would work
If I have the gift of prophecy and can fathom all mysteries and all knowledge, and if I have a faith that can move mountains, but have not love, I am nothing. 1 Corinthians 13:2
Offline
The native makefile doesn't support DESTDIR or --prefix. The only option it had was "Uncomment these lines and change them to your XMMS directory". So I just took the make install lines and used them raw. That's the only way it would work
ok, then sorry for my comment - sometimes some Makefiles are simply bad written when the project is in early stage of developement :-)
The impossible missions are the only ones which succeed.
Offline
One little detail, the name of the plugin is Kjofol, not Kfofol
Kjofol was an windows player that had great skins, and this plugin enables xmms to use them. Thanks for sharing the PKGBUILD
Kaleph
jabber: kaleph@jabber.org
Offline