rpms/alsa-plugins-freeworld/F-10 a52.conf, NONE, 1.1 alsa-plugins-freeworld.spec, NONE, 1.1 lavcrate.conf, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2
by Nicolas Chauvet
Author: kwizart
Update of /cvs/free/rpms/alsa-plugins-freeworld/F-10
In directory se02.es.rpmfusion.net:/tmp/cvs-serv18948/F-10
Modified Files:
.cvsignore sources
Added Files:
a52.conf alsa-plugins-freeworld.spec lavcrate.conf
Log Message:
Initial import for F-10
--- NEW FILE a52.conf ---
# a52 plugin configuration
# $Id$
pcm.myout {
type a52 # Default :
#card 1 # 0
#rate 44100 # 48000
#channels 4 # 6
#bitrate 256 # 448
#format S16_BE # S16 (Native-Endian)
hint {
description "A52 Output Plugin"
}
}
--- NEW FILE alsa-plugins-freeworld.spec ---
Name: alsa-plugins-freeworld
Version: 1.0.20
Release: 4%{?dist}
Summary: The ALSA Plugins - freeworld version
# All packages are LGPLv2+ with the exception of samplerate which is GPLv2+
License: LGPLv2+
Group: System Environment/Libraries
URL: http://www.alsa-project.org/
Source0: ftp://ftp.alsa-project.org/pub/plugins/alsa-plugins-%{version}.tar.bz2
Source1: a52.conf
Source2: lavcrate.conf
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: alsa-lib-devel
%description
The Advanced Linux Sound Architecture (ALSA) provides audio and MIDI
functionality to the Linux operating system.
This package includes plugins for ALSA that cannot go to Fedora.
%package a52
BuildRequires: ffmpeg-devel
Summary: A52 output plugin using libavcodec
Group: System Environment/Libraries
License: LGPLv2+
#Compatibility with some foreign packaging scheme
Provides: alsa-plugins-a52 = %{version}-%{release}
%description a52
This plugin converts S16 linear format to A52 compressed stream and
send to an SPDIF output. It requires libavcodec for encoding the
audio stream.
%package lavcrate
BuildRequires: ffmpeg-devel
Summary: Rate converter plugin using libavcodec
Group: System Environment/Libraries
License: LGPLv2+
#Compatibility with some foreign packaging scheme
Provides: alsa-plugins-lavcrate = %{version}-%{release}
%description lavcrate
The plugin in rate-lavc subdirectory is an external rate converter using
libavcodec's resampler.
%prep
%setup -q -n alsa-plugins-%{version}%{?prever}
%build
export CPPFLAGS="$(pkg-config --cflags libavcodec)"
%configure --disable-static \
--disable-maemo-plugin \
--disable-jack \
--disable-pulseaudio \
--disable-samplerate \
--with-speex=no \
--with-avcodec-includedir="$(pkg-config --cflags libavcodec)"
make %{?_smp_mflags}
%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p"
find $RPM_BUILD_ROOT -name "*.la" -exec rm {} \;
# Thoses modules will be built by default but we don't want them here.
rm $RPM_BUILD_ROOT%{_libdir}/alsa-lib/libasound_module_ctl_arcam_av.so \
$RPM_BUILD_ROOT%{_libdir}/alsa-lib/libasound_module_ctl_oss.so \
$RPM_BUILD_ROOT%{_libdir}/alsa-lib/libasound_module_pcm_oss.so \
$RPM_BUILD_ROOT%{_libdir}/alsa-lib/libasound_module_pcm_upmix.so \
$RPM_BUILD_ROOT%{_libdir}/alsa-lib/libasound_module_pcm_usb_stream.so \
$RPM_BUILD_ROOT%{_libdir}/alsa-lib/libasound_module_pcm_vdownmix.so \
$RPM_BUILD_ROOT%{_libdir}/alsa-lib/libasound_module_pcm_speex.so || :
# Copying default configuration for a52 and lavcrate modules
mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/alsa/pcm
install -pm 0644 %{SOURCE1} %{SOURCE2} \
$RPM_BUILD_ROOT%{_sysconfdir}/alsa/pcm
%clean
rm -rf $RPM_BUILD_ROOT
%files a52
%defattr(-,root,root,-)
%doc COPYING COPYING.GPL
%doc doc/a52.txt
%dir %{_sysconfdir}/alsa/pcm
%config(noreplace) %{_sysconfdir}/alsa/pcm/a52.conf
%{_libdir}/alsa-lib/libasound_module_pcm_a52.so
%files lavcrate
%defattr(-,root,root,-)
%doc COPYING COPYING.GPL
%doc doc/lavcrate.txt
%dir %{_sysconfdir}/alsa/pcm
%config(noreplace) %{_sysconfdir}/alsa/pcm/lavcrate.conf
%{_libdir}/alsa-lib/libasound_module_rate_lavcrate.so
%{_libdir}/alsa-lib/libasound_module_rate_lavcrate_fast.so
%{_libdir}/alsa-lib/libasound_module_rate_lavcrate_faster.so
%{_libdir}/alsa-lib/libasound_module_rate_lavcrate_high.so
%{_libdir}/alsa-lib/libasound_module_rate_lavcrate_higher.so
%changelog
* Mon Jul 6 2009 kwizart < kwizart at gmail > - 1.0.20-4
- Correctly indent the provides
- Missing %%dir fixing ownership in -lavcrate
- Fix per package BuildRequires
- License is LGPLv2+ for all of theses plugins
* Mon Jun 30 2009 kwizart < kwizart at gmail > - 1.0.20-3
- Split a52 and lavcrate subpackages
* Wed Jun 24 2009 kwizart < kwizart at gmail > - 1.0.20-2
- Remove the plugins that can move to fedora.
- Distribute default configuration files.
- Improve description and summary
* Tue Jun 23 2009 kwizart < kwizart at gmail > - 1.0.20-1
- Initial freeworld package.
* Fri May 8 2009 Eric Moret <eric.moret(a)gmail.com> - 1.0.20-1
- Updated to 1.0.20
- Added arcam-av subpackage
* Fri Apr 24 2009 Eric Moret <eric.moret(a)gmail.com> - 1.0.19-1
- Updated to 1.0.19
- Added Requires: alsa-utils to address #483322
- Added dir {_sysconfdir}/alsa/pcm to address #483322
* Mon Feb 23 2009 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 1.0.18-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
* Sun Dec 28 2008 Eric Moret <eric.moret(a)gmail.com> - 1.0.18-2
- Updated to 1.0.18 final
* Thu Sep 11 2008 Jaroslav Kysela <jkysela(a)redhat.com> - 1.0.18-1.rc3
- Updated to 1.0.18rc3
- Added usbstream subpackage
* Mon Jul 21 2008 Jaroslav Kysela <jkysela(a)redhat.com> - 1.0.17-1
- Updated to 1.0.17
* Tue Mar 25 2008 Lubomir Kundrak <lkundrak(a)redhat.com> - 1.0.16-4
- Kind of fix the plugins not to complain about the hints
* Wed Mar 19 2008 Eric Moret <eric.moret(a)gmail.com> - 1.0.16-3
- Fixing jack.conf (#435343)
* Sun Mar 09 2008 Lubomir Kundrak <lkundrak(a)redhat.com> - 1.0.16-2
- Add descriptions to various PCM plugins, so they're visible in aplay -L
* Sat Mar 08 2008 Lubomir Kundrak <lkundrak(a)redhat.com> - 1.0.16-1
- New upstream, dropping upstreamed patches
- Do not assert fail when pulseaudio is unavailable (#435148)
* Tue Mar 04 2008 Lubomir Kundrak <lkundrak(a)redhat.com> - 1.0.15-4
- Be more heplful when there's PulseAudio trouble.
- This may save us some bogus bug reports
* Mon Feb 18 2008 Fedora Release Engineering <rel-eng(a)fedoraproject.org> - 1.0.15-3
- Autorebuild for GCC 4.3
* Fri Jan 18 2008 Eric Moret <eric.moret(a)epita.fr> - 1.0.15-2
- Update to upstream 1.0.15 (#429249)
- Add "Requires: pulseaudio" to alsa-plugins-pulseaudio (#368891)
- Fix pulse_hw_params() when state is SND_PCM_STATE_PREPARED (#428030)
- run /sbin/ldconfig on post and postun macros
* Thu Oct 18 2007 Lennart Poettering <lpoetter(a)redhat.com> - 1.0.14-6
- Merge the whole /etc/alsa/pcm/pulseaudio.conf stuff into
/etc/alsa/pulse-default.conf, because the former is practically
always ignored, since it is not referenced for inclusion by any other
configuration file fragment (#251943)
The other fragments installed in /etc/alsa/pcm/ are useless, too. But
since we are in a freeze and they are not that important, I am not fixing
this now.
* Wed Oct 17 2007 Lennart Poettering <lpoetter(a)redhat.com> - 1.0.14-5
- Split pulse.conf into two, so that we can load one part from
form /etc/alsa/alsa.conf. (#251943)
* Mon Oct 1 2007 Lennart Poettering <lpoetter(a)redhat.com> - 1.0.14-4
- In the pulse plugin: reflect the XRUN state back to the application.
Makes XMMS work on top of the alsa plugin. (#307341)
* Mon Sep 24 2007 Lennart Poettering <lpoetter(a)redhat.com> - 1.0.14-3
- Change PulseAudio buffering defaults to more sane values
* Tue Aug 14 2007 Eric Moret <eric.moret(a)epita.fr> - 1.0.14-2
- Adding pulse as ALSA "default" pcm and ctl when the alsa-plugins-pulseaudio
package is installed, fixing #251943.
* Mon Jul 23 2007 Eric Moret <eric.moret(a)epita.fr> - 1.0.14-1
- update to upstream 1.0.14
- use configure --without-speex instead of patches to remove a52
* Tue Mar 13 2007 Matej Cepl <mcepl(a)redhat.com> - 1.0.14-0.3.rc2
- Really remove a52 plugin package (including changes in
configure and configure.in)
* Thu Feb 15 2007 Eric Moret <eric.moret(a)epita.fr> 1.0.14-0.2.rc2
- Adding configuration files
- Removing a52 plugin package
* Wed Jan 10 2007 Eric Moret <eric.moret(a)epita.fr> 1.0.14-0.1.rc2
- Initial package for Fedora
--- NEW FILE lavcrate.conf ---
# lavcrate plugin configuration
# $Id$
# Converter can be:
# and filter_size for the related converter:
#
# lavcrate lavcrate_higher lavcrate_high lavcrate_fast lavcrate_faster
# 16 64 32 8 4
# Global option
defaults.pcm.rate_converter "lavcrate"
# Special option
pcm.my_rate {
type rate
slave.pcm "hw"
converter "lavcrate"
hint {
description "Rate converter plugin using libavcodec's resampler"
}
}
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/alsa-plugins-freeworld/F-10/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore 22 Aug 2009 19:06:07 -0000 1.1
+++ .cvsignore 29 Aug 2009 17:15:28 -0000 1.2
@@ -0,0 +1 @@
+alsa-plugins-1.0.20.tar.bz2
Index: sources
===================================================================
RCS file: /cvs/free/rpms/alsa-plugins-freeworld/F-10/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources 22 Aug 2009 19:06:07 -0000 1.1
+++ sources 29 Aug 2009 17:15:28 -0000 1.2
@@ -0,0 +1 @@
+819c4f21e3e913eacefd32993a8fbed7 alsa-plugins-1.0.20.tar.bz2
15 years, 2 months
rpms/alsa-plugins-freeworld/F-11 a52.conf, NONE, 1.1 alsa-plugins-freeworld.spec, NONE, 1.1 lavcrate.conf, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2
by Nicolas Chauvet
Author: kwizart
Update of /cvs/free/rpms/alsa-plugins-freeworld/F-11
In directory se02.es.rpmfusion.net:/tmp/cvs-serv18444/F-11
Modified Files:
.cvsignore sources
Added Files:
a52.conf alsa-plugins-freeworld.spec lavcrate.conf
Log Message:
Initial import for F-11
--- NEW FILE a52.conf ---
# a52 plugin configuration
# $Id$
pcm.myout {
type a52 # Default :
#card 1 # 0
#rate 44100 # 48000
#channels 4 # 6
#bitrate 256 # 448
#format S16_BE # S16 (Native-Endian)
hint {
description "A52 Output Plugin"
}
}
--- NEW FILE alsa-plugins-freeworld.spec ---
Name: alsa-plugins-freeworld
Version: 1.0.20
Release: 4%{?dist}
Summary: The ALSA Plugins - freeworld version
# All packages are LGPLv2+ with the exception of samplerate which is GPLv2+
License: LGPLv2+
Group: System Environment/Libraries
URL: http://www.alsa-project.org/
Source0: ftp://ftp.alsa-project.org/pub/plugins/alsa-plugins-%{version}.tar.bz2
Source1: a52.conf
Source2: lavcrate.conf
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: alsa-lib-devel
%description
The Advanced Linux Sound Architecture (ALSA) provides audio and MIDI
functionality to the Linux operating system.
This package includes plugins for ALSA that cannot go to Fedora.
%package a52
BuildRequires: ffmpeg-devel
Summary: A52 output plugin using libavcodec
Group: System Environment/Libraries
License: LGPLv2+
#Compatibility with some foreign packaging scheme
Provides: alsa-plugins-a52 = %{version}-%{release}
%description a52
This plugin converts S16 linear format to A52 compressed stream and
send to an SPDIF output. It requires libavcodec for encoding the
audio stream.
%package lavcrate
BuildRequires: ffmpeg-devel
Summary: Rate converter plugin using libavcodec
Group: System Environment/Libraries
License: LGPLv2+
#Compatibility with some foreign packaging scheme
Provides: alsa-plugins-lavcrate = %{version}-%{release}
%description lavcrate
The plugin in rate-lavc subdirectory is an external rate converter using
libavcodec's resampler.
%prep
%setup -q -n alsa-plugins-%{version}%{?prever}
%build
export CPPFLAGS="$(pkg-config --cflags libavcodec)"
%configure --disable-static \
--disable-maemo-plugin \
--disable-jack \
--disable-pulseaudio \
--disable-samplerate \
--with-speex=no \
--with-avcodec-includedir="$(pkg-config --cflags libavcodec)"
make %{?_smp_mflags}
%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p"
find $RPM_BUILD_ROOT -name "*.la" -exec rm {} \;
# Thoses modules will be built by default but we don't want them here.
rm $RPM_BUILD_ROOT%{_libdir}/alsa-lib/libasound_module_ctl_arcam_av.so \
$RPM_BUILD_ROOT%{_libdir}/alsa-lib/libasound_module_ctl_oss.so \
$RPM_BUILD_ROOT%{_libdir}/alsa-lib/libasound_module_pcm_oss.so \
$RPM_BUILD_ROOT%{_libdir}/alsa-lib/libasound_module_pcm_upmix.so \
$RPM_BUILD_ROOT%{_libdir}/alsa-lib/libasound_module_pcm_usb_stream.so \
$RPM_BUILD_ROOT%{_libdir}/alsa-lib/libasound_module_pcm_vdownmix.so \
$RPM_BUILD_ROOT%{_libdir}/alsa-lib/libasound_module_pcm_speex.so || :
# Copying default configuration for a52 and lavcrate modules
mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/alsa/pcm
install -pm 0644 %{SOURCE1} %{SOURCE2} \
$RPM_BUILD_ROOT%{_sysconfdir}/alsa/pcm
%clean
rm -rf $RPM_BUILD_ROOT
%files a52
%defattr(-,root,root,-)
%doc COPYING COPYING.GPL
%doc doc/a52.txt
%dir %{_sysconfdir}/alsa/pcm
%config(noreplace) %{_sysconfdir}/alsa/pcm/a52.conf
%{_libdir}/alsa-lib/libasound_module_pcm_a52.so
%files lavcrate
%defattr(-,root,root,-)
%doc COPYING COPYING.GPL
%doc doc/lavcrate.txt
%dir %{_sysconfdir}/alsa/pcm
%config(noreplace) %{_sysconfdir}/alsa/pcm/lavcrate.conf
%{_libdir}/alsa-lib/libasound_module_rate_lavcrate.so
%{_libdir}/alsa-lib/libasound_module_rate_lavcrate_fast.so
%{_libdir}/alsa-lib/libasound_module_rate_lavcrate_faster.so
%{_libdir}/alsa-lib/libasound_module_rate_lavcrate_high.so
%{_libdir}/alsa-lib/libasound_module_rate_lavcrate_higher.so
%changelog
* Mon Jul 6 2009 kwizart < kwizart at gmail > - 1.0.20-4
- Correctly indent the provides
- Missing %%dir fixing ownership in -lavcrate
- Fix per package BuildRequires
- License is LGPLv2+ for all of theses plugins
* Mon Jun 30 2009 kwizart < kwizart at gmail > - 1.0.20-3
- Split a52 and lavcrate subpackages
* Wed Jun 24 2009 kwizart < kwizart at gmail > - 1.0.20-2
- Remove the plugins that can move to fedora.
- Distribute default configuration files.
- Improve description and summary
* Tue Jun 23 2009 kwizart < kwizart at gmail > - 1.0.20-1
- Initial freeworld package.
* Fri May 8 2009 Eric Moret <eric.moret(a)gmail.com> - 1.0.20-1
- Updated to 1.0.20
- Added arcam-av subpackage
* Fri Apr 24 2009 Eric Moret <eric.moret(a)gmail.com> - 1.0.19-1
- Updated to 1.0.19
- Added Requires: alsa-utils to address #483322
- Added dir {_sysconfdir}/alsa/pcm to address #483322
* Mon Feb 23 2009 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 1.0.18-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
* Sun Dec 28 2008 Eric Moret <eric.moret(a)gmail.com> - 1.0.18-2
- Updated to 1.0.18 final
* Thu Sep 11 2008 Jaroslav Kysela <jkysela(a)redhat.com> - 1.0.18-1.rc3
- Updated to 1.0.18rc3
- Added usbstream subpackage
* Mon Jul 21 2008 Jaroslav Kysela <jkysela(a)redhat.com> - 1.0.17-1
- Updated to 1.0.17
* Tue Mar 25 2008 Lubomir Kundrak <lkundrak(a)redhat.com> - 1.0.16-4
- Kind of fix the plugins not to complain about the hints
* Wed Mar 19 2008 Eric Moret <eric.moret(a)gmail.com> - 1.0.16-3
- Fixing jack.conf (#435343)
* Sun Mar 09 2008 Lubomir Kundrak <lkundrak(a)redhat.com> - 1.0.16-2
- Add descriptions to various PCM plugins, so they're visible in aplay -L
* Sat Mar 08 2008 Lubomir Kundrak <lkundrak(a)redhat.com> - 1.0.16-1
- New upstream, dropping upstreamed patches
- Do not assert fail when pulseaudio is unavailable (#435148)
* Tue Mar 04 2008 Lubomir Kundrak <lkundrak(a)redhat.com> - 1.0.15-4
- Be more heplful when there's PulseAudio trouble.
- This may save us some bogus bug reports
* Mon Feb 18 2008 Fedora Release Engineering <rel-eng(a)fedoraproject.org> - 1.0.15-3
- Autorebuild for GCC 4.3
* Fri Jan 18 2008 Eric Moret <eric.moret(a)epita.fr> - 1.0.15-2
- Update to upstream 1.0.15 (#429249)
- Add "Requires: pulseaudio" to alsa-plugins-pulseaudio (#368891)
- Fix pulse_hw_params() when state is SND_PCM_STATE_PREPARED (#428030)
- run /sbin/ldconfig on post and postun macros
* Thu Oct 18 2007 Lennart Poettering <lpoetter(a)redhat.com> - 1.0.14-6
- Merge the whole /etc/alsa/pcm/pulseaudio.conf stuff into
/etc/alsa/pulse-default.conf, because the former is practically
always ignored, since it is not referenced for inclusion by any other
configuration file fragment (#251943)
The other fragments installed in /etc/alsa/pcm/ are useless, too. But
since we are in a freeze and they are not that important, I am not fixing
this now.
* Wed Oct 17 2007 Lennart Poettering <lpoetter(a)redhat.com> - 1.0.14-5
- Split pulse.conf into two, so that we can load one part from
form /etc/alsa/alsa.conf. (#251943)
* Mon Oct 1 2007 Lennart Poettering <lpoetter(a)redhat.com> - 1.0.14-4
- In the pulse plugin: reflect the XRUN state back to the application.
Makes XMMS work on top of the alsa plugin. (#307341)
* Mon Sep 24 2007 Lennart Poettering <lpoetter(a)redhat.com> - 1.0.14-3
- Change PulseAudio buffering defaults to more sane values
* Tue Aug 14 2007 Eric Moret <eric.moret(a)epita.fr> - 1.0.14-2
- Adding pulse as ALSA "default" pcm and ctl when the alsa-plugins-pulseaudio
package is installed, fixing #251943.
* Mon Jul 23 2007 Eric Moret <eric.moret(a)epita.fr> - 1.0.14-1
- update to upstream 1.0.14
- use configure --without-speex instead of patches to remove a52
* Tue Mar 13 2007 Matej Cepl <mcepl(a)redhat.com> - 1.0.14-0.3.rc2
- Really remove a52 plugin package (including changes in
configure and configure.in)
* Thu Feb 15 2007 Eric Moret <eric.moret(a)epita.fr> 1.0.14-0.2.rc2
- Adding configuration files
- Removing a52 plugin package
* Wed Jan 10 2007 Eric Moret <eric.moret(a)epita.fr> 1.0.14-0.1.rc2
- Initial package for Fedora
--- NEW FILE lavcrate.conf ---
# lavcrate plugin configuration
# $Id$
# Converter can be:
# and filter_size for the related converter:
#
# lavcrate lavcrate_higher lavcrate_high lavcrate_fast lavcrate_faster
# 16 64 32 8 4
# Global option
defaults.pcm.rate_converter "lavcrate"
# Special option
pcm.my_rate {
type rate
slave.pcm "hw"
converter "lavcrate"
hint {
description "Rate converter plugin using libavcodec's resampler"
}
}
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/alsa-plugins-freeworld/F-11/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore 22 Aug 2009 19:06:07 -0000 1.1
+++ .cvsignore 29 Aug 2009 17:14:31 -0000 1.2
@@ -0,0 +1 @@
+alsa-plugins-1.0.20.tar.bz2
Index: sources
===================================================================
RCS file: /cvs/free/rpms/alsa-plugins-freeworld/F-11/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources 22 Aug 2009 19:06:07 -0000 1.1
+++ sources 29 Aug 2009 17:14:31 -0000 1.2
@@ -0,0 +1 @@
+819c4f21e3e913eacefd32993a8fbed7 alsa-plugins-1.0.20.tar.bz2
15 years, 2 months
rpms/alsa-plugins-freeworld/devel a52.conf, NONE, 1.1 alsa-plugins-freeworld.spec, NONE, 1.1 lavcrate.conf, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2
by Nicolas Chauvet
Author: kwizart
Update of /cvs/free/rpms/alsa-plugins-freeworld/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv18205/devel
Modified Files:
.cvsignore sources
Added Files:
a52.conf alsa-plugins-freeworld.spec lavcrate.conf
Log Message:
Initial import
--- NEW FILE a52.conf ---
# a52 plugin configuration
# $Id$
pcm.myout {
type a52 # Default :
#card 1 # 0
#rate 44100 # 48000
#channels 4 # 6
#bitrate 256 # 448
#format S16_BE # S16 (Native-Endian)
hint {
description "A52 Output Plugin"
}
}
--- NEW FILE alsa-plugins-freeworld.spec ---
Name: alsa-plugins-freeworld
Version: 1.0.20
Release: 4%{?dist}
Summary: The ALSA Plugins - freeworld version
# All packages are LGPLv2+ with the exception of samplerate which is GPLv2+
License: LGPLv2+
Group: System Environment/Libraries
URL: http://www.alsa-project.org/
Source0: ftp://ftp.alsa-project.org/pub/plugins/alsa-plugins-%{version}.tar.bz2
Source1: a52.conf
Source2: lavcrate.conf
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: alsa-lib-devel
%description
The Advanced Linux Sound Architecture (ALSA) provides audio and MIDI
functionality to the Linux operating system.
This package includes plugins for ALSA that cannot go to Fedora.
%package a52
BuildRequires: ffmpeg-devel
Summary: A52 output plugin using libavcodec
Group: System Environment/Libraries
License: LGPLv2+
#Compatibility with some foreign packaging scheme
Provides: alsa-plugins-a52 = %{version}-%{release}
%description a52
This plugin converts S16 linear format to A52 compressed stream and
send to an SPDIF output. It requires libavcodec for encoding the
audio stream.
%package lavcrate
BuildRequires: ffmpeg-devel
Summary: Rate converter plugin using libavcodec
Group: System Environment/Libraries
License: LGPLv2+
#Compatibility with some foreign packaging scheme
Provides: alsa-plugins-lavcrate = %{version}-%{release}
%description lavcrate
The plugin in rate-lavc subdirectory is an external rate converter using
libavcodec's resampler.
%prep
%setup -q -n alsa-plugins-%{version}%{?prever}
%build
export CPPFLAGS="$(pkg-config --cflags libavcodec)"
%configure --disable-static \
--disable-maemo-plugin \
--disable-jack \
--disable-pulseaudio \
--disable-samplerate \
--with-speex=no \
--with-avcodec-includedir="$(pkg-config --cflags libavcodec)"
make %{?_smp_mflags}
%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p"
find $RPM_BUILD_ROOT -name "*.la" -exec rm {} \;
# Thoses modules will be built by default but we don't want them here.
rm $RPM_BUILD_ROOT%{_libdir}/alsa-lib/libasound_module_ctl_arcam_av.so \
$RPM_BUILD_ROOT%{_libdir}/alsa-lib/libasound_module_ctl_oss.so \
$RPM_BUILD_ROOT%{_libdir}/alsa-lib/libasound_module_pcm_oss.so \
$RPM_BUILD_ROOT%{_libdir}/alsa-lib/libasound_module_pcm_upmix.so \
$RPM_BUILD_ROOT%{_libdir}/alsa-lib/libasound_module_pcm_usb_stream.so \
$RPM_BUILD_ROOT%{_libdir}/alsa-lib/libasound_module_pcm_vdownmix.so \
$RPM_BUILD_ROOT%{_libdir}/alsa-lib/libasound_module_pcm_speex.so || :
# Copying default configuration for a52 and lavcrate modules
mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/alsa/pcm
install -pm 0644 %{SOURCE1} %{SOURCE2} \
$RPM_BUILD_ROOT%{_sysconfdir}/alsa/pcm
%clean
rm -rf $RPM_BUILD_ROOT
%files a52
%defattr(-,root,root,-)
%doc COPYING COPYING.GPL
%doc doc/a52.txt
%dir %{_sysconfdir}/alsa/pcm
%config(noreplace) %{_sysconfdir}/alsa/pcm/a52.conf
%{_libdir}/alsa-lib/libasound_module_pcm_a52.so
%files lavcrate
%defattr(-,root,root,-)
%doc COPYING COPYING.GPL
%doc doc/lavcrate.txt
%dir %{_sysconfdir}/alsa/pcm
%config(noreplace) %{_sysconfdir}/alsa/pcm/lavcrate.conf
%{_libdir}/alsa-lib/libasound_module_rate_lavcrate.so
%{_libdir}/alsa-lib/libasound_module_rate_lavcrate_fast.so
%{_libdir}/alsa-lib/libasound_module_rate_lavcrate_faster.so
%{_libdir}/alsa-lib/libasound_module_rate_lavcrate_high.so
%{_libdir}/alsa-lib/libasound_module_rate_lavcrate_higher.so
%changelog
* Mon Jul 6 2009 kwizart < kwizart at gmail > - 1.0.20-4
- Correctly indent the provides
- Missing %%dir fixing ownership in -lavcrate
- Fix per package BuildRequires
- License is LGPLv2+ for all of theses plugins
* Mon Jun 30 2009 kwizart < kwizart at gmail > - 1.0.20-3
- Split a52 and lavcrate subpackages
* Wed Jun 24 2009 kwizart < kwizart at gmail > - 1.0.20-2
- Remove the plugins that can move to fedora.
- Distribute default configuration files.
- Improve description and summary
* Tue Jun 23 2009 kwizart < kwizart at gmail > - 1.0.20-1
- Initial freeworld package.
* Fri May 8 2009 Eric Moret <eric.moret(a)gmail.com> - 1.0.20-1
- Updated to 1.0.20
- Added arcam-av subpackage
* Fri Apr 24 2009 Eric Moret <eric.moret(a)gmail.com> - 1.0.19-1
- Updated to 1.0.19
- Added Requires: alsa-utils to address #483322
- Added dir {_sysconfdir}/alsa/pcm to address #483322
* Mon Feb 23 2009 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 1.0.18-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
* Sun Dec 28 2008 Eric Moret <eric.moret(a)gmail.com> - 1.0.18-2
- Updated to 1.0.18 final
* Thu Sep 11 2008 Jaroslav Kysela <jkysela(a)redhat.com> - 1.0.18-1.rc3
- Updated to 1.0.18rc3
- Added usbstream subpackage
* Mon Jul 21 2008 Jaroslav Kysela <jkysela(a)redhat.com> - 1.0.17-1
- Updated to 1.0.17
* Tue Mar 25 2008 Lubomir Kundrak <lkundrak(a)redhat.com> - 1.0.16-4
- Kind of fix the plugins not to complain about the hints
* Wed Mar 19 2008 Eric Moret <eric.moret(a)gmail.com> - 1.0.16-3
- Fixing jack.conf (#435343)
* Sun Mar 09 2008 Lubomir Kundrak <lkundrak(a)redhat.com> - 1.0.16-2
- Add descriptions to various PCM plugins, so they're visible in aplay -L
* Sat Mar 08 2008 Lubomir Kundrak <lkundrak(a)redhat.com> - 1.0.16-1
- New upstream, dropping upstreamed patches
- Do not assert fail when pulseaudio is unavailable (#435148)
* Tue Mar 04 2008 Lubomir Kundrak <lkundrak(a)redhat.com> - 1.0.15-4
- Be more heplful when there's PulseAudio trouble.
- This may save us some bogus bug reports
* Mon Feb 18 2008 Fedora Release Engineering <rel-eng(a)fedoraproject.org> - 1.0.15-3
- Autorebuild for GCC 4.3
* Fri Jan 18 2008 Eric Moret <eric.moret(a)epita.fr> - 1.0.15-2
- Update to upstream 1.0.15 (#429249)
- Add "Requires: pulseaudio" to alsa-plugins-pulseaudio (#368891)
- Fix pulse_hw_params() when state is SND_PCM_STATE_PREPARED (#428030)
- run /sbin/ldconfig on post and postun macros
* Thu Oct 18 2007 Lennart Poettering <lpoetter(a)redhat.com> - 1.0.14-6
- Merge the whole /etc/alsa/pcm/pulseaudio.conf stuff into
/etc/alsa/pulse-default.conf, because the former is practically
always ignored, since it is not referenced for inclusion by any other
configuration file fragment (#251943)
The other fragments installed in /etc/alsa/pcm/ are useless, too. But
since we are in a freeze and they are not that important, I am not fixing
this now.
* Wed Oct 17 2007 Lennart Poettering <lpoetter(a)redhat.com> - 1.0.14-5
- Split pulse.conf into two, so that we can load one part from
form /etc/alsa/alsa.conf. (#251943)
* Mon Oct 1 2007 Lennart Poettering <lpoetter(a)redhat.com> - 1.0.14-4
- In the pulse plugin: reflect the XRUN state back to the application.
Makes XMMS work on top of the alsa plugin. (#307341)
* Mon Sep 24 2007 Lennart Poettering <lpoetter(a)redhat.com> - 1.0.14-3
- Change PulseAudio buffering defaults to more sane values
* Tue Aug 14 2007 Eric Moret <eric.moret(a)epita.fr> - 1.0.14-2
- Adding pulse as ALSA "default" pcm and ctl when the alsa-plugins-pulseaudio
package is installed, fixing #251943.
* Mon Jul 23 2007 Eric Moret <eric.moret(a)epita.fr> - 1.0.14-1
- update to upstream 1.0.14
- use configure --without-speex instead of patches to remove a52
* Tue Mar 13 2007 Matej Cepl <mcepl(a)redhat.com> - 1.0.14-0.3.rc2
- Really remove a52 plugin package (including changes in
configure and configure.in)
* Thu Feb 15 2007 Eric Moret <eric.moret(a)epita.fr> 1.0.14-0.2.rc2
- Adding configuration files
- Removing a52 plugin package
* Wed Jan 10 2007 Eric Moret <eric.moret(a)epita.fr> 1.0.14-0.1.rc2
- Initial package for Fedora
--- NEW FILE lavcrate.conf ---
# lavcrate plugin configuration
# $Id$
# Converter can be:
# and filter_size for the related converter:
#
# lavcrate lavcrate_higher lavcrate_high lavcrate_fast lavcrate_faster
# 16 64 32 8 4
# Global option
defaults.pcm.rate_converter "lavcrate"
# Special option
pcm.my_rate {
type rate
slave.pcm "hw"
converter "lavcrate"
hint {
description "Rate converter plugin using libavcodec's resampler"
}
}
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/alsa-plugins-freeworld/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore 22 Aug 2009 19:06:07 -0000 1.1
+++ .cvsignore 29 Aug 2009 17:13:00 -0000 1.2
@@ -0,0 +1 @@
+alsa-plugins-1.0.20.tar.bz2
Index: sources
===================================================================
RCS file: /cvs/free/rpms/alsa-plugins-freeworld/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources 22 Aug 2009 19:06:07 -0000 1.1
+++ sources 29 Aug 2009 17:13:00 -0000 1.2
@@ -0,0 +1 @@
+819c4f21e3e913eacefd32993a8fbed7 alsa-plugins-1.0.20.tar.bz2
15 years, 2 months
rpms/bsnes/F-10 .cvsignore, 1.12, 1.13 bsnes.spec, 1.13, 1.14 sources, 1.12, 1.13
by Julian Sikorski
Author: belegdol
Update of /cvs/nonfree/rpms/bsnes/F-10
In directory se02.es.rpmfusion.net:/tmp/cvs-serv17951
Modified Files:
.cvsignore bsnes.spec sources
Log Message:
* Sun Aug 29 2009 Julian Sikorski <belegdol[at]gmail[dot]com> - 0.050-1
- Updated to 0.050
Index: .cvsignore
===================================================================
RCS file: /cvs/nonfree/rpms/bsnes/F-10/.cvsignore,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- .cvsignore 23 Aug 2009 22:34:33 -0000 1.12
+++ .cvsignore 29 Aug 2009 17:11:16 -0000 1.13
@@ -1 +1 @@
-bsnes_v049.tar.bz2
+bsnes_v050.tar.bz2
Index: bsnes.spec
===================================================================
RCS file: /cvs/nonfree/rpms/bsnes/F-10/bsnes.spec,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- bsnes.spec 23 Aug 2009 22:34:33 -0000 1.13
+++ bsnes.spec 29 Aug 2009 17:11:16 -0000 1.14
@@ -1,4 +1,4 @@
-%define vernumber 049
+%define vernumber 050
Name: bsnes
Version: 0.%{vernumber}
@@ -82,6 +82,9 @@
%changelog
+* Sun Aug 29 2009 Julian Sikorski <belegdol[at]gmail[dot]com> - 0.050-1
+- Updated to 0.050
+
* Mon Aug 24 2009 Julian Sikorski <belegdol[at]gmail[dot]com> - 0.049-1
- Updated to 0.049
Index: sources
===================================================================
RCS file: /cvs/nonfree/rpms/bsnes/F-10/sources,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- sources 23 Aug 2009 22:34:33 -0000 1.12
+++ sources 29 Aug 2009 17:11:16 -0000 1.13
@@ -1 +1 @@
-a1f70edc3aeb798d280cb478c9f2a9db bsnes_v049.tar.bz2
+4110df89063f7b19e3df38bdaecc9cf0 bsnes_v050.tar.bz2
15 years, 2 months
rpms/bsnes/F-11 .cvsignore, 1.12, 1.13 bsnes.spec, 1.15, 1.16 sources, 1.12, 1.13
by Julian Sikorski
Author: belegdol
Update of /cvs/nonfree/rpms/bsnes/F-11
In directory se02.es.rpmfusion.net:/tmp/cvs-serv17849
Modified Files:
.cvsignore bsnes.spec sources
Log Message:
* Sun Aug 29 2009 Julian Sikorski <belegdol[at]gmail[dot]com> - 0.050-1
- Updated to 0.050
Index: .cvsignore
===================================================================
RCS file: /cvs/nonfree/rpms/bsnes/F-11/.cvsignore,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- .cvsignore 23 Aug 2009 22:34:24 -0000 1.12
+++ .cvsignore 29 Aug 2009 17:11:06 -0000 1.13
@@ -1 +1 @@
-bsnes_v049.tar.bz2
+bsnes_v050.tar.bz2
Index: bsnes.spec
===================================================================
RCS file: /cvs/nonfree/rpms/bsnes/F-11/bsnes.spec,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- bsnes.spec 23 Aug 2009 22:34:24 -0000 1.15
+++ bsnes.spec 29 Aug 2009 17:11:06 -0000 1.16
@@ -1,4 +1,4 @@
-%define vernumber 049
+%define vernumber 050
Name: bsnes
Version: 0.%{vernumber}
@@ -82,6 +82,9 @@
%changelog
+* Sun Aug 29 2009 Julian Sikorski <belegdol[at]gmail[dot]com> - 0.050-1
+- Updated to 0.050
+
* Mon Aug 24 2009 Julian Sikorski <belegdol[at]gmail[dot]com> - 0.049-1
- Updated to 0.049
Index: sources
===================================================================
RCS file: /cvs/nonfree/rpms/bsnes/F-11/sources,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- sources 23 Aug 2009 22:34:24 -0000 1.12
+++ sources 29 Aug 2009 17:11:06 -0000 1.13
@@ -1 +1 @@
-a1f70edc3aeb798d280cb478c9f2a9db bsnes_v049.tar.bz2
+4110df89063f7b19e3df38bdaecc9cf0 bsnes_v050.tar.bz2
15 years, 2 months
rpms/bsnes/devel .cvsignore, 1.12, 1.13 bsnes.spec, 1.15, 1.16 sources, 1.12, 1.13
by Julian Sikorski
Author: belegdol
Update of /cvs/nonfree/rpms/bsnes/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv17741
Modified Files:
.cvsignore bsnes.spec sources
Log Message:
* Sun Aug 29 2009 Julian Sikorski <belegdol[at]gmail[dot]com> - 0.050-1
- Updated to 0.050
Index: .cvsignore
===================================================================
RCS file: /cvs/nonfree/rpms/bsnes/devel/.cvsignore,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- .cvsignore 23 Aug 2009 22:34:15 -0000 1.12
+++ .cvsignore 29 Aug 2009 17:10:57 -0000 1.13
@@ -1 +1 @@
-bsnes_v049.tar.bz2
+bsnes_v050.tar.bz2
Index: bsnes.spec
===================================================================
RCS file: /cvs/nonfree/rpms/bsnes/devel/bsnes.spec,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- bsnes.spec 23 Aug 2009 22:34:15 -0000 1.15
+++ bsnes.spec 29 Aug 2009 17:10:57 -0000 1.16
@@ -1,4 +1,4 @@
-%define vernumber 049
+%define vernumber 050
Name: bsnes
Version: 0.%{vernumber}
@@ -82,6 +82,9 @@
%changelog
+* Sun Aug 29 2009 Julian Sikorski <belegdol[at]gmail[dot]com> - 0.050-1
+- Updated to 0.050
+
* Mon Aug 24 2009 Julian Sikorski <belegdol[at]gmail[dot]com> - 0.049-1
- Updated to 0.049
Index: sources
===================================================================
RCS file: /cvs/nonfree/rpms/bsnes/devel/sources,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- sources 23 Aug 2009 22:34:15 -0000 1.12
+++ sources 29 Aug 2009 17:10:57 -0000 1.13
@@ -1 +1 @@
-a1f70edc3aeb798d280cb478c9f2a9db bsnes_v049.tar.bz2
+4110df89063f7b19e3df38bdaecc9cf0 bsnes_v050.tar.bz2
15 years, 2 months
rpms/mythtv/F-10 mythtv.spec,1.21,1.22
by Jarod Wilson
Author: jarod
Update of /cvs/free/rpms/mythtv/F-10
In directory se02.es.rpmfusion.net:/tmp/cvs-serv15453
Modified Files:
mythtv.spec
Log Message:
* Sat Aug 29 2009 Jarod Wilson <jarod(a)wilsonet.com> - 0.21-21.fc10.1
- Drop php-process Requires, that's for F11+ only (rfbz#785)
Index: mythtv.spec
===================================================================
RCS file: /cvs/free/rpms/mythtv/F-10/mythtv.spec,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- mythtv.spec 9 Aug 2009 01:42:12 -0000 1.21
+++ mythtv.spec 29 Aug 2009 16:32:37 -0000 1.22
@@ -22,7 +22,7 @@
%if "%{branch}" == "trunk"
Release: 0.2.%{_svnver}%{?dist}
%else
-Release: 21%{?dist}
+Release: 21%{?dist}.1
%endif
URL: http://www.mythtv.org/
# The primary license is GPLv2+, but bits are borrowed from a number of
@@ -474,7 +474,6 @@
Summary: The web interface to MythTV
Group: Applications/Multimedia
Requires: httpd >= 1.3.26, php >= 4.2.2, php-mysql >= 4.2.2
-Requires: php-process
%description -n mythweb
The web interface to MythTV.
@@ -1031,6 +1030,9 @@
%endif
%changelog
+* Sat Aug 29 2009 Jarod Wilson <jarod(a)wilsonet.com> - 0.21-21.fc10.1
+- Drop php-process Requires, that's for F11+ only (rfbz#785)
+
* Sat Aug 08 2009 Jarod Wilson <jarod(a)wilsonet.com> - 0.21-21
- Update to release-0-21-fixes patches (r21174)
- Add missing R: php-process to mythweb (rfbz#652)
15 years, 2 months
rpms/xorg-x11-drv-nvidia/F-11 sources, 1.16, 1.17 .cvsignore, 1.15, 1.16 xorg-x11-drv-nvidia.spec, 1.25, 1.26
by Nicolas Chauvet
Author: kwizart
Update of /cvs/nonfree/rpms/xorg-x11-drv-nvidia/F-11
In directory se02.es.rpmfusion.net:/tmp/cvs-serv8653
Modified Files:
sources .cvsignore xorg-x11-drv-nvidia.spec
Log Message:
Update to 185.18.36
Index: sources
===================================================================
RCS file: /cvs/nonfree/rpms/xorg-x11-drv-nvidia/F-11/sources,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- sources 3 Aug 2009 09:48:15 -0000 1.16
+++ sources 29 Aug 2009 14:25:27 -0000 1.17
@@ -1,2 +1,2 @@
-60c50c2ed51540f26306014779628678 NVIDIA-Linux-x86-185.18.31-pkg0.run
-0e258c7726ac254245f778a7df489f04 NVIDIA-Linux-x86_64-185.18.31-pkg0.run
+c9827059697001fa61518e56fdc24e93 NVIDIA-Linux-x86_64-185.18.36-pkg0.run
+cf40656600b8a587e82a801f05fa2d95 NVIDIA-Linux-x86-185.18.36-pkg0.run
Index: .cvsignore
===================================================================
RCS file: /cvs/nonfree/rpms/xorg-x11-drv-nvidia/F-11/.cvsignore,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- .cvsignore 3 Aug 2009 09:48:15 -0000 1.15
+++ .cvsignore 29 Aug 2009 14:25:27 -0000 1.16
@@ -1,2 +1,2 @@
-NVIDIA-Linux-x86-185.18.31-pkg0.run
-NVIDIA-Linux-x86_64-185.18.31-pkg0.run
+NVIDIA-Linux-x86_64-185.18.36-pkg0.run
+NVIDIA-Linux-x86-185.18.36-pkg0.run
Index: xorg-x11-drv-nvidia.spec
===================================================================
RCS file: /cvs/nonfree/rpms/xorg-x11-drv-nvidia/F-11/xorg-x11-drv-nvidia.spec,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- xorg-x11-drv-nvidia.spec 3 Aug 2009 09:48:15 -0000 1.25
+++ xorg-x11-drv-nvidia.spec 29 Aug 2009 14:25:27 -0000 1.26
@@ -7,7 +7,7 @@
%endif
Name: xorg-x11-drv-nvidia
-Version: 185.18.31
+Version: 185.18.36
Release: 1%{?dist}
Summary: NVIDIA's proprietary display driver for NVIDIA graphic cards
@@ -311,6 +311,9 @@
%changelog
+* Sat Aug 29 2009 kwizart < kwizart at gmail.com > - 185.18.36-1
+- Update to 185.18.36 (final)
+
* Mon Aug 3 2009 kwizart < kwizart at gmail.com > - 185.18.31-1
- Update to 185.18.31 (final)
15 years, 2 months
rpms/nvidia-kmod/F-11 sources, 1.17, 1.18 .cvsignore, 1.16, 1.17 nvidia-kmod.spec, 1.59, 1.60
by Nicolas Chauvet
Author: kwizart
Update of /cvs/nonfree/rpms/nvidia-kmod/F-11
In directory se02.es.rpmfusion.net:/tmp/cvs-serv8370
Modified Files:
sources .cvsignore nvidia-kmod.spec
Log Message:
Update to 185.18.36
Index: sources
===================================================================
RCS file: /cvs/nonfree/rpms/nvidia-kmod/F-11/sources,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- sources 7 Aug 2009 16:46:55 -0000 1.17
+++ sources 29 Aug 2009 14:25:02 -0000 1.18
@@ -1 +1 @@
-9f75da6926944725c5920c03742a0899 nvidia-kmod-data-185.18.14.tar.bz2
+c66bff8a439ecf34ac21c97215c58991 nvidia-kmod-data-185.18.36.tar.bz2
Index: .cvsignore
===================================================================
RCS file: /cvs/nonfree/rpms/nvidia-kmod/F-11/.cvsignore,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- .cvsignore 7 Aug 2009 16:47:49 -0000 1.16
+++ .cvsignore 29 Aug 2009 14:25:02 -0000 1.17
@@ -1 +1 @@
-nvidia-kmod-data-185.18.14.tar.bz2
+nvidia-kmod-data-185.18.36.tar.bz2
Index: nvidia-kmod.spec
===================================================================
RCS file: /cvs/nonfree/rpms/nvidia-kmod/F-11/nvidia-kmod.spec,v
retrieving revision 1.59
retrieving revision 1.60
diff -u -r1.59 -r1.60
--- nvidia-kmod.spec 27 Aug 2009 05:41:57 -0000 1.59
+++ nvidia-kmod.spec 29 Aug 2009 14:25:02 -0000 1.60
@@ -3,12 +3,12 @@
# "buildforkernels newest" macro for just that build; immediately after
# queuing that build enable the macro again for subsequent builds; that way
# a new akmod package will only get build when a new one is actually needed
-%define buildforkernels newest
+#define buildforkernels newest
Name: nvidia-kmod
-Version: 185.18.14
+Version: 185.18.36
# Taken over by kmodtool
-Release: 1%{?dist}.8
+Release: 1%{?dist}
Summary: NVIDIA display driver kernel module
Group: System Environment/Kernel
License: Redistributable, no modification permitted
@@ -93,6 +93,9 @@
%changelog
+* Sat Aug 29 2009 kwizart < kwizart at gmail.com > - 185.18.36-1
+- Update to 185.18.36 (final)
+
* Thu Aug 27 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 185.18.14-1.8
- rebuild for new kernels
15 years, 2 months
rpms/transcode/devel .cvsignore, 1.9, 1.10 sources, 1.9, 1.10 transcode.spec, 1.18, 1.19
by David Juran
Author: juran
Update of /cvs/free/rpms/transcode/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv25956
Modified Files:
.cvsignore sources transcode.spec
Log Message:
update to 1.1.4
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/transcode/devel/.cvsignore,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- .cvsignore 23 Jul 2009 18:10:35 -0000 1.9
+++ .cvsignore 27 Aug 2009 19:22:43 -0000 1.10
@@ -1 +1 @@
-transcode-1.1.3.tar.bz2
+transcode-1.1.4.tar.bz2
Index: sources
===================================================================
RCS file: /cvs/free/rpms/transcode/devel/sources,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- sources 23 Jul 2009 18:10:35 -0000 1.9
+++ sources 27 Aug 2009 19:22:43 -0000 1.10
@@ -1 +1 @@
-9e6d73f6fedff320d0f25feaa4f464a1 transcode-1.1.3.tar.bz2
+6ba277fde95c26d217a88bbe5e6dd994 transcode-1.1.4.tar.bz2
Index: transcode.spec
===================================================================
RCS file: /cvs/free/rpms/transcode/devel/transcode.spec,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- transcode.spec 25 Jul 2009 19:49:53 -0000 1.18
+++ transcode.spec 27 Aug 2009 19:22:43 -0000 1.19
@@ -6,8 +6,8 @@
%define pvmdir %{_datadir}/pvm3
Name: transcode
-Version: 1.1.3
-Release: 2%{?dist}
+Version: 1.1.4
+Release: 1%{?dist}
Summary: Video stream processing tool
Group: Applications/Multimedia
@@ -138,6 +138,9 @@
%changelog
+* Thu Aug 27 2009 David Juran <david(a)juran.se> - 1.1.4-1
+- update to 1.1.4
+
* Sat Jul 25 2009 David Juran <david(a)juran.se> - 1.1.3-2
- Fix build problem
15 years, 2 months