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

Sergej Pupykin spupykin at nymeria.archlinux.org
Fri Aug 30 15:29:14 UTC 2013


    Date: Friday, August 30, 2013 @ 17:29:14
  Author: spupykin
Revision: 96481

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

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

---------------------------+
 /PKGBUILD                 |   58 ++++++++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD   |   28 ---------------------
 community-x86_64/PKGBUILD |   28 ---------------------
 3 files changed, 58 insertions(+), 56 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2013-08-30 15:28:58 UTC (rev 96480)
+++ community-i686/PKGBUILD	2013-08-30 15:29:14 UTC (rev 96481)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
-# Maintainer: Eric Bélanger <eric at archlinux.org>
-
-pkgname=directfb
-pkgver=1.6.3
-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')
-options=('!libtool')
-source=(http://www.directfb.org/downloads/Core/DirectFB-${pkgver%.*}/DirectFB-${pkgver}.tar.gz)
-sha1sums=('0433c5999044ec9701481a92e50c0760cdb50c41')
-
-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
-  make
-} 
-
-package() {
-  cd DirectFB-${pkgver}
-  make DESTDIR="${pkgdir}" install
-}

Copied: directfb/repos/community-i686/PKGBUILD (from rev 96480, directfb/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2013-08-30 15:29:14 UTC (rev 96481)
@@ -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.0
+pkgrel=1
+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')
+options=('!libtool')
+source=(http://www.directfb.org/downloads/Core/DirectFB-${pkgver%.*}/DirectFB-${pkgver}.tar.gz)
+sha1sums=('095852479098a55be2b0c6a0250af4159ee16e7c')
+
+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
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2013-08-30 15:28:58 UTC (rev 96480)
+++ community-x86_64/PKGBUILD	2013-08-30 15:29:14 UTC (rev 96481)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
-# Maintainer: Eric Bélanger <eric at archlinux.org>
-
-pkgname=directfb
-pkgver=1.6.3
-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')
-options=('!libtool')
-source=(http://www.directfb.org/downloads/Core/DirectFB-${pkgver%.*}/DirectFB-${pkgver}.tar.gz)
-sha1sums=('0433c5999044ec9701481a92e50c0760cdb50c41')
-
-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
-  make
-} 
-
-package() {
-  cd DirectFB-${pkgver}
-  make DESTDIR="${pkgdir}" install
-}

Copied: directfb/repos/community-x86_64/PKGBUILD (from rev 96480, directfb/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2013-08-30 15:29:14 UTC (rev 96481)
@@ -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.0
+pkgrel=1
+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')
+options=('!libtool')
+source=(http://www.directfb.org/downloads/Core/DirectFB-${pkgver%.*}/DirectFB-${pkgver}.tar.gz)
+sha1sums=('095852479098a55be2b0c6a0250af4159ee16e7c')
+
+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