You are not logged in.
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
solved
check it out in the AUR
Offline