From a9f4ccd7ffac69793d7291ad2c764b22d266d6ad Mon Sep 17 00:00:00 2001 From: Warren Togami Date: Mon, 26 Feb 2007 19:29:44 +0000 Subject: [PATCH 1/4] Initialize branch EL-5 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..42f697a --- /dev/null +++ b/branch @@ -0,0 +1 @@ +EL-5 From a5201f021d7268c2b017ee8506474454acc63a06 Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Thu, 26 Nov 2009 01:34:47 +0000 Subject: [PATCH 2/4] 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 eac9e7e48cd6a8a4b3f88906341189fc7c0ada98 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 29 Jul 2010 15:59:09 +0000 Subject: [PATCH 3/4] 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 42f697a..0000000 --- a/branch +++ /dev/null @@ -1 +0,0 @@ -EL-5 From ca8fc078f9ace41eadd063471745885e9a62297f Mon Sep 17 00:00:00 2001 From: Till Maas Date: Wed, 7 Oct 2015 21:41:39 +0200 Subject: [PATCH 4/4] 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 | 63 ---------------------------------- 5 files changed, 2 insertions(+), 76 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 6bcfe29..0000000 --- a/xmms-arts.spec +++ /dev/null @@ -1,63 +0,0 @@ -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 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. -