libdv: make gtk1 optional for playdv

This commit is contained in:
Danny Rawlins 2012-01-25 23:25:25 +11:00
parent d2f05d05d4
commit b004ac284f
3 changed files with 4 additions and 4 deletions

View File

@ -3,12 +3,12 @@ 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/
-rw-r--r-- root/root usr/lib/libdv.a
-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
@ -20,4 +20,3 @@ 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

View File

@ -2,7 +2,8 @@
# URL: http://libdv.sourceforge.net/
# Maintainer: Danny Rawlins, monster dot romster at gmail dot com
# Packager: Hannes Mayer, kontakt at ecarux dot de
# Depends on: xorg-libxv gtk1 libsdl popt
# Depends on: xorg-libxv libsdl popt
# Optional: gtk1
name=libdv
version=1.0.0
@ -20,7 +21,6 @@ build() {
./configure \
--prefix=/usr \
--mandir=/usr/man \
--disable-static \
--enable-sdl
make

1
libdv/README Normal file
View File

@ -0,0 +1 @@
If you need playdv install gtk1 before installing this port.