Compare commits

...
Sign in to create a new pull request.

14 commits

Author SHA1 Message Date
Till Maas
8cd4538a06 2015-11-15: Retired orphaned package, because it was orphaned for
more than six weeks.
2015-11-15 22:36:28 +01:00
Ralf Corsépius
40c77ca985 Add dist-tag (RHBZ #1237198). 2015-07-01 06:47:22 +02:00
Dennis Gilmore
ac0d42391a - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild 2015-06-19 04:11:33 +00:00
3c3ddd7262 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild 2014-08-18 10:19:09 +00:00
Dennis Gilmore
afe4907b61 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild 2014-06-08 01:12:04 -05:00
Dennis Gilmore
f4249a44fd - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild 2013-08-04 03:35:37 -05:00
Dennis Gilmore
8b188922b5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild 2013-02-14 21:52:54 -06:00
Dennis Gilmore
839ea08a2e - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild 2012-07-22 01:01:42 -05:00
Dennis Gilmore
62a3999ba5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild 2012-01-14 03:06:41 -06:00
Dennis Gilmore
4b95a09560 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild 2011-02-07 23:41:02 -06:00
Fedora Release Engineering
4b7f1f220b dist-git conversion 2010-07-29 15:59:10 +00:00
Bill Nottingham
c0daa62cdc Fix typo that causes a failure to update the common directory. (releng
#2781)
2009-11-25 22:41:01 +00:00
Jesse Keating
b1588ed4b3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild 2009-07-27 08:15:04 +00:00
Jesse Keating
7cd803316e - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild 2009-02-26 10:15:05 +00:00
6 changed files with 3 additions and 107 deletions

View file

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

View file

@ -1,21 +0,0 @@
# Makefile for source rpm: xmms-arts
# $Id$
NAME := xmms-arts
SPECFILE = $(firstword $(wildcard *.spec))
define find-makefile-common
for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done
endef
MAKEFILE_COMMON := $(shell $(find-makefile-common))
ifeq ($(MAKEFILE_COMMON),)
# attept a checkout
define checkout-makefile-common
test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2
endef
MAKEFILE_COMMON := $(shell $(checkout-makefile-common))
endif
include $(MAKEFILE_COMMON)

View file

@ -1,11 +0,0 @@
--- 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",

3
dead.package Normal file
View file

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

View file

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

View file

@ -1,73 +0,0 @@
Summary: X MultiMedia System output plugin for the aRts sound system
Name: xmms-arts
Version: 0.7.1
Release: 7
License: GPLv2
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 -q -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,-)
%doc AUTHORS ChangeLog COPYING NEWS README
%{_bindir}/xmms-arts-helper
%exclude %{_libdir}/xmms/Output/libarts.la
%{_libdir}/xmms/Output/libarts.so
%changelog
* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 0.7.1-7
- Autorebuild for GCC 4.3
* Thu Aug 23 2007 Matthias Saou <http://freshrpms.net/> 0.7.1-6
- Rebuild for new BuildID feature.
* Sun Aug 5 2007 Matthias Saou <http://freshrpms.net/> 0.7.1-5
- Update License field.
- Remove dist tag, since the package will seldom change.
* 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.