]> git.pld-linux.org Git - packages/bmpx.git/blame - bmpx.spec
- try to fix build on ppc
[packages/bmpx.git] / bmpx.spec
CommitLineData
e427c036
JB
1#
2# Conditional build:
d10296b6 3%bcond_without sid # build without sid support
e427c036 4#
e4d8b263 5Summary: Sound player with the WinAmp GUI, for Unix-based systems for GTK+
89d88d2f 6Summary(pl.UTF-8): Odtwarzacz dźwięku z interfejsem WinAmpa dla GTK+
88230824 7Name: bmpx
cf6b8fcc 8Version: 0.40.14
2227c686 9Release: 3
940e2328 10License: GPL v2
f9221af7 11Group: X11/Applications/Sound
219f102e 12Source0: http://files.backtrace.info/releases/0.40/%{name}-%{version}.tar.bz2
cf6b8fcc 13# Source0-md5: c741e05a82a82b14b6775d44a7c93c15
14Patch0: %{name}-lib64.patch
15Patch1: %{name}-libsoup24.patch
16Patch2: %{name}-invalid-conversion.patch
219f102e 17URL: http://bmpx.backtrace.info/
b74ea2a0
MB
18BuildRequires: alsa-lib-devel >= 1.0.9
19BuildRequires: autoconf >= 2.60
20BuildRequires: automake >= 1:1.8
003a0f46 21BuildRequires: boost-devel >= 1.35.0
b74ea2a0 22BuildRequires: cairomm-devel >= 0.6.0
b99b86a0 23BuildRequires: cdparanoia-III-devel
0d0016c7 24BuildRequires: dbus-glib-devel >= 0.62
6e50f888 25BuildRequires: gcc-c++ >= 5:4.0.0
94963d53 26BuildRequires: gstreamer-plugins-base-devel >= 0.10.10
b74ea2a0
MB
27BuildRequires: gtkmm-devel >= 2.10.0
28BuildRequires: hal-devel >= 0.5.7.1
29BuildRequires: intltool >= 0.35.0
30BuildRequires: libglademm-devel >= 2.6.0
31BuildRequires: libmodplug-devel >= 0.7
32BuildRequires: libofa-devel >= 0.9.3
f957346d 33BuildRequires: librsvg-devel >= 1:2.14.0
b74ea2a0 34BuildRequires: libsexymm-devel >= 0.1.9
c5c1c7ff 35%{?with_sid:BuildRequires: libsidplay-devel}
b74ea2a0 36BuildRequires: libsigc++-devel >= 2.0.0
6be03fe7 37BuildRequires: libsoup-devel >= 2.4.0
247a510e 38BuildRequires: libtool
0d0016c7 39BuildRequires: libxml2-devel >= 1:2.6.26
b74ea2a0
MB
40BuildRequires: libxslt-progs
41BuildRequires: pkgconfig
95d89bdd 42BuildRequires: rpmbuild(macros) >= 1.311
b74ea2a0 43BuildRequires: sqlite3-devel >= 3.3.11
9be612c0 44BuildRequires: startup-notification-devel >= 0.8
94963d53 45BuildRequires: taglib-devel >= 1.4-2
98b0afa9 46BuildRequires: unzip
b74ea2a0 47BuildRequires: xorg-lib-libSM-devel
2227c686 48BuildRequires: zip
0d0016c7 49Requires(post,postun): desktop-file-utils
95d89bdd
MB
50Requires(post,postun): gtk+2 >= 2:2.10.0
51Requires(post,postun): hicolor-icon-theme
516ae56d 52Requires: gstreamer-audio-effects-base
e4d8b263 53Requires: gstreamer-audiosink
3507be7d
MB
54Suggests: gstreamer-aac
55Suggests: gstreamer-audio-formats >= 0.10.3
56Suggests: gstreamer-cdparanoia
57Suggests: gstreamer-ffmpeg
58Suggests: gstreamer-flac
59Suggests: gstreamer-mad
60Suggests: gstreamer-mms
61Suggests: gstreamer-musepack
62Suggests: gstreamer-plugins-bad
63Suggests: gstreamer-sid
64Suggests: gstreamer-vorbis
df2f92b7 65Obsoletes: bmpx-curses
0d0016c7 66Obsoletes: bmpx-libs
67Obsoletes: bmpx-plugin-container
68Obsoletes: bmpx-plugin-flow
0d0016c7 69Obsoletes: bmpx-plugin-transport
b74ea2a0 70Obsoletes: bmpx-plugins-base
df2f92b7 71Obsoletes: bmpx-remote
72Obsoletes: bmpx-remote-gtk
0d0016c7 73Obsoletes: bmpx-static
88230824
PZ
74BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
75
2227c686
MB
76%define _iceweaseldir %{_datadir}/iceweasel
77%define _chromedir %{_iceweaseldir}/chrome
98b0afa9 78
88230824 79%description
0839fab6
MC
80BMPx is the follow-up of the BMP project with a codebase rewritten
81from scratch and aims to maintain a stable audio player foundation,
82and to provide a player with a consistent and easy to understand usage
83experience.
88230824 84
bf8182a4
JR
85%description -l pl.UTF-8
86BMPx jest następcą projektu BMP z przepisanym od zera kodem i skupia
87się na utrzymaniu stabilnej podstawy odtwarzacza dźwięku, aby
88udostępnić odtwarzacz ze spójną i łatwą do zrozumienia obsługą.
88230824 89
940e2328
MC
90%package devel
91Summary: Header files for BMPx media player
89d88d2f 92Summary(pl.UTF-8): Pliki nagłówkowe odtwarzacza multimedialnego BMPx
940e2328 93Group: X11/Development/Libraries
0d0016c7 94Requires: dbus-glib-devel >= 0.62
9be612c0 95Obsoletes: libchroma-devel
96Obsoletes: libhrel-devel
940e2328
MC
97
98%description devel
99Header files required for compiling BMPx media player plugins.
100
bf8182a4
JR
101%description devel -l pl.UTF-8
102Pliki nagłówkowe potrzebne do kompilowania wtyczek odtwarzacza
940e2328
MC
103multimedialnego BMPx.
104
2227c686
MB
105%package -n iceweasel-extension-bmpx
106Summary: Iceweasel extension - BMPx
107Summary(pl.UTF-8): Rozszerzenie dla przeglądarki Iceweasel - BMPx
98b0afa9 108Group: X11/Applications
ad13b315 109Requires: %{name} = %{version}-%{release}
2227c686
MB
110Requires: iceweasel
111Provides: mozilla-firefox-plugin-bmpx
112Obsoletes: mozilla-firefox-plugin-bmpx
98b0afa9 113
2227c686
MB
114%description -n iceweasel-extension-bmpx
115Iceweasel extension which registers the lastfm:// protocol to BMPx.
98b0afa9 116
2227c686
MB
117%description -n iceweasel-extension-bmpx -l pl.UTF-8
118Rozszerzenie dla przeglądarki Iceweasel, które rejestruje protokół
119lastfm:// do BMPx.
98b0afa9 120
88230824 121%prep
68dab5e3 122%setup -q
76209aa9 123%patch0 -p1
c658ba8f 124%patch1 -p1
6be03fe7 125%patch2 -p1
88230824
PZ
126
127%build
247a510e 128%{__libtoolize}
88230824
PZ
129%{__aclocal} -I m4
130%{__autoconf}
131%{__autoheader}
132%{__automake}
133%configure \
40f7c8fb 134 --enable-hal \
b74ea2a0 135 --enable-modplug \
c5c1c7ff 136 %{?with_sid:--enable-sid} \
9be612c0 137 --with-dbus-services-dir=%{_datadir}/dbus-1/services
88230824
PZ
138%{__make}
139
140%install
141rm -rf $RPM_BUILD_ROOT
98b0afa9 142install -d $RPM_BUILD_ROOT%{_chromedir}
88230824
PZ
143
144%{__make} install \
b74ea2a0 145 DESTDIR=$RPM_BUILD_ROOT
88230824 146
2227c686
MB
147unzip -q -o xpi/bmp.xpi -d $RPM_BUILD_ROOT%{_iceweaseldir}
148sed -e 's@chrome/bmp\.jar@bmp\.jar@' $RPM_BUILD_ROOT%{_iceweaseldir}/chrome.manifest \
98b0afa9
MB
149 > $RPM_BUILD_ROOT%{_chromedir}/bmp.manifest
150
2227c686 151rm -f $RPM_BUILD_ROOT%{_iceweaseldir}/{install.rdf,chrome.manifest}
b74ea2a0 152rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
714f06cb 153rm -f $RPM_BUILD_ROOT%{_libdir}/bmpx/plugins/{taglib,vfs/container,vfs/transport}/*.la
b74ea2a0 154mv -f $RPM_BUILD_ROOT%{_datadir}/locale/{th_TH,th}
3f593018 155
88230824
PZ
156%find_lang %{name}
157
158%clean
159rm -rf $RPM_BUILD_ROOT
160
161%post
b74ea2a0 162/sbin/ldconfig
40f7c8fb 163%update_desktop_database_post
95d89bdd 164%update_icon_cache hicolor
b9c3f977 165
88230824 166%postun
b74ea2a0 167/sbin/ldconfig
40f7c8fb 168%update_desktop_database_postun
95d89bdd 169%update_icon_cache hicolor
0839fab6 170
88230824
PZ
171%files -f %{name}.lang
172%defattr(644,root,root,755)
940e2328 173%doc AUTHORS ChangeLog NEWS README
2227c686 174%attr(755,root,root) %{_bindir}/bmp2
cedf22f1 175%attr(755,root,root) %{_bindir}/beep-media-player-2
cedf22f1 176%attr(755,root,root) %{_bindir}/bmp-play-files-2.0
76209aa9 177%attr(755,root,root) %{_bindir}/bmp-play-uris-2.0
cedf22f1 178%attr(755,root,root) %{_libexecdir}/beep-media-player-2-bin
1bbd746c 179%attr(755,root,root) %{_libexecdir}/beep-media-player-2-sentinel
0d0016c7 180
181%dir %{_libdir}/bmpx
182%dir %{_libdir}/bmpx/plugins
586ea09e 183%dir %{_libdir}/bmpx/plugins/taglib
0d0016c7 184%dir %{_libdir}/bmpx/plugins/vfs
185%dir %{_libdir}/bmpx/plugins/vfs/container
186%dir %{_libdir}/bmpx/plugins/vfs/transport
586ea09e 187%attr(755,root,root) %{_libdir}/bmpx/plugins/taglib/*.so*
0d0016c7 188%attr(755,root,root) %{_libdir}/bmpx/plugins/vfs/container/*.so*
189%attr(755,root,root) %{_libdir}/bmpx/plugins/vfs/transport/*.so*
b74ea2a0 190%{_docdir}/bmpx
88230824 191%{_datadir}/bmpx
9be612c0 192%{_datadir}/dbus-1/services/*.service
cedf22f1 193%{_mandir}/man*/*
e0ee8290 194%{_desktopdir}/*.desktop
0d0016c7 195%{_iconsdir}/hicolor/*/*/*.png
2b5caf92 196
940e2328
MC
197%files devel
198%defattr(644,root,root,755)
cedf22f1 199%{_includedir}/bmp-2.0
9be612c0 200%{_pkgconfigdir}/*.pc
98b0afa9 201
2227c686 202%files -n iceweasel-extension-bmpx
98b0afa9
MB
203%defattr(644,root,root,755)
204%{_chromedir}/bmp.jar
205%{_chromedir}/bmp.manifest
This page took 0.063693 seconds and 4 git commands to generate.