Date: Sunday, July 14, 2013 @ 22:18:00
  Author: bpiotrowski
Revision: 94136

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

Added:
  kid3/repos/community-staging-i686/
  kid3/repos/community-staging-i686/PKGBUILD
    (from rev 94135, kid3/trunk/PKGBUILD)
  kid3/repos/community-staging-i686/kid3.changelog
    (from rev 94135, kid3/trunk/kid3.changelog)
  kid3/repos/community-staging-i686/kid3.install
    (from rev 94135, kid3/trunk/kid3.install)
  kid3/repos/community-staging-x86_64/
  kid3/repos/community-staging-x86_64/PKGBUILD
    (from rev 94135, kid3/trunk/PKGBUILD)
  kid3/repos/community-staging-x86_64/kid3.changelog
    (from rev 94135, kid3/trunk/kid3.changelog)
  kid3/repos/community-staging-x86_64/kid3.install
    (from rev 94135, kid3/trunk/kid3.install)

-----------------------------------------+
 community-staging-i686/PKGBUILD         |   45 ++++++++++++++++++++++++++++++
 community-staging-i686/kid3.changelog   |   41 +++++++++++++++++++++++++++
 community-staging-i686/kid3.install     |   12 ++++++++
 community-staging-x86_64/PKGBUILD       |   45 ++++++++++++++++++++++++++++++
 community-staging-x86_64/kid3.changelog |   41 +++++++++++++++++++++++++++
 community-staging-x86_64/kid3.install   |   12 ++++++++
 6 files changed, 196 insertions(+)

Copied: kid3/repos/community-staging-i686/PKGBUILD (from rev 94135, 
kid3/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD                             (rev 0)
+++ community-staging-i686/PKGBUILD     2013-07-14 20:18:00 UTC (rev 94136)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau <[email protected]>
+# Contributor: Alois Nespor <[email protected]>
+
+pkgname=kid3
+pkgver=2.3
+pkgrel=2
+pkgdesc="An MP3, Ogg/Vorbis and FLAC tag editor for KDE"
+arch=('i686' 'x86_64')
+url="http://kid3.sourceforge.net/";
+license=('GPL')
+depends=('chromaprint' 'id3lib' 'taglib' 'kdebase-runtime')
+makedepends=('automoc4' 'cmake' 'docbook-xml' 'docbook-xsl')
+options=('!makeflags')
+install=$pkgname.install
+changelog=$pkgname.changelog
+source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)
+sha256sums=('8426b40b065f5a968796d1ff92da8d7a96d67cd963df837ce30ff1cf795ae301')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  sed -i 's/AVCODEC_MAX_AUDIO_FRAME_SIZE/192000/' 
src/core/import/ffmpegfingerprintdecoder.cpp
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  cd ${srcdir}
+
+  mkdir build
+  cd build
+
+  cmake \
+    ../${pkgname}-${pkgver} \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DCMAKE_BUILD_TYPE=Release
+
+  make
+}
+
+package() {
+  cd build
+
+  make DESTDIR=${pkgdir} install
+}

Copied: kid3/repos/community-staging-i686/kid3.changelog (from rev 94135, 
kid3/trunk/kid3.changelog)
===================================================================
--- community-staging-i686/kid3.changelog                               (rev 0)
+++ community-staging-i686/kid3.changelog       2013-07-14 20:18:00 UTC (rev 
94136)
@@ -0,0 +1,41 @@
+2013-03-12 Jaroslav Lichtblau <[email protected]>
+       * kid3 2.3-1
+
+2012-12-16 Jaroslav Lichtblau <[email protected]>
+       * kid3 2.2.1-1
+
+2012-10-28 Jaroslav Lichtblau <[email protected]>
+       * kid3 2.2-1
+
+2012-06-03 Jaroslav Lichtblau <[email protected]>
+       * kid3 2.1-4 ffmpeg 0.11 rebuild
+
+2012-05-12 Jaroslav Lichtblau <[email protected]>
+       * kid3 2.1-1
+
+2011-11-20 Jaroslav Lichtblau <[email protected]>
+       * kid3 2.0.1-1
+
+2011-09-09 Jaroslav Lichtblau <[email protected]>
+       * kid3 2.0-1
+
+2011-02-19 Jaroslav Lichtblau <[email protected]>
+       * kid3 1.6
+
+2010-09-27 Jaroslav Lichtblau <[email protected]>
+       * Update to major release v1.5
+
+2010-03-13 Andrea Scarpino <[email protected]>
+       * Update to major release v1.4
+       * MP4V2 enabled
+       * Cleanup dependencies
+
+2010-01-01 Jaroslav Lichtblau <[email protected]>
+       * Update to major release v1.3
+       * MP4V2 disabled, package in [extra] needs to be updated to be used 
with kid3
+
+2009-04-29 Jaroslav Lichtblau <[email protected]>
+       * Update to major release v1.2
+
+2008-10-25 Jaroslav Lichtblau <[email protected]>
+       * Update to major release v1.1

Copied: kid3/repos/community-staging-i686/kid3.install (from rev 94135, 
kid3/trunk/kid3.install)
===================================================================
--- community-staging-i686/kid3.install                         (rev 0)
+++ community-staging-i686/kid3.install 2013-07-14 20:18:00 UTC (rev 94136)
@@ -0,0 +1,12 @@
+post_install() {
+  xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}

Copied: kid3/repos/community-staging-x86_64/PKGBUILD (from rev 94135, 
kid3/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD                           (rev 0)
+++ community-staging-x86_64/PKGBUILD   2013-07-14 20:18:00 UTC (rev 94136)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau <[email protected]>
+# Contributor: Alois Nespor <[email protected]>
+
+pkgname=kid3
+pkgver=2.3
+pkgrel=2
+pkgdesc="An MP3, Ogg/Vorbis and FLAC tag editor for KDE"
+arch=('i686' 'x86_64')
+url="http://kid3.sourceforge.net/";
+license=('GPL')
+depends=('chromaprint' 'id3lib' 'taglib' 'kdebase-runtime')
+makedepends=('automoc4' 'cmake' 'docbook-xml' 'docbook-xsl')
+options=('!makeflags')
+install=$pkgname.install
+changelog=$pkgname.changelog
+source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)
+sha256sums=('8426b40b065f5a968796d1ff92da8d7a96d67cd963df837ce30ff1cf795ae301')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  sed -i 's/AVCODEC_MAX_AUDIO_FRAME_SIZE/192000/' 
src/core/import/ffmpegfingerprintdecoder.cpp
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  cd ${srcdir}
+
+  mkdir build
+  cd build
+
+  cmake \
+    ../${pkgname}-${pkgver} \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DCMAKE_BUILD_TYPE=Release
+
+  make
+}
+
+package() {
+  cd build
+
+  make DESTDIR=${pkgdir} install
+}

Copied: kid3/repos/community-staging-x86_64/kid3.changelog (from rev 94135, 
kid3/trunk/kid3.changelog)
===================================================================
--- community-staging-x86_64/kid3.changelog                             (rev 0)
+++ community-staging-x86_64/kid3.changelog     2013-07-14 20:18:00 UTC (rev 
94136)
@@ -0,0 +1,41 @@
+2013-03-12 Jaroslav Lichtblau <[email protected]>
+       * kid3 2.3-1
+
+2012-12-16 Jaroslav Lichtblau <[email protected]>
+       * kid3 2.2.1-1
+
+2012-10-28 Jaroslav Lichtblau <[email protected]>
+       * kid3 2.2-1
+
+2012-06-03 Jaroslav Lichtblau <[email protected]>
+       * kid3 2.1-4 ffmpeg 0.11 rebuild
+
+2012-05-12 Jaroslav Lichtblau <[email protected]>
+       * kid3 2.1-1
+
+2011-11-20 Jaroslav Lichtblau <[email protected]>
+       * kid3 2.0.1-1
+
+2011-09-09 Jaroslav Lichtblau <[email protected]>
+       * kid3 2.0-1
+
+2011-02-19 Jaroslav Lichtblau <[email protected]>
+       * kid3 1.6
+
+2010-09-27 Jaroslav Lichtblau <[email protected]>
+       * Update to major release v1.5
+
+2010-03-13 Andrea Scarpino <[email protected]>
+       * Update to major release v1.4
+       * MP4V2 enabled
+       * Cleanup dependencies
+
+2010-01-01 Jaroslav Lichtblau <[email protected]>
+       * Update to major release v1.3
+       * MP4V2 disabled, package in [extra] needs to be updated to be used 
with kid3
+
+2009-04-29 Jaroslav Lichtblau <[email protected]>
+       * Update to major release v1.2
+
+2008-10-25 Jaroslav Lichtblau <[email protected]>
+       * Update to major release v1.1

Copied: kid3/repos/community-staging-x86_64/kid3.install (from rev 94135, 
kid3/trunk/kid3.install)
===================================================================
--- community-staging-x86_64/kid3.install                               (rev 0)
+++ community-staging-x86_64/kid3.install       2013-07-14 20:18:00 UTC (rev 
94136)
@@ -0,0 +1,12 @@
+post_install() {
+  xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}

Reply via email to