Author: vip Date: Sun Sep 10 15:12:12 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - NFY plugin for gstreamer, usable for generating moods in Amarok >= 1.4.3 - TODO: BR, pl, better paths, "is -devel needed"?
---- Files affected: SPECS: gstreamer-plugins-moodbar.spec (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SPECS/gstreamer-plugins-moodbar.spec diff -u /dev/null SPECS/gstreamer-plugins-moodbar.spec:1.1 --- /dev/null Sun Sep 10 17:12:12 2006 +++ SPECS/gstreamer-plugins-moodbar.spec Sun Sep 10 17:12:07 2006 @@ -0,0 +1,93 @@ +# $Revision$, $Date$ +Summary: Moodbar plugin for gstreamer +Summary(pl): Wtyczka do gstreamera generująca Moodbar +Name: gstreamer-plugins-moodbar +Version: 0.1.1 +Release: 0.1 +License: GPL v2 +Group: Libraries +Source0: http://pwsp.net/~qbob/moodbar-%{version}.tar.gz +# Source0-md5: 82d5114a71f1bb28a0845624914cbc4b +URL: http://amarok.kde.org/wiki/Moodbar +BuildRequires: gstreamer-devel >= 0.10 +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +The Moodbar is an algorithm for creating a colorful visual +representation of the contents of an audio file, giving an idea of its +"mood" (this is a rather fanciful term for the simple analysis it +actually does). The Moodbar was invented by Gavin Wood and Simon +O'Keefe for inclusion in the Amarok music player. + +This package contains a GStreamer plugin with elements that are used +in the moodbar analysis, and an application that actually does the +analysis. + +%package devel +Summary: Header files for Moodbar library +Summary(pl): Pliki nagłówkowe biblioteki Moodbar +Group: Development/Libraries +Requires: %{name} = %{version}-%{release} + +%description devel +Header files for Moodbar library. + +%description devel -l pl +Pliki nagłówkowe biblioteki Moodbar. + +%package static +Summary: Static Moodbar library +Summary(pl): Statyczna biblioteka Moodbar +Group: Development/Libraries +Requires: %{name}-devel = %{version}-%{release} + +%description static +Static Moodbar library. + +%description static -l pl +Statyczna biblioteka Moodbar. + +%prep +%setup -q -n moodbar-%{version} + +%build +%configure +%{__make} + +%install +rm -rf $RPM_BUILD_ROOT + +%{__make} install \ + DESTDIR=$RPM_BUILD_ROOT + +%clean +rm -rf $RPM_BUILD_ROOT + +%post -p /sbin/ldconfig +%postun -p /sbin/ldconfig + +%files +%defattr(644,root,root,755) +%doc AUTHORS ChangeLog NEWS README TODO +%attr(755,root,root) %{_bindir}/moodbar +%attr(755,root,root) %{_prefix}/lib/gstreamer-0.10/libmoodbar.so + +%files devel +%defattr(644,root,root,755) +%attr(755,root,root) %{_prefix}/lib/gstreamer-0.10/libmoodbar.so +%{_prefix}/lib/gstreamer-0.10/libmoodbar.la + +%files static +%defattr(644,root,root,755) +%{_prefix}/lib/gstreamer-0.10/libmoodbar.a + +%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) +%changelog +* %{date} PLD Team <[EMAIL PROTECTED]> +All persons listed below can be reached at <cvs_login>@pld-linux.org + +$Log$ +Revision 1.1 2006/09/10 15:12:07 vip +- NFY plugin for gstreamer, usable for generating moods in Amarok >= 1.4.3 +- TODO: BR, pl, better paths, "is -devel needed"? + ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
