1
0
forked from ports/contrib

libdv: moved from romsters repo

This commit is contained in:
Danny Rawlins 2007-06-25 15:33:54 +10:00
parent 22c840256d
commit 0a26f80db7
3 changed files with 47 additions and 0 deletions

23
libdv/.footprint Normal file
View File

@ -0,0 +1,23 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/dubdv
-rwxr-xr-x root/root usr/bin/dvconnect
-rwxr-xr-x root/root usr/bin/encodedv
-rwxr-xr-x root/root usr/bin/playdv
drwxr-xr-x root/root usr/include/
drwxr-xr-x root/root usr/include/libdv/
-rw-r--r-- root/root usr/include/libdv/dv.h
-rw-r--r-- root/root usr/include/libdv/dv_types.h
drwxr-xr-x root/root usr/lib/
-rwxr-xr-x root/root usr/lib/libdv.la
lrwxrwxrwx root/root usr/lib/libdv.so -> libdv.so.4.0.3
lrwxrwxrwx root/root usr/lib/libdv.so.4 -> libdv.so.4.0.3
-rwxr-xr-x root/root usr/lib/libdv.so.4.0.3
drwxr-xr-x root/root usr/lib/pkgconfig/
-rw-r--r-- root/root usr/lib/pkgconfig/libdv.pc
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man1/
-rw-r--r-- root/root usr/man/man1/dubdv.1.gz
-rw-r--r-- root/root usr/man/man1/dvconnect.1.gz
-rw-r--r-- root/root usr/man/man1/encodedv.1.gz
-rw-r--r-- root/root usr/man/man1/playdv.1.gz

1
libdv/.md5sum Normal file
View File

@ -0,0 +1 @@
f895162161cfa4bb4a94c070a7caa6c7 libdv-1.0.0.tar.gz

23
libdv/Pkgfile Normal file
View File

@ -0,0 +1,23 @@
# Description: Software codec for DV video
# URL: http://libdv.sourceforge.net/
# Maintainer: Danny Rawlins, romster at shortcircuit dot net dot au
# Packager: Hannes Mayer, kontakt at ecarux dot de
# Depends on: xorg-libxv gtk1 libsdl popt
name=libdv
version=1.0.0
release=1
source=(http://dl.sourceforge.net/sourceforge/libdv/libdv-$version.tar.gz)
build() {
cd libdv-$version
./configure \
--prefix=/usr \
--mandir=/usr/man \
--disable-static \
--enable-sdl
make
make DESTDIR=$PKG install
}