From c0daa62cdcbc9e891f6d295114594580d73e34fa Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Wed, 25 Nov 2009 22:41:01 +0000 Subject: [PATCH 01/16] Fix typo that causes a failure to update the common directory. (releng #2781) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 805166b..6eeb036 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ 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 +for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$d/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done endef MAKEFILE_COMMON := $(shell $(find-makefile-common)) From f28c91997c53c68ace1a9fb3048f4f0420661455 Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Thu, 26 Nov 2009 01:34:48 +0000 Subject: [PATCH 02/16] Fix typo that causes a failure to update the common directory. (releng #2781) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 805166b..6eeb036 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ 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 +for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$d/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done endef MAKEFILE_COMMON := $(shell $(find-makefile-common)) From fcdcef43100909dfb4915ad9bbfd925a1848d548 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Sat, 8 May 2010 02:29:30 +0000 Subject: [PATCH 03/16] Initialize branch EL-6 for xmms-arts --- branch | 1 + 1 file changed, 1 insertion(+) create mode 100644 branch diff --git a/branch b/branch new file mode 100644 index 0000000..46381b9 --- /dev/null +++ b/branch @@ -0,0 +1 @@ +EL-6 From 4b7f1f220bd4f8ae1b799d92bc70a11f76b303b1 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 29 Jul 2010 15:59:10 +0000 Subject: [PATCH 04/16] dist-git conversion --- .cvsignore => .gitignore | 0 Makefile | 21 --------------------- 2 files changed, 21 deletions(-) rename .cvsignore => .gitignore (100%) delete mode 100644 Makefile diff --git a/.cvsignore b/.gitignore similarity index 100% rename from .cvsignore rename to .gitignore diff --git a/Makefile b/Makefile deleted file mode 100644 index 6eeb036..0000000 --- a/Makefile +++ /dev/null @@ -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 $$d/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) From 3bffdb0ef248f9f6c01d412649e9271445dadc70 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 29 Jul 2010 15:59:12 +0000 Subject: [PATCH 05/16] dist-git conversion --- .cvsignore => .gitignore | 0 Makefile | 21 --------------------- branch | 1 - 3 files changed, 22 deletions(-) rename .cvsignore => .gitignore (100%) delete mode 100644 Makefile delete mode 100644 branch diff --git a/.cvsignore b/.gitignore similarity index 100% rename from .cvsignore rename to .gitignore diff --git a/Makefile b/Makefile deleted file mode 100644 index 6eeb036..0000000 --- a/Makefile +++ /dev/null @@ -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 $$d/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) diff --git a/branch b/branch deleted file mode 100644 index 46381b9..0000000 --- a/branch +++ /dev/null @@ -1 +0,0 @@ -EL-6 From 4b95a0956097f9a66910cb45e879a7e519807f7a Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Mon, 7 Feb 2011 23:41:02 -0600 Subject: [PATCH 06/16] - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild --- xmms-arts.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xmms-arts.spec b/xmms-arts.spec index 36219a3..cdb1d2e 100644 --- a/xmms-arts.spec +++ b/xmms-arts.spec @@ -1,7 +1,7 @@ Summary: X MultiMedia System output plugin for the aRts sound system Name: xmms-arts Version: 0.7.1 -Release: 9 +Release: 10 License: GPLv2 Group: Applications/Multimedia URL: http://www.xmms.org/ @@ -47,6 +47,9 @@ the KDE sound system. %changelog +* Mon Feb 07 2011 Fedora Release Engineering - 0.7.1-10 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild + * Mon Jul 27 2009 Fedora Release Engineering - 0.7.1-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild From 62a3999ba51c45a5ad1c5bc16436dcd37d7c5db9 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Sat, 14 Jan 2012 03:06:41 -0600 Subject: [PATCH 07/16] - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild --- xmms-arts.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xmms-arts.spec b/xmms-arts.spec index cdb1d2e..93fde61 100644 --- a/xmms-arts.spec +++ b/xmms-arts.spec @@ -1,7 +1,7 @@ Summary: X MultiMedia System output plugin for the aRts sound system Name: xmms-arts Version: 0.7.1 -Release: 10 +Release: 11 License: GPLv2 Group: Applications/Multimedia URL: http://www.xmms.org/ @@ -47,6 +47,9 @@ the KDE sound system. %changelog +* Sat Jan 14 2012 Fedora Release Engineering - 0.7.1-11 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild + * Mon Feb 07 2011 Fedora Release Engineering - 0.7.1-10 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild From 839ea08a2e51218ff45ee384d20ba4c5b8ce1b0c Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Sun, 22 Jul 2012 01:01:42 -0500 Subject: [PATCH 08/16] - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild --- xmms-arts.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xmms-arts.spec b/xmms-arts.spec index 93fde61..8e77792 100644 --- a/xmms-arts.spec +++ b/xmms-arts.spec @@ -1,7 +1,7 @@ Summary: X MultiMedia System output plugin for the aRts sound system Name: xmms-arts Version: 0.7.1 -Release: 11 +Release: 12 License: GPLv2 Group: Applications/Multimedia URL: http://www.xmms.org/ @@ -47,6 +47,9 @@ the KDE sound system. %changelog +* Sun Jul 22 2012 Fedora Release Engineering - 0.7.1-12 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild + * Sat Jan 14 2012 Fedora Release Engineering - 0.7.1-11 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild From 8b188922b57f2c4e9c8cd474de1ba272430677f9 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Thu, 14 Feb 2013 21:52:54 -0600 Subject: [PATCH 09/16] - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild --- xmms-arts.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xmms-arts.spec b/xmms-arts.spec index 8e77792..3b62e81 100644 --- a/xmms-arts.spec +++ b/xmms-arts.spec @@ -1,7 +1,7 @@ Summary: X MultiMedia System output plugin for the aRts sound system Name: xmms-arts Version: 0.7.1 -Release: 12 +Release: 13 License: GPLv2 Group: Applications/Multimedia URL: http://www.xmms.org/ @@ -47,6 +47,9 @@ the KDE sound system. %changelog +* Fri Feb 15 2013 Fedora Release Engineering - 0.7.1-13 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild + * Sun Jul 22 2012 Fedora Release Engineering - 0.7.1-12 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild From f4249a44fd870a10591004fa452d6ea4f10979de Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Sun, 4 Aug 2013 03:35:37 -0500 Subject: [PATCH 10/16] - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild --- xmms-arts.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xmms-arts.spec b/xmms-arts.spec index 3b62e81..99f2e22 100644 --- a/xmms-arts.spec +++ b/xmms-arts.spec @@ -1,7 +1,7 @@ Summary: X MultiMedia System output plugin for the aRts sound system Name: xmms-arts Version: 0.7.1 -Release: 13 +Release: 14 License: GPLv2 Group: Applications/Multimedia URL: http://www.xmms.org/ @@ -47,6 +47,9 @@ the KDE sound system. %changelog +* Sun Aug 04 2013 Fedora Release Engineering - 0.7.1-14 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild + * Fri Feb 15 2013 Fedora Release Engineering - 0.7.1-13 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild From afe4907b61ce008a40114cb471378562be014761 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Sun, 8 Jun 2014 01:12:04 -0500 Subject: [PATCH 11/16] - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild --- xmms-arts.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xmms-arts.spec b/xmms-arts.spec index 99f2e22..9b4be55 100644 --- a/xmms-arts.spec +++ b/xmms-arts.spec @@ -1,7 +1,7 @@ Summary: X MultiMedia System output plugin for the aRts sound system Name: xmms-arts Version: 0.7.1 -Release: 14 +Release: 15 License: GPLv2 Group: Applications/Multimedia URL: http://www.xmms.org/ @@ -47,6 +47,9 @@ the KDE sound system. %changelog +* Sun Jun 08 2014 Fedora Release Engineering - 0.7.1-15 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild + * Sun Aug 04 2013 Fedora Release Engineering - 0.7.1-14 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild From 3c3ddd72629dea8e5e95ce9c07d7919e6cd96f07 Mon Sep 17 00:00:00 2001 From: Peter Robinson Date: Mon, 18 Aug 2014 10:19:09 +0000 Subject: [PATCH 12/16] - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild --- xmms-arts.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xmms-arts.spec b/xmms-arts.spec index 9b4be55..76d9344 100644 --- a/xmms-arts.spec +++ b/xmms-arts.spec @@ -1,7 +1,7 @@ Summary: X MultiMedia System output plugin for the aRts sound system Name: xmms-arts Version: 0.7.1 -Release: 15 +Release: 16 License: GPLv2 Group: Applications/Multimedia URL: http://www.xmms.org/ @@ -47,6 +47,9 @@ the KDE sound system. %changelog +* Mon Aug 18 2014 Fedora Release Engineering - 0.7.1-16 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild + * Sun Jun 08 2014 Fedora Release Engineering - 0.7.1-15 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild From ac0d42391a7fc7bcbaf6fdc9b46f8b43f03d86e1 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Fri, 19 Jun 2015 04:11:33 +0000 Subject: [PATCH 13/16] - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild --- xmms-arts.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xmms-arts.spec b/xmms-arts.spec index 76d9344..fd4788c 100644 --- a/xmms-arts.spec +++ b/xmms-arts.spec @@ -1,7 +1,7 @@ Summary: X MultiMedia System output plugin for the aRts sound system Name: xmms-arts Version: 0.7.1 -Release: 16 +Release: 17 License: GPLv2 Group: Applications/Multimedia URL: http://www.xmms.org/ @@ -47,6 +47,9 @@ the KDE sound system. %changelog +* Fri Jun 19 2015 Fedora Release Engineering - 0.7.1-17 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild + * Mon Aug 18 2014 Fedora Release Engineering - 0.7.1-16 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild From 40c77ca9853508544b09d0339f566f7433d50a09 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ralf=20Cors=C3=A9pius?= Date: Wed, 1 Jul 2015 06:47:22 +0200 Subject: [PATCH 14/16] Add dist-tag (RHBZ #1237198). --- xmms-arts.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xmms-arts.spec b/xmms-arts.spec index fd4788c..2201a0a 100644 --- a/xmms-arts.spec +++ b/xmms-arts.spec @@ -1,7 +1,7 @@ Summary: X MultiMedia System output plugin for the aRts sound system Name: xmms-arts Version: 0.7.1 -Release: 17 +Release: 18%{?dist} License: GPLv2 Group: Applications/Multimedia URL: http://www.xmms.org/ @@ -47,6 +47,9 @@ the KDE sound system. %changelog +* Wed Jul 01 2015 Ralf Corsépius - 0.7.1-18 +- Add dist-tag (RHBZ #1237198). + * Fri Jun 19 2015 Fedora Release Engineering - 0.7.1-17 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild From 876c19de80081771cec67280c9f02dff63dc9810 Mon Sep 17 00:00:00 2001 From: Till Maas Date: Wed, 7 Oct 2015 23:15:58 +0200 Subject: [PATCH 15/16] 2015-10-07: Retired orphaned package, because it was not built. --- .gitignore | 1 - arts_output-0.6.0-buffer.patch | 11 ----- dead.package | 2 + sources | 1 - xmms-arts.spec | 79 ---------------------------------- 5 files changed, 2 insertions(+), 92 deletions(-) delete mode 100644 .gitignore delete mode 100644 arts_output-0.6.0-buffer.patch create mode 100644 dead.package delete mode 100644 sources delete mode 100644 xmms-arts.spec diff --git a/.gitignore b/.gitignore deleted file mode 100644 index 97d4625..0000000 --- a/.gitignore +++ /dev/null @@ -1 +0,0 @@ -arts_output-0.7.1.tar.gz diff --git a/arts_output-0.6.0-buffer.patch b/arts_output-0.6.0-buffer.patch deleted file mode 100644 index a770978..0000000 --- a/arts_output-0.6.0-buffer.patch +++ /dev/null @@ -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", diff --git a/dead.package b/dead.package new file mode 100644 index 0000000..b49b6d4 --- /dev/null +++ b/dead.package @@ -0,0 +1,2 @@ +2015-10-07: Retired orphaned package, because it was not built. + diff --git a/sources b/sources deleted file mode 100644 index c33ce0e..0000000 --- a/sources +++ /dev/null @@ -1 +0,0 @@ -6d028255ed86e37211bbda0122c14483 arts_output-0.7.1.tar.gz diff --git a/xmms-arts.spec b/xmms-arts.spec deleted file mode 100644 index 36219a3..0000000 --- a/xmms-arts.spec +++ /dev/null @@ -1,79 +0,0 @@ -Summary: X MultiMedia System output plugin for the aRts sound system -Name: xmms-arts -Version: 0.7.1 -Release: 9 -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 -* Mon Jul 27 2009 Fedora Release Engineering - 0.7.1-9 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild - -* Thu Feb 26 2009 Fedora Release Engineering - 0.7.1-8 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild - -* Tue Feb 19 2008 Fedora Release Engineering - 0.7.1-7 -- Autorebuild for GCC 4.3 - -* Thu Aug 23 2007 Matthias Saou 0.7.1-6 -- Rebuild for new BuildID feature. - -* Sun Aug 5 2007 Matthias Saou 0.7.1-5 -- Update License field. -- Remove dist tag, since the package will seldom change. - -* Mon Aug 28 2006 Matthias Saou 0.7.1-4 -- FC6 rebuild. - -* Wed May 31 2006 Matthias Saou 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 0.7.1-2 -- Add missing make call in %%build. - -* Thu Apr 14 2005 Matthias Saou 0.7.1-1 -- Split off xmms-arts from the main xmms package. - From 8cd4538a06fc08e6e8cfcdf011e420dc1b635c78 Mon Sep 17 00:00:00 2001 From: Till Maas Date: Sun, 15 Nov 2015 22:36:28 +0100 Subject: [PATCH 16/16] 2015-11-15: Retired orphaned package, because it was orphaned for more than six weeks. --- .gitignore | 1 - arts_output-0.6.0-buffer.patch | 11 ---- dead.package | 3 + sources | 1 - xmms-arts.spec | 106 --------------------------------- 5 files changed, 3 insertions(+), 119 deletions(-) delete mode 100644 .gitignore delete mode 100644 arts_output-0.6.0-buffer.patch create mode 100644 dead.package delete mode 100644 sources delete mode 100644 xmms-arts.spec diff --git a/.gitignore b/.gitignore deleted file mode 100644 index 97d4625..0000000 --- a/.gitignore +++ /dev/null @@ -1 +0,0 @@ -arts_output-0.7.1.tar.gz diff --git a/arts_output-0.6.0-buffer.patch b/arts_output-0.6.0-buffer.patch deleted file mode 100644 index a770978..0000000 --- a/arts_output-0.6.0-buffer.patch +++ /dev/null @@ -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", diff --git a/dead.package b/dead.package new file mode 100644 index 0000000..3e321cc --- /dev/null +++ b/dead.package @@ -0,0 +1,3 @@ +2015-11-15: Retired orphaned package, because it was orphaned for +more than six weeks. + diff --git a/sources b/sources deleted file mode 100644 index c33ce0e..0000000 --- a/sources +++ /dev/null @@ -1 +0,0 @@ -6d028255ed86e37211bbda0122c14483 arts_output-0.7.1.tar.gz diff --git a/xmms-arts.spec b/xmms-arts.spec deleted file mode 100644 index 2201a0a..0000000 --- a/xmms-arts.spec +++ /dev/null @@ -1,106 +0,0 @@ -Summary: X MultiMedia System output plugin for the aRts sound system -Name: xmms-arts -Version: 0.7.1 -Release: 18%{?dist} -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 -* Wed Jul 01 2015 Ralf Corsépius - 0.7.1-18 -- Add dist-tag (RHBZ #1237198). - -* Fri Jun 19 2015 Fedora Release Engineering - 0.7.1-17 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild - -* Mon Aug 18 2014 Fedora Release Engineering - 0.7.1-16 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild - -* Sun Jun 08 2014 Fedora Release Engineering - 0.7.1-15 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild - -* Sun Aug 04 2013 Fedora Release Engineering - 0.7.1-14 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild - -* Fri Feb 15 2013 Fedora Release Engineering - 0.7.1-13 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild - -* Sun Jul 22 2012 Fedora Release Engineering - 0.7.1-12 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild - -* Sat Jan 14 2012 Fedora Release Engineering - 0.7.1-11 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild - -* Mon Feb 07 2011 Fedora Release Engineering - 0.7.1-10 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild - -* Mon Jul 27 2009 Fedora Release Engineering - 0.7.1-9 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild - -* Thu Feb 26 2009 Fedora Release Engineering - 0.7.1-8 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild - -* Tue Feb 19 2008 Fedora Release Engineering - 0.7.1-7 -- Autorebuild for GCC 4.3 - -* Thu Aug 23 2007 Matthias Saou 0.7.1-6 -- Rebuild for new BuildID feature. - -* Sun Aug 5 2007 Matthias Saou 0.7.1-5 -- Update License field. -- Remove dist tag, since the package will seldom change. - -* Mon Aug 28 2006 Matthias Saou 0.7.1-4 -- FC6 rebuild. - -* Wed May 31 2006 Matthias Saou 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 0.7.1-2 -- Add missing make call in %%build. - -* Thu Apr 14 2005 Matthias Saou 0.7.1-1 -- Split off xmms-arts from the main xmms package. -