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

Lukas Jirkovsky stativ at nymeria.archlinux.org
Mon Mar 11 21:28:00 UTC 2013


    Date: Monday, March 11, 2013 @ 22:28:00
  Author: stativ
Revision: 86067

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

Added:
  soundkonverter/repos/community-i686/PKGBUILD
    (from rev 86066, soundkonverter/trunk/PKGBUILD)
  soundkonverter/repos/community-i686/soundkonverter.install
    (from rev 86066, soundkonverter/trunk/soundkonverter.install)
  soundkonverter/repos/community-x86_64/PKGBUILD
    (from rev 86066, soundkonverter/trunk/PKGBUILD)
  soundkonverter/repos/community-x86_64/soundkonverter.install
    (from rev 86066, 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

-----------------------------------------+
 community-i686/PKGBUILD                 |   96 +++++++++++++++---------------
 community-i686/soundkonverter.install   |   24 +++----
 community-x86_64/PKGBUILD               |   96 +++++++++++++++---------------
 community-x86_64/soundkonverter.install |   24 +++----
 4 files changed, 122 insertions(+), 118 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2013-03-11 21:27:40 UTC (rev 86066)
+++ community-i686/PKGBUILD	2013-03-11 21:28:00 UTC (rev 86067)
@@ -1,47 +0,0 @@
-# $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=1.6.4
-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'
-            'speex: speexenc, speexdec backends'
-            'timidity++: midi backend'
-            'twolame: twolame backend'
-            'vorbisgain: vorbisgain backend'
-            'vorbis-tools: vorbis tools backend'
-            'wavpack: wavpack backend')
-install=$pkgname.install
-source=("http://kde-apps.org/CONTENT/content-files/29024-${pkgname}-${pkgver}.tar.gz")
-md5sums=('be01689be4c7e1811c57436ec45d7326')
-
-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 86066, soundkonverter/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2013-03-11 21:28:00 UTC (rev 86067)
@@ -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.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
+}

Deleted: community-i686/soundkonverter.install
===================================================================
--- community-i686/soundkonverter.install	2013-03-11 21:27:40 UTC (rev 86066)
+++ community-i686/soundkonverter.install	2013-03-11 21:28:00 UTC (rev 86067)
@@ -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 86066, soundkonverter/trunk/soundkonverter.install)
===================================================================
--- community-i686/soundkonverter.install	                        (rev 0)
+++ community-i686/soundkonverter.install	2013-03-11 21:28:00 UTC (rev 86067)
@@ -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-03-11 21:27:40 UTC (rev 86066)
+++ community-x86_64/PKGBUILD	2013-03-11 21:28:00 UTC (rev 86067)
@@ -1,47 +0,0 @@
-# $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=1.6.4
-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'
-            'speex: speexenc, speexdec backends'
-            'timidity++: midi backend'
-            'twolame: twolame backend'
-            'vorbisgain: vorbisgain backend'
-            'vorbis-tools: vorbis tools backend'
-            'wavpack: wavpack backend')
-install=$pkgname.install
-source=("http://kde-apps.org/CONTENT/content-files/29024-${pkgname}-${pkgver}.tar.gz")
-md5sums=('be01689be4c7e1811c57436ec45d7326')
-
-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 86066, soundkonverter/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2013-03-11 21:28:00 UTC (rev 86067)
@@ -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.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
+}

Deleted: community-x86_64/soundkonverter.install
===================================================================
--- community-x86_64/soundkonverter.install	2013-03-11 21:27:40 UTC (rev 86066)
+++ community-x86_64/soundkonverter.install	2013-03-11 21:28:00 UTC (rev 86067)
@@ -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 86066, soundkonverter/trunk/soundkonverter.install)
===================================================================
--- community-x86_64/soundkonverter.install	                        (rev 0)
+++ community-x86_64/soundkonverter.install	2013-03-11 21:28:00 UTC (rev 86067)
@@ -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