summaryrefslogtreecommitdiff
path: root/grilo-plugins.spec.in
blob: 506515c2c8ad3fd8f3d9589ea6addb704314d78d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
Name:           grilo-plugins
Version:        @VERSION@
Release:        1
Summary:        Grilo plugins framework

Group:          Applications/Multimedia
License:        LGPLv2+
Source0:        grilo-plugins-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:  grilo-devel >= 0.1.3
BuildRequires:  gnome-common
BuildRequires:  glib2-devel
BuildRequires:  libxml2-devel
BuildRequires:  gupnp-devel
BuildRequires:  gupnp-av-devel
BuildRequires:  libsqlite3x-devel

Requires:       grilo >= 0.1.3
Requires:       gupnp
Requires:       gupnp-av

%description
Grilo is a framework that provides access to different sources of
multimedia content, using a pluggable system.
This package contains plugins to get information from theses sources:
Apple Trailers
Bookmarks
Filesystem
Flickr
Jamendo
Last.fm (for album arts)
Podcasts
Shoutcast
uPnP
Youtube

%prep
%setup -q

%build
%configure				\
	--disable-fakemetadata		\
	--enable-apple-trailers		\
	--enable-bookmarks		\
	--enable-filesystem		\
	--enable-flickr			\
	--enable-jamendo		\
	--enable-lastfm-albumart	\
	--enable-podcasts		\
	--enable-shoutcast		\
	--enable-upnp			\
	--enable-youtube

make %{?_smp_mflags}


%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT

# Remove files that will not be packaged
rm -f $RPM_BUILD_ROOT%{_libdir}/grilo-@GRL_MAJORMINOR@/*.la
rm -f $RPM_BUILD_ROOT%{_libdir}/grilo-@GRL_MAJORMINOR@/*.a
rm -f $RPM_BUILD_ROOT%{_bindir}/*

%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%doc AUTHORS COPYING NEWS README
%{_libdir}/grilo-@GRL_MAJORMINOR@/*.so*

%changelog
* Mon Mar 01 2010 Juan A. Suarez Romero <jasuarez@igalia.com> - 0.1.3-1
- General: some fixes
- Apple Trailers: new plugin
- Bookmarks: some fixes
- Podcasts: some fixes
- Shoutcast: some fixes
- Upnp: some fixes

* Fri Feb 19 2010 Juan A. Suarez Romero <jasuarez@igalia.com> - 0.1.2-1
- Bookmarks: new plugin.
- Flickr: drop flickcurl library.
- Jamendo: some fixes.
- Podcasts: some fixes
- Shoutcast: new plugin.
- Upnp: support for new gupnp-av-1.0 versions (>=0.5).

* Tue Feb 10 2010 Juan A. Suarez Romero <jasuarez@igalia.com> - 0.1.1-1
- Initial release