Statusbar work
[amarok.git] / autopackage / default.apspec
blobcc48579d42821d4f5ccd666d4cd9393e58ac2283
1 # -*-shell-script-*-
3 [Meta]
4 RootName: @kde.org/amarok:$SOFTWAREVERSION
5 DisplayName: Amarok - audio player
6 ShortName: amarok
7 Maintainer: The Amarok Developers - http://amarok.kde.org
8 Packager: Mark Kretschmann <markey@web.de>
9 Summary: Amarok is the audio player for KDE.
10 SoftwareVersion: 1.0
12 # Only uncomment InterfaceVersion if your package exposes interfaces to other software,
13 # for instance if it includes DSOs or python/perl modules
14 # InterfaceVersion: 0.0
16 PackageVersion: 1
18 [Description]
19 Using the best of KDE technology, Amarok makes playing the music you love
20 easier than ever before! Dragging and dropping media from Amarok's browsers,
21 you will be making playlists in no time.
23 Amarok's browsers allow you to mix and match files on your local hard-disk and
24 streams from all over the Internet. Amarok has an unintrusive, lightning-fast
25 database that is compiled on the fly to allow you to easily find and sort
26 your music. It compiles statistics as you play, giving you easy drag and drop
27 access to your favorite tracks. Amarok also sports the best support in KDE
28 for the next-generation GStreamer multimedia framework.
30 Amarok is smart, it's sexy, it's clever. Try it out today!
32 [BuildPrepare]
33 prepareBuild --disable-debug
35 [BuildUnprepare]
36 unprepareBuild
38 [Imports]
39 echo '*' | import
41 [Prepare]
42 # Dependency checking
43 requireAtLeastVersion @kde.org/kdelibs 3.2
44 #requireAtLeastVersion @kde.org/taglib 1.0
46 [Install]
47 # This is our cheat, until KDE is relocatable
48 prefix=`kde-config --prefix`
49 installExe bin/*
50 installDesktop "Qt/KDE/AudioVideo" ./share/applications/kde/amarok.desktop
52 [Uninstall]
53 # Usually just the following line is enough to uninstall everything
54 uninstallFromLog