[arch-commits] Commit in wxcam/repos (4 files)
Felix Yan
fyan at archlinux.org
Mon Aug 11 10:26:11 UTC 2014
Date: Monday, August 11, 2014 @ 12:26:11
Author: fyan
Revision: 117138
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 117137, wxcam/trunk/PKGBUILD)
wxcam/repos/community-staging-x86_64/
wxcam/repos/community-staging-x86_64/PKGBUILD
(from rev 117137, wxcam/trunk/PKGBUILD)
-----------------------------------+
community-staging-i686/PKGBUILD | 33 +++++++++++++++++++++++++++++++++
community-staging-x86_64/PKGBUILD | 33 +++++++++++++++++++++++++++++++++
2 files changed, 66 insertions(+)
Copied: wxcam/repos/community-staging-i686/PKGBUILD (from rev 117137, wxcam/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-08-11 10:26:11 UTC (rev 117138)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
+pkgname=wxcam
+pkgver=1.1
+pkgrel=6
+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.5.8
+url="http://wxcam.sourceforge.net"
+makedepends=('intltool>=0.35.0' 'libsm')
+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'
+ '4941a3959f790ee68326403da1ed6dc7')
+
+prepare() {
+ cp "$srcdir"/CImg-${_CImg_ver}/CImg.h "$srcdir"/$pkgname-$pkgver
+}
+
+build() {
+ cd "$srcdir"/$pkgname-$pkgver
+ ./configure --prefix=/usr
+ make
+}
+
+package() {
+ cd "$srcdir"/$pkgname-$pkgver
+ make DESTDIR="$pkgdir" wxcamdocdir=/usr/share/doc/wxcam install
+}
Copied: wxcam/repos/community-staging-x86_64/PKGBUILD (from rev 117137, wxcam/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD (rev 0)
+++ community-staging-x86_64/PKGBUILD 2014-08-11 10:26:11 UTC (rev 117138)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
+pkgname=wxcam
+pkgver=1.1
+pkgrel=6
+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.5.8
+url="http://wxcam.sourceforge.net"
+makedepends=('intltool>=0.35.0' 'libsm')
+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'
+ '4941a3959f790ee68326403da1ed6dc7')
+
+prepare() {
+ cp "$srcdir"/CImg-${_CImg_ver}/CImg.h "$srcdir"/$pkgname-$pkgver
+}
+
+build() {
+ cd "$srcdir"/$pkgname-$pkgver
+ ./configure --prefix=/usr
+ make
+}
+
+package() {
+ cd "$srcdir"/$pkgname-$pkgver
+ make DESTDIR="$pkgdir" wxcamdocdir=/usr/share/doc/wxcam install
+}
More information about the arch-commits
mailing list