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

Giovanni Scafora giovanni at archlinux.org
Thu Oct 16 13:58:45 UTC 2008


    Date: Thursday, October 16, 2008 @ 09:58:44
  Author: giovanni
Revision: 15640

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/trunk/PKGBUILD

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


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

Modified: trunk/PKGBUILD
===================================================================
--- trunk/PKGBUILD	2008-10-16 10:28:54 UTC (rev 15639)
+++ trunk/PKGBUILD	2008-10-16 13:58:44 UTC (rev 15640)
@@ -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