[arch-commits] Commit in nuvexport/repos (3 files)

Eric Belanger eric at archlinux.org
Mon Sep 15 03:44:29 UTC 2008


    Date: Sunday, September 14, 2008 @ 23:44:29
  Author: eric
Revision: 12527

Merged revisions 356,4644,12341,12526 via svnmerge from 
svn+ssh://svn.archlinux.org/home/svn-packages/nuvexport/trunk

........
  r356 | aaron | 2008-04-18 18:56:27 -0400 (Fri, 18 Apr 2008) | 1 line
  
  Added svn:keywords to all PKGBUILDs
........
  r4644 | ronald | 2008-07-08 03:05:52 -0400 (Tue, 08 Jul 2008) | 1 line
  
  fix license
........
  r12341 | paul | 2008-09-12 18:48:48 -0400 (Fri, 12 Sep 2008) | 2 lines
  
  upgpkg: nuvexport 20080311-2
      apply fixes from #11103
........
  r12526 | eric | 2008-09-14 23:31:14 -0400 (Sun, 14 Sep 2008) | 1 line
  
  upgpkg: nuvexport 20080311-2
........

Added:
  nuvexport/repos/extra-x86_64/nuvexport.install
    (from rev 12526, nuvexport/trunk/nuvexport.install)
Modified:
  nuvexport/repos/extra-x86_64/	(properties)
  nuvexport/repos/extra-x86_64/PKGBUILD

-------------------+
 PKGBUILD          |   22 ++++++++++------------
 nuvexport.install |   17 +++++++++++++++++
 2 files changed, 27 insertions(+), 12 deletions(-)


Property changes on: nuvexport/repos/extra-x86_64
___________________________________________________________________
Name: svnmerge-integrated
   - /nuvexport/trunk:1
   + /nuvexport/trunk:1-12526

Modified: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2008-09-15 03:31:14 UTC (rev 12526)
+++ extra-x86_64/PKGBUILD	2008-09-15 03:44:29 UTC (rev 12527)
@@ -1,22 +1,20 @@
 # $Id$
-# Contributor: Paul Mattal <paul at mattal.com>
 # Maintainer: Paul Mattal <paul at archlinux.org>
+# Contributor: Paul Mattal <paul at mattal.com>
+# Contributor: Jeremy Sands <cto at jeremysands.com>
+
 pkgname=nuvexport
-pkgver=20070211
-relnum=0.4
-pkgrel=1
+pkgver=20080311
+relnum=0.5
+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=""
+license=('GPL2')
 depends=(perl perl-dbi 'ffmpeg>=20060920' perl-dbd-mysql perl-date-manip)
-makedepends=()
-conflicts=()
-replaces=()
-backup=()
-install=
-source=(http://forevermore.net/files/nuvexport/$pkgname-$relnum-0.$pkgver.svn.tar.bz2 $pkgname-ipod-disable.patch)
-md5sums=('9520427459fe37fc04d8e556fde5d317' '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

Copied: nuvexport/repos/extra-x86_64/nuvexport.install (from rev 12526, nuvexport/trunk/nuvexport.install)
===================================================================
--- extra-x86_64/nuvexport.install	                        (rev 0)
+++ extra-x86_64/nuvexport.install	2008-09-15 03:44:29 UTC (rev 12527)
@@ -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