[arch-commits] Commit in soundkonverter/repos (6 files)

Lukas Jirkovsky stativ at archlinux.org
Sat Sep 27 17:13:14 UTC 2014


    Date: Saturday, September 27, 2014 @ 19:13:14
  Author: stativ
Revision: 119664

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  soundkonverter/repos/community-staging-i686/
  soundkonverter/repos/community-staging-i686/PKGBUILD
    (from rev 119663, soundkonverter/trunk/PKGBUILD)
  soundkonverter/repos/community-staging-i686/soundkonverter.install
    (from rev 119663, soundkonverter/trunk/soundkonverter.install)
  soundkonverter/repos/community-staging-x86_64/
  soundkonverter/repos/community-staging-x86_64/PKGBUILD
    (from rev 119663, soundkonverter/trunk/PKGBUILD)
  soundkonverter/repos/community-staging-x86_64/soundkonverter.install
    (from rev 119663, soundkonverter/trunk/soundkonverter.install)

-------------------------------------------------+
 community-staging-i686/PKGBUILD                 |   49 ++++++++++++++++++++++
 community-staging-i686/soundkonverter.install   |   12 +++++
 community-staging-x86_64/PKGBUILD               |   49 ++++++++++++++++++++++
 community-staging-x86_64/soundkonverter.install |   12 +++++
 4 files changed, 122 insertions(+)

Copied: soundkonverter/repos/community-staging-i686/PKGBUILD (from rev 119663, soundkonverter/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD	                        (rev 0)
+++ community-staging-i686/PKGBUILD	2014-09-27 17:13:14 UTC (rev 119664)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Lukas Jirkovsky <l.jirkovsky at gmail.com>
+# Contributor: Mateusz Herych <heniekk at gmail.com>
+# Contributor: Eric Belanger <eric at archlinux.org>
+# Contributor: Darwin Bautista <djclue917 at gmail.com>
+
+pkgname=soundkonverter
+pkgver=2.1.1
+pkgrel=2
+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=('fa008d90b5c12bc3af569ec104c3b4cc')
+
+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-staging-i686/soundkonverter.install (from rev 119663, soundkonverter/trunk/soundkonverter.install)
===================================================================
--- community-staging-i686/soundkonverter.install	                        (rev 0)
+++ community-staging-i686/soundkonverter.install	2014-09-27 17:13:14 UTC (rev 119664)
@@ -0,0 +1,12 @@
+post_install() {
+  xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}
+

Copied: soundkonverter/repos/community-staging-x86_64/PKGBUILD (from rev 119663, soundkonverter/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2014-09-27 17:13:14 UTC (rev 119664)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Lukas Jirkovsky <l.jirkovsky at gmail.com>
+# Contributor: Mateusz Herych <heniekk at gmail.com>
+# Contributor: Eric Belanger <eric at archlinux.org>
+# Contributor: Darwin Bautista <djclue917 at gmail.com>
+
+pkgname=soundkonverter
+pkgver=2.1.1
+pkgrel=2
+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=('fa008d90b5c12bc3af569ec104c3b4cc')
+
+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-staging-x86_64/soundkonverter.install (from rev 119663, soundkonverter/trunk/soundkonverter.install)
===================================================================
--- community-staging-x86_64/soundkonverter.install	                        (rev 0)
+++ community-staging-x86_64/soundkonverter.install	2014-09-27 17:13:14 UTC (rev 119664)
@@ -0,0 +1,12 @@
+post_install() {
+  xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}
+



More information about the arch-commits mailing list