You are not logged in.

#1 2005-07-22 20:02:40

_will
Member
Registered: 2004-07-08
Posts: 123

[request] [non-linear video editing] PiTiVi

i have had a lot of trouble attempting to get this working, particularly with the dependencies

PiTiVi allows users to easily edit audio/video projects based on the GStreamer framework: Capture audio and video; mix, resize, cut, apply effects to audio/video sources; Render/Save the projects to any format supported by the GStreamer framework. PiTiVi is still in a very early stage of development, and contributions are much welcome.

*  Gstreamer 0.8.10
          o GST-FFMpeg 0.8.4
          o GST-Plugins 0.8.8
    * Python 2.3.0
          o PyGTK 2.6.0
          o GNOME-Python 2.6.0
          o GST-Python CVS
    * Gnonlin CVS

The dependencies are on date of July 5th, 2005. The numbers are there to give an indication, there might be higher needs.

sourceforge homepage
screenshot

Offline

#2 2005-08-05 06:52:41

_will
Member
Registered: 2004-07-08
Posts: 123

Re: [request] [non-linear video editing] PiTiVi

gst-ffmpeg, pygtk, gstreamer, gst-plugins, gnome-python and python  are in extra
gst-python is in community, but is behind one version (as required by pitivi .1.10) but currently the aur won't let me at the PKGBUILD ..so here's a shotty one

pkgname=gst-python
pkgver=0.8.2
pkgrel=1
pkgdesc="err um.. it does python stuff for gstreamer"
url="http://gstreamer.freedesktop.org/src/gst-python/"
license="GPL"
depends=('gstreamer' 'python')
makedepends=('gstreamer' 'python')
source=(http://gstreamer.freedesktop.org/src/gst-python/$pkgname-$pkgver.tar.gz)
md5sums=('35a735711f43551722b0dbcfc7895f3e')

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

template gnonlin PKGBUILD  -can you tell i don't really know what im doing-

pkgname=gnonlin
pkgver=0.2.2
pkgrel=1
pkgdesc="Gnonlin is a library built on top of GStreamer which provides support 
for writing non-linear audio and video editing applications. It introduces the
concept of a timeline"
url="http://gnonlin.sourceforge.net/"
license="GPL"
depends=('gstreamer')
makedepends=('gstreamer')
source=(http://peterhost.dl.sourceforge.net/sourceforge/gnonlin/$pkgname-$pkgver
.tar.bz2)
md5sums=('7ff9f2e58463a3bb783a1c77445e9863')

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

it seems to work -- though i donno what it would do if it didn't

to be used from cvs, pitivi requires gstreamer .9, current version in repos is 8.10

pitivi .1.10 builds but does not seem to work well (though the screenshots may say more for it than the actual program does) it could be a bad gnonlin

if i build without a pkgbuild it runs but ugly EDIT: i didn't have gst-ffmpeg, now i get the same error either way
if i build with this pkgbuild i get

"PyGTK couldn't be found !"

pkgname=pitivi
pkgver=0.1.10
pkgdesc="python non linear video/audio editor"
url="http://pitivi.sourceforge.net"
license="?"
depends=('gnonlin' 'gst-python' 'gst-ffmpeg' 'gst-plugins' 'pygtk' 'gnome-python' )
source=(http://peterhost.dl.sourceforge.net/sourceforge/pitivi/$pkgname-$pkgver.tar.gz)
md5sums=('c311f801206aca77ab50e853c7c7c81c')

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

Offline

#3 2005-08-17 20:45:39

_will
Member
Registered: 2004-07-08
Posts: 123

Re: [request] [non-linear video editing] PiTiVi

pkgname=pitivi
pkgver=0.1.10
pkgdesc="python non linear video/audio editor"
url="http://pitivi.sourceforge.net"
license="?"
depends=('gnonlin' 'gst-python' 'gst-ffmpeg' 'gst-plugins' 'pygtk' 'gnome-python'  'gst-plugins-gnomevfs')
source=(http://peterhost.dl.sourceforge.net/sourceforge/pitivi/$pkgname-$pkgver.tar.gz)
md5sums=('c311f801206aca77ab50e853c7c7c81c')

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

added gst-plugins-gnomevfs as a depends
and commented out the config

wihtout prefix=/usr or sysconfigdir=/etc  it can find pygtk, but this isn't the arch way?
plus /usr/local/bin isn't in the default path

Offline

#4 2006-03-31 00:23:16

zeppelin
Member
From: Athens, Greece
Registered: 2004-03-05
Posts: 807
Website

Re: [request] [non-linear video editing] PiTiVi

any news on this? can someone put it in AUR?

Offline

#5 2006-03-31 00:25:29

WillySilly
Member
Registered: 2005-01-14
Posts: 268

Re: [request] [non-linear video editing] PiTiVi

I will be putting this in AUR or community once gst 0.10 goes into extra

Offline

#6 2006-03-31 02:54:22

_will
Member
Registered: 2004-07-08
Posts: 123

Re: [request] [non-linear video editing] PiTiVi

im excited to hear it

Offline

#7 2006-04-05 19:19:26

WillySilly
Member
Registered: 2005-01-14
Posts: 268

Re: [request] [non-linear video editing] PiTiVi

Well, pitivi is pretty much useless for now. Dragging stuff into the timeline doesnt work. But I could put it in AUR and see if anyone wants to patch it wink

Offline

#8 2006-04-07 20:42:21

_will
Member
Registered: 2004-07-08
Posts: 123

Re: [request] [non-linear video editing] PiTiVi

is cvs broken
Can you post the pkgbuild, i'd like to see how far off i was wink

Offline

#9 2006-04-08 01:34:43

WillySilly
Member
Registered: 2005-01-14
Posts: 268

Re: [request] [non-linear video editing] PiTiVi

# Contributor: William Rea <sillywilly@gmail.com>
pkgname=pitivi
pkgver=0.9.9.2
pkgrel=1
pkgdesc="Allows users to easily edit audio/video projects based on the GStreamer framework"
url="http://pitivi.sourceforge.net"
license="GPL"
depends=('gnome-python' 'gnonlin' 'gstreamer0.10-python' 'gstreamer0.10-gnomevfs')
source=(http://dl.sourceforge.net/pitivi/$pkgname-$pkgver.tar.gz)
#md5sums=('e3e3bfc3cba7704081a47c574868a4bc')

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

}

Offline

#10 2006-04-10 21:20:18

_will
Member
Registered: 2004-07-08
Posts: 123

Re: [request] [non-linear video editing] PiTiVi

thanks

Offline

Board footer

Powered by FluxBB