[arch-commits] Commit in quodlibet/repos/extra-any (4 files)
Eric Bélanger
eric at nymeria.archlinux.org
Mon Apr 14 04:34:13 UTC 2014
Date: Monday, April 14, 2014 @ 06:34:12
Author: eric
Revision: 210301
archrelease: copy trunk to extra-any
Added:
quodlibet/repos/extra-any/PKGBUILD
(from rev 210300, quodlibet/trunk/PKGBUILD)
quodlibet/repos/extra-any/quodlibet.install
(from rev 210300, quodlibet/trunk/quodlibet.install)
Deleted:
quodlibet/repos/extra-any/PKGBUILD
quodlibet/repos/extra-any/quodlibet.install
-------------------+
PKGBUILD | 120 ++++++++++++++++++++++++++--------------------------
quodlibet.install | 22 ++++-----
2 files changed, 71 insertions(+), 71 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2014-04-14 04:33:56 UTC (rev 210300)
+++ PKGBUILD 2014-04-14 04:34:12 UTC (rev 210301)
@@ -1,60 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger <eric at archlinux.org>
-
-pkgbase=quodlibet
-pkgname=('quodlibet' 'quodlibet-plugins')
-pkgver=3.0.2
-pkgrel=1
-arch=('any')
-license=('GPL2')
-url="http://code.google.com/p/quodlibet/"
-makedepends=('python2' 'intltool')
-options=('!makeflags')
-source=(https://quodlibet.googlecode.com/files/$pkgbase-$pkgver.tar.gz
- https://quodlibet.googlecode.com/files/$pkgbase-plugins-$pkgver.tar.gz)
-sha1sums=('d86fcd5ae461398891ad08b23d4497c3cfe0587d'
- '8126fc4c69fd7db556a1ff38d9b41f27d6ad7264')
-
-prepare() {
- cd ${pkgbase}-${pkgver}
- sed -i 's/env python/env python2/' exfalso.py quodlibet.py \
- ../${pkgbase}-plugins-${pkgver}/songsmenu/replaygain.py
- sed -i 's|/usr/bin/python|/usr/bin/python2|' operon.py
-}
-
-build() {
- cd ${pkgbase}-${pkgver}
- python2 setup.py build
-}
-
-package_quodlibet() {
- pkgdesc="An audio library tagger, manager and player"
- depends=('gtk3' 'python2-gobject' 'python2-dbus' 'mutagen'
- 'gst-plugins-base' 'gst-plugins-good' 'gst-plugins-ugly'
- 'gnome-icon-theme')
- optdepends=('gst-libav: for ffmpeg (ASF/WMA) support'
- 'gst-plugins-bad: for Musepack support'
- 'libgpod: for ipod support'
- 'python2-feedparser: for audio feeds (podcast) support'
- 'libkeybinder3: for the multimedia keys support'
- 'media-player-info: for media devices support')
- install=quodlibet.install
-
- cd ${pkgbase}-${pkgver}
- python2 setup.py install --prefix="${pkgdir}/usr"
-}
-
-package_quodlibet-plugins() {
- pkgdesc="Various plugins for QuodLibet"
- depends=('quodlibet')
- optdepends=('cddb-py: for "CDDB Lookup" plugin'
- 'python2-musicbrainz2: for "MusicBrainz Lookup" plugin'
- 'python2-pyinotify: for "Automatic library update" plugin'
- 'kakasi: for "Kana/Kanji Simple Inverter" plugin'
- 'zeitgeist: for "Event Logging" plugin'
- 'gst-plugins-bad: for "Audio Pitch/Speed" plugin')
-
- cd ${pkgbase}-plugins-${pkgver}
- install -d "${pkgdir}/usr/lib/python2.7/site-packages/quodlibet/plugins"
- cp -r editing events gstreamer playorder songsmenu "${pkgdir}/usr/lib/python2.7/site-packages/quodlibet/plugins"
-}
Copied: quodlibet/repos/extra-any/PKGBUILD (from rev 210300, quodlibet/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2014-04-14 04:34:12 UTC (rev 210301)
@@ -0,0 +1,60 @@
+# $Id$
+# Maintainer: Eric Bélanger <eric at archlinux.org>
+
+pkgbase=quodlibet
+pkgname=('quodlibet' 'quodlibet-plugins')
+pkgver=3.1.0
+pkgrel=1
+arch=('any')
+license=('GPL2')
+url="http://code.google.com/p/quodlibet/"
+makedepends=('python2' 'intltool')
+options=('!makeflags')
+source=(https://bitbucket.org/lazka/quodlibet-files/raw/default/releases/$pkgbase-$pkgver.tar.gz
+ https://bitbucket.org/lazka/quodlibet-files/raw/default/releases/$pkgbase-plugins-$pkgver.tar.gz)
+sha1sums=('2a2ff36cbab472aa61ead2bd9803cc6396ac310c'
+ '0b79004728fafe6ac9bb1352cbb04c9b76ca4f55')
+
+prepare() {
+ cd ${pkgbase}-${pkgver}
+ sed -i 's/env python/env python2/' exfalso.py quodlibet.py \
+ ../${pkgbase}-plugins-${pkgver}/songsmenu/replaygain.py
+ sed -i 's|/usr/bin/python|/usr/bin/python2|' operon.py
+}
+
+build() {
+ cd ${pkgbase}-${pkgver}
+ python2 setup.py build
+}
+
+package_quodlibet() {
+ pkgdesc="An audio library tagger, manager and player"
+ depends=('gtk3' 'python2-gobject' 'python2-dbus' 'mutagen'
+ 'gst-plugins-base' 'gst-plugins-good' 'gst-plugins-ugly'
+ 'gnome-icon-theme')
+ optdepends=('gst-libav: for ffmpeg (ASF/WMA) support'
+ 'gst-plugins-bad: for Musepack support'
+ 'libgpod: for ipod support'
+ 'python2-feedparser: for audio feeds (podcast) support'
+ 'libkeybinder3: for the multimedia keys support'
+ 'media-player-info: for media devices support')
+ install=quodlibet.install
+
+ cd ${pkgbase}-${pkgver}
+ python2 setup.py install --prefix="${pkgdir}/usr"
+}
+
+package_quodlibet-plugins() {
+ pkgdesc="Various plugins for QuodLibet"
+ depends=('quodlibet')
+ optdepends=('cddb-py: for "CDDB Lookup" plugin'
+ 'python2-musicbrainz2: for "MusicBrainz Lookup" plugin'
+ 'python2-pyinotify: for "Automatic library update" plugin'
+ 'kakasi: for "Kana/Kanji Simple Inverter" plugin'
+ 'zeitgeist: for "Event Logging" plugin'
+ 'gst-plugins-bad: for "Audio Pitch/Speed" plugin')
+
+ cd ${pkgbase}-plugins-${pkgver}
+ install -d "${pkgdir}/usr/lib/python2.7/site-packages/quodlibet/plugins"
+ cp -r editing events gstreamer playorder songsmenu "${pkgdir}/usr/lib/python2.7/site-packages/quodlibet/plugins"
+}
Deleted: quodlibet.install
===================================================================
--- quodlibet.install 2014-04-14 04:33:56 UTC (rev 210300)
+++ quodlibet.install 2014-04-14 04:34:12 UTC (rev 210301)
@@ -1,11 +0,0 @@
-post_install() {
- gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}
Copied: quodlibet/repos/extra-any/quodlibet.install (from rev 210300, quodlibet/trunk/quodlibet.install)
===================================================================
--- quodlibet.install (rev 0)
+++ quodlibet.install 2014-04-14 04:34:12 UTC (rev 210301)
@@ -0,0 +1,11 @@
+post_install() {
+ gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}
More information about the arch-commits
mailing list