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

Lukas Jirkovsky stativ at nymeria.archlinux.org
Sat Mar 1 17:29:54 UTC 2014


    Date: Saturday, March 1, 2014 @ 18:29:53
  Author: stativ
Revision: 106379

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

Added:
  soundkonverter/repos/community-i686/PKGBUILD
    (from rev 106378, soundkonverter/trunk/PKGBUILD)
  soundkonverter/repos/community-i686/soundkonverter.install
    (from rev 106378, soundkonverter/trunk/soundkonverter.install)
  soundkonverter/repos/community-x86_64/PKGBUILD
    (from rev 106378, soundkonverter/trunk/PKGBUILD)
  soundkonverter/repos/community-x86_64/soundkonverter.install
    (from rev 106378, 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	2014-03-01 17:19:07 UTC (rev 106378)
+++ community-i686/PKGBUILD	2014-03-01 17:29:53 UTC (rev 106379)
@@ -1,49 +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=2.0.5
-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=('42f7dd8fe5f4d8d18d41c2b1302322ee')
-
-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 106378, soundkonverter/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2014-03-01 17:29:53 UTC (rev 106379)
@@ -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.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=('763dd81c14948ca6ffa8637f6bda0e5f')
+
+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	2014-03-01 17:19:07 UTC (rev 106378)
+++ community-i686/soundkonverter.install	2014-03-01 17:29:53 UTC (rev 106379)
@@ -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 106378, soundkonverter/trunk/soundkonverter.install)
===================================================================
--- community-i686/soundkonverter.install	                        (rev 0)
+++ community-i686/soundkonverter.install	2014-03-01 17:29:53 UTC (rev 106379)
@@ -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	2014-03-01 17:19:07 UTC (rev 106378)
+++ community-x86_64/PKGBUILD	2014-03-01 17:29:53 UTC (rev 106379)
@@ -1,49 +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=2.0.5
-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=('42f7dd8fe5f4d8d18d41c2b1302322ee')
-
-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 106378, soundkonverter/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2014-03-01 17:29:53 UTC (rev 106379)
@@ -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.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=('763dd81c14948ca6ffa8637f6bda0e5f')
+
+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	2014-03-01 17:19:07 UTC (rev 106378)
+++ community-x86_64/soundkonverter.install	2014-03-01 17:29:53 UTC (rev 106379)
@@ -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 106378, soundkonverter/trunk/soundkonverter.install)
===================================================================
--- community-x86_64/soundkonverter.install	                        (rev 0)
+++ community-x86_64/soundkonverter.install	2014-03-01 17:29:53 UTC (rev 106379)
@@ -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