You are not logged in.
Pages: 1
Nice gtk2 tool for listening radio by your video4linux device
#written by daeltar, <lukas@daeltar.org>, http://daeltar.org
pkgname=gqradio
pkgver=1.9.1
pkgrel=1
pkgdesc="GQradio interfaces with radio cards through the video4linux. Stations can be tuned manually, set to presets, or auto seek can find the next available frequency. The application supports theming (skins), and includes a built-in skin editor. Skin formats are similar to GQmpeg."
url="http://gqmpeg.sourceforge.net/radio.html"
source=(http://heanet.dl.sourceforge.net/sourceforge/gqmpeg/gqradio-1.9.1.tar.gz)build() {
cd $startdir/src/$pkgname-$pkgver
./configure --prefix=/usr
make || return 1
make prefix=$startdir/pkg/usr install
}
Thanks For All the Fish
Offline
Pages: 1