Author: uzsolt                       Date: Tue Jun 15 07:48:08 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- very initial
- needs more plugins, unpackaged files

---- Files affected:
packages/deadbeef:
   deadbeef.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: packages/deadbeef/deadbeef.spec
diff -u /dev/null packages/deadbeef/deadbeef.spec:1.1
--- /dev/null   Tue Jun 15 09:48:08 2010
+++ packages/deadbeef/deadbeef.spec     Tue Jun 15 09:48:02 2010
@@ -0,0 +1,100 @@
+# $Revision$, $Date$
+Summary:       Ultimate Music Player
+Name:          deadbeef
+Version:       0.4.1
+Release:       0.2
+License:       GPL v2 and LGPL v2.1
+Group:         X11/Applications/Multimedia
+Source0:       
http://downloads.sourceforge.net/project/deadbeef/%{name}-%{version}.tar.bz2
+# Source0-md5: 69383c6490461751c2ec6281158a8624
+URL:           http://deadbeef.sourceforge.net/
+BuildRequires: alsa-lib-devel
+BuildRequires: curl-devel
+BuildRequires: dbus-devel
+BuildRequires: ffmpeg-devel
+BuildRequires: gtk+2-devel
+BuildRequires: libcddb-devel
+BuildRequires: libcdio-devel
+BuildRequires: libmad-devel
+BuildRequires: libsamplerate-devel
+BuildRequires: libsndfile-devel
+BuildRequires: pulseaudio-devel
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%define dblibdir %{_libdir}/%{name}
+
+%description
+DeaDBeeF (as in 0xDEADBEEF) is an audio player for GNU/Linux systems
+with X11 (though now it also runs in plain console without X, in
+FreeBSD, and in OpenSolaris).
+
+%package plugin-alsa
+Summary:       Alsa plugin
+Group:         X11/Applications/Multimedia
+
+%description plugin-alsa
+Alsa plugin.
+
+%package plugin-gtkui
+Summary:       GTKui plugin
+Group:         X11/Applications/Multimedia
+
+%description plugin-gtkui
+GTKui plugin.
+
+%package plugin-mad
+Summary:       Mad plugin
+Group:         X11/Applications/Multimedia
+
+%description plugin-mad
+Mad plugin.
+
+%prep
+%setup -q
+
+%build
+%configure --enable-gtkui
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
+
+rm -rf %{_docdir}/%{name}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc AUTHORS ChangeLog NEWS README about.txt help.txt
+%dir %{dblibdir}
+%attr(755,root,root) %{_bindir}/%{name}
+%{_desktopdir}/%{name}.desktop
+%{_iconsdir}/hicolor/*/apps/deadbeef.png
+%{_datadir}/deadbeef
+
+%files plugin-alsa
+%defattr(644,root,root,755)
+%{dblibdir}/alsa.*so*
+
+%files plugin-gtkui
+%defattr(644,root,root,755)
+%{dblibdir}/gtkui.*so*
+
+%files plugin-mad
+%defattr(644,root,root,755)
+%{dblibdir}/mpgmad.*so*
+
+%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  2010/06/15 07:48:02  uzsolt
+- very initial
+- needs more plugins, unpackaged files
+
================================================================
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to