You are not logged in.

#1 2004-08-17 04:40:49

ActionNews
Member
From: Augsburg (Germany)
Registered: 2004-02-24
Posts: 150
Website

[request] xawtv with scantv and alevt included

Hello!

I installed xawtv, but for me it laks two very important things:

1. There ist no scantv included so it's rather hard to tune channels and save them. scantv would search for all channels avaliable. I thought this ist part of xawtv so why isn't it included?

2. I had in mind alevt (videotext application) is also part of xawtv, but the official xawtv package doesn't include it. So would be very nice if somebody could add it or at least make a alevt-package.

CU ActionNews

PS: I would do it myself if i knew how to build a PKGBUILD.


[URL=http://www.nethands.de/athlon/show.php3?user=actionnews]My System[/URL] - one click ahead!

Offline

#2 2004-08-17 13:48:36

mak
Member
Registered: 2004-03-08
Posts: 47
Website

Re: [request] xawtv with scantv and alevt included

hiho.

well i do have a PKGBUILD for alevt ... but it's rather rudimentary[?]
it was one of my FIRST _private_ pkgs ...
depends need tuning ...

# Contributor: mak <m4k@gmx.net>
#
pkgname=alevt
pkgver=1.6.1
pkgrel=1
pkgdesc="teletext-viewer"
depends=('xorg' 'libpng')
source=(http://www.goron.de/~froese/$pkgname/$pkgname-$pkgver.tar.gz)
md5sums=('df6e241c6e2c6505c95d50cde0e1bc73')

build() {
  cd $startdir/src/$pkgname-$pkgver

  make || return 1
# install > /usr
  mkdir -p $startdir/pkg/usr/bin
  install -m 0755 alevt           $startdir/pkg/usr/bin
  install -m 0755 alevt-date      $startdir/pkg/usr/bin
  install -m 0755 alevt-cap       $startdir/pkg/usr/bin
  mkdir -p $startdir/pkg/usr/man/man1
  install -m 0644 alevt.1x        $startdir/pkg/usr/man/man1
  install -m 0644 alevt-date.1    $startdir/pkg/usr/man/man1
  install -m 0644 alevt-cap.1     $startdir/pkg/usr/man/man1
  mkdir -p $startdir/pkg/usr/include/X11/pixmaps
  install -m 0644 contrib/mini-alevt.xpm $startdir/pkg/usr/include/X11/pixmaps
}

and it doesn't include the daemon ... 'cause it never REALLY worked ...

mak.hope that helps ...

pps. I REALLY HATE NVIDIA !!! [especially my tnt2]  :evil:


$ wget -c -r -l inf -i what_the_hel.l

Offline

#3 2004-08-17 15:59:59

ActionNews
Member
From: Augsburg (Germany)
Registered: 2004-02-24
Posts: 150
Website

Re: [request] xawtv with scantv and alevt included

Thank you! I'll try it smile.

EDIT: It works smile. But perhaps you should add to your PKGBUILD a line to add a link to /dev/v4l/vbi0. I had to run a "ln -s /dev/v4l/vbi0 /dev/vbi" to make it work.

CU ActionNews


[URL=http://www.nethands.de/athlon/show.php3?user=actionnews]My System[/URL] - one click ahead!

Offline

#4 2004-08-17 17:50:24

mak
Member
Registered: 2004-03-08
Posts: 47
Website

Re: [request] xawtv with scantv and alevt included

well thats devfsdaemons job.

REGISTER        v4l/.*          PERMISSIONS root.audio 660
REGISTER        ^v4l/vbi0$      CFUNCTION GLOBAL mksymlink $devname vbi
REGISTER        ^v4l/video0$    CFUNCTION GLOBAL mksymlink $devname video

mak.


$ wget -c -r -l inf -i what_the_hel.l

Offline

#5 2004-08-24 07:21:19

ActionNews
Member
From: Augsburg (Germany)
Registered: 2004-02-24
Posts: 150
Website

Re: [request] xawtv with scantv and alevt included

Well just wanted to metion, that new xawtv 0.94 Arch-package now includes scantv smile. Thanks.

CU ActionNews


[URL=http://www.nethands.de/athlon/show.php3?user=actionnews]My System[/URL] - one click ahead!

Offline

Board footer

Powered by FluxBB