Compare commits

...

20 commits

Author SHA1 Message Date
Fedora Release Engineering
48724ba81a dist-git conversion 2010-07-28 09:39:48 +00:00
Bill Nottingham
154d3e0b63 Fix typo that causes a failure to update the common directory. (releng
#2781)
2009-11-25 22:38:54 +00:00
Rex Dieter
08a072c2d1 akode was primarily for kdemultimedia(3), now deprecated in the F9+ kde4
world
2008-10-03 13:56:56 +00:00
Tom Callaway
4673fb658d fix pulseaudio patch to apply without fuzz 2008-09-26 19:25:09 +00:00
Rex Dieter
13cbcdcd7b - gcc43 patch 2008-02-12 23:32:02 +00:00
Rex Dieter
7fcc105e08 - respin (gcc43) 2008-02-08 21:21:47 +00:00
Rex Dieter
9f5ffeca71 - -Requires: %name-pulseaudio (can be added to kde-settings-pulseaudio) 2008-01-07 17:34:46 +00:00
Rex Dieter
7ca90b0454 make libsamplerate optional (and fedora only) 2007-12-24 04:46:11 +00:00
Rex Dieter
3ef25d468a - fix flac113 support 2007-12-24 04:28:02 +00:00
Rex Dieter
89af7f2ab1 - fix multilib conflicts (#340591) 2007-12-24 03:40:40 +00:00
Rex Dieter
90a1ce4eed - akode-2.0.2 2007-12-24 03:03:15 +00:00
Rex Dieter
78d2a37332 cosmetics (sort BR's mostly) 2007-12-09 04:07:16 +00:00
Rex Dieter
6a3385412e - BR: pulseaudio-libs-devel 2007-09-26 16:06:59 +00:00
Rex Dieter
cf8a1fd2f8 - -libsamplerate: License: GPLv2+
- omit oss_sink
2007-08-21 20:28:17 +00:00
Rex Dieter
66559c90d5 - Requires: %{name}-pulseaudio (f8+)
- License: LGPLv2+
2007-08-12 01:22:14 +00:00
Rex Dieter
44e98d0421 - respin (for flac, fc7+) 2007-02-15 13:32:18 +00:00
Rex Dieter
98b5853d12 - enable pulseaudio support
- Requires: akode-pulseaudio (fc7+)
2007-02-12 16:36:47 +00:00
Rex Dieter
758f7cb1f8 respin for typo 2006-12-18 03:17:08 +00:00
Rex Dieter
2c368a4c2c - enable jack support (subpkg)
- package (GPL'd) libsamplerate-based resampler separately, to keep main
    pkg LGPL-clean
2006-12-18 03:15:17 +00:00
Rex Dieter
3149cb3731 - enable jack support (subpkg)
- package (GPL'd) libsamplerate-based resampler separately, to keep main
    pkg LGPL-clean
2006-12-14 15:52:43 +00:00
5 changed files with 1 additions and 156 deletions

View file

@ -1 +0,0 @@
30375-akode-2.0.1.tar.bz2

View file

@ -1,21 +0,0 @@
# Makefile for source rpm: akode
# $Id$
NAME := akode
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,133 +0,0 @@
Summary: Audio-decoding framework
Name: akode
Version: 2.0.1
Release: 2%{?dist}
License: LGPL
Group: System Environment/Libraries
#URL: http://carewolf.com/akode/
URL: http://www.kde-apps.org/content/show.php?content=30375
Source0: http://www.kde-apps.org/content/files/30375-akode-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: automake
BuildRequires: alsa-lib-devel
BuildRequires: flac-devel
BuildRequires: libsamplerate-devel
BuildRequires: speex-devel
BuildRequires: libvorbis-devel
BuildRequires: libtool
%description
aKode is a simple audio-decoding frame-work that provides a uniform
interface to decode the most common audio-formats. It also has a direct
playback option for a number of audio-outputs.
aKode currently has the following decoder plugins:
* mpc: Decodes musepack aka mpc audio.
* xiph: Decodes FLAC, Ogg/FLAC, Speex and Ogg Vorbis audio.
aKode also has the following audio outputs:
* oss: Outputs to the OSS (Open Sound System)
* alsa: Outputs to ALSA (dmix is recommended).
%if 0
TODO
* jack: Outputs using Jack audio backend.
* polyp: Output to the polypaudio server. Recommended for network
transparent audio.
%endif
%package devel
Summary: Headers for developing programs that will use %{name}
Group: Development/Libraries
Requires: %{name} = %{version}-%{release}
%description devel
%{summary}.
%prep
%setup -q -n %{name}-%{version}%{?beta}
[ ! -f configure ] && make -f Makefile.cvs
%build
%configure \
--disable-static \
--disable-debug --disable-warnings --disable-dependency-tracking \
--without-libltdl \
--with-alsa \
--with-flac \
--with-libsamplerate \
--with-speex \
--with-vorbis \
--without-jack \
--without-polypaudio \
--without-ffmpeg \
--without-libmad
make %{?_smp_mflags}
%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT
# unpackaged files
rm -f $RPM_BUILD_ROOT%{_libdir}/lib*.la
# rpmdocs
for file in AUTHORS COPYING NEWS README TODO ; do
test -s "$file" && install -p -m644 -D "$file" "rpmdocs/$file"
done
%clean
rm -rf $RPM_BUILD_ROOT
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
%files
%defattr(-,root,root,-)
%doc rpmdocs/*
%{_bindir}/akodeplay
%{_libdir}/libakode.so.*
%{_libdir}/libakode_*_*.so
%files devel
%defattr(-,root,root,-)
%{_bindir}/akode-config
%{_includedir}/*
%{_libdir}/libakode.so
%changelog
* Mon Aug 28 2006 Rex Dieter <rexdieter[AT]users.sf.net> 2.0.1-2
- fc6 respin
* Mon Aug 07 2006 Rex Dieter <rexdieter[AT]users.sf.net> 2.0.1-1
- 2.0.1
* Fri Jul 21 2006 Rex Dieter <rexdieter[AT]users.sf.net>
- fc6: gcc/glibc respin
* Fri Feb 10 2006 Rex Dieter <rexdieter[AT]users.sf.net>
- fc5: gcc/glibc respin
* Mon Dec 19 2005 Rex Dieter <rexdieter[AT]users.sf.net> 2.0-1
- 2.0(final)
* Wed Nov 23 2005 Rex Dieter <rexdieter[AT]users.sf.net> 2.0-0.4.rc1
- 2.0rc1
* Wed Nov 23 2005 Rex Dieter <rexdieter[AT]users.sf.net. 2.0-0.2.b3
- --without-libltdl
* Tue Nov 22 2005 Rex Dieter <rexdieter[AT]users.sf.net> 2.0-0.1.b3
- akode-2.0b3

1
dead.package Normal file
View file

@ -0,0 +1 @@
akode was primarily for kdemultimedia(3), now deprecated in the F9+ kde4 world

View file

@ -1 +0,0 @@
94a10e7729b20b669bc5c7721f62e162 30375-akode-2.0.1.tar.bz2