Compare commits

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

14 commits

Author SHA1 Message Date
Till Maas
6f393f86aa 2015-11-15: Retired orphaned package, because it was orphaned for
more than six weeks.
2015-11-15 22:37:27 +01:00
Dennis Gilmore
bd75a8c796 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild 2015-06-19 04:12:09 +00:00
Kalev Lember
abce7b0399 Rebuilt for GCC 5 C++11 ABI change 2015-05-02 18:44:38 +02:00
68a16f33ac - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild 2014-08-18 10:21:02 +00:00
Dennis Gilmore
d417f4e795 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild 2014-06-08 01:13:22 -05:00
Dennis Gilmore
d0d26250c6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild 2013-08-04 03:37:00 -05:00
Dennis Gilmore
2ee8747933 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild 2013-02-14 21:53:35 -06:00
Dennis Gilmore
89fea7ee16 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild 2012-07-22 01:04:13 -05:00
Dennis Gilmore
657fef47ff - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild 2012-01-14 03:07:23 -06:00
Dennis Gilmore
e5eb7ea958 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild 2011-02-07 23:43:45 -06:00
Fedora Release Engineering
d535062131 dist-git conversion 2010-07-29 16:00:13 +00:00
Bill Nottingham
7664ab9f39 Fix typo that causes a failure to update the common directory. (releng
#2781)
2009-11-25 22:41:01 +00:00
Jesse Keating
0f3580431a - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild 2009-07-27 08:17:22 +00:00
Jesse Keating
e791d032bc - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild 2009-02-26 10:21:08 +00:00
5 changed files with 3 additions and 119 deletions

View file

@ -1 +0,0 @@
xmms-musepack-1.2.tar.bz2

View file

@ -1,21 +0,0 @@
# Makefile for source rpm: xmms-musepack
# $Id$
NAME := xmms-musepack
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)

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 @@
ff7f5f9122d09ad63af9c564046086cf xmms-musepack-1.2.tar.bz2

View file

@ -1,96 +0,0 @@
%define xmms_inputdir %(xmms-config --input-plugin-dir 2>/dev/null || echo %{_libdir}/xmms/Input)
Summary: X MultiMedia System input plugin to play musepack (mpc) files
Name: xmms-musepack
Version: 1.2
Release: 6%{?dist}
License: BSD
Group: Applications/Multimedia
URL: http://www.musepack.net/
Source: http://files.musepack.net/linux/plugins/xmms-musepack-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
BuildRequires: xmms-devel, libmpcdec-devel, taglib-devel
%description
X MultiMedia System input plugin to play musepack, aka mpc files.
%prep
%setup -q
%build
%configure
%{__make} %{?_smp_mflags} CXXFLAGS="%{optflags}"
%install
%{__rm} -rf %{buildroot}
%{__make} install DESTDIR=%{buildroot}
%clean
%{__rm} -rf %{buildroot}
%files
%defattr(-,root,root,-)
%doc ChangeLog COPYING
%exclude %{xmms_inputdir}/libmpc.la
%{xmms_inputdir}/libmpc.so
%changelog
* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 1.2-6
- Autorebuild for GCC 4.3
* Thu Aug 23 2007 Matthias Saou <http://freshrpms.net/> 1.2-5
- Rebuild for new BuildID feature.
* Thu Jun 7 2007 Matthias Saou <http://freshrpms.net/> 1.2-4
- Update to 1.2.1... not! Fails to compile, the fast seeking patch must be bad.
- Rebuild against new libmpcdec.
* Wed Aug 23 2006 Matthias Saou <http://freshrpms.net/> 1.2-3
- Remove gcc-c++ and pkgconfig (pulled in by xmms-devel nowadays) build reqs.
* Wed May 3 2006 Matthias Saou <http://freshrpms.net/> 1.2-2.1
- Spec file cleanup.
- Override CXXFLAGS to get our optflags used.
* Fri Mar 17 2006 Matthias Saou <http://freshrpms.net/> 1.2-2
- Release bump to drop the disttag number in FC5 build.
* Mon Jan 23 2006 Matthias Saou <http://freshrpms.net/> 1.2-1
- Update to 1.2 final.
* Fri Jan 13 2006 Matthias Saou <http://freshrpms.net/> 1.2-0.2.RC1
- Add pkgconfig build requirement to fix build.
* Mon May 9 2005 Matthias Saou <http://freshrpms.net/> 1.2-0.1.RC1
- Update to 1.2-RC1.
- Now build against new libmpcdec and not libmusepack.
- Added taglib-devel build depencency.
* Mon Apr 25 2005 Matthias Saou <http://freshrpms.net/> 1.1.2-1
- Update to 1.1.2.
- Update package info from sf project to musepack.net locations.
- Change license from LGPL to BSD.
* Tue Aug 10 2004 Matthias Saou <http://freshrpms.net/> 1.00-2
- Fix OPTIONS vs. CFLAGS in addition to the patch to fix x86_64 build.
* Wed Jul 7 2004 Matthias Saou <http://freshrpms.net/> 1.00-1
- Update to 1.00.
- Added Makefile patch this time, the gcc flags stuff was just too ugly.
- Hmm, now requires esound-devel (esd.h).
* Wed May 19 2004 Matthias Saou <http://freshrpms.net/> 0.94-3
- Rebuilt for Fedora Core 2.
* Fri Feb 6 2004 Matthias Saou <http://freshrpms.net/> 0.94-2
- Override ARCH with %%{optflags} for ppc build.
* Tue Jan 20 2004 Matthias Saou <http://freshrpms.net/> 0.94-1
- Initial rpm package.