pygstreamer: 0.10.6 -> 0.10.7

This commit is contained in:
Danny Rawlins 2007-03-06 17:25:03 +11:00
parent 3fb8c542a0
commit 5d82149ef8
3 changed files with 6 additions and 4 deletions

View File

@ -57,6 +57,7 @@ drwxr-xr-x root/root usr/share/gst-python/0.10/examples/
-rw-r--r-- root/root usr/share/gst-python/0.10/examples/fvumeter.py
-rw-r--r-- root/root usr/share/gst-python/0.10/examples/gst-discover
-rw-r--r-- root/root usr/share/gst-python/0.10/examples/gstfile.py
-rw-r--r-- root/root usr/share/gst-python/0.10/examples/mixer.py
-rw-r--r-- root/root usr/share/gst-python/0.10/examples/pipeline-tester
-rw-r--r-- root/root usr/share/gst-python/0.10/examples/play.py
-rw-r--r-- root/root usr/share/gst-python/0.10/examples/remuxer.py

View File

@ -1 +1 @@
dc9804aa67bc71aa9b6185726b6694ba gst-python-0.10.6.tar.bz2
16dd6515fd011ad449e5ce191dbb94be gst-python-0.10.7.tar.bz2

View File

@ -2,16 +2,17 @@
# URL: http://kopete.kde.org/
# Maintainer: Danny Rawlins, romster at shortcircuit dot net dot au
# Packager: Danny Rawlins, romster at shortcircuit dot net dot au
# Depends on: gstreamer-plugins-base, pygtk
# Depends on: gstreamer-plugins-base pygtk
name=pygstreamer
version=0.10.6
version=0.10.7
release=1
source=(http://gstreamer.freedesktop.org/src/gst-python/gst-python-$version.tar.bz2)
build() {
cd gst-python-$version
./configure --prefix=/usr
make && make DESTDIR=$PKG install
make
make DESTDIR=$PKG install
}