[arch-commits] Commit in (3 files)

Eduardo Romero eduardo at archlinux.org
Mon Jul 14 18:27:39 UTC 2008


    Date: Monday, July 14, 2008 @ 14:27:39
  Author: eduardo
Revision: 5286

Modified:
  gphoto2/trunk/PKGBUILD
  libgphoto2/trunk/PKGBUILD
  wine/trunk/PKGBUILD

---------------------------+
 gphoto2/trunk/PKGBUILD    |    6 +++---
 libgphoto2/trunk/PKGBUILD |   21 ++++++++++-----------
 wine/trunk/PKGBUILD       |    2 +-
 3 files changed, 14 insertions(+), 15 deletions(-)

Modified: gphoto2/trunk/PKGBUILD
===================================================================
--- gphoto2/trunk/PKGBUILD	2008-07-14 18:04:01 UTC (rev 5285)
+++ gphoto2/trunk/PKGBUILD	2008-07-14 18:27:39 UTC (rev 5286)
@@ -2,15 +2,15 @@
 # Maintainer: Jason Chu <jason at archlinux.org>
 # Contributor: Jason Chu <jason at archlinux.org>
 pkgname=gphoto2
-pkgver=2.4.0
-pkgrel=2
+pkgver=2.4.2
+pkgrel=1
 pkgdesc="A digital camera download and access program."
 arch=(i686 x86_64)
 url="http://www.gphoto.org"
 license=('GPL' 'LGPL')
 depends=(glibc 'libgphoto2>=2.4.0' 'libexif>=0.6.9' libjpeg ncurses popt readline aalib 'gpm>=1.20.4')
 source=(http://downloads.sourceforge.net/gphoto/$pkgname-$pkgver.tar.bz2)
-md5sums=('5fd1f711ca806adb687b33c55964d898')
+md5sums=('9c57dd8b89ccfeafdd2037516185f6e9')
 
 build() {
   cd $startdir/src/$pkgname-$pkgver

Modified: libgphoto2/trunk/PKGBUILD
===================================================================
--- libgphoto2/trunk/PKGBUILD	2008-07-14 18:04:01 UTC (rev 5285)
+++ libgphoto2/trunk/PKGBUILD	2008-07-14 18:27:39 UTC (rev 5286)
@@ -3,8 +3,8 @@
 # Contributor: Damir Perisa <damir.perisa at bluewin.ch>
 
 pkgname=libgphoto2
-pkgver=2.4.0
-pkgrel=6
+pkgver=2.4.2
+pkgrel=1
 pkgdesc="The core of gphoto2 software. It is a portable library to gives access to more than 400 digital cameras."
 arch=(i686 x86_64)
 url="http://www.gphoto.org"
@@ -12,10 +12,9 @@
 license=(LGPL)
 install=(libgphoto2.install)
 source=(http://downloads.sourceforge.net/gphoto/${pkgname}-${pkgver}.tar.gz
-	no-mdns.patch fix-udev.patch)
-md5sums=('adef1a564d3d1a48e1c13ece34b111b6'
-         '28f57616cbba6f12ca113b87c8123993'
-         'e5f3b19f7cdca8d72190170da995dfec')
+	no-mdns.patch)
+md5sums=('7ec19a0f434da3aea15e136b9dacdd04'
+         '28f57616cbba6f12ca113b87c8123993')
 options=('libtool')
 
 build() {
@@ -30,10 +29,10 @@
 
   # Relibtoolize, doesn't compile without it.
   libtoolize --force --copy || return 1
-  AT_M4DIR=". m4m" autoreconf || return 1
+  AT_M4DIR=". m4m" autoreconf -i --force || return 1
   pushd libgphoto2_port || return 1
   libtoolize --force --copy || return 1
-  autoreconf || return 1
+  autoreconf -i --force || return 1
   popd 
 
   ./configure --prefix=/usr --with-exif --disable-static || return 1
@@ -55,7 +54,7 @@
       ${startdir}/pkg/etc/udev/rules.d/54-gphoto.rules || return 1
   install -m755 -d ${startdir}/pkg/lib
   mv ${startdir}/pkg/usr/lib/udev ${startdir}/pkg/lib/ || return 1
-  # fix usb and usb_device subsystems
-  cd ${startdir}/pkg/etc/udev/rules.d/
-  patch -Np0 -i ${startdir}/src/fix-udev.patch || return 1
+#  fix usb and usb_device subsystems
+#  cd ${startdir}/pkg/etc/udev/rules.d/
+#  patch -Np0 -i ${startdir}/src/fix-udev.patch || return 1
 }

Modified: wine/trunk/PKGBUILD
===================================================================
--- wine/trunk/PKGBUILD	2008-07-14 18:04:01 UTC (rev 5285)
+++ wine/trunk/PKGBUILD	2008-07-14 18:27:39 UTC (rev 5286)
@@ -11,7 +11,7 @@
          'libxcursor' 'libxrandr' 'libxdamage' 'freeglut')
 makedepends=('cups' 'sane' 'fontforge' 'flex' 'bison' 'libgphoto2' \
              'libxinerama' 'esd' 'libungif' 'alsa-lib' 'ncurses' \
-             'libxcomposite' 'samba')
+             'libxcomposite' 'samba' 'libxpm' 'libxmu' 'libXxf86vm')
 install=wine.install
 source=(http://downloads.sourceforge.net/wine/wine-$pkgver.tar.bz2)
 md5sums=('7c68c241a52e88b69d290ffe569ee723')





More information about the arch-commits mailing list