]> git.pld-linux.org Git - packages/amarok.git/blame - amarok.spec
- typo and more fixes
[packages/amarok.git] / amarok.spec
CommitLineData
efb57109 1#
a74cde9c 2# TODO
efb57109 3# - use mysql-embedded in the future and try not to link with static mysqld lib
4bfa1f57 4# - does not run
efb57109 5#
a74cde9c 6
7%define state stable
6cd69bcf 8%define qtver 4.7.1
9%define kdever 4.5.5
b5eaa586 10
3dce540f 11Summary: A KDE audio player
78ae220a 12Summary(pl.UTF-8): Odtwarzacz audio dla KDE
3dce540f 13Name: amarok
96f4f9aa 14Version: 2.4.1
15Release: 0.1
b0657e67 16License: GPL v2+ and LGPL v2.1+
3dce540f 17Group: X11/Applications/Multimedia
d3b2a786 18Source0: ftp://ftp.kde.org/pub/kde/%{state}/amarok/%{version}/src/%{name}-%{version}.tar.bz2
96f4f9aa 19# Source0-md5: 4c65c5cd4d7bd267bdbef8e912fd6cb6
d3b2a786 20Patch0: %{name}-disable_qtscriptbindings_check_fix.patch
9cda017b 21Patch1: %{name}-ffmpeg08.patch
567ab89c 22URL: http://amarok.kde.org/
a74cde9c 23BuildRequires: QtNetwork-devel >= %{qtver}
a74cde9c 24BuildRequires: QtSql-devel >= %{qtver}
3138c2ac 25BuildRequires: automoc4 >= 0.9.88
30124835 26BuildRequires: cmake >= 2.8.0
a74cde9c 27BuildRequires: curl-devel
f2b69a5e 28BuildRequires: ffmpeg-devel >= 0.7.1
f3a2739c 29BuildRequires: gettext-devel
a74cde9c 30BuildRequires: glib2-devel
63a59d76 31BuildRequires: kde4-kdelibs-devel >= %{kdever}
aa9500c3 32BuildRequires: kde4-kdemultimedia-devel >= %{kdever}
578d88f5 33BuildRequires: libaio-devel
96f4f9aa 34BuildRequires: libgpod-devel >= 0.7.0
214a918d 35BuildRequires: liblastfm-devel
a74cde9c 36BuildRequires: libmtp-devel >= 0.3.0
1b86fd47 37BuildRequires: libofa-devel
68864201 38BuildRequires: libwrap-devel
a74cde9c 39BuildRequires: loudmouth-devel
0d415685 40BuildRequires: mysql-devel >= 5.1.31-3
6fc2033f 41BuildRequires: pcre-devel
f0306acf 42BuildRequires: pkgconfig
5bb3705c 43BuildRequires: qca-devel
a74cde9c 44BuildRequires: qt4-build >= %{qtver}
45BuildRequires: qt4-qmake >= %{qtver}
46BuildRequires: qtscriptbindings
911fd182 47BuildRequires: rpmbuild(macros) >= 1.600
68864201 48BuildRequires: soprano-devel
30124835 49BuildRequires: strigi-devel >= 0.7.0
214a918d
SP
50BuildRequires: taglib-devel >= 1.6
51BuildRequires: taglib-extras-devel >= 1.0.0
a74cde9c 52BuildRequires: xorg-lib-libXpm-devel
53Requires(post,postun): /sbin/ldconfig
a74cde9c 54Requires: kde4-kdemultimedia-audiocd
55Requires: kde4-phonon
56Requires: qtscriptbindings
8028f5c0
PG
57Suggests: libvisual-plugin-actor-JESS
58Suggests: libvisual-plugin-actor-bumpscope
59Suggests: libvisual-plugin-actor-corona
60Suggests: libvisual-plugin-actor-flower
61Suggests: libvisual-plugin-actor-gdkpixbuf
62Suggests: libvisual-plugin-actor-gforce
a74cde9c 63Suggests: libvisual-plugin-actor-gstreamer
8028f5c0
PG
64Suggests: libvisual-plugin-actor-infinite
65Suggests: libvisual-plugin-actor-jakdaw
66Suggests: libvisual-plugin-actor-lv_analyzer
67Suggests: libvisual-plugin-actor-lv_gltest
68Suggests: libvisual-plugin-actor-lv_scope
69Suggests: libvisual-plugin-actor-madspin
70Suggests: libvisual-plugin-actor-nastyfft
71Suggests: libvisual-plugin-actor-oinksie
72Suggests: libvisual-plugin-input-alsa
8028f5c0
PG
73Suggests: libvisual-plugin-input-jack
74Suggests: libvisual-plugin-input-mplayer
75Suggests: libvisual-plugin-morph-alphablend
76Suggests: libvisual-plugin-morph-flash
77Suggests: libvisual-plugin-morph-slide
78Suggests: libvisual-plugin-morph-tentacle
86666641 79Obsoletes: amarok-arts
1581e7f4 80Obsoletes: amarok-xmms
a74cde9c 81# It should require mysql-embeded
82Requires: mysql >= 5.1.31-3
83Conflicts: mysql < 5.1.31-3
3be5e8cd 84# sr@Latn vs. sr@latin
85Conflicts: glibc-misc < 6:2.7
3dce540f 86BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
87
88%description
89A KDE audio player.
90
86426fe7 91%description -l pl.UTF-8
3dce540f 92Odtwarzacz audio dla KDE.
93
9d393535
ER
94%package scripts
95Summary: amaroK scripts
78ae220a 96Summary(pl.UTF-8): Skrypty amaroKa
9d393535
ER
97Group: X11/Applications/Multimedia
98Requires: %{name} = %{version}-%{release}
a74cde9c 99Requires: kde4-kdebase-kdialog
9d393535
ER
100
101%description scripts
102amaroK scripts allow you extend amaroK functionality.
103
104You can learn more about scripts in amaroK from here:
2fde3dac 105<http://amarok.kde.org/amarokwiki/index.php/Script-Writing_HowTo>.
9d393535 106
86426fe7
JR
107%description scripts -l pl.UTF-8
108Skrypty amaroKa pozwalające rozszerzać jego funkcjonalność.
cb7dcc83 109
86426fe7 110Więcej o skryptach w amaroKu można dowiedzieć się stąd:
2fde3dac 111<http://amarok.kde.org/amarokwiki/index.php/Script-Writing_HowTo>.
cb7dcc83 112
3dce540f 113%prep
d6f0ca1c 114%setup -q
d3b2a786 115%patch0 -p1
9cda017b 116%patch1 -p1
b5eaa586 117
3dce540f 118%build
a74cde9c 119install -d build
120cd build
6cd69bcf 121%cmake \
efb57109 122 -DWITH_MYSQL_EMBEDDED=OFF \
6cd69bcf 123 ../
3dce540f 124
9a083733 125%{__make}
3dce540f 126
127%install
128rm -rf $RPM_BUILD_ROOT
129
a74cde9c 130%{__make} -C build install \
3dce540f 131 DESTDIR=$RPM_BUILD_ROOT \
bd5fd9cb 132 kde_htmldir=%{_kdedocdir} \
133 kde_libs_htmldir=%{_kdedocdir}
43342c86 134
d3b2a786 135# remove unsupported locale
b0657e67 136%{__rm} -r $RPM_BUILD_ROOT%{_datadir}/locale/sr@ijekavian*
d3b2a786 137
bcfb337c 138# remove .so symlinks so that noone gets the stupid idea to package them
b0657e67 139%{__rm} $RPM_BUILD_ROOT%{_libdir}/libamarok*.so
bcfb337c 140
d3b2a786 141%find_lang %{name} --all-name --with-kde
3dce540f 142
143%clean
144rm -rf $RPM_BUILD_ROOT
145
a74cde9c 146%post -p /sbin/ldconfig
147%postun -p /sbin/ldconfig
b5eaa586 148
aed7613d 149%files -f %{name}.lang
3dce540f 150%defattr(644,root,root,755)
2f1d9ab2 151%doc AUTHORS ChangeLog README
d4535bda 152%attr(755,root,root) %{_bindir}/amarok
214a918d 153%attr(755,root,root) %{_bindir}/amarokpkg
b5eaa586 154%attr(755,root,root) %{_bindir}/amarokcollectionscanner
a74cde9c 155%attr(755,root,root) %{_bindir}/amarokmp3tunesharmonydaemon
156%attr(755,root,root) %{_bindir}/amarok_afttagger
1712a7ec 157%attr(755,root,root) %ghost %{_libdir}/libamarok-sqlcollection.so.?
158%attr(755,root,root) %{_libdir}/libamarok-sqlcollection.so.*.*.*
1712a7ec 159%attr(755,root,root) %ghost %{_libdir}/libamarokocsclient.so.?
160%attr(755,root,root) %{_libdir}/libamarokocsclient.so.*.*.*
a74cde9c 161%attr(755,root,root) %ghost %{_libdir}/libamaroklib.so.?
162%attr(755,root,root) %{_libdir}/libamaroklib.so.*.*.*
a74cde9c 163%attr(755,root,root) %ghost %{_libdir}/libamarokpud.so.?
164%attr(755,root,root) %{_libdir}/libamarokpud.so.*.*.*
a19a7a80 165%attr(755,root,root) %ghost %{_libdir}/libamarokcore.so.?
166%attr(755,root,root) %{_libdir}/libamarokcore.so.*.*.*
1b86fd47
RT
167%attr(755,root,root) %ghost %{_libdir}/libamarok-transcoding.so.?
168%attr(755,root,root) %{_libdir}/libamarok-transcoding.so.*.*.*
96f4f9aa 169#%%attr(755,root,root) %ghost %{_libdir}/libamarokqtjson.so.?
170#%%attr(755,root,root) %{_libdir}/libamarokqtjson.so.*.*.*
8d9cb0f5 171%attr(755,root,root) %{_libdir}/libampache_account_login.so
1712a7ec 172%attr(755,root,root) %{_libdir}/kde4/amarok_appletscript_simple_javascript.so
173%attr(755,root,root) %{_libdir}/kde4/amarok_collection-audiocdcollection.so
174%attr(755,root,root) %{_libdir}/kde4/amarok_collection-daapcollection.so
175%attr(755,root,root) %{_libdir}/kde4/amarok_collection-ipodcollection.so
176%attr(755,root,root) %{_libdir}/kde4/amarok_collection-mtpcollection.so
6cbda010 177#%%attr(755,root,root) %{_libdir}/kde4/amarok_collection-mysqlecollection.so
1712a7ec 178%attr(755,root,root) %{_libdir}/kde4/amarok_collection-mysqlservercollection.so
179%attr(755,root,root) %{_libdir}/kde4/amarok_collection-umscollection.so
a74cde9c 180%attr(755,root,root) %{_libdir}/kde4/amarok_containment_vertical.so
1712a7ec 181%attr(755,root,root) %{_libdir}/kde4/amarok_context_applet_albums.so
a74cde9c 182%attr(755,root,root) %{_libdir}/kde4/amarok_context_applet_currenttrack.so
1712a7ec 183%attr(755,root,root) %{_libdir}/kde4/amarok_context_applet_info.so
68864201 184%attr(755,root,root) %{_libdir}/kde4/amarok_context_applet_labels.so
a74cde9c 185%attr(755,root,root) %{_libdir}/kde4/amarok_context_applet_lyrics.so
1712a7ec 186%attr(755,root,root) %{_libdir}/kde4/amarok_context_applet_photos.so
a19a7a80 187%attr(755,root,root) %{_libdir}/kde4/amarok_context_applet_similarArtists.so
188%attr(755,root,root) %{_libdir}/kde4/amarok_context_applet_upcomingEvents.so
1712a7ec 189%attr(755,root,root) %{_libdir}/kde4/amarok_context_applet_videoclip.so
190%attr(755,root,root) %{_libdir}/kde4/amarok_context_applet_wikipedia.so
a74cde9c 191%attr(755,root,root) %{_libdir}/kde4/amarok_data_engine_current.so
1712a7ec 192%attr(755,root,root) %{_libdir}/kde4/amarok_data_engine_info.so
68864201 193%attr(755,root,root) %{_libdir}/kde4/amarok_data_engine_labels.so
a74cde9c 194%attr(755,root,root) %{_libdir}/kde4/amarok_data_engine_lyrics.so
1712a7ec 195%attr(755,root,root) %{_libdir}/kde4/amarok_data_engine_photos.so
196%attr(755,root,root) %{_libdir}/kde4/amarok_data_engine_similarArtists.so
197%attr(755,root,root) %{_libdir}/kde4/amarok_data_engine_upcomingEvents.so
198%attr(755,root,root) %{_libdir}/kde4/amarok_data_engine_videoclip.so
a74cde9c 199%attr(755,root,root) %{_libdir}/kde4/amarok_data_engine_wikipedia.so
96f4f9aa 200%attr(755,root,root) %{_libdir}/kde4/amarok_device_massstorage.so
201%attr(755,root,root) %{_libdir}/kde4/amarok_device_nfs.so
202%attr(755,root,root) %{_libdir}/kde4/amarok_device_smb.so
1712a7ec 203%attr(755,root,root) %{_libdir}/kde4/amarok_runnerscript_javascript.so
a74cde9c 204%attr(755,root,root) %{_libdir}/kde4/amarok_service_ampache.so
205%attr(755,root,root) %{_libdir}/kde4/amarok_service_jamendo.so
206%attr(755,root,root) %{_libdir}/kde4/amarok_service_lastfm.so
207%attr(755,root,root) %{_libdir}/kde4/amarok_service_magnatunestore.so
208%attr(755,root,root) %{_libdir}/kde4/amarok_service_mp3tunes.so
a19a7a80 209%attr(755,root,root) %{_libdir}/kde4/amarok_service_opmldirectory.so
a74cde9c 210%attr(755,root,root) %{_libdir}/kde4/kcm_amarok_service_ampache.so
211%attr(755,root,root) %{_libdir}/kde4/kcm_amarok_service_lastfm.so
212%attr(755,root,root) %{_libdir}/kde4/kcm_amarok_service_magnatunestore.so
213%attr(755,root,root) %{_libdir}/kde4/kcm_amarok_service_mp3tunes.so
1b86fd47
RT
214%attr(755,root,root) %{_libdir}/kde4/amarok_collection-playdarcollection.so
215%attr(755,root,root) %{_libdir}/kde4/amarok_collection-upnpcollection.so
216%attr(755,root,root) %{_libdir}/kde4/amarok_context_applet_tabs.so
217%attr(755,root,root) %{_libdir}/kde4/amarok_data_engine_tabs.so
9d393535
ER
218%dir %{_datadir}/apps/amarok
219%dir %{_datadir}/apps/amarok/scripts
9d393535
ER
220%{_datadir}/apps/amarok/data
221%{_datadir}/apps/amarok/icons
222%{_datadir}/apps/amarok/images
5bb3705c 223%{_datadir}/apps/amarok/amarok.notifyrc
a74cde9c 224%{_datadir}/apps/desktoptheme
214a918d 225%{_datadir}/apps/solid/actions/amarok-play-audiocd.desktop
a74cde9c 226%{_datadir}/config.kcfg/amarokconfig.kcfg
227%{_datadir}/config/amarok.knsrc
214a918d 228%{_datadir}/config/amarokapplets.knsrc
a74cde9c 229%{_datadir}/dbus-1/interfaces/org.freedesktop.MediaPlayer.player.xml
230%{_datadir}/dbus-1/interfaces/org.freedesktop.MediaPlayer.root.xml
231%{_datadir}/dbus-1/interfaces/org.freedesktop.MediaPlayer.tracklist.xml
214a918d 232%{_datadir}/dbus-1/interfaces/org.kde.amarok.Collection.xml
1b86fd47
RT
233%{_datadir}/dbus-1/interfaces/org.kde.amarok.App.xml
234%{_datadir}/dbus-1/interfaces/org.kde.amarok.Mpris1Extensions.Player.xml
235%{_datadir}/dbus-1/interfaces/org.kde.amarok.Mpris2Extensions.Player.xml
96f4f9aa 236%{_desktopdir}/kde4/amarok_containers.desktop
a74cde9c 237%{_datadir}/kde4/services/amarok.protocol
238%{_datadir}/kde4/services/amaroklastfm.protocol
d3b2a786 239%{_datadir}/kde4/services/amarokitpc.protocol
a74cde9c 240%{_datadir}/kde4/services/ServiceMenus/amarok_append.desktop
1712a7ec 241%{_datadir}/kde4/services/amarok_collection-audiocdcollection.desktop
242%{_datadir}/kde4/services/amarok_collection-daapcollection.desktop
243%{_datadir}/kde4/services/amarok_collection-ipodcollection.desktop
244%{_datadir}/kde4/services/amarok_collection-mtpcollection.desktop
6cbda010 245#%%{_datadir}/kde4/services/amarok_collection-mysqlecollection.desktop
1712a7ec 246%{_datadir}/kde4/services/amarok_collection-mysqlservercollection.desktop
247%{_datadir}/kde4/services/amarok_collection-umscollection.desktop
a74cde9c 248%{_datadir}/kde4/services/amarok-containment-vertical.desktop
1712a7ec 249%{_datadir}/kde4/services/amarok-context-applet-albums.desktop
a74cde9c 250%{_datadir}/kde4/services/amarok-context-applet-currenttrack.desktop
1712a7ec 251%{_datadir}/kde4/services/amarok-context-applet-info.desktop
68864201 252%{_datadir}/kde4/services/amarok-context-applet-labels.desktop
a74cde9c 253%{_datadir}/kde4/services/amarok-context-applet-lyrics.desktop
1712a7ec 254%{_datadir}/kde4/services/amarok-context-applet-photos.desktop
a19a7a80 255%{_datadir}/kde4/services/amarok-context-applet-similarArtists.desktop
256%{_datadir}/kde4/services/amarok-context-applet-upcomingEvents.desktop
1712a7ec 257%{_datadir}/kde4/services/amarok-context-applet-videoclip.desktop
258%{_datadir}/kde4/services/amarok-context-applet-wikipedia.desktop
a74cde9c 259%{_datadir}/kde4/services/amarok-data-engine-current.desktop
1712a7ec 260%{_datadir}/kde4/services/amarok-data-engine-info.desktop
68864201 261%{_datadir}/kde4/services/amarok-data-engine-labels.desktop
a74cde9c 262%{_datadir}/kde4/services/amarok-data-engine-lyrics.desktop
1712a7ec 263%{_datadir}/kde4/services/amarok-data-engine-photos.desktop
264%{_datadir}/kde4/services/amarok-data-engine-similarArtists.desktop
265%{_datadir}/kde4/services/amarok-data-engine-upcomingEvents.desktop
266%{_datadir}/kde4/services/amarok-data-engine-videoclip.desktop
a74cde9c 267%{_datadir}/kde4/services/amarok-data-engine-wikipedia.desktop
96f4f9aa 268%{_datadir}/kde4/services/amarok_device_massstorage.desktop
269%{_datadir}/kde4/services/amarok_device_nfs.desktop
270%{_datadir}/kde4/services/amarok_device_smb.desktop
a74cde9c 271%{_datadir}/kde4/services/amarok_service_ampache.desktop
272%{_datadir}/kde4/services/amarok_service_ampache_config.desktop
273%{_datadir}/kde4/services/amarok_service_jamendo.desktop
274%{_datadir}/kde4/services/amarok_service_lastfm.desktop
275%{_datadir}/kde4/services/amarok_service_lastfm_config.desktop
276%{_datadir}/kde4/services/amarok_service_magnatunestore.desktop
277%{_datadir}/kde4/services/amarok_service_magnatunestore_config.desktop
278%{_datadir}/kde4/services/amarok_service_mp3tunes.desktop
279%{_datadir}/kde4/services/amarok_service_mp3tunes_config.desktop
a74cde9c 280%{_datadir}/kde4/services/amarok_service_opmldirectory.desktop
214a918d
SP
281%{_datadir}/kde4/services/amarok-scriptengine-applet-simple-javascript.desktop
282%{_datadir}/kde4/services/amarok-scriptengine-runner-javascript.desktop
1b86fd47
RT
283%{_datadir}/kde4/services/amarok-context-applet-tabs.desktop
284%{_datadir}/kde4/services/amarok-data-engine-tabs.desktop
285%{_datadir}/kde4/services/amarok_collection-playdarcollection.desktop
286%{_datadir}/kde4/services/amarok_collection-upnpcollection.desktop
1712a7ec 287%{_datadir}/kde4/servicetypes/amarok_codecinstall.desktop
a74cde9c 288%{_datadir}/kde4/servicetypes/amarok_context_applet.desktop
289%{_datadir}/kde4/servicetypes/amarok_data_engine.desktop
290%{_datadir}/kde4/servicetypes/amarok_plugin.desktop
a74cde9c 291%{_desktopdir}/kde4/amarok.desktop
60b883ee 292%{_iconsdir}/*/*/apps/amarok.*
a74cde9c 293%{_datadir}/config/amarok_homerc
9d393535
ER
294
295%files scripts
296%defattr(644,root,root,755)
a74cde9c 297%dir %{_datadir}/apps/amarok/scripts/radio_station_service
298%{_datadir}/apps/amarok/scripts/radio_station_service/main.js
299%{_datadir}/apps/amarok/scripts/radio_station_service/script.spec
300%dir %{_datadir}/apps/amarok/scripts/script_console
301%{_datadir}/apps/amarok/scripts/script_console/main.js
302%{_datadir}/apps/amarok/scripts/script_console/script.spec
303%dir %{_datadir}/apps/amarok/scripts/lyrics_lyricwiki
304%{_datadir}/apps/amarok/scripts/lyrics_lyricwiki/main.js
305%{_datadir}/apps/amarok/scripts/lyrics_lyricwiki/script.spec
306%dir %{_datadir}/apps/amarok/scripts/librivox_service
307%{_datadir}/apps/amarok/scripts/librivox_service/main.js
308%{_datadir}/apps/amarok/scripts/librivox_service/LibrivoxLogo.png
214a918d 309%{_datadir}/apps/amarok/scripts/librivox_service/LibrivoxScalableEmblem.svgz
a74cde9c 310%{_datadir}/apps/amarok/scripts/librivox_service/LibrivoxService.html
311%{_datadir}/apps/amarok/scripts/librivox_service/script.spec
aed7613d 312%{_datadir}/apps/amarok/scripts/librivox_service/LibrivoxEmblem.png
313%{_datadir}/apps/amarok/scripts/librivox_service/LibrivoxIcon.png
314%{_datadir}/apps/amarok/scripts/librivox_service/audio_book128.png
This page took 0.094089 seconds and 4 git commands to generate.