[arch-commits] Commit in dvdrip/repos (extra-i686 extra-i686/PKGBUILD)

Giovanni Scafora giovanni at archlinux.org
Thu Oct 16 14:01:28 UTC 2008


    Date: Thursday, October 16, 2008 @ 10:01:28
  Author: giovanni
Revision: 15641

Merged revisions 15640 via svnmerge from 
svn+ssh://archlinux.org/home/svn-packages/dvdrip/trunk

................
  r15640 | giovanni | 2008-10-16 15:58:44 +0200 (gio, 16 ott 2008) | 9 lines
  
  Merged revisions 356 via svnmerge from 
  svn+ssh://archlinux.org/home/svn-packages/dvdrip/trunk
  
  ........
    r356 | aaron | 2008-04-19 00:56:27 +0200 (sab, 19 apr 2008) | 1 line
    
    Added svn:keywords to all PKGBUILDs
  ........
................

Modified:
  dvdrip/repos/extra-i686/	(properties)
  dvdrip/repos/extra-i686/PKGBUILD

----------+
 PKGBUILD |   19 +++++++------------
 1 file changed, 7 insertions(+), 12 deletions(-)


Property changes on: dvdrip/repos/extra-i686
___________________________________________________________________
Name: svnmerge-integrated
   - /dvdrip/trunk:1-15639
   + /dvdrip/trunk:1-15640

Modified: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2008-10-16 13:58:44 UTC (rev 15640)
+++ extra-i686/PKGBUILD	2008-10-16 14:01:28 UTC (rev 15641)
@@ -1,33 +1,28 @@
 # $Id$
+# Maintainer: Giovanni Scafora <giovanni at archlinux.org>
 # Contributor: Fredrik Hammar <Horney_C86 at Hotmail.com>
-# Maintainer: tobias <tobias at archlinux.org>
 
 pkgname=dvdrip
-pkgver=0.98.8
-pkgrel=2
+pkgver=0.98.9
+pkgrel=1
 pkgdesc="A Gtk frontend for transcode writen in Perl"
-arch=(i686 x86_64)
+arch=('i686' 'x86_64')
 license=('custom')
 url="http://www.exit1.org/dvdrip/"
 install=${pkgname}.install
-depends=('glibc' 'perl-gtk2-ex-formfactory' 'transcode' 'imagemagick'
+depends=('perl-gtk2-ex-formfactory' 'transcode' 'imagemagick'
          'perl-libintl-perl' 'desktop-file-utils' 'perl-event-execflow')
 source=(http://www.exit1.org/dvdrip/dist/${pkgname}-${pkgver}.tar.gz \
         ${pkgname}.desktop)
 options=(!emptydirs)
-md5sums=('61b77b298b14c6bde83713e93e9ea4d8'
-         '9c5b347c2e0ae847d0e7abb3cf54bad3')
+md5sums=('580b84f717f9b8ef962771474d966172' '9c5b347c2e0ae847d0e7abb3cf54bad3')
 
 build() {
   export MAKEFLAGS="-j1"
   cd ${startdir}/src/${pkgname}-${pkgver}
-  # workaround a workaround that works around the RH specific NPTL handling
-  #sed -i 's:2\.2\.5:2.4:' lib/Video/DVDRip/Config.pm
 
-  perl Makefile.PL INSTALLDIRS=vendor || return 1
+  perl Makefile.PL INSTALLSITESCRIPT=/usr/bin INSTALLSITELIB=/usr/lib/perl5/site_perl/current || return 1
   make || return 1
-# make test is broken in a chroot
-#  make test || return 1
   make install DESTDIR=${startdir}/pkg
 
   # remove perllocal.pod and .packlist




More information about the arch-commits mailing list