[arch-commits] Commit in wxcam/repos (4 files)

Jelle van der Waa jelle at nymeria.archlinux.org
Mon Jan 6 20:00:30 UTC 2014


    Date: Monday, January 6, 2014 @ 21:00:29
  Author: jelle
Revision: 103491

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  wxcam/repos/community-staging-i686/
  wxcam/repos/community-staging-i686/PKGBUILD
    (from rev 103490, wxcam/trunk/PKGBUILD)
  wxcam/repos/community-staging-x86_64/
  wxcam/repos/community-staging-x86_64/PKGBUILD
    (from rev 103490, wxcam/trunk/PKGBUILD)

-----------------------------------+
 community-staging-i686/PKGBUILD   |   32 ++++++++++++++++++++++++++++++++
 community-staging-x86_64/PKGBUILD |   32 ++++++++++++++++++++++++++++++++
 2 files changed, 64 insertions(+)

Copied: wxcam/repos/community-staging-i686/PKGBUILD (from rev 103490, wxcam/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD	                        (rev 0)
+++ community-staging-i686/PKGBUILD	2014-01-06 20:00:29 UTC (rev 103491)
@@ -0,0 +1,32 @@
+# Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
+pkgname=wxcam
+pkgver=1.1
+pkgrel=2
+arch=('i686' 'x86_64')
+license=(GPL)
+pkgdesc="Webcam application for linux"
+# version of CImg library needed to compile wxcam -
+# http://cimg.sourceforge.net/
+_CImg_ver=1.4.9
+url="http://wxcam.sourceforge.net"
+makedepends=('intltool>=0.35.0')
+depends=('libglade' 'mjpegtools' 'perlxml' 'wxgtk' 'xvidcore' 'v4l-utils' 'alsa-lib')
+source=(http://downloads.sourceforge.net/wxcam/${pkgname}-${pkgver}.tar.bz2
+	    http://downloads.sourceforge.net/cimg/CImg-${_CImg_ver}.zip)
+md5sums=('c9ea8991b6375c1709a7ce4e61fcc263'
+         'a07cba03f6d66a9970e0b3fcc230bddc')
+
+build() {
+    cp $srcdir/CImg-${_CImg_ver}/CImg.h $srcdir/$pkgname-$pkgver
+
+    cd $srcdir/$pkgname-$pkgver
+    ./configure --prefix=/usr
+    make
+}
+
+package() {
+    cd $srcdir/$pkgname-$pkgver
+    make DESTDIR=$pkgdir install
+
+    mv $pkgdir/usr/doc $pkgdir/usr/share/
+}

Copied: wxcam/repos/community-staging-x86_64/PKGBUILD (from rev 103490, wxcam/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2014-01-06 20:00:29 UTC (rev 103491)
@@ -0,0 +1,32 @@
+# Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
+pkgname=wxcam
+pkgver=1.1
+pkgrel=2
+arch=('i686' 'x86_64')
+license=(GPL)
+pkgdesc="Webcam application for linux"
+# version of CImg library needed to compile wxcam -
+# http://cimg.sourceforge.net/
+_CImg_ver=1.4.9
+url="http://wxcam.sourceforge.net"
+makedepends=('intltool>=0.35.0')
+depends=('libglade' 'mjpegtools' 'perlxml' 'wxgtk' 'xvidcore' 'v4l-utils' 'alsa-lib')
+source=(http://downloads.sourceforge.net/wxcam/${pkgname}-${pkgver}.tar.bz2
+	    http://downloads.sourceforge.net/cimg/CImg-${_CImg_ver}.zip)
+md5sums=('c9ea8991b6375c1709a7ce4e61fcc263'
+         'a07cba03f6d66a9970e0b3fcc230bddc')
+
+build() {
+    cp $srcdir/CImg-${_CImg_ver}/CImg.h $srcdir/$pkgname-$pkgver
+
+    cd $srcdir/$pkgname-$pkgver
+    ./configure --prefix=/usr
+    make
+}
+
+package() {
+    cd $srcdir/$pkgname-$pkgver
+    make DESTDIR=$pkgdir install
+
+    mv $pkgdir/usr/doc $pkgdir/usr/share/
+}




More information about the arch-commits mailing list