[arch-commits] Commit in morituri/repos/community-any (PKGBUILD PKGBUILD)

Felix Yan fyan at nymeria.archlinux.org
Wed Jul 17 06:14:51 UTC 2013


    Date: Wednesday, July 17, 2013 @ 08:14:51
  Author: fyan
Revision: 94222

archrelease: copy trunk to community-any

Added:
  morituri/repos/community-any/PKGBUILD
    (from rev 94221, morituri/trunk/PKGBUILD)
Deleted:
  morituri/repos/community-any/PKGBUILD

----------+
 PKGBUILD |  113 +++++++++++++++++++++++++++++++++++--------------------------
 1 file changed, 65 insertions(+), 48 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2013-07-17 06:08:00 UTC (rev 94221)
+++ PKGBUILD	2013-07-17 06:14:51 UTC (rev 94222)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at gmail.com>
-# Contributor: Karol "Kenji Takahashi" Woźniak <kenji.sx>
-# Contributor: Mantas Mikulėnas <grawity at gmail.com>
-
-pkgname=morituri
-pkgver=0.2.0
-pkgrel=4
-pkgdesc="a CD ripper aiming for accuracy over speed, modelled after Exact Audio Copy"
-arch=('any')
-url="https://github.com/thomasvs/morituri"
-license=("GPL3")
-depends=(
-    "cdparanoia"
-    "cdrdao"
-    "gstreamer0.10-base"
-    "gstreamer0.10-base-plugins"
-    "gstreamer0.10-python"
-    "python2-musicbrainz2"
-    "cddb-py"
-    "python2-distribute"
-)
-optdepends=(
-    "python2-pycdio: for 'rip drive list'"
-    "gstreamer0.10-good-plugins"
-    "gstreamer0.10-bad-plugins"
-    "gstreamer0.10-ugly-plugins"
-)
-source=("http://thomas.apestaart.org/download/morituri/$pkgname-$pkgver.tar.bz2")
-sha1sums=('63f5923611ba9e0883a7cef668a43260c7196dda')
-
-build() {
-    cd "$srcdir/$pkgname-$pkgver"
-    export PYTHON="python2"
-    sed -i '27s/\<python\>/&2/' doc/Makefile.am
-    sed -i '1s/\<python\>/&2/' bin/rip.in etc/bash_completion.d/bash-compgen
-    autoreconf -i -f
-    ./configure --prefix=/usr --sysconfdir=/etc
-    make
-}
-
-package() {
-    cd "$srcdir/$pkgname-$pkgver"
-    make DESTDIR="$pkgdir" install
-    install -Dm 0644 "README" "$pkgdir/usr/share/doc/morituri/README"
-}
-
-# vim: ft=sh:ts=4:sw=4:et

Copied: morituri/repos/community-any/PKGBUILD (from rev 94221, morituri/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2013-07-17 06:14:51 UTC (rev 94222)
@@ -0,0 +1,65 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at gmail.com>
+# Contributor: Karol "Kenji Takahashi" Woźniak <kenji.sx>
+# Contributor: Mantas Mikulėnas <grawity at gmail.com>
+
+pkgname=morituri
+pkgver=0.2.1
+pkgrel=1
+pkgdesc="a CD ripper aiming for accuracy over speed, modelled after Exact Audio Copy"
+arch=('any')
+url="https://github.com/thomasvs/morituri"
+license=("GPL3")
+depends=(
+    "cdparanoia"
+    "cdrdao"
+    "gstreamer0.10-base"
+    "gstreamer0.10-base-plugins"
+    "gstreamer0.10-python"
+    "python2-musicbrainz2"
+    "cddb-py"
+    "python2-distribute"
+)
+optdepends=(
+    "python2-pycdio: for 'rip drive list'"
+    "gstreamer0.10-good-plugins"
+    "gstreamer0.10-bad-plugins"
+    "gstreamer0.10-ugly-plugins"
+)
+makedepends=('git')
+source=("git+https://github.com/thomasvs/${pkgname}.git#tag=v$pkgver"
+        "git://github.com/thomasvs/python-musicbrainz-ngs.git"
+        "git://github.com/thomasvs/python-command.git"
+        "git://github.com/Flumotion/flog"
+        "git://github.com/thomasvs/python-deps")
+
+prepare() {
+    cd "$srcdir/$pkgname"
+    git submodule init
+    git config submodule."morituri/extern/python-musicbrainz-ngs".url "$srcdir/python-musicbrainz-ngs"
+    git config submodule."morituri/extern/python-command".url "$srcdir/python-command"
+    git config submodule."morituri/extern/flog".url "$srcdir/flog"
+    git config submodule."morituri/extern/python-deps".url "$srcdir/python-deps"
+    git submodule update
+}
+
+build() {
+    cd "$srcdir/$pkgname"
+    export PYTHON="python2"
+    autoreconf -i -f
+    ./configure --prefix=/usr --sysconfdir=/etc
+    make
+}
+
+package() {
+    cd "$srcdir/$pkgname"
+    make DESTDIR="$pkgdir" install
+    install -Dm 0644 "README" "$pkgdir/usr/share/doc/morituri/README"
+}
+
+# vim: ft=sh:ts=4:sw=4:et
+sha512sums=('SKIP'
+            'SKIP'
+            'SKIP'
+            'SKIP'
+            'SKIP')




More information about the arch-commits mailing list