You are not logged in.

#1 2008-06-09 16:29:36

osc~
Member
From: brazil
Registered: 2007-07-06
Posts: 117
Website

[solved] theorur - cant find oggfwd dependency

hi

i just solved the problem of oggfwd in a previous post. http://bbs.archlinux.org/viewtopic.php?id=49962

now i should have all the dependencies fulfilled.

# Contributor: farid abdelnour <farid at atelier-labs.org>

pkgname=theorur
pkgver=0.5.3
pkgrel=1
pkgdesc="Aa GUI for Ogg/Theora streaming (icecast2 system), written using gtk2, by Rafael Diniz"
arch=('i686')
url="http://theorur.tvlivre.org/"
depends=('dvgrab' 'ffmpeg2theora' 'oggfwd')
license=('GPL')
source=(http://theorur.tvlivre.org/theorur-0.5.3.tar.gz)
md5sums=('929d13d464cd40e2c59e38c0225eff7c')

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

nevertheless it still wont find oggfwd. (please refer to this post http://bbs.archlinux.org/viewtopic.php?id=49962)

why?

thanks

Last edited by osc~ (2008-06-10 17:14:02)

Offline

#2 2008-06-10 17:13:49

osc~
Member
From: brazil
Registered: 2007-07-06
Posts: 117
Website

Re: [solved] theorur - cant find oggfwd dependency

solved

check it out in the AUR

smile

Offline

Board footer

Powered by FluxBB