]> git.pld-linux.org Git - packages/banshee.git/blame_incremental - banshee.spec
- 1.5.1
[packages/banshee.git] / banshee.spec
... / ...
CommitLineData
1#
2%include /usr/lib/rpm/macros.mono
3#
4Summary: A Mono/GStreamer Based Music Player
5Summary(pl.UTF-8): Oparty na Mono/GStreamerze odtwarzacz muzyki
6Name: banshee
7Version: 1.5.1
8Release: 1
9License: GPL
10Group: Applications/Multimedia
11Source0: http://download.banshee-project.org/banshee/%{name}-1-%{version}.tar.bz2
12# Source0-md5: b24051482dca8b87932db2a1e27ff43f
13URL: http://banshee-project.org/
14BuildRequires: GConf2-devel
15BuildRequires: autoconf >= 2.13
16BuildRequires: automake
17BuildRequires: brasero-devel >= 2.28.0
18BuildRequires: clutter-devel >= 1.0.1
19BuildRequires: dbus-devel >= 0.93
20BuildRequires: dbus-glib-devel >= 0.71
21BuildRequires: dotnet-gnome-sharp-devel >= 2.16.0
22BuildRequires: dotnet-gtk-sharp2-devel >= 2.10.0
23BuildRequires: dotnet-ipod-sharp-devel >= 0.8.1
24BuildRequires: dotnet-libgphoto2-sharp-devel
25BuildRequires: dotnet-mono-zeroconf-devel
26BuildRequires: dotnet-ndesk-dbus-glib-sharp-devel >= 0.3
27BuildRequires: dotnet-njb-sharp
28BuildRequires: dotnet-notify-sharp-devel
29BuildRequires: gnome-desktop-devel >= 2.16.0
30BuildRequires: gstreamer-GConf >= 0.10.3
31BuildRequires: gstreamer-cdparanoia
32BuildRequires: gstreamer-devel >= 0.10.3
33BuildRequires: gstreamer-gnomevfs
34BuildRequires: gstreamer-plugins-base-devel >= 0.10.3
35BuildRequires: gtk+2-devel >= 2:2.10.3
36BuildRequires: hal-devel >= 0.5.2
37BuildRequires: intltool >= 0.35
38BuildRequires: libmtp-devel >= 0.2.0
39BuildRequires: libmusicbrainz-devel >= 2.1.1
40BuildRequires: libtool
41BuildRequires: mono-addins-devel >= 0.3.1-2
42BuildRequires: mono-csharp >= 1.1.13
43BuildRequires: monodoc
44BuildRequires: pkgconfig
45BuildRequires: sqlite3-devel
46BuildRequires: taglib-sharp-devel
47Requires: dotnet-ipod-sharp >= 0.8.0
48Requires: gstreamer-GConf >= 0.10.3
49Requires: gstreamer-cdparanoia >= 0.10.3
50Requires: gstreamer-gnomevfs >= 0.10.3
51Requires: mono-addins >= 0.3.1-2
52Obsoletes: banshee-official-plugins <= 0.11.3
53BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
54
55%description
56Banshee is a brand spankin' new audio player based on the GStreamer
57media library and is developed on the Open Source Mono .NET Platform,
58written in C#.
59
60%description -l pl.UTF-8
61Banshee to nowy odtwarzacz dźwięku oparty na bibliotece odtwarzacza
62multimediów GStreamer, rozwijany na platformie .NET Mono, napisany w
63C#.
64
65%prep
66%setup -q -n %{name}-1-%{version}
67
68%build
69%{__libtoolize}
70%{__intltoolize}
71%{__aclocal} -I build/m4/banshee -I build/m4/shave -I build/m4/shamrock
72%{__automake}
73%{__autoconf}
74
75%configure \
76 --disable-boo \
77 --disable-dev-tests \
78 --disable-helix \
79 --enable-ipod \
80 --enable-njb \
81 --disable-vlc \
82 --enable-gstreamer \
83 --enable-avahi \
84 --disable-docs \
85 --with-vendor-build-id="%{distribution}"
86%{__make} -j 1
87
88%install
89rm -rf $RPM_BUILD_ROOT
90install -d $RPM_BUILD_ROOT%{_libdir}/monodoc/sources
91
92%{__make} install \
93 DESTDIR=$RPM_BUILD_ROOT
94
95#mv $RPM_BUILD_ROOT%{_docdir}/%{name}/* $RPM_BUILD_ROOT%{_libdir}/monodoc/sources
96
97rm -f $RPM_BUILD_ROOT%{_libdir}/%{name}-1/*.{la,a}
98rm -f $RPM_BUILD_ROOT%{_libdir}/%{name}-1/Backends/*.{la,a}
99rm -f $RPM_BUILD_ROOT%{_libdir}/%{name}-1/gstreamer-0.10/*.{la,a}
100
101%find_lang %{name}-1
102
103%clean
104rm -rf $RPM_BUILD_ROOT
105
106%post
107%update_desktop_database_post
108%update_icon_cache hicolor
109
110%postun
111%update_desktop_database_postun
112%update_icon_cache hicolor
113
114%files -f %{name}-1.lang
115%defattr(644,root,root,755)
116%doc AUTHORS COPYING ChangeLog NEWS README
117%attr(755,root,root) %{_bindir}/banshee-1
118%attr(755,root,root) %{_bindir}/muinshee
119%{_datadir}/banshee-1
120%{_pkgconfigdir}/banshee-1*.pc
121%dir %{_libdir}/banshee-1
122%{_libdir}/banshee-1/*.dll
123%attr(755,root,root) %{_libdir}/banshee-1/*.so
124%{_libdir}/banshee-1/*.exe
125%{_libdir}/banshee-1/*.mdb
126%{_libdir}/banshee-1/*.config
127%dir %{_libdir}/banshee-1/Extensions
128%{_libdir}/banshee-1/Extensions/*.dll
129%{_libdir}/banshee-1/Extensions/*.mdb
130%{_libdir}/banshee-1/Extensions/Banshee.NotificationArea.dll.config
131%{_libdir}/banshee-1/Extensions/Banshee.NowPlaying.dll.config
132%dir %{_libdir}/banshee-1/Backends
133%{_libdir}/banshee-1/Backends/*.config
134%{_libdir}/banshee-1/Backends/*.dll
135%{_libdir}/banshee-1/Backends/*.mdb
136%{_libdir}/banshee-1/Backends/*.so
137%{_libdir}/banshee-1/Banshee.Services.addins
138%dir %{_libdir}/banshee-1/gstreamer-0.10
139%{_libdir}/banshee-1/gstreamer-0.10/*.so
140#%{_libdir}/banshee-1/libbanshee.a
141#%{_libdir}/banshee-1/libbanshee.la
142#%{_libdir}/monodoc/sources/*
143%{_desktopdir}/banshee-1-audiocd.desktop
144%{_desktopdir}/banshee-1-media-player.desktop
145%{_desktopdir}/banshee-1.desktop
146%{_iconsdir}/hicolor/*/*/*
147%{_datadir}/dbus-1/services/org.bansheeproject.Banshee.service
148%{_datadir}/dbus-1/services/org.bansheeproject.CollectionIndexer.service
This page took 0.051138 seconds and 4 git commands to generate.