Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 16 Aug 2007 16:08:18 GMT
From:      Glenn Uhlenbeek <glenn@artdorado.nl>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/115580: Kino cannot read or write quicktime mov files
Message-ID:  <200708161608.l7GG8ILw053322@www.freebsd.org>
Resent-Message-ID: <200708161610.l7GGA1II050568@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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@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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200708161608.l7GG8ILw053322>