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

Ike Devolder idevolder at archlinux.org
Fri Jul 24 12:35:14 UTC 2015


    Date: Friday, July 24, 2015 @ 14:35:14
  Author: idevolder
Revision: 137371

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

Added:
  libcec/repos/community-i686/PKGBUILD
    (from rev 137370, libcec/trunk/PKGBUILD)
  libcec/repos/community-x86_64/PKGBUILD
    (from rev 137370, libcec/trunk/PKGBUILD)
Deleted:
  libcec/repos/community-i686/PKGBUILD
  libcec/repos/community-x86_64/PKGBUILD

---------------------------+
 /PKGBUILD                 |   68 ++++++++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD   |   27 -----------------
 community-x86_64/PKGBUILD |   27 -----------------
 3 files changed, 68 insertions(+), 54 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2015-07-24 12:34:58 UTC (rev 137370)
+++ community-i686/PKGBUILD	2015-07-24 12:35:14 UTC (rev 137371)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: BlackIkeEagle <ike DOT devolder AT gmail DOT com>
-# Contributor: Philippe Cherel <philippe.cherel at mayenne.org>
-# vim: ft=sh:
-
-pkgname=libcec
-pkgver=2.2.0
-pkgrel=1
-pkgdesc="Pulse-Eight's libcec for the Pulse-Eight USB-CEC adapter"
-arch=('i686' 'x86_64')
-url="http://libcec.pulse-eight.com/"
-license=('GPL')
-depends=('udev' 'lockdev')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/Pulse-Eight/$pkgname/archive/$pkgname-$pkgver.tar.gz")
-
-build() {
-  cd "$pkgname-$pkgname-$pkgver"
-  autoreconf -vif
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "$pkgname-$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}
-sha256sums=('fd4f47a18d6e0f4b9e6f5831280207ee2b2a5fc2741ae32ae09ad12a8aa52917')

Copied: libcec/repos/community-i686/PKGBUILD (from rev 137370, libcec/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2015-07-24 12:35:14 UTC (rev 137371)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: BlackIkeEagle <ike DOT devolder AT gmail DOT com>
+# Contributor: Philippe Cherel <philippe.cherel at mayenne.org>
+# vim: ft=sh:
+
+pkgname=libcec
+pkgver=3.0.1
+pkgrel=1
+pkgdesc="Pulse-Eight's libcec for the Pulse-Eight USB-CEC adapter"
+arch=('i686' 'x86_64')
+url="http://libcec.pulse-eight.com/"
+license=('GPL')
+makedepends=('cmake')
+depends=('udev' 'lockdev' 'libplatform' 'libxrandr')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/Pulse-Eight/$pkgname/archive/$pkgname-$pkgver.tar.gz")
+sha256sums=('7e3670c8949a1964d6e5481f56dfff838857da10bdc60b506f6e9b7f117e253e')
+
+build() {
+    cd "$pkgname-$pkgname-$pkgver"
+    mkdir build
+    cd build
+    cmake .. \
+        -DCMAKE_BUILD_TYPE=Release \
+        -DBUILD_SHARED_LIBS=1 \
+        -DCMAKE_INSTALL_PREFIX=/usr \
+        -DCMAKE_INSTALL_LIBDIR=/usr/lib \
+        -DCMAKE_INSTALL_LIBDIR_NOARCH=/usr/lib
+    make
+}
+
+package() {
+    cd "$pkgname-$pkgname-$pkgver/build"
+    make DESTDIR="$pkgdir" install
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2015-07-24 12:34:58 UTC (rev 137370)
+++ community-x86_64/PKGBUILD	2015-07-24 12:35:14 UTC (rev 137371)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: BlackIkeEagle <ike DOT devolder AT gmail DOT com>
-# Contributor: Philippe Cherel <philippe.cherel at mayenne.org>
-# vim: ft=sh:
-
-pkgname=libcec
-pkgver=2.2.0
-pkgrel=1
-pkgdesc="Pulse-Eight's libcec for the Pulse-Eight USB-CEC adapter"
-arch=('i686' 'x86_64')
-url="http://libcec.pulse-eight.com/"
-license=('GPL')
-depends=('udev' 'lockdev')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/Pulse-Eight/$pkgname/archive/$pkgname-$pkgver.tar.gz")
-
-build() {
-  cd "$pkgname-$pkgname-$pkgver"
-  autoreconf -vif
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "$pkgname-$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}
-sha256sums=('fd4f47a18d6e0f4b9e6f5831280207ee2b2a5fc2741ae32ae09ad12a8aa52917')

Copied: libcec/repos/community-x86_64/PKGBUILD (from rev 137370, libcec/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2015-07-24 12:35:14 UTC (rev 137371)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: BlackIkeEagle <ike DOT devolder AT gmail DOT com>
+# Contributor: Philippe Cherel <philippe.cherel at mayenne.org>
+# vim: ft=sh:
+
+pkgname=libcec
+pkgver=3.0.1
+pkgrel=1
+pkgdesc="Pulse-Eight's libcec for the Pulse-Eight USB-CEC adapter"
+arch=('i686' 'x86_64')
+url="http://libcec.pulse-eight.com/"
+license=('GPL')
+makedepends=('cmake')
+depends=('udev' 'lockdev' 'libplatform' 'libxrandr')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/Pulse-Eight/$pkgname/archive/$pkgname-$pkgver.tar.gz")
+sha256sums=('7e3670c8949a1964d6e5481f56dfff838857da10bdc60b506f6e9b7f117e253e')
+
+build() {
+    cd "$pkgname-$pkgname-$pkgver"
+    mkdir build
+    cd build
+    cmake .. \
+        -DCMAKE_BUILD_TYPE=Release \
+        -DBUILD_SHARED_LIBS=1 \
+        -DCMAKE_INSTALL_PREFIX=/usr \
+        -DCMAKE_INSTALL_LIBDIR=/usr/lib \
+        -DCMAKE_INSTALL_LIBDIR_NOARCH=/usr/lib
+    make
+}
+
+package() {
+    cd "$pkgname-$pkgname-$pkgver/build"
+    make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list