diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2015-10-15 09:43:26 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2018-07-14 15:38:46 +0200 |
commit | 14e96accb1d403d9d45e3a6e1b955cc5135abe14 (patch) | |
tree | d28064ac2a83972e5e7953e623da8d2e24e716aa /ubuntu/maverick/dependencies/akode/debian/control | |
parent | f6a21b5eccf6527e81348d092729cf622ab83cf0 (diff) | |
download | tde-packaging-14e96accb1d403d9d45e3a6e1b955cc5135abe14.tar.gz tde-packaging-14e96accb1d403d9d45e3a6e1b955cc5135abe14.zip |
Enable build akode with PulseAudio support on Debian and Ubuntu
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 1852d6905ce376ae9b4a770b4ebdc3cc3ae298f6)
Diffstat (limited to 'ubuntu/maverick/dependencies/akode/debian/control')
-rw-r--r-- | ubuntu/maverick/dependencies/akode/debian/control | 21 |
1 files changed, 19 insertions, 2 deletions
diff --git a/ubuntu/maverick/dependencies/akode/debian/control b/ubuntu/maverick/dependencies/akode/debian/control index ae13d013d..fb6a5a2d4 100644 --- a/ubuntu/maverick/dependencies/akode/debian/control +++ b/ubuntu/maverick/dependencies/akode/debian/control @@ -4,7 +4,7 @@ Priority: optional Maintainer: Timothy Pearson <kb9vqf@pearsoncomputing.net> XSBC-Original-Maintainer: Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org> Uploaders: Isaac Clerencia <isaac@debian.org>, Christopher Martin <chrsmrtn@debian.org>, Adeodato Simó <dato@net.com.org.es> -Build-Depends: cdbs (>= 0.4.39-0.1), debhelper (>= 5.0.31), quilt, cmake, gawk, libflac-dev (>= 1.1.1-3), libflac-dev, libmad0-dev, libogg-dev, libvorbis-dev, libasound2-dev [!kfreebsd-i386 !kfreebsd-amd64 !hurd-i386], libsamplerate0-dev, libspeex-dev +Build-Depends: cdbs (>= 0.4.39-0.1), debhelper (>= 5.0.31), quilt, cmake, gawk, libflac-dev (>= 1.1.1-3), libflac-dev, libmad0-dev, libogg-dev, libvorbis-dev, libasound2-dev [!kfreebsd-i386 !kfreebsd-amd64 !hurd-i386], libsamplerate0-dev, libspeex-dev, libpulse-dev Standards-Version: 3.7.3 Package: libakode2 @@ -39,10 +39,27 @@ Description: mpeg plugins for akode . Homepage: http://www.carewolf.com/akode +Package: libakode2-pulse +Section: libs +Architecture: any +Depends: ${shlibs:Depends} +Conflicts: akode +Replaces: akode +Enhances: libarts1c2, libarts1c2a-trinity +Description: pulseaudio sink for akode + aKode is a new multithreaded audio library that provides aRts with + plugins to play a variety of formats: Ogg Vorbis, Musepack (MPC), + FLAC and Speex. aKode also focuses on performance, and so it means a + big enhancement for users runing aRts in non-realtime mode. + . + This package provides PulseAudio sink for akode. + . + Homepage: http://www.carewolf.com/akode + Package: libakode-dev Section: libdevel Architecture: any -Depends: libakode2 (= ${binary:Version}), libflac-dev (>= 1.1.1-3), libflac-dev, libmad0-dev, libogg-dev, libvorbis-dev, ${alsa-dev}, libsamplerate0-dev, libspeex-dev +Depends: libakode2 (= ${binary:Version}), pkg-config, libflac-dev (>= 1.1.1-3), libflac-dev, libmad0-dev, libogg-dev, libvorbis-dev, ${alsa-dev}, libsamplerate0-dev, libspeex-dev Replaces: kdemultimedia-dev (<< 4:3.5-rc1), libakode2 (<< 2.0-4) Description: development files for akode aKode is a new multithreaded audio library that provides aRts with |