Compare commits

..

3 commits

Author SHA1 Message Date
Fedora Release Engineering
5bfb89347c dist-git conversion 2010-07-29 15:59:07 +00:00
Bill Nottingham
5b1a5c1bba Fix typo that causes a failure to update the common directory. (releng
#2781)
2009-11-26 01:34:47 +00:00
Warren Togami
0ad54988c6 Initialize branch EL-4 for xmms-arts 2007-02-26 19:29:36 +00:00
5 changed files with 76 additions and 3 deletions

1
.gitignore vendored Normal file
View file

@ -0,0 +1 @@
arts_output-0.7.1.tar.gz

View file

@ -0,0 +1,11 @@
--- arts_output-0.6.0/audio.c.foo 2003-09-08 15:54:58.000000000 -0400
+++ arts_output-0.6.0/audio.c 2003-09-08 15:55:04.000000000 -0400
@@ -34,7 +34,7 @@
memset(&artsxmms_cfg, 0, sizeof (artsxmms_cfg));
- artsxmms_cfg.buffer_size = 400;
+ artsxmms_cfg.buffer_size = 1000;
cfgfile = xmms_cfg_open_default_file();
xmms_cfg_read_int(cfgfile, "arts", "buffer_size",

View file

@ -1,3 +0,0 @@
2015-11-15: Retired orphaned package, because it was orphaned for
more than six weeks.

1
sources Normal file
View file

@ -0,0 +1 @@
6d028255ed86e37211bbda0122c14483 arts_output-0.7.1.tar.gz

63
xmms-arts.spec Normal file
View file

@ -0,0 +1,63 @@
Summary: X MultiMedia System output plugin for the aRts sound system
Name: xmms-arts
Version: 0.7.1
Release: 4%{?dist}
License: GPL
Group: Applications/Multimedia
URL: http://www.xmms.org/
Source: http://havardk.xmms.org/plugins/arts_output/arts_output-%{version}.tar.gz
Patch: arts_output-0.6.0-buffer.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
Requires: xmms-libs
BuildRequires: xmms-devel, arts-devel > 1.2.0-1.5
Conflicts: arts < 1.2.0-1.5
Conflicts: xmms < 1:1.2.10-15
%description
X MultiMedia System output plugin to use aRts (analog real-time synthesizer),
the KDE sound system.
%prep
%setup -n arts_output-%{version}
# Bump up the default buffer size to avoid audio artifacts
%patch -p1 -b .buffer
%build
%configure
%{__make} %{?_smp_mflags}
%install
%{__rm} -rf %{buildroot}
%{__make} install DESTDIR=%{buildroot}
%clean
%{__rm} -rf %{buildroot}
%files
%defattr(-, root, root, 0755)
%doc AUTHORS ChangeLog COPYING NEWS README
%{_bindir}/xmms-arts-helper
%exclude %{_libdir}/xmms/Output/libarts.la
%{_libdir}/xmms/Output/libarts.so
%changelog
* Mon Aug 28 2006 Matthias Saou <http://freshrpms.net/> 0.7.1-4
- FC6 rebuild.
* Wed May 31 2006 Matthias Saou <http://freshrpms.net/> 0.7.1-3
- Fix problems reported by Ville in #193600 : Require explicitly xmms-libs,
don't own the Output/ directory and exclude the .la file.
- Add dist tag to the release.
* Mon Feb 13 2006 Matthias Saou <http://freshrpms.net/> 0.7.1-2
- Add missing make call in %%build.
* Thu Apr 14 2005 Matthias Saou <http://freshrpms.net/> 0.7.1-1
- Split off xmms-arts from the main xmms package.