[arch-commits] Commit in nuvexport/repos/community-any (4 files)

Felix Yan fyan at nymeria.archlinux.org
Tue Jul 1 08:10:57 UTC 2014


    Date: Tuesday, July 1, 2014 @ 10:10:57
  Author: fyan
Revision: 113901

archrelease: copy trunk to community-any

Added:
  nuvexport/repos/community-any/PKGBUILD
    (from rev 113900, nuvexport/trunk/PKGBUILD)
  nuvexport/repos/community-any/nuvexport.install
    (from rev 113900, nuvexport/trunk/nuvexport.install)
Deleted:
  nuvexport/repos/community-any/PKGBUILD
  nuvexport/repos/community-any/nuvexport.install

-------------------+
 PKGBUILD          |   58 ++++++++++++++++++++++++++--------------------------
 nuvexport.install |   32 ++++++++++++++--------------
 2 files changed, 45 insertions(+), 45 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2014-07-01 08:10:11 UTC (rev 113900)
+++ PKGBUILD	2014-07-01 08:10:57 UTC (rev 113901)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Jonathan Conder <jonno.conder at gmail.com>
-# Contributor: Giovanni Scafora <giovanni at archlinux.org>
-# Contributor: Paul Mattal <paul at archlinux.org>
-# Contributor: Paul Mattal <paul at mattal.com>
-# Contributor: Jeremy Sands <cto at jeremysands.com>
-# Contributor: Alexander Rødseth <rodseth at gmail.com>
-
-pkgname=nuvexport
-pkgver=0.5
-pkgrel=2
-epoch=2
-pkgdesc="Export MythTV .nuv and .mpeg files to other formats"
-arch=('any')
-url="http://www.mythtv.org/wiki/Nuvexport"
-license=('GPL')
-depends=('ffmpeg' 'id3lib' 'mplayer' 'mythtv' 'perl-date-manip' 'perl-dbd-mysql'
-         'transcode')
-backup=('etc/nuvexportrc')
-install=$pkgname.install
-source=("http://forevermore.net/files/$pkgname/$pkgname-$pkgver-0.20100817.svn.tar.bz2")
-sha256sums=('b8138e31786031293dd3cee2dd6554b187b74723836732b8fc727b67a5262995')
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  make INSTALL=/bin/install prefix="$pkgdir/usr" sysconfdir="$pkgdir/etc" install
-  sed -i "s:/tmp/fifodir:/var/tmp/fifodir:g" "$pkgdir/usr/share/nuvexport/export"/*.pm
-}

Copied: nuvexport/repos/community-any/PKGBUILD (from rev 113900, nuvexport/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2014-07-01 08:10:57 UTC (rev 113901)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Jonathan Conder <jonno.conder at gmail.com>
+# Contributor: Giovanni Scafora <giovanni at archlinux.org>
+# Contributor: Paul Mattal <paul at archlinux.org>
+# Contributor: Paul Mattal <paul at mattal.com>
+# Contributor: Jeremy Sands <cto at jeremysands.com>
+# Contributor: Alexander Rødseth <rodseth at gmail.com>
+
+pkgname=nuvexport
+pkgver=0.5
+pkgrel=3
+epoch=2
+pkgdesc="Export MythTV .nuv and .mpeg files to other formats"
+arch=('any')
+url="http://www.mythtv.org/wiki/Nuvexport"
+license=('GPL')
+depends=('ffmpeg' 'id3lib' 'mplayer' 'mythtv' 'perl-date-manip' 'perl-dbd-mysql'
+         'transcode')
+backup=('etc/nuvexportrc')
+install=$pkgname.install
+source=("http://forevermore.net/files/$pkgname/$pkgname-$pkgver-0.20100817.svn.tar.bz2")
+sha256sums=('b8138e31786031293dd3cee2dd6554b187b74723836732b8fc727b67a5262995')
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  make INSTALL=/bin/install prefix="$pkgdir/usr" sysconfdir="$pkgdir/etc" install
+  sed -i "s:/tmp/fifodir:/var/tmp/fifodir:g" "$pkgdir/usr/share/nuvexport/export"/*.pm
+}

Deleted: nuvexport.install
===================================================================
--- nuvexport.install	2014-07-01 08:10:11 UTC (rev 113900)
+++ nuvexport.install	2014-07-01 08:10:57 UTC (rev 113901)
@@ -1,16 +0,0 @@
-post_install() {
-  cat << _EOF 
-
-==> IMPORTANT!!!
-==> To use nuvexport, you will need to copy ~/.mythtv/config.xml
-==> from a working MythTV installation to /usr/lib/mythtv/config.xml
-==>
-==> You can also run nuvexport --transcode and get potentially better
-==> results.
-
-_EOF
-}
-
-post_upgrade() {
-  post_install $1
-}

Copied: nuvexport/repos/community-any/nuvexport.install (from rev 113900, nuvexport/trunk/nuvexport.install)
===================================================================
--- nuvexport.install	                        (rev 0)
+++ nuvexport.install	2014-07-01 08:10:57 UTC (rev 113901)
@@ -0,0 +1,16 @@
+post_install() {
+  cat << _EOF 
+
+==> IMPORTANT!!!
+==> To use nuvexport, you will need to copy ~/.mythtv/config.xml
+==> from a working MythTV installation to /usr/lib/mythtv/config.xml
+==>
+==> You can also run nuvexport --transcode and get potentially better
+==> results.
+
+_EOF
+}
+
+post_upgrade() {
+  post_install $1
+}




More information about the arch-commits mailing list