[arch-commits] Commit in directfb/repos (4 files)
Sergej Pupykin
spupykin at archlinux.org
Sat Apr 18 21:23:55 UTC 2015
Date: Saturday, April 18, 2015 @ 23:23:55
Author: spupykin
Revision: 131652
archrelease: copy trunk to community-i686, community-x86_64
Added:
directfb/repos/community-i686/PKGBUILD
(from rev 131651, directfb/trunk/PKGBUILD)
directfb/repos/community-x86_64/PKGBUILD
(from rev 131651, directfb/trunk/PKGBUILD)
Deleted:
directfb/repos/community-i686/PKGBUILD
directfb/repos/community-x86_64/PKGBUILD
---------------------------+
/PKGBUILD | 62 ++++++++++++++++++++++++++++++++++++++++++++
community-i686/PKGBUILD | 30 ---------------------
community-x86_64/PKGBUILD | 30 ---------------------
3 files changed, 62 insertions(+), 60 deletions(-)
Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD 2015-04-18 21:23:38 UTC (rev 131651)
+++ community-i686/PKGBUILD 2015-04-18 21:23:55 UTC (rev 131652)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
-# Maintainer: Eric Bélanger <eric at archlinux.org>
-
-pkgname=directfb
-pkgver=1.7.5
-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')
-source=(http://www.directfb.org/downloads/Core/DirectFB-${pkgver%.*}/DirectFB-${pkgver}.tar.gz)
-sha1sums=('095852479098a55be2b0c6a0250af4159ee16e7c')
-sha1sums=('ff3dc6885f2875586849d88ee9f87fca866259b0')
-sha1sums=('13f769b5fc0a38b123968761fad3058bc923b01f')
-
-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 131651, directfb/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-04-18 21:23:55 UTC (rev 131652)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+# Maintainer: Eric Bélanger <eric at archlinux.org>
+
+pkgname=directfb
+pkgver=1.7.7
+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')
+source=(http://www.directfb.org/downloads/Core/DirectFB-${pkgver%.*}/DirectFB-${pkgver}.tar.gz)
+sha1sums=('095852479098a55be2b0c6a0250af4159ee16e7c')
+sha1sums=('ff3dc6885f2875586849d88ee9f87fca866259b0')
+sha1sums=('13f769b5fc0a38b123968761fad3058bc923b01f')
+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
+}
Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD 2015-04-18 21:23:38 UTC (rev 131651)
+++ community-x86_64/PKGBUILD 2015-04-18 21:23:55 UTC (rev 131652)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
-# Maintainer: Eric Bélanger <eric at archlinux.org>
-
-pkgname=directfb
-pkgver=1.7.5
-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')
-source=(http://www.directfb.org/downloads/Core/DirectFB-${pkgver%.*}/DirectFB-${pkgver}.tar.gz)
-sha1sums=('095852479098a55be2b0c6a0250af4159ee16e7c')
-sha1sums=('ff3dc6885f2875586849d88ee9f87fca866259b0')
-sha1sums=('13f769b5fc0a38b123968761fad3058bc923b01f')
-
-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 131651, directfb/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2015-04-18 21:23:55 UTC (rev 131652)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+# Maintainer: Eric Bélanger <eric at archlinux.org>
+
+pkgname=directfb
+pkgver=1.7.7
+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')
+source=(http://www.directfb.org/downloads/Core/DirectFB-${pkgver%.*}/DirectFB-${pkgver}.tar.gz)
+sha1sums=('095852479098a55be2b0c6a0250af4159ee16e7c')
+sha1sums=('ff3dc6885f2875586849d88ee9f87fca866259b0')
+sha1sums=('13f769b5fc0a38b123968761fad3058bc923b01f')
+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