[arch-commits] Commit in nuvexport/trunk (PKGBUILD nuvexport.install)

Paul Mattal paul at archlinux.org
Fri Sep 12 22:48:48 UTC 2008


    Date: Friday, September 12, 2008 @ 18:48:48
  Author: paul
Revision: 12341

upgpkg: nuvexport 20080311-2
    apply fixes from #11103

Added:
  nuvexport/trunk/nuvexport.install
Modified:
  nuvexport/trunk/PKGBUILD

-------------------+
 PKGBUILD          |   13 +++++++------
 nuvexport.install |   17 +++++++++++++++++
 2 files changed, 24 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2008-09-12 21:52:19 UTC (rev 12340)
+++ PKGBUILD	2008-09-12 22:48:48 UTC (rev 12341)
@@ -1,18 +1,19 @@
-# $Id$
+# Maintainer: Paul Mattal <paul at archlinux.org>
 # Contributor: Paul Mattal <paul at mattal.com>
-# Maintainer: Paul Mattal <paul at archlinux.org>
+# Contributor: Jeremy Sands <cto at jeremysands.com>
+
 pkgname=nuvexport
 pkgver=20080311
 relnum=0.5
-pkgrel=1
+pkgrel=2
 pkgdesc="Export for MythTV nuv files to other formats (DVD/SVCD/DivX,etc.)"
 arch=(i686 x86_64)
 url="http://forevermore.net/files/nuvexport"
 license=('GPL2')
 depends=(perl perl-dbi 'ffmpeg>=20060920' perl-dbd-mysql perl-date-manip)
-source=(http://forevermore.net/files/nuvexport/$pkgname-$relnum-0.$pkgver.svn.tar.bz2 $pkgname-ipod-disable.patch)
-md5sums=('2d0a99623f06394daf3bf8769536d3cd'
-         'acd2dad9987e68359ead8b0be5e5797c')
+install=${pkgname}.install
+source=(http://forevermore.net/files/nuvexport/$pkgname-$relnum-0.$pkgver.svn.tar.bz2)
+md5sums=('2d0a99623f06394daf3bf8769536d3cd')
 
 build() {
   cd $startdir/src/$pkgname-$relnum

Added: nuvexport.install
===================================================================
--- nuvexport.install	                        (rev 0)
+++ nuvexport.install	2008-09-12 22:48:48 UTC (rev 12341)
@@ -0,0 +1,17 @@
+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, but note that you'll have to install transcode before 
+==> doing so.
+
+_EOF
+}
+
+post_upgrade() {
+  post_install $1
+}




More information about the arch-commits mailing list