You are not logged in.

#1 2009-03-05 13:30:35

killajoe
Member
From: Berlin Planet Earth
Registered: 2007-07-04
Posts: 168
Website

Help on a PKGBUILD for Dv2Vloopback

http://www.lavrsen.dk/twiki/bin/view/Mo … 2Vloopback

This is a program that will enable you to use your camcorder as a v4l device.

To use it for Skype and so on.

Developer say simply:

#
dv2vlooopback
Download the source code from http://sourceforge.net/projects/dv2vloopback and:
make
sudo make install

Do the trick but i would like to do it with a package.

There is a vloopback PKGBUILD in AUR http://aur.archlinux.org/packages.php?ID=3505
But this is outdatet and non functional for newer Dv2Vloopback.

Thanks for all help!!


Cancel me not -- for what then shall remain?
Abscissas, some mantissas, modules, modes, A root or two, a torus and a node:
The inverse of my verse, a null domain.
-- Stanislaw Lem, The Cyberiad

Offline

#2 2009-03-05 14:03:57

artiom
Member
From: France
Registered: 2008-07-29
Posts: 111

Re: Help on a PKGBUILD for Dv2Vloopback

There is a PKGBUILD guide on wiki: http://wiki.archlinux.org/index.php/PKGBUILD

But cause I am also interested by the package here is a PKGBUILD:

pkgname=dv2vloopback
pkgver=0.03
pkgrel=1
pkgdesc="This is a program that will enable you to use your camcorder as a v4l device. "
arch=(x86_64 i686)
url="http://www.lavrsen.dk/twiki/bin/view/Motion/Dv2Vloopback"
license=('GPL')
depends=(vloopback gd dvgrab)
source=(http://downloads.sourceforge.net/dv2vloopback/${pkgname}${pkgver}.tar.gz)

build() {
  cd "$startdir/src/${pkgname}${pkgver}"

  ./configure --prefix=/usr
  make || return 1
  make DESTDIR="$startdir/pkg" install
 
}

I can't test it right now, but if there is some errors they must be trivial to fix.

You can put it on AUR. If you don't want, I will make it.

For updating vloopback post a message on the AUR page about incompatibility with the new dv2vlooopback. For you personally you can get the PKGBUILD and change the version number.

Offline

#3 2009-03-06 22:22:37

killajoe
Member
From: Berlin Planet Earth
Registered: 2007-07-04
Posts: 168
Website

Re: Help on a PKGBUILD for Dv2Vloopback

Thanks for your insructions but vloopback is not building... i think that DV2Vloopback is a replacement for vloopback but it isnt...

second is that i use bin32-skype...


Cancel me not -- for what then shall remain?
Abscissas, some mantissas, modules, modes, A root or two, a torus and a node:
The inverse of my verse, a null domain.
-- Stanislaw Lem, The Cyberiad

Offline

#4 2009-03-17 22:04:45

artiom
Member
From: France
Registered: 2008-07-29
Posts: 111

Re: Help on a PKGBUILD for Dv2Vloopback

dv4l can do the same thing as DV2Vloopback
Here is the AUR package:
http://aur.archlinux.org/packages.php?ID=24763

Offline

#5 2009-03-20 20:34:21

killajoe
Member
From: Berlin Planet Earth
Registered: 2007-07-04
Posts: 168
Website

Re: Help on a PKGBUILD for Dv2Vloopback

big_smile yes it depends on vloopback wich is no longer aviable caus auf building issues...


Cancel me not -- for what then shall remain?
Abscissas, some mantissas, modules, modes, A root or two, a torus and a node:
The inverse of my verse, a null domain.
-- Stanislaw Lem, The Cyberiad

Offline

#6 2009-03-23 14:40:42

artiom
Member
From: France
Registered: 2008-07-29
Posts: 111

Re: Help on a PKGBUILD for Dv2Vloopback

It's not a problem. If you have 2.6.28 kernel you need vloopback 1.2. Get the PKGBUILD and change the version number. Look at the package page on the AUR. Somebody already published this solution.

Offline

Board footer

Powered by FluxBB