[arch-commits] Commit in kid3/repos (8 files)
Bartłomiej Piotrowski
bpiotrowski at nymeria.archlinux.org
Sat Feb 9 16:17:10 UTC 2013
Date: Saturday, February 9, 2013 @ 17:17:10
Author: bpiotrowski
Revision: 84060
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 84059, kid3/trunk/PKGBUILD)
kid3/repos/community-staging-i686/kid3.changelog
(from rev 84059, kid3/trunk/kid3.changelog)
kid3/repos/community-staging-i686/kid3.install
(from rev 84059, kid3/trunk/kid3.install)
kid3/repos/community-staging-x86_64/
kid3/repos/community-staging-x86_64/PKGBUILD
(from rev 84059, kid3/trunk/PKGBUILD)
kid3/repos/community-staging-x86_64/kid3.changelog
(from rev 84059, kid3/trunk/kid3.changelog)
kid3/repos/community-staging-x86_64/kid3.install
(from rev 84059, kid3/trunk/kid3.install)
-----------------------------------------+
community-staging-i686/PKGBUILD | 40 ++++++++++++++++++++++++++++++
community-staging-i686/kid3.changelog | 38 ++++++++++++++++++++++++++++
community-staging-i686/kid3.install | 12 +++++++++
community-staging-x86_64/PKGBUILD | 40 ++++++++++++++++++++++++++++++
community-staging-x86_64/kid3.changelog | 38 ++++++++++++++++++++++++++++
community-staging-x86_64/kid3.install | 12 +++++++++
6 files changed, 180 insertions(+)
Copied: kid3/repos/community-staging-i686/PKGBUILD (from rev 84059, kid3/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-02-09 16:17:10 UTC (rev 84060)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+# Contributor: Alois Nespor <alois.nespor at gmail.com>
+
+pkgname=kid3
+pkgver=2.2.1
+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=('2ac3ab6bbf8d2fdcc070a753ebdce868a5e9a2f0b3daddcc7c5b953ff39781b0')
+
+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 84059, kid3/trunk/kid3.changelog)
===================================================================
--- community-staging-i686/kid3.changelog (rev 0)
+++ community-staging-i686/kid3.changelog 2013-02-09 16:17:10 UTC (rev 84060)
@@ -0,0 +1,38 @@
+2012-12-16 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+ * kid3 2.2.1-1
+
+2012-10-28 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+ * kid3 2.2-1
+
+2012-06-03 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+ * kid3 2.1-4 ffmpeg 0.11 rebuild
+
+2012-05-12 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+ * kid3 2.1-1
+
+2011-11-20 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+ * kid3 2.0.1-1
+
+2011-09-09 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+ * kid3 2.0-1
+
+2011-02-19 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+ * kid3 1.6
+
+2010-09-27 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+ * Update to major release v1.5
+
+2010-03-13 Andrea Scarpino <andrea at archlinux.org>
+ * Update to major release v1.4
+ * MP4V2 enabled
+ * Cleanup dependencies
+
+2010-01-01 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+ * 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 <dragonlord at aur.archlinux.org>
+ * Update to major release v1.2
+
+2008-10-25 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+ * Update to major release v1.1
Copied: kid3/repos/community-staging-i686/kid3.install (from rev 84059, kid3/trunk/kid3.install)
===================================================================
--- community-staging-i686/kid3.install (rev 0)
+++ community-staging-i686/kid3.install 2013-02-09 16:17:10 UTC (rev 84060)
@@ -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 84059, kid3/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD (rev 0)
+++ community-staging-x86_64/PKGBUILD 2013-02-09 16:17:10 UTC (rev 84060)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+# Contributor: Alois Nespor <alois.nespor at gmail.com>
+
+pkgname=kid3
+pkgver=2.2.1
+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=('2ac3ab6bbf8d2fdcc070a753ebdce868a5e9a2f0b3daddcc7c5b953ff39781b0')
+
+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 84059, kid3/trunk/kid3.changelog)
===================================================================
--- community-staging-x86_64/kid3.changelog (rev 0)
+++ community-staging-x86_64/kid3.changelog 2013-02-09 16:17:10 UTC (rev 84060)
@@ -0,0 +1,38 @@
+2012-12-16 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+ * kid3 2.2.1-1
+
+2012-10-28 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+ * kid3 2.2-1
+
+2012-06-03 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+ * kid3 2.1-4 ffmpeg 0.11 rebuild
+
+2012-05-12 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+ * kid3 2.1-1
+
+2011-11-20 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+ * kid3 2.0.1-1
+
+2011-09-09 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+ * kid3 2.0-1
+
+2011-02-19 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+ * kid3 1.6
+
+2010-09-27 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+ * Update to major release v1.5
+
+2010-03-13 Andrea Scarpino <andrea at archlinux.org>
+ * Update to major release v1.4
+ * MP4V2 enabled
+ * Cleanup dependencies
+
+2010-01-01 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+ * 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 <dragonlord at aur.archlinux.org>
+ * Update to major release v1.2
+
+2008-10-25 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+ * Update to major release v1.1
Copied: kid3/repos/community-staging-x86_64/kid3.install (from rev 84059, kid3/trunk/kid3.install)
===================================================================
--- community-staging-x86_64/kid3.install (rev 0)
+++ community-staging-x86_64/kid3.install 2013-02-09 16:17:10 UTC (rev 84060)
@@ -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
+}
More information about the arch-commits
mailing list