]> git.pld-linux.org Git - packages/amarok.git/blame - amarok.spec
- removed commented BR's
[packages/amarok.git] / amarok.spec
CommitLineData
a74cde9c 1# TODO
2# - try not to link with static mysql
3
4%define state stable
c5257fed 5%define qtver 4.6.2
6%define kdever 4.4.1
b5eaa586 7
3dce540f 8Summary: A KDE audio player
78ae220a 9Summary(pl.UTF-8): Odtwarzacz audio dla KDE
3dce540f 10Name: amarok
c46ca982 11Version: 2.2.2
12Release: 1
3dce540f 13License: GPL
14Group: X11/Applications/Multimedia
c5257fed 15Source0: ftp://ftp.kde.org/pub/kde/%{state}/amarok/%{version}/src/%{name}-%{version}-patched.tar.bz2
16# Source0-md5: 9b4453597e4affb1a6bebe715499782f
a74cde9c 17Patch0: %{name}-link.patch
18Patch1: %{name}-qthreadpool.patch
c5257fed 19Patch2: %{name}-disable_qtscriptbindings_check_fix.patch
567ab89c 20URL: http://amarok.kde.org/
a74cde9c 21BuildRequires: Qt3Support-devel >= %{qtver}
22BuildRequires: QtCore-devel >= %{qtver}
23BuildRequires: QtDBus-devel >= %{qtver}
a74cde9c 24BuildRequires: QtNetwork-devel >= %{qtver}
25BuildRequires: QtOpenGL-devel >= %{qtver}
26BuildRequires: QtScript-devel >= %{qtver}
27BuildRequires: QtSql-devel >= %{qtver}
28BuildRequires: QtSvg-devel >= %{qtver}
a74cde9c 29BuildRequires: QtUiTools-devel >= %{qtver}
30BuildRequires: QtWebKit-devel >= %{qtver}
31BuildRequires: QtXml-devel >= %{qtver}
623f83d9 32BuildRequires: automoc4 => 0.9.88
33BuildRequires: cmake >= 2.6.3
a74cde9c 34BuildRequires: curl-devel
f3a2739c 35BuildRequires: gettext-devel
a74cde9c 36BuildRequires: glib2-devel
aa9500c3 37BuildRequires: kde4-kdemultimedia-devel >= %{kdever}
a74cde9c 38BuildRequires: libgpod-devel >= 0.7.0
214a918d 39BuildRequires: liblastfm-devel
a74cde9c 40BuildRequires: libmtp-devel >= 0.3.0
a74cde9c 41BuildRequires: loudmouth-devel
a74cde9c 42BuildRequires: mysql-devel >= 5.1.31-3
6fc2033f 43BuildRequires: pcre-devel
f0306acf 44BuildRequires: pkgconfig
5bb3705c 45BuildRequires: qca-devel
a74cde9c 46BuildRequires: qt4-build >= %{qtver}
47BuildRequires: qt4-qmake >= %{qtver}
48BuildRequires: qtscriptbindings
baa5dbe4 49BuildRequires: rpmbuild(macros) >= 1.129
a74cde9c 50BuildRequires: strigi-devel >= 0.5.10
214a918d
SP
51BuildRequires: taglib-devel >= 1.6
52BuildRequires: taglib-extras-devel >= 1.0.0
a74cde9c 53BuildRequires: xorg-lib-libXpm-devel
54Requires(post,postun): /sbin/ldconfig
55Requires: kde4-kdebase-core
56Requires: kde4-kdemultimedia-audiocd
57Requires: kde4-phonon
58Requires: qtscriptbindings
8028f5c0
PG
59Suggests: libvisual-plugin-actor-JESS
60Suggests: libvisual-plugin-actor-bumpscope
61Suggests: libvisual-plugin-actor-corona
62Suggests: libvisual-plugin-actor-flower
63Suggests: libvisual-plugin-actor-gdkpixbuf
64Suggests: libvisual-plugin-actor-gforce
a74cde9c 65Suggests: libvisual-plugin-actor-gstreamer
8028f5c0
PG
66Suggests: libvisual-plugin-actor-infinite
67Suggests: libvisual-plugin-actor-jakdaw
68Suggests: libvisual-plugin-actor-lv_analyzer
69Suggests: libvisual-plugin-actor-lv_gltest
70Suggests: libvisual-plugin-actor-lv_scope
71Suggests: libvisual-plugin-actor-madspin
72Suggests: libvisual-plugin-actor-nastyfft
73Suggests: libvisual-plugin-actor-oinksie
74Suggests: libvisual-plugin-input-alsa
75Suggests: libvisual-plugin-input-esd
76Suggests: libvisual-plugin-input-jack
77Suggests: libvisual-plugin-input-mplayer
78Suggests: libvisual-plugin-morph-alphablend
79Suggests: libvisual-plugin-morph-flash
80Suggests: libvisual-plugin-morph-slide
81Suggests: libvisual-plugin-morph-tentacle
86666641 82Obsoletes: amarok-arts
1581e7f4 83Obsoletes: amarok-xmms
a74cde9c 84# It should require mysql-embeded
85Requires: mysql >= 5.1.31-3
86Conflicts: mysql < 5.1.31-3
3be5e8cd 87# sr@Latn vs. sr@latin
88Conflicts: glibc-misc < 6:2.7
3dce540f 89BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
90
91%description
92A KDE audio player.
93
86426fe7 94%description -l pl.UTF-8
3dce540f 95Odtwarzacz audio dla KDE.
96
9d393535
ER
97%package scripts
98Summary: amaroK scripts
78ae220a 99Summary(pl.UTF-8): Skrypty amaroKa
9d393535
ER
100Group: X11/Applications/Multimedia
101Requires: %{name} = %{version}-%{release}
a74cde9c 102Requires: kde4-kdebase-kdialog
9d393535
ER
103
104%description scripts
105amaroK scripts allow you extend amaroK functionality.
106
107You can learn more about scripts in amaroK from here:
2fde3dac 108<http://amarok.kde.org/amarokwiki/index.php/Script-Writing_HowTo>.
9d393535 109
86426fe7
JR
110%description scripts -l pl.UTF-8
111Skrypty amaroKa pozwalające rozszerzać jego funkcjonalność.
cb7dcc83 112
86426fe7 113Więcej o skryptach w amaroKu można dowiedzieć się stąd:
2fde3dac 114<http://amarok.kde.org/amarokwiki/index.php/Script-Writing_HowTo>.
cb7dcc83 115
3dce540f 116%prep
d6f0ca1c 117%setup -q
214a918d 118#%patch0 -p0
a74cde9c 119#%patch1 -p0
c5257fed 120%patch2 -p1
b5eaa586 121
3dce540f 122%build
a74cde9c 123install -d build
124cd build
125%cmake \
126 -DCMAKE_INSTALL_PREFIX=%{_prefix} \
127 -DLIB_INSTALL_DIR=%{_libdir} \
50398d35 128 -DCMAKE_BUILD_TYPE=%{!?debug:Release}%{?debug:Debug} \
a74cde9c 129%if "%{_lib}" == "lib64"
130 -DLIB_SUFFIX=64 \
131%endif
132 ../
3dce540f 133
9a083733 134%{__make}
3dce540f 135
136%install
137rm -rf $RPM_BUILD_ROOT
138
a74cde9c 139%{__make} -C build install \
3dce540f 140 DESTDIR=$RPM_BUILD_ROOT \
bd5fd9cb 141 kde_htmldir=%{_kdedocdir} \
142 kde_libs_htmldir=%{_kdedocdir}
43342c86 143
3248aa1e 144# remove bogus dir
145rm -rf $RPM_BUILD_ROOT%{_datadir}/locale/xx
146
aed7613d 147%find_lang %{name} --with-kde
3dce540f 148
149%clean
150rm -rf $RPM_BUILD_ROOT
151
a74cde9c 152%post -p /sbin/ldconfig
153%postun -p /sbin/ldconfig
b5eaa586 154
aed7613d 155%files -f %{name}.lang
3dce540f 156%defattr(644,root,root,755)
2f1d9ab2 157%doc AUTHORS ChangeLog README
d4535bda 158%attr(755,root,root) %{_bindir}/amarok
214a918d 159%attr(755,root,root) %{_bindir}/amarokpkg
b5eaa586 160%attr(755,root,root) %{_bindir}/amarokcollectionscanner
a74cde9c 161%attr(755,root,root) %{_bindir}/amarokmp3tunesharmonydaemon
162%attr(755,root,root) %{_bindir}/amarok_afttagger
163%attr(755,root,root) %ghost %{_libdir}/libamaroklib.so.?
164%attr(755,root,root) %{_libdir}/libamaroklib.so.*.*.*
a74cde9c 165%attr(755,root,root) %ghost %{_libdir}/libamarokpud.so.?
166%attr(755,root,root) %{_libdir}/libamarokpud.so.*.*.*
a74cde9c 167%attr(755,root,root) %{_libdir}/strigi/strigita_audible.so
168%attr(755,root,root) %{_libdir}/strigi/strigita_mp4.so
169%attr(755,root,root) %{_libdir}/kde4/amarok_containment_vertical.so
a74cde9c 170%attr(755,root,root) %{_libdir}/kde4/amarok_context_applet_currenttrack.so
171%attr(755,root,root) %{_libdir}/kde4/amarok_context_applet_lyrics.so
a74cde9c 172%attr(755,root,root) %{_libdir}/kde4/amarok_context_applet_wikipedia.so
173%attr(755,root,root) %{_libdir}/kde4/amarok_context_applet_albums.so
174%attr(755,root,root) %{_libdir}/kde4/amarok_service_opmldirectory.so
a74cde9c 175%attr(755,root,root) %{_libdir}/kde4/amarok_data_engine_current.so
176%attr(755,root,root) %{_libdir}/kde4/amarok_data_engine_lyrics.so
a74cde9c 177%attr(755,root,root) %{_libdir}/kde4/amarok_data_engine_wikipedia.so
178%attr(755,root,root) %{_libdir}/kde4/amarok_service_ampache.so
179%attr(755,root,root) %{_libdir}/kde4/amarok_service_jamendo.so
180%attr(755,root,root) %{_libdir}/kde4/amarok_service_lastfm.so
181%attr(755,root,root) %{_libdir}/kde4/amarok_service_magnatunestore.so
182%attr(755,root,root) %{_libdir}/kde4/amarok_service_mp3tunes.so
a74cde9c 183%attr(755,root,root) %{_libdir}/kde4/kcm_amarok_service_ampache.so
184%attr(755,root,root) %{_libdir}/kde4/kcm_amarok_service_lastfm.so
185%attr(755,root,root) %{_libdir}/kde4/kcm_amarok_service_magnatunestore.so
186%attr(755,root,root) %{_libdir}/kde4/kcm_amarok_service_mp3tunes.so
214a918d
SP
187%attr(755,root,root) %{_libdir}/kde4/amarok_appletscript_simple_javascript.so
188%attr(755,root,root) %{_libdir}/kde4/amarok_collection-audiocdcollection.so
189%attr(755,root,root) %{_libdir}/kde4/amarok_collection-daapcollection.so
190%attr(755,root,root) %{_libdir}/kde4/amarok_collection-ipodcollection.so
191%attr(755,root,root) %{_libdir}/kde4/amarok_collection-mtpcollection.so
192%attr(755,root,root) %{_libdir}/kde4/amarok_collection-mysqlecollection.so
193%attr(755,root,root) %{_libdir}/kde4/amarok_collection-mysqlservercollection.so
194%attr(755,root,root) %{_libdir}/kde4/amarok_collection-umscollection.so
195%attr(755,root,root) %{_libdir}/kde4/amarok_context_applet_info.so
196%attr(755,root,root) %{_libdir}/kde4/amarok_context_applet_photos.so
197%attr(755,root,root) %{_libdir}/kde4/amarok_context_applet_videoclip.so
198%attr(755,root,root) %{_libdir}/kde4/amarok_data_engine_info.so
199%attr(755,root,root) %{_libdir}/kde4/amarok_data_engine_photos.so
200%attr(755,root,root) %{_libdir}/kde4/amarok_data_engine_videoclip.so
201%attr(755,root,root) %{_libdir}/kde4/amarok_massstorage-device.so
202%attr(755,root,root) %{_libdir}/kde4/amarok_runnerscript_javascript.so
9d393535 203%dir %{_datadir}/apps/amarok
214a918d
SP
204%attr(755,root,root) %{_libdir}/libamaroklib.so
205%attr(755,root,root) %{_libdir}/libamarokocsclient.so
623f83d9 206%attr(755,root,root) %ghost %{_libdir}/libamarokocsclient.so.?
207%attr(755,root,root) %{_libdir}/libamarokocsclient.so.*.*.*
214a918d 208%attr(755,root,root) %{_libdir}/libamarokpud.so
9d393535 209%dir %{_datadir}/apps/amarok/scripts
9d393535
ER
210%{_datadir}/apps/amarok/data
211%{_datadir}/apps/amarok/icons
212%{_datadir}/apps/amarok/images
5bb3705c 213%{_datadir}/apps/amarok/amarok.notifyrc
a74cde9c 214%{_datadir}/apps/desktoptheme
214a918d 215%{_datadir}/apps/solid/actions/amarok-play-audiocd.desktop
a74cde9c 216%{_datadir}/config.kcfg/amarokconfig.kcfg
217%{_datadir}/config/amarok.knsrc
214a918d 218%{_datadir}/config/amarokapplets.knsrc
a74cde9c 219%{_datadir}/dbus-1/interfaces/org.freedesktop.MediaPlayer.player.xml
220%{_datadir}/dbus-1/interfaces/org.freedesktop.MediaPlayer.root.xml
221%{_datadir}/dbus-1/interfaces/org.freedesktop.MediaPlayer.tracklist.xml
214a918d
SP
222%{_datadir}/dbus-1/interfaces/org.kde.amarok.Collection.xml
223%{_datadir}/dbus-1/interfaces/org.kde.amarok.SqlCollection.xml
a74cde9c 224%{_datadir}/kde4/services/amarok.protocol
225%{_datadir}/kde4/services/amaroklastfm.protocol
226%{_datadir}/kde4/services/ServiceMenus/amarok_append.desktop
227%{_datadir}/kde4/services/amarok-containment-vertical.desktop
a74cde9c 228%{_datadir}/kde4/services/amarok-context-applet-currenttrack.desktop
229%{_datadir}/kde4/services/amarok-context-applet-lyrics.desktop
a74cde9c 230%{_datadir}/kde4/services/amarok-context-applet-wikipedia.desktop
a74cde9c 231%{_datadir}/kde4/services/amarok_collection-mtpcollection.desktop
232%{_datadir}/kde4/services/amarok-data-engine-current.desktop
233%{_datadir}/kde4/services/amarok-data-engine-lyrics.desktop
a74cde9c 234%{_datadir}/kde4/services/amarok-data-engine-wikipedia.desktop
235%{_datadir}/kde4/services/amarok_collection-daapcollection.desktop
a74cde9c 236%{_datadir}/kde4/services/amarok_service_ampache.desktop
237%{_datadir}/kde4/services/amarok_service_ampache_config.desktop
238%{_datadir}/kde4/services/amarok_service_jamendo.desktop
239%{_datadir}/kde4/services/amarok_service_lastfm.desktop
240%{_datadir}/kde4/services/amarok_service_lastfm_config.desktop
241%{_datadir}/kde4/services/amarok_service_magnatunestore.desktop
242%{_datadir}/kde4/services/amarok_service_magnatunestore_config.desktop
243%{_datadir}/kde4/services/amarok_service_mp3tunes.desktop
244%{_datadir}/kde4/services/amarok_service_mp3tunes_config.desktop
a74cde9c 245%{_datadir}/kde4/services/amarok-context-applet-albums.desktop
246%{_datadir}/kde4/services/amarok_collection-ipodcollection.desktop
247%{_datadir}/kde4/services/amarok_massstorage-device.desktop
248%{_datadir}/kde4/services/amarok_service_opmldirectory.desktop
214a918d
SP
249%{_datadir}/kde4/services/amarok-context-applet-info.desktop
250%{_datadir}/kde4/services/amarok-context-applet-photos.desktop
251%{_datadir}/kde4/services/amarok-context-applet-videoclip.desktop
252%{_datadir}/kde4/services/amarok-data-engine-info.desktop
253%{_datadir}/kde4/services/amarok-data-engine-photos.desktop
254%{_datadir}/kde4/services/amarok-data-engine-videoclip.desktop
255%{_datadir}/kde4/services/amarok-scriptengine-applet-simple-javascript.desktop
256%{_datadir}/kde4/services/amarok-scriptengine-runner-javascript.desktop
257%{_datadir}/kde4/services/amarok_collection-audiocdcollection.desktop
258%{_datadir}/kde4/services/amarok_collection-mysqlecollection.desktop
259%{_datadir}/kde4/services/amarok_collection-mysqlservercollection.desktop
260%{_datadir}/kde4/services/amarok_collection-umscollection.desktop
a74cde9c 261%{_datadir}/kde4/servicetypes/amarok_context_applet.desktop
262%{_datadir}/kde4/servicetypes/amarok_data_engine.desktop
263%{_datadir}/kde4/servicetypes/amarok_plugin.desktop
264%{_datadir}/kde4/servicetypes/amarok_codecinstall.desktop
265%{_desktopdir}/kde4/amarok.desktop
60b883ee 266%{_iconsdir}/*/*/apps/amarok.*
a74cde9c 267%{_datadir}/config/amarok_homerc
9d393535
ER
268
269%files scripts
270%defattr(644,root,root,755)
a74cde9c 271%dir %{_datadir}/apps/amarok/scripts/radio_station_service
272%{_datadir}/apps/amarok/scripts/radio_station_service/main.js
273%{_datadir}/apps/amarok/scripts/radio_station_service/script.spec
274%dir %{_datadir}/apps/amarok/scripts/script_console
275%{_datadir}/apps/amarok/scripts/script_console/main.js
276%{_datadir}/apps/amarok/scripts/script_console/script.spec
277%dir %{_datadir}/apps/amarok/scripts/lyrics_lyricwiki
278%{_datadir}/apps/amarok/scripts/lyrics_lyricwiki/main.js
279%{_datadir}/apps/amarok/scripts/lyrics_lyricwiki/script.spec
280%dir %{_datadir}/apps/amarok/scripts/librivox_service
281%{_datadir}/apps/amarok/scripts/librivox_service/main.js
282%{_datadir}/apps/amarok/scripts/librivox_service/LibrivoxLogo.png
214a918d 283%{_datadir}/apps/amarok/scripts/librivox_service/LibrivoxScalableEmblem.svgz
a74cde9c 284%{_datadir}/apps/amarok/scripts/librivox_service/LibrivoxService.html
285%{_datadir}/apps/amarok/scripts/librivox_service/script.spec
aed7613d 286%{_datadir}/apps/amarok/scripts/librivox_service/LibrivoxEmblem.png
287%{_datadir}/apps/amarok/scripts/librivox_service/LibrivoxIcon.png
288%{_datadir}/apps/amarok/scripts/librivox_service/audio_book128.png
This page took 0.159911 seconds and 4 git commands to generate.