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

Sergej Pupykin spupykin at nymeria.archlinux.org
Thu Oct 17 12:43:25 UTC 2013


    Date: Thursday, October 17, 2013 @ 14:43:25
  Author: spupykin
Revision: 98723

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

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

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

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2013-10-17 12:43:08 UTC (rev 98722)
+++ community-i686/PKGBUILD	2013-10-17 12:43:25 UTC (rev 98723)
@@ -1,29 +0,0 @@
-# $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
-}

Copied: directfb/repos/community-i686/PKGBUILD (from rev 98722, directfb/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2013-10-17 12:43:25 UTC (rev 98723)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+# Maintainer: Eric Bélanger <eric at archlinux.org>
+
+pkgname=directfb
+pkgver=1.7.1
+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')
+sha1sums=('ff3dc6885f2875586849d88ee9f87fca866259b0')
+
+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-10-17 12:43:08 UTC (rev 98722)
+++ community-x86_64/PKGBUILD	2013-10-17 12:43:25 UTC (rev 98723)
@@ -1,29 +0,0 @@
-# $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
-}

Copied: directfb/repos/community-x86_64/PKGBUILD (from rev 98722, directfb/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2013-10-17 12:43:25 UTC (rev 98723)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+# Maintainer: Eric Bélanger <eric at archlinux.org>
+
+pkgname=directfb
+pkgver=1.7.1
+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')
+sha1sums=('ff3dc6885f2875586849d88ee9f87fca866259b0')
+
+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