ports/115580: Kino cannot read or write quicktime mov files

Glenn Uhlenbeek glenn at artdorado.nl
Thu Aug 16 16:10:02 UTC 2007


>Number:         115580
>Category:       ports
>Synopsis:       Kino cannot read or write quicktime mov files
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Aug 16 16:10:01 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     Glenn Uhlenbeek
>Release:        FreeBSD 6.2-RELEASE-p7
>Organization:
RockaFunk Productions Curaçao
>Environment:
FreeBSD leeuw.rock.bsd 6.2-RELEASE-p7 FreeBSD 6.2-RELEASE-p7 #2: Sun Aug  5 16:06:53 AST 2007     root at leeuw.rock.bsd:/usr/obj/usr/src/sys/LEEUW  i386

>Description:
Kino cant read mov files.
Quicktime support dont work even if you choose to enable it.
kino version 1.1.0 and 1.1.1
>How-To-Repeat:
Compile kino with WITH_QUICKTIME=yes
Start kino and go to export dv file.
You cant select quicktime.
>Fix:
Change in Makefile --with-quicktime to --enable-quicktime


Patch attached with submission follows:

--- ori.kino/Makefile	Sat Aug 11 11:33:56 2007
+++ kino/Makefile	Thu Aug 16 11:17:15 2007
@@ -50,7 +50,7 @@
 
 .if defined(WITH_QUICKTIME)
 LIB_DEPENDS+=	quicktime.0:${PORTSDIR}/multimedia/libquicktime
-CONFIGURE_ARGS+=	--with-quicktime
+CONFIGURE_ARGS+=	--enable-quicktime
 .endif
 
 .if defined(WITH_FFMPEG_KINO)


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list