You are not logged in.

#1 2004-07-30 15:51:56

phunni
Member
From: Bristol, UK
Registered: 2003-08-13
Posts: 768

DirectFB and FusionSound

As part of my continuing efforts to create a package for Clanbomber2, I have written PKGBUILDS for DirectFB and FusionSound that work for me.

DirectFB:

pkgname=directfb
pkgver=0.9.20
pkgrel=1
pkgdesc=" DirectFB is a thin library that provides hardware graphics acceleration, input device handling and abstraction, integrated windowing system with support for translucent windows and multiple display layers on top of the Linux Framebuffer Device."
url="http://www.directfb.org"
license=""
depends=()
makedepends=('freetype2' 'libjpeg' 'libpng' 'zlib')
conflicts=()
replaces=()
backup=()
install=$pkgname.install
source=(http://www.directfb.org/download/DirectFB/DirectFB-$pkgver.tar.gz)
md5sums=('e42e8ae43f0ad873643f73cc0a9ae7d0')

build() {
  cd $startdir/src/DirectFB-$pkgver
  ac_cv_header_linux_wm97xx_h=no ./configure --prefix=/usr
  make || return 1
  make prefix=$startdir/pkg/usr install
}

FusionSound:

pkgname=fusionsound
pkgver=0.9.19
pkgrel=1
pkgdesc="FusionSound is  part of DirectFB"
url="http://www.directfb.org"
license=""
depends=()
makedepends=('directfb')
conflicts=()
replaces=()
backup=()
install=$pkgname.install
source=(http://www.directfb.org/download/FusionSound/FusionSound-$pkgver.tar.gz)#
md5sums=('433214d60e7a1147103abf55717f2f80')

build() {
  cd $startdir/src/FusionSound-$pkgver
  ./configure --prefix=/usr
  make || return 1
  make prefix=$startdir/pkg/usr install
}

Let me know if you give them a try and how you get on

Precompiled packages can be downloaded:
DirectFB
FusionSound

Offline

#2 2004-08-05 07:09:51

phunni
Member
From: Bristol, UK
Registered: 2003-08-13
Posts: 768

Re: DirectFB and FusionSound

am I right in thinking that if i want to submit these for inclusion in the distro then I simply have to put the files (package, PKGBUILD and filelist) in the incoming directory of ftp.archlinux.org?

Offline

#3 2004-11-22 23:07:51

punkrockguy318
Member
From: New Jersey
Registered: 2004-02-15
Posts: 711
Website

Re: DirectFB and FusionSound


If I have the gift of prophecy and can fathom all mysteries and all knowledge, and if I have a faith that can move mountains, but have not love, I am nothing.   1 Corinthians 13:2

Offline

Board footer

Powered by FluxBB