Date: Monday, April 22, 2013 @ 18:03:37 Author: stativ Revision: 88803
archrelease: copy trunk to community-i686, community-x86_64 Added: soundkonverter/repos/community-i686/PKGBUILD (from rev 88802, soundkonverter/trunk/PKGBUILD) soundkonverter/repos/community-i686/soundkonverter.install (from rev 88802, soundkonverter/trunk/soundkonverter.install) soundkonverter/repos/community-x86_64/PKGBUILD (from rev 88802, soundkonverter/trunk/PKGBUILD) soundkonverter/repos/community-x86_64/soundkonverter.install (from rev 88802, soundkonverter/trunk/soundkonverter.install) Deleted: soundkonverter/repos/community-i686/PKGBUILD soundkonverter/repos/community-i686/soundkonverter.install soundkonverter/repos/community-x86_64/PKGBUILD soundkonverter/repos/community-x86_64/soundkonverter.install -----------------------------------------+ /PKGBUILD | 98 ++++++++++++++++++++++++++++++ /soundkonverter.install | 24 +++++++ community-i686/PKGBUILD | 49 --------------- community-i686/soundkonverter.install | 12 --- community-x86_64/PKGBUILD | 49 --------------- community-x86_64/soundkonverter.install | 12 --- 6 files changed, 122 insertions(+), 122 deletions(-) Deleted: community-i686/PKGBUILD =================================================================== --- community-i686/PKGBUILD 2013-04-22 16:03:30 UTC (rev 88802) +++ community-i686/PKGBUILD 2013-04-22 16:03:37 UTC (rev 88803) @@ -1,49 +0,0 @@ -# $Id$ -# Maintainer: Lukas Jirkovsky <l.jirkov...@gmail.com> -# Contributor: Mateusz Herych <heni...@gmail.com> -# Contributor: Eric Belanger <e...@archlinux.org> -# Contributor: Darwin Bautista <djclue...@gmail.com> - -pkgname=soundkonverter -pkgver=2.0.0 -pkgrel=1 -pkgdesc="Front-end to various audio converters" -arch=('i686' 'x86_64') -url="http://www.kde-apps.org/content/show.php?content=29024" -license=('GPL') -depends=('kdebase-runtime' 'libkcddb' 'cdparanoia' 'taglib') -makedepends=('automoc4' 'cmake') -optdepends=('cdrkit: cdda2wav backend' - 'faac: faac backend' - 'faad2: faad backend' - 'ffmpeg: ffmpeg backend' - 'flac: flac backend' - 'fluidsynth: flouidsynth backend' - 'lame: lame backend' - 'mac: mac backend' - 'mplayer: mplayer backend' - 'mp3gain: mp3gain backend' - 'opus-tools: opus backend' - 'speex: speexenc, speexdec backends' - 'timidity++: midi backend' - 'twolame: twolame backend' - 'vorbisgain: vorbisgain backend' - 'vorbis-tools: vorbis tools backend' - 'wavpack: wavpack backend' - 'sox: sox plugin (change sample rate, various effects)') -install=$pkgname.install -source=("http://kde-apps.org/CONTENT/content-files/29024-${pkgname}-${pkgver}.tar.gz") -md5sums=('f1df729916b2418c474b859ed6b9eda6') - -build() { - cd "$srcdir"/$pkgname-$pkgver - cmake . \ - -DCMAKE_INSTALL_PREFIX=/usr \ - -DCMAKE_BUILD_TYPE=Release - make -} - -package() { - cd "$srcdir"/$pkgname-$pkgver - make DESTDIR="$pkgdir" install -} Copied: soundkonverter/repos/community-i686/PKGBUILD (from rev 88802, soundkonverter/trunk/PKGBUILD) =================================================================== --- community-i686/PKGBUILD (rev 0) +++ community-i686/PKGBUILD 2013-04-22 16:03:37 UTC (rev 88803) @@ -0,0 +1,49 @@ +# $Id$ +# Maintainer: Lukas Jirkovsky <l.jirkov...@gmail.com> +# Contributor: Mateusz Herych <heni...@gmail.com> +# Contributor: Eric Belanger <e...@archlinux.org> +# Contributor: Darwin Bautista <djclue...@gmail.com> + +pkgname=soundkonverter +pkgver=2.0.1 +pkgrel=1 +pkgdesc="Front-end to various audio converters" +arch=('i686' 'x86_64') +url="http://www.kde-apps.org/content/show.php?content=29024" +license=('GPL') +depends=('kdebase-runtime' 'libkcddb' 'cdparanoia' 'taglib') +makedepends=('automoc4' 'cmake') +optdepends=('cdrkit: cdda2wav backend' + 'faac: faac backend' + 'faad2: faad backend' + 'ffmpeg: ffmpeg backend' + 'flac: flac backend' + 'fluidsynth: flouidsynth backend' + 'lame: lame backend' + 'mac: mac backend' + 'mplayer: mplayer backend' + 'mp3gain: mp3gain backend' + 'opus-tools: opus backend' + 'speex: speexenc, speexdec backends' + 'timidity++: midi backend' + 'twolame: twolame backend' + 'vorbisgain: vorbisgain backend' + 'vorbis-tools: vorbis tools backend' + 'wavpack: wavpack backend' + 'sox: sox plugin (change sample rate, various effects)') +install=$pkgname.install +source=("http://kde-apps.org/CONTENT/content-files/29024-${pkgname}-${pkgver}.tar.gz") +md5sums=('d4f039003954c5279e56113237f608ca') + +build() { + cd "$srcdir"/$pkgname-$pkgver + cmake . \ + -DCMAKE_INSTALL_PREFIX=/usr \ + -DCMAKE_BUILD_TYPE=Release + make +} + +package() { + cd "$srcdir"/$pkgname-$pkgver + make DESTDIR="$pkgdir" install +} Deleted: community-i686/soundkonverter.install =================================================================== --- community-i686/soundkonverter.install 2013-04-22 16:03:30 UTC (rev 88802) +++ community-i686/soundkonverter.install 2013-04-22 16:03:37 UTC (rev 88803) @@ -1,12 +0,0 @@ -post_install() { - xdg-icon-resource forceupdate --theme hicolor &> /dev/null -} - -post_upgrade() { - post_install -} - -post_remove() { - post_install -} - Copied: soundkonverter/repos/community-i686/soundkonverter.install (from rev 88802, soundkonverter/trunk/soundkonverter.install) =================================================================== --- community-i686/soundkonverter.install (rev 0) +++ community-i686/soundkonverter.install 2013-04-22 16:03:37 UTC (rev 88803) @@ -0,0 +1,12 @@ +post_install() { + xdg-icon-resource forceupdate --theme hicolor &> /dev/null +} + +post_upgrade() { + post_install +} + +post_remove() { + post_install +} + Deleted: community-x86_64/PKGBUILD =================================================================== --- community-x86_64/PKGBUILD 2013-04-22 16:03:30 UTC (rev 88802) +++ community-x86_64/PKGBUILD 2013-04-22 16:03:37 UTC (rev 88803) @@ -1,49 +0,0 @@ -# $Id$ -# Maintainer: Lukas Jirkovsky <l.jirkov...@gmail.com> -# Contributor: Mateusz Herych <heni...@gmail.com> -# Contributor: Eric Belanger <e...@archlinux.org> -# Contributor: Darwin Bautista <djclue...@gmail.com> - -pkgname=soundkonverter -pkgver=2.0.0 -pkgrel=1 -pkgdesc="Front-end to various audio converters" -arch=('i686' 'x86_64') -url="http://www.kde-apps.org/content/show.php?content=29024" -license=('GPL') -depends=('kdebase-runtime' 'libkcddb' 'cdparanoia' 'taglib') -makedepends=('automoc4' 'cmake') -optdepends=('cdrkit: cdda2wav backend' - 'faac: faac backend' - 'faad2: faad backend' - 'ffmpeg: ffmpeg backend' - 'flac: flac backend' - 'fluidsynth: flouidsynth backend' - 'lame: lame backend' - 'mac: mac backend' - 'mplayer: mplayer backend' - 'mp3gain: mp3gain backend' - 'opus-tools: opus backend' - 'speex: speexenc, speexdec backends' - 'timidity++: midi backend' - 'twolame: twolame backend' - 'vorbisgain: vorbisgain backend' - 'vorbis-tools: vorbis tools backend' - 'wavpack: wavpack backend' - 'sox: sox plugin (change sample rate, various effects)') -install=$pkgname.install -source=("http://kde-apps.org/CONTENT/content-files/29024-${pkgname}-${pkgver}.tar.gz") -md5sums=('f1df729916b2418c474b859ed6b9eda6') - -build() { - cd "$srcdir"/$pkgname-$pkgver - cmake . \ - -DCMAKE_INSTALL_PREFIX=/usr \ - -DCMAKE_BUILD_TYPE=Release - make -} - -package() { - cd "$srcdir"/$pkgname-$pkgver - make DESTDIR="$pkgdir" install -} Copied: soundkonverter/repos/community-x86_64/PKGBUILD (from rev 88802, soundkonverter/trunk/PKGBUILD) =================================================================== --- community-x86_64/PKGBUILD (rev 0) +++ community-x86_64/PKGBUILD 2013-04-22 16:03:37 UTC (rev 88803) @@ -0,0 +1,49 @@ +# $Id$ +# Maintainer: Lukas Jirkovsky <l.jirkov...@gmail.com> +# Contributor: Mateusz Herych <heni...@gmail.com> +# Contributor: Eric Belanger <e...@archlinux.org> +# Contributor: Darwin Bautista <djclue...@gmail.com> + +pkgname=soundkonverter +pkgver=2.0.1 +pkgrel=1 +pkgdesc="Front-end to various audio converters" +arch=('i686' 'x86_64') +url="http://www.kde-apps.org/content/show.php?content=29024" +license=('GPL') +depends=('kdebase-runtime' 'libkcddb' 'cdparanoia' 'taglib') +makedepends=('automoc4' 'cmake') +optdepends=('cdrkit: cdda2wav backend' + 'faac: faac backend' + 'faad2: faad backend' + 'ffmpeg: ffmpeg backend' + 'flac: flac backend' + 'fluidsynth: flouidsynth backend' + 'lame: lame backend' + 'mac: mac backend' + 'mplayer: mplayer backend' + 'mp3gain: mp3gain backend' + 'opus-tools: opus backend' + 'speex: speexenc, speexdec backends' + 'timidity++: midi backend' + 'twolame: twolame backend' + 'vorbisgain: vorbisgain backend' + 'vorbis-tools: vorbis tools backend' + 'wavpack: wavpack backend' + 'sox: sox plugin (change sample rate, various effects)') +install=$pkgname.install +source=("http://kde-apps.org/CONTENT/content-files/29024-${pkgname}-${pkgver}.tar.gz") +md5sums=('d4f039003954c5279e56113237f608ca') + +build() { + cd "$srcdir"/$pkgname-$pkgver + cmake . \ + -DCMAKE_INSTALL_PREFIX=/usr \ + -DCMAKE_BUILD_TYPE=Release + make +} + +package() { + cd "$srcdir"/$pkgname-$pkgver + make DESTDIR="$pkgdir" install +} Deleted: community-x86_64/soundkonverter.install =================================================================== --- community-x86_64/soundkonverter.install 2013-04-22 16:03:30 UTC (rev 88802) +++ community-x86_64/soundkonverter.install 2013-04-22 16:03:37 UTC (rev 88803) @@ -1,12 +0,0 @@ -post_install() { - xdg-icon-resource forceupdate --theme hicolor &> /dev/null -} - -post_upgrade() { - post_install -} - -post_remove() { - post_install -} - Copied: soundkonverter/repos/community-x86_64/soundkonverter.install (from rev 88802, soundkonverter/trunk/soundkonverter.install) =================================================================== --- community-x86_64/soundkonverter.install (rev 0) +++ community-x86_64/soundkonverter.install 2013-04-22 16:03:37 UTC (rev 88803) @@ -0,0 +1,12 @@ +post_install() { + xdg-icon-resource forceupdate --theme hicolor &> /dev/null +} + +post_upgrade() { + post_install +} + +post_remove() { + post_install +} +