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

Evangelos Foutras foutrelis at archlinux.org
Mon Dec 7 01:19:04 UTC 2015


    Date: Monday, December 7, 2015 @ 02:19:04
  Author: foutrelis
Revision: 149473

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

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

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

Copied: directfb/repos/community-staging-i686/PKGBUILD (from rev 149472, directfb/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD	                        (rev 0)
+++ community-staging-i686/PKGBUILD	2015-12-07 01:19:04 UTC (rev 149473)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+# Maintainer: Eric Bélanger <eric at archlinux.org>
+
+pkgname=directfb
+pkgver=1.7.7
+pkgrel=2
+pkgdesc="A thin library that provides hardware graphics acceleration, input device handling and abstraction, integrated windowing system on top of the Linux Framebuffer Device"
+arch=('i686' 'x86_64')
+url="http://www.directfb.org"
+license=('LGPL')
+depends=('gcc-libs' 'libjpeg' 'sdl' 'libpng' 'freetype2' 'libdrm' 'libgl' 'mesa')
+#source=(http://www.directfb.org/downloads/Core/DirectFB-${pkgver%.*}/DirectFB-${pkgver}.tar.gz)
+source=(http://sources.webos-ports.org/downloads/DirectFB-$pkgver.tar.gz)
+sha1sums=('205d824906906303db9b096cc2d3bea0662e8860')
+
+build() {
+  cd DirectFB-${pkgver}
+  ./configure --prefix=/usr --sysconfdir=/etc --enable-static \
+    --enable-zlib --enable-x11 --enable-sdl --disable-vnc --disable-osx \
+    --enable-video4linux2 --enable-voodoo \
+    --enable-mesa --enable-drmkms
+  make
+} 
+
+package() {
+  cd DirectFB-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}

Copied: directfb/repos/community-staging-x86_64/PKGBUILD (from rev 149472, directfb/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2015-12-07 01:19:04 UTC (rev 149473)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+# Maintainer: Eric Bélanger <eric at archlinux.org>
+
+pkgname=directfb
+pkgver=1.7.7
+pkgrel=2
+pkgdesc="A thin library that provides hardware graphics acceleration, input device handling and abstraction, integrated windowing system on top of the Linux Framebuffer Device"
+arch=('i686' 'x86_64')
+url="http://www.directfb.org"
+license=('LGPL')
+depends=('gcc-libs' 'libjpeg' 'sdl' 'libpng' 'freetype2' 'libdrm' 'libgl' 'mesa')
+#source=(http://www.directfb.org/downloads/Core/DirectFB-${pkgver%.*}/DirectFB-${pkgver}.tar.gz)
+source=(http://sources.webos-ports.org/downloads/DirectFB-$pkgver.tar.gz)
+sha1sums=('205d824906906303db9b096cc2d3bea0662e8860')
+
+build() {
+  cd DirectFB-${pkgver}
+  ./configure --prefix=/usr --sysconfdir=/etc --enable-static \
+    --enable-zlib --enable-x11 --enable-sdl --disable-vnc --disable-osx \
+    --enable-video4linux2 --enable-voodoo \
+    --enable-mesa --enable-drmkms
+  make
+} 
+
+package() {
+  cd DirectFB-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}



More information about the arch-commits mailing list