]> git.pld-linux.org Git - packages/audacious-plugins.git/commitdiff
- up to 1.3.2 auto/th/audacious-plugins-1_3_2-1
authorarvenil <arvenil@pld-linux.org>
Thu, 5 Apr 2007 15:38:58 +0000 (15:38 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- added new effect plugin - sndstretch

Changed files:
    audacious-plugins.spec -> 1.17

audacious-plugins.spec

index 509988e2fe94f35cf017c2c3b2432f4beed0c7e7..3e2a880c8639584fe1306207ae3459800e8974ab 100644 (file)
@@ -4,16 +4,16 @@
 %bcond_with    gconf           # build with gconf support
 %bcond_with    gnomevfs        # build with GNOME VFS support
 #
-%define                audver  1.3.1
+%define                audver  1.3.2
 Summary:       Plugins for Audacious media player (metapackage)
 Summary(pl.UTF-8):     Wtyczki dla odtwarzacza multimedialnego Audacious (metapakiet)
 Name:          audacious-plugins
-Version:       1.3.1
-Release:       2
+Version:       1.3.2
+Release:       1
 License:       GPL
 Group:         X11/Applications/Sound
 Source0:       http://static.audacious-media-player.org/release/%{name}-%{version}.tgz
-# Source0-md5: 900f9732661fcd7f0a7f63d0a1e212e3
+# Source0-md5: 5cfcc2d02e811109b6233ce736722708
 Source1:       mp3license
 URL:           http://audacious-media-player.org/
 %{?with_gconf:BuildRequires:   GConf2-devel >= 2.6.0}
@@ -50,6 +50,7 @@ Requires:     audacious-container-xspf = %{version}-%{release}
 Requires:      audacious-effect-audiocompress = %{version}-%{release}
 Requires:      audacious-effect-echo = %{version}-%{release}
 Requires:      audacious-effect-ladspa = %{version}-%{release}
+Requires:      audacious-effect-sndstretch = %{version}-%{release}
 Requires:      audacious-effect-stereo = %{version}-%{release}
 Requires:      audacious-effect-voice_removal = %{version}-%{release}
 Requires:      audacious-general-alarm = %{version}-%{release}
@@ -200,6 +201,18 @@ LADSPA plugin for Audacious media player.
 %description -n audacious-effect-ladspa -l pl.UTF-8
 Wtyczka LADSPA dla odtwarzacza multimedialnego Audacious.
 
+%package -n audacious-effect-sndstretch
+Summary:       Audacious media player - sndstretch plugin
+Summary(pl.UTF-8):     Wtyczka sndstretch odtwarzacza multimedialnego Audacious
+Group:         X11/Applications/Sound
+Requires:      audacious = %{audver}
+
+%description -n audacious-effect-sndstretch
+sndstretch plugin for Audacious media player.
+
+%description -n audacious-effect-sndstretch -l pl.UTF-8
+Wtyczka sndstretch dla odtwarzacza multimedialnego Audacious.
+
 %package -n audacious-effect-stereo
 Summary:       Audacious media player - stereo plugin
 Summary(pl.UTF-8):     Wtyczka stereo odtwarzacza multimedialnego Audacious
@@ -854,6 +867,10 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_libdir}/audacious/Effect/libladspa.so
 
+%files -n audacious-effect-sndstretch
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_libdir}/audacious/Effect/libsndstretch.so
+
 %files -n audacious-effect-stereo
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_libdir}/audacious/Effect/libstereo.so
This page took 0.313653 seconds and 4 git commands to generate.