]> git.pld-linux.org Git - packages/audacious-plugins.git/commitdiff
- rel 3; readd madplug plugin (it wasn't gone) auto/th/audacious-plugins-3_0_1-3
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Wed, 5 Oct 2011 17:07:22 +0000 (17:07 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    audacious-plugins.spec -> 1.88

audacious-plugins.spec

index d6ff80041f6fbfdc63aed02e5127c4097bc1417c..61fbcc015a4e536c38008edd0f3fd7a4ec66c104 100644 (file)
@@ -8,7 +8,7 @@ Summary:        Plugins for Audacious media player (metapackage)
 Summary(pl.UTF-8):     Wtyczki dla odtwarzacza multimedialnego Audacious (metapakiet)
 Name:          audacious-plugins
 Version:       3.0.1
-Release:       2
+Release:       3
 License:       GPL
 Group:         X11/Applications/Sound
 Source0:       http://distfiles.atheme.org/%{name}-%{version}.tar.gz
@@ -41,6 +41,7 @@ BuildRequires:        libmad-devel
 BuildRequires: libcue-devel
 # BR by transport-mms
 BuildRequires: libmms-devel >= 0.3
+BuildRequires: libmpg123-devel
 # BR by general-mtp_up
 BuildRequires: libmtp-devel >= 0.3.0
 # BR by general-notfy
@@ -93,6 +94,7 @@ Requires:     audacious-input-cdaudio-ng = %{version}-%{release}
 Requires:      audacious-input-console = %{version}-%{release}
 Requires:      audacious-input-ffaudio = %{version}-%{release}
 Requires:      audacious-input-flacng = %{version}-%{release}
+Requires:      audacious-input-madplug = %{version}-%{release}
 Requires:      audacious-input-metronom = %{version}-%{release}
 Requires:      audacious-input-modplug = %{version}-%{release}
 Requires:      audacious-input-psf2 = %{version}-%{release}
@@ -543,6 +545,18 @@ modplug input plugin for Audacious media player.
 %description -n audacious-input-modplug -l pl.UTF-8
 Wtyczka wejściowa modplug dla odtwarzacza multimedialnego Audacious.
 
+%package -n audacious-input-madplug
+Summary:       Audacious media player - madplug input plugin
+Summary(pl.UTF-8):     Wtyczka wejściowa madplug odtwarzacza multimedialnego Audacious
+Group:         X11/Applications/Sound
+Requires:      audacious = %{audver}
+
+%description -n audacious-input-madplug
+MPEG Audio Plugin for Audacious media player.
+
+%description -n audacious-input-madplug -l pl.UTF-8
+Wtyczka wejściowa madplug dla odtwarzacza multimedialnego Audacious.
+
 %package -n audacious-input-psf2
 Summary:       Audacious media player - psf2 input plugin
 Summary(pl.UTF-8):     Wtyczka wejściowa psf2 odtwarzacza multimedialnego Audacious
@@ -1038,6 +1052,10 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_libdir}/audacious/Input/flacng.so
 
+%files -n audacious-input-madplug
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_libdir}/audacious/Input/madplug.so
+
 %files -n audacious-input-metronom
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_libdir}/audacious/Input/metronom.so
This page took 0.115295 seconds and 4 git commands to generate.