From owner-freebsd-multimedia@FreeBSD.ORG Sun Aug 20 04:18:48 2006 Return-Path: X-Original-To: multimedia@FreeBSD.org Delivered-To: freebsd-multimedia@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6FD5316A4DA; Sun, 20 Aug 2006 04:18:46 +0000 (UTC) (envelope-from chinsan.tw@gmail.com) Received: from smtp2.bc.hgc.com.tw (smtp2.bc.hgc.com.tw [203.133.1.156]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1FBD943D53; Sun, 20 Aug 2006 04:18:46 +0000 (GMT) (envelope-from chinsan.tw@gmail.com) Received: from smtp2.bc.hgc.com.tw (u14-109.u203-187.giga.net.tw [203.187.14.109]) by smtp2.bc.hgc.com.tw (Postfix) with SMTP id 93DBF2E96A; Sun, 20 Aug 2006 12:18:45 +0800 (CST) Received: by smtp2.bc.hgc.com.tw (sSMTP sendmail emulation); Sun, 20 Aug 2006 12:26:24 +0800 Date: Sun, 20 Aug 2006 12:26:24 +0800 To: FreeBSD-gnats-submit@freebsd.org From: chinsan X-send-pr-version: 3.113 X-GNATS-Notify: Message-Id: <20060820041845.93DBF2E96A@smtp2.bc.hgc.com.tw> Cc: multimedia@FreeBSD.org Subject: [PATCH] multimedia/vlc-devel: Fix build error X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Aug 2006 04:18:48 -0000 >Submitter-Id: current-users >Originator: chinsan >Organization: FreeBSD Taiwan >Confidential: no >Synopsis: [PATCH] multimedia/vlc-devel: Fix build error >Severity: non-critical >Priority: low >Category: ports >Class: change-request >Release: FreeBSD 6.1-STABLE i386 >Environment: System: FreeBSD chinsan2.twbbs.org 6.1-STABLE FreeBSD 6.1-STABLE #1: Fri Jun 2 16:44:35 CST >Description: - correct LIB_DEPEND typo(should be LIB_DEPENDS) - INSTALLS_SHLIB is deprecated, use USE_LDCONFIG instead Port maintainer (multimedia@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- vlc-devel-0.8.6.20060621_3.patch begins here --- diff -ruN --exclude=CVS /usr/ports/multimedia/vlc-devel/Makefile /usr/home/chinsan/project/vlc-devel/Makefile --- /usr/ports/multimedia/vlc-devel/Makefile Thu Aug 10 06:07:59 2006 +++ /usr/home/chinsan/project/vlc-devel/Makefile Sun Aug 20 12:24:40 2006 @@ -10,7 +10,7 @@ PORTNAME= vlc DISTVERSION= 0.8.6.20060621 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= multimedia audio ipv6 net www MASTER_SITES= http://nightlies.videolan.org/build/source/ # http://download.videolan.org/pub/videolan/vlc/${PORTVERSION}/ \ @@ -45,7 +45,7 @@ FAKEDIR= ${WRKDIR}/fake PLIST= ${WRKDIR}/plist -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${WRKSRC}/include ${CPPFLAGS} -I${LOCALBASE}/include -I${X11BASE}/include ${PTHREAD_CFLAGS}" \ LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib -L${X11BASE}/lib ${PTHREAD_LIBS}" @@ -427,7 +427,7 @@ .endif .if !defined(WITHOUT_SAMBA) -LIB_DEPEND+= smbclient.0:${PORTSDIR}/net/samba-libsmbclient +LIB_DEPENDS+= smbclient.0:${PORTSDIR}/net/samba-libsmbclient CONFIGURE_ARGS+=--enable-smb .else CONFIGURE_ARGS+=--disable-smb --- vlc-devel-0.8.6.20060621_3.patch ends here --- From owner-freebsd-multimedia@FreeBSD.ORG Sun Aug 20 04:20:27 2006 Return-Path: X-Original-To: freebsd-multimedia@hub.freebsd.org Delivered-To: freebsd-multimedia@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E8B6016A4DD; Sun, 20 Aug 2006 04:20:27 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A374243D45; Sun, 20 Aug 2006 04:20:27 +0000 (GMT) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (edwin@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k7K4KRf7003056; Sun, 20 Aug 2006 04:20:27 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k7K4KRQi003052; Sun, 20 Aug 2006 04:20:27 GMT (envelope-from edwin) Date: Sun, 20 Aug 2006 04:20:27 GMT From: Edwin Groothuis Message-Id: <200608200420.k7K4KRQi003052@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-multimedia@FreeBSD.org Cc: Subject: Re: ports/102307: [PATCH] multimedia/vlc-devel: Fix build error X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Aug 2006 04:20:28 -0000 Synopsis: [PATCH] multimedia/vlc-devel: Fix build error Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-multimedia Responsible-Changed-By: edwin Responsible-Changed-When: Sun Aug 20 04:20:27 UTC 2006 Responsible-Changed-Why: Over to maintainer http://www.freebsd.org/cgi/query-pr.cgi?pr=102307 From owner-freebsd-multimedia@FreeBSD.ORG Sun Aug 20 04:25:11 2006 Return-Path: X-Original-To: multimedia@FreeBSD.org Delivered-To: freebsd-multimedia@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D9FDC16A512; Sun, 20 Aug 2006 04:25:10 +0000 (UTC) (envelope-from chinsan.tw@gmail.com) Received: from smtp2.bc.hgc.com.tw (smtp2.bc.hgc.com.tw [203.133.1.156]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6110A43D45; Sun, 20 Aug 2006 04:25:10 +0000 (GMT) (envelope-from chinsan.tw@gmail.com) Received: from smtp2.bc.hgc.com.tw (u14-109.u203-187.giga.net.tw [203.187.14.109]) by smtp2.bc.hgc.com.tw (Postfix) with SMTP id 7BBF42E96A; Sun, 20 Aug 2006 12:25:10 +0800 (CST) Received: by smtp2.bc.hgc.com.tw (sSMTP sendmail emulation); Sun, 20 Aug 2006 12:32:49 +0800 Date: Sun, 20 Aug 2006 12:32:49 +0800 To: FreeBSD-gnats-submit@freebsd.org From: chinsan X-send-pr-version: 3.113 X-GNATS-Notify: Message-Id: <20060820042510.7BBF42E96A@smtp2.bc.hgc.com.tw> Cc: multimedia@FreeBSD.org Subject: [PATCH] multimedia/vlc: fix build error, make portlint more happy X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Aug 2006 04:25:11 -0000 >Submitter-Id: current-users >Originator: chinsan >Organization: FreeBSD Taiwan >Confidential: no >Synopsis: [PATCH] multimedia/vlc: fix build error, make portlint more happy >Severity: non-critical >Priority: low >Category: ports >Class: change-request >Release: FreeBSD 6.1-STABLE i386 >Environment: System: FreeBSD chinsan2.twbbs.org 6.1-STABLE FreeBSD 6.1-STABLE #1: Fri Jun 2 16:44:35 CST >Description: - correct LIB_DEPEND typo(should be LIB_DEPENDS) - INSTALLS_SHLIB is deprecated, use USE_LDCONFIG instead - make portlint more happy Port maintainer (multimedia@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- vlc-0.8.5_5.patch begins here --- diff -ruN --exclude=CVS /usr/ports/multimedia/vlc/Makefile /usr/home/chinsan/project/vlc/Makefile --- /usr/ports/multimedia/vlc/Makefile Sat Aug 12 01:55:45 2006 +++ /usr/home/chinsan/project/vlc/Makefile Sun Aug 20 12:31:05 2006 @@ -10,7 +10,7 @@ PORTNAME= vlc DISTVERSION= 0.8.5 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= multimedia audio ipv6 net www MASTER_SITES= http://download.videolan.org/pub/videolan/vlc/${PORTVERSION}/ \ http://ftp.snt.utwente.nl/pub/software/videolan/vlc/${PORTVERSION}/ \ @@ -40,7 +40,7 @@ FAKEDIR= ${WRKDIR}/fake PLIST= ${WRKDIR}/plist -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${WRKSRC}/include ${CPPFLAGS} -I${LOCALBASE}/include -I${X11BASE}/include ${PTHREAD_CFLAGS}" \ LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib -L${X11BASE}/lib ${PTHREAD_LIBS}" @@ -69,11 +69,11 @@ .include .if ${OSVERSION} < 500035 -BROKEN= does not build on FreeBSD 4.x +BROKEN= Does not build on FreeBSD 4.x .endif .if ${PERL_LEVEL} < 500800 -BROKEN= does not compile with perl ${PERL_VERSION} +BROKEN= Does not compile with perl ${PERL_VERSION} .endif .if exists(${LOCALBASE}/libdata/pkgconfig/libavcodec.pc) || !exists(${LOCALBASE}/lib/libavformat.a) @@ -425,7 +425,7 @@ .endif .if !defined(WITHOUT_SAMBA) -LIB_DEPEND+= smbclient.0:${PORTSDIR}/net/samba-libsmbclient +LIB_DEPENDS+= smbclient.0:${PORTSDIR}/net/samba-libsmbclient CONFIGURE_ARGS+=--enable-smb .else CONFIGURE_ARGS+=--disable-smb --- vlc-0.8.5_5.patch ends here --- From owner-freebsd-multimedia@FreeBSD.ORG Sun Aug 20 04:31:06 2006 Return-Path: X-Original-To: freebsd-multimedia@hub.freebsd.org Delivered-To: freebsd-multimedia@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E984916A4DE; Sun, 20 Aug 2006 04:31:05 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9AD8C43D58; Sun, 20 Aug 2006 04:31:05 +0000 (GMT) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (edwin@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k7K4V58p005414; Sun, 20 Aug 2006 04:31:05 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k7K4V5wo005410; Sun, 20 Aug 2006 04:31:05 GMT (envelope-from edwin) Date: Sun, 20 Aug 2006 04:31:05 GMT From: Edwin Groothuis Message-Id: <200608200431.k7K4V5wo005410@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-multimedia@FreeBSD.org Cc: Subject: Re: ports/102309: [PATCH] multimedia/vlc: fix build error, make portlint more happy X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Aug 2006 04:31:06 -0000 Synopsis: [PATCH] multimedia/vlc: fix build error, make portlint more happy Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-multimedia Responsible-Changed-By: edwin Responsible-Changed-When: Sun Aug 20 04:31:05 UTC 2006 Responsible-Changed-Why: Over to maintainer http://www.freebsd.org/cgi/query-pr.cgi?pr=102309 From owner-freebsd-multimedia@FreeBSD.ORG Sun Aug 20 05:04:13 2006 Return-Path: X-Original-To: freebsd-multimedia@hub.freebsd.org Delivered-To: freebsd-multimedia@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1EBAC16A4DD; Sun, 20 Aug 2006 05:04:13 +0000 (UTC) (envelope-from mezz@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C579B43D46; Sun, 20 Aug 2006 05:04:12 +0000 (GMT) (envelope-from mezz@FreeBSD.org) Received: from freefall.freebsd.org (mezz@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k7K54CHe011933; Sun, 20 Aug 2006 05:04:12 GMT (envelope-from mezz@freefall.freebsd.org) Received: (from mezz@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k7K54Cbf011929; Sun, 20 Aug 2006 05:04:12 GMT (envelope-from mezz) Date: Sun, 20 Aug 2006 05:04:12 GMT From: Jeremy Messenger Message-Id: <200608200504.k7K54Cbf011929@freefall.freebsd.org> To: supraexpress@globaleyes.net, mezz@FreeBSD.org, freebsd-multimedia@FreeBSD.org Cc: Subject: Re: ports/101951: multimedia/x264 (0.0.20060808) make fails with "too many arguments to function gf_isom_open" X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Aug 2006 05:04:13 -0000 Synopsis: multimedia/x264 (0.0.20060808) make fails with "too many arguments to function gf_isom_open" State-Changed-From-To: open->closed State-Changed-By: mezz State-Changed-When: Sun Aug 20 05:03:37 UTC 2006 State-Changed-Why: Update multimedia/gpac-libgpac and retry. you need >=0.4.0.r2,1. http://www.freebsd.org/cgi/query-pr.cgi?pr=101951 From owner-freebsd-multimedia@FreeBSD.ORG Sun Aug 20 05:10:34 2006 Return-Path: X-Original-To: multimedia@hub.freebsd.org Delivered-To: freebsd-multimedia@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3438316A4DA; Sun, 20 Aug 2006 05:10:34 +0000 (UTC) (envelope-from mezz@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E5BC043D45; Sun, 20 Aug 2006 05:10:33 +0000 (GMT) (envelope-from mezz@FreeBSD.org) Received: from freefall.freebsd.org (mezz@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k7K5AXlg012242; Sun, 20 Aug 2006 05:10:33 GMT (envelope-from mezz@freefall.freebsd.org) Received: (from mezz@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k7K5AXjk012238; Sun, 20 Aug 2006 05:10:33 GMT (envelope-from mezz) Date: Sun, 20 Aug 2006 05:10:33 GMT From: Jeremy Messenger Message-Id: <200608200510.k7K5AXjk012238@freefall.freebsd.org> To: acm@FreeBSD.org, mezz@FreeBSD.org, multimedia@FreeBSD.org Cc: Subject: Re: ports/102155: [PATCH] graphics/libcaca: fix some problems on amd64 X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Aug 2006 05:10:34 -0000 Synopsis: [PATCH] graphics/libcaca: fix some problems on amd64 State-Changed-From-To: open->closed State-Changed-By: mezz State-Changed-When: Sun Aug 20 05:10:21 UTC 2006 State-Changed-Why: Committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=102155 From owner-freebsd-multimedia@FreeBSD.ORG Sun Aug 20 05:20:24 2006 Return-Path: X-Original-To: freebsd-multimedia@hub.freebsd.org Delivered-To: freebsd-multimedia@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8705016A500; Sun, 20 Aug 2006 05:20:24 +0000 (UTC) (envelope-from mezz@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 38E3143D46; Sun, 20 Aug 2006 05:20:24 +0000 (GMT) (envelope-from mezz@FreeBSD.org) Received: from freefall.freebsd.org (mezz@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k7K5KOAP012800; Sun, 20 Aug 2006 05:20:24 GMT (envelope-from mezz@freefall.freebsd.org) Received: (from mezz@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k7K5KNS3012796; Sun, 20 Aug 2006 05:20:24 GMT (envelope-from mezz) Date: Sun, 20 Aug 2006 05:20:24 GMT From: Jeremy Messenger Message-Id: <200608200520.k7K5KNS3012796@freefall.freebsd.org> To: jacula@gmail.com, mezz@FreeBSD.org, freebsd-multimedia@FreeBSD.org Cc: Subject: Re: ports/101272: multimedia/vlc: Error compiling, setting WITH_DIRAC=yes X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Aug 2006 05:20:24 -0000 Synopsis: multimedia/vlc: Error compiling, setting WITH_DIRAC=yes State-Changed-From-To: open->closed State-Changed-By: mezz State-Changed-When: Sun Aug 20 05:19:36 UTC 2006 State-Changed-Why: It has been disabled, thanks for reported. http://www.freebsd.org/cgi/query-pr.cgi?pr=101272 From owner-freebsd-multimedia@FreeBSD.ORG Sun Aug 20 05:31:20 2006 Return-Path: X-Original-To: freebsd-multimedia@hub.freebsd.org Delivered-To: freebsd-multimedia@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4A16616A4F0; Sun, 20 Aug 2006 05:31:20 +0000 (UTC) (envelope-from mezz@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 041DC43D49; Sun, 20 Aug 2006 05:31:20 +0000 (GMT) (envelope-from mezz@FreeBSD.org) Received: from freefall.freebsd.org (mezz@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k7K5VJkb014876; Sun, 20 Aug 2006 05:31:19 GMT (envelope-from mezz@freefall.freebsd.org) Received: (from mezz@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k7K5VJjC014872; Sun, 20 Aug 2006 05:31:19 GMT (envelope-from mezz) Date: Sun, 20 Aug 2006 05:31:19 GMT From: Jeremy Messenger Message-Id: <200608200531.k7K5VJjC014872@freefall.freebsd.org> To: jacula@gmail.com, mezz@FreeBSD.org, freebsd-multimedia@FreeBSD.org Cc: Subject: Re: ports/101263: multimedia/vlc: Error compiling, when set WITH_CORBA=yes X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Aug 2006 05:31:20 -0000 Synopsis: multimedia/vlc: Error compiling, when set WITH_CORBA=yes State-Changed-From-To: open->closed State-Changed-By: mezz State-Changed-When: Sun Aug 20 05:31:06 UTC 2006 State-Changed-Why: Committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=101263 From owner-freebsd-multimedia@FreeBSD.ORG Sun Aug 20 05:31:45 2006 Return-Path: X-Original-To: multimedia@hub.freebsd.org Delivered-To: freebsd-multimedia@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 58DE416A4EE; Sun, 20 Aug 2006 05:31:45 +0000 (UTC) (envelope-from mezz@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1497943D49; Sun, 20 Aug 2006 05:31:45 +0000 (GMT) (envelope-from mezz@FreeBSD.org) Received: from freefall.freebsd.org (mezz@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k7K5ViCl014923; Sun, 20 Aug 2006 05:31:44 GMT (envelope-from mezz@freefall.freebsd.org) Received: (from mezz@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k7K5ViCQ014919; Sun, 20 Aug 2006 05:31:44 GMT (envelope-from mezz) Date: Sun, 20 Aug 2006 05:31:44 GMT From: Jeremy Messenger Message-Id: <200608200531.k7K5ViCQ014919@freefall.freebsd.org> To: raaf@luna.afraid.org, mezz@FreeBSD.org, multimedia@FreeBSD.org Cc: Subject: Re: ports/102139: [patch] multimedia/vlc typo prevents linking against libshout X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Aug 2006 05:31:45 -0000 Synopsis: [patch] multimedia/vlc typo prevents linking against libshout State-Changed-From-To: open->closed State-Changed-By: mezz State-Changed-When: Sun Aug 20 05:31:27 UTC 2006 State-Changed-Why: Committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=102139 From owner-freebsd-multimedia@FreeBSD.ORG Sun Aug 20 05:32:11 2006 Return-Path: X-Original-To: freebsd-multimedia@hub.freebsd.org Delivered-To: freebsd-multimedia@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A4D7E16A4E1; Sun, 20 Aug 2006 05:32:11 +0000 (UTC) (envelope-from mezz@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5D78743D49; Sun, 20 Aug 2006 05:32:11 +0000 (GMT) (envelope-from mezz@FreeBSD.org) Received: from freefall.freebsd.org (mezz@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k7K5WB2c014969; Sun, 20 Aug 2006 05:32:11 GMT (envelope-from mezz@freefall.freebsd.org) Received: (from mezz@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k7K5WBN4014965; Sun, 20 Aug 2006 05:32:11 GMT (envelope-from mezz) Date: Sun, 20 Aug 2006 05:32:11 GMT From: Jeremy Messenger Message-Id: <200608200532.k7K5WBN4014965@freefall.freebsd.org> To: chinsan.tw@gmail.com, mezz@FreeBSD.org, freebsd-multimedia@FreeBSD.org Cc: Subject: Re: ports/102309: [PATCH] multimedia/vlc: fix build error, make portlint more happy X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Aug 2006 05:32:11 -0000 Synopsis: [PATCH] multimedia/vlc: fix build error, make portlint more happy State-Changed-From-To: open->closed State-Changed-By: mezz State-Changed-When: Sun Aug 20 05:31:55 UTC 2006 State-Changed-Why: Committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=102309 From owner-freebsd-multimedia@FreeBSD.ORG Sun Aug 20 07:10:18 2006 Return-Path: X-Original-To: freebsd-multimedia@hub.freebsd.org Delivered-To: freebsd-multimedia@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6B2F416A4E9; Sun, 20 Aug 2006 07:10:17 +0000 (UTC) (envelope-from mezz@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 41FCD43D46; Sun, 20 Aug 2006 07:10:16 +0000 (GMT) (envelope-from mezz@FreeBSD.org) Received: from freefall.freebsd.org (mezz@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k7K7AGbp022436; Sun, 20 Aug 2006 07:10:16 GMT (envelope-from mezz@freefall.freebsd.org) Received: (from mezz@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k7K7AFC6022429; Sun, 20 Aug 2006 07:10:15 GMT (envelope-from mezz) Date: Sun, 20 Aug 2006 07:10:15 GMT From: Jeremy Messenger Message-Id: <200608200710.k7K7AFC6022429@freefall.freebsd.org> To: chinsan.tw@gmail.com, mezz@FreeBSD.org, freebsd-multimedia@FreeBSD.org Cc: Subject: Re: ports/102307: [PATCH] multimedia/vlc-devel: Fix build error X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Aug 2006 07:10:18 -0000 Synopsis: [PATCH] multimedia/vlc-devel: Fix build error State-Changed-From-To: open->closed State-Changed-By: mezz State-Changed-When: Sun Aug 20 07:09:57 UTC 2006 State-Changed-Why: Committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=102307 From owner-freebsd-multimedia@FreeBSD.ORG Mon Aug 21 10:15:00 2006 Return-Path: X-Original-To: multimedia@FreeBSD.org Delivered-To: freebsd-multimedia@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C066E16A4DA for ; Mon, 21 Aug 2006 10:15:00 +0000 (UTC) (envelope-from apircalabu@bitdefender.com) Received: from mail.bitdefender.com (ns.bitdefender.com [217.156.83.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8715B43D53 for ; Mon, 21 Aug 2006 10:14:58 +0000 (GMT) (envelope-from apircalabu@bitdefender.com) Received: (qmail 29855 invoked by uid 1010); 21 Aug 2006 13:14:56 +0300 Received: from apircalabu.dsd.ro (10.10.15.22) by mail.bitdefender.com with SMTP; 21 Aug 2006 13:14:32 +0300 Date: Mon, 21 Aug 2006 13:14:30 +0300 From: Adi Pircalabu To: ports@freebsd.org Message-ID: <20060821131430.2c35f3f4@apircalabu.dsd.ro> Organization: BitDefender X-Mailer: Sylpheed-Claws 2.4.0 (GTK+ 2.8.20; i386-portbld-freebsd6.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BitDefender-Scanner: Clean, Agent: BitDefender qmail 2.0.0 on mail.bitdefender.com X-BitDefender-Spam: No (0) Cc: multimedia@FreeBSD.org Subject: [6-STABLE] vlc-0.8.5_5 error during portupgrade X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Aug 2006 10:15:00 -0000 Hi, after latest cvsup I've got this error during portupgrade -av: install -o root -g wheel -m 444 /usr/ports/multimedia/vlc/work/fake/share/vlc/vlc48x48.png /usr/X11R6/share/pixmaps/vlc.png ===> Compressing manual pages for vlc-0.8.5_5 ===> Running ldconfig /sbin/ldconfig -m /usr/X11R6/lib ===> Installing ldconfig configuration file cannot create /usr/X11R6/libdata/ldconfig/vlc: No such file or directory *** Error code 2 Stop in /usr/ports/multimedia/vlc. *** Error code 1 Stop in /usr/ports/multimedia/vlc. ** Command failed [exit code 1]: /usr/bin/script -qa /tmp/portupgrade55117.0 env PORT_UPGRADE=yes make WITH_SKINS=1 WITH_DAAP=1 WITH_ESOUND=1 WITH_FAAD=1 WITH_REALAUDIO=1 WITH_SPEEX=1 WITH_TWOLAME=1 WITH_XOSD=1 WITH_X264=1 WITH_DIRAC=1 WITH_THEORA=1 WITH_TRANSCODE=1 WITH_WIN32_CODECS=1 WITH_DVDREAD=1 WITH_SSL=1 WITH_OPTIMIZED_CFLAGS=1 USE_GECKO=mozilla PORT_UPGRADE=yes reinstall ---> Updating dependency info egrep: /var/db/pkg/vlc-0.8.5_4/+CONTENTS: No such file or directory ---> Restoring the old version ---> Removing old package' ** Fix the installation problem and try again. ---> Installation of multimedia/vlc ended at: Mon, 21 Aug 2006 13:08:28 +0300 (consumed 00:01:28) ---> Upgrade of multimedia/vlc ended at: Mon, 21 Aug 2006 13:08:28 +0300 (consumed 00:15:42) Do I have to provide additional information? Thanks -- Adi Pircalabu (PGP Key ID 0x04329F5E) -- This message was scanned for viruses by BitDefender for Linux Mail Servers. For more information please visit http://www.bitdefender.com/ From owner-freebsd-multimedia@FreeBSD.ORG Mon Aug 21 11:50:47 2006 Return-Path: X-Original-To: freebsd-multimedia@hub.freebsd.org Delivered-To: freebsd-multimedia@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 53F3516A4E1; Mon, 21 Aug 2006 11:50:47 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id AF40943D66; Mon, 21 Aug 2006 11:50:43 +0000 (GMT) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (edwin@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k7LBohK4016101; Mon, 21 Aug 2006 11:50:43 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k7LBoh0L016097; Mon, 21 Aug 2006 11:50:43 GMT (envelope-from edwin) Date: Mon, 21 Aug 2006 11:50:43 GMT From: Edwin Groothuis Message-Id: <200608211150.k7LBoh0L016097@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-multimedia@FreeBSD.org Cc: Subject: Re: ports/102341: multimedia/vlc - 0.8.5_5 "make install" error X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Aug 2006 11:50:47 -0000 Synopsis: multimedia/vlc - 0.8.5_5 "make install" error Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-multimedia Responsible-Changed-By: edwin Responsible-Changed-When: Mon Aug 21 11:50:42 UTC 2006 Responsible-Changed-Why: Over to maintainer http://www.freebsd.org/cgi/query-pr.cgi?pr=102341 From owner-freebsd-multimedia@FreeBSD.ORG Mon Aug 21 15:20:28 2006 Return-Path: X-Original-To: freebsd-multimedia@hub.freebsd.org Delivered-To: freebsd-multimedia@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D45EC16A4DA; Mon, 21 Aug 2006 15:20:28 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C9E3343D78; Mon, 21 Aug 2006 15:20:27 +0000 (GMT) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (edwin@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k7LFKRkn035540; Mon, 21 Aug 2006 15:20:27 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k7LFKRgr035536; Mon, 21 Aug 2006 15:20:27 GMT (envelope-from edwin) Date: Mon, 21 Aug 2006 15:20:27 GMT From: Edwin Groothuis Message-Id: <200608211520.k7LFKRgr035536@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-multimedia@FreeBSD.org Cc: Subject: Re: ports/102350: multimedia/dvdstyler: gmake is in ${RUN_DEPENDS} X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Aug 2006 15:20:28 -0000 Synopsis: multimedia/dvdstyler: gmake is in ${RUN_DEPENDS} Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-multimedia Responsible-Changed-By: edwin Responsible-Changed-When: Mon Aug 21 15:20:27 UTC 2006 Responsible-Changed-Why: Over to maintainer http://www.freebsd.org/cgi/query-pr.cgi?pr=102350 From owner-freebsd-multimedia@FreeBSD.ORG Mon Aug 21 17:09:58 2006 Return-Path: X-Original-To: multimedia@freebsd.org Delivered-To: freebsd-multimedia@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 466B716A4DF; Mon, 21 Aug 2006 17:09:58 +0000 (UTC) (envelope-from mezz7@cox.net) Received: from eastrmmtao05.cox.net (eastrmmtao05.cox.net [68.230.240.34]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6358443D6A; Mon, 21 Aug 2006 17:09:57 +0000 (GMT) (envelope-from mezz7@cox.net) Received: from eastrmimpo01.cox.net ([68.1.16.119]) by eastrmmtao05.cox.net (InterMail vM.6.01.06.01 201-2131-130-101-20060113) with ESMTP id <20060821170956.DPOI7951.eastrmmtao05.cox.net@eastrmimpo01.cox.net>; Mon, 21 Aug 2006 13:09:56 -0400 Received: from mezz.mezzweb.com ([24.255.149.218]) by eastrmimpo01.cox.net with bizsmtp id Ch9X1V00f4iy4EG0000000 Mon, 21 Aug 2006 13:09:32 -0400 Date: Mon, 21 Aug 2006 12:10:08 -0500 To: "Adi Pircalabu" From: "Jeremy Messenger" Content-Type: text/plain; format=flowed; delsp=yes; charset=us-ascii MIME-Version: 1.0 References: <20060821131430.2c35f3f4@apircalabu.dsd.ro> Content-Transfer-Encoding: Quoted-Printable Message-ID: In-Reply-To: <20060821131430.2c35f3f4@apircalabu.dsd.ro> User-Agent: Opera Mail/9.01 (Linux) Cc: ports@freebsd.org, multimedia@freebsd.org Subject: Re: [6-STABLE] vlc-0.8.5_5 error during portupgrade X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Aug 2006 17:09:58 -0000 In future, please don't spam to us. Choice one, either email to = multimedia@ or send us a PR is good enough. On Mon, 21 Aug 2006 05:14:30 -0500, Adi Pircalabu = wrote: > Hi, after latest cvsup I've got this error during portupgrade -av: I can't reproduce this error, you need to make sure you have a complete = = ports tree update by CVSup. Also, make sure you have everything up to da= te. =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D # pwd /usr/ports/multimedia/vlc # grep LDCONFIG Makefile USE_LDCONFIG=3D yes # make package =3D=3D=3D> Compressing manual pages for vlc-0.8.5_5 =3D=3D=3D> Running ldconfig /sbin/ldconfig -m /usr/X11R6/lib =3D=3D=3D> Installing ldconfig configuration file =3D=3D=3D> Registering installation for vlc-0.8.5_5 =3D=3D=3D> SECURITY REPORT: [...] Creating bzip'd tar ball in '/usr/ports/multimedia/vlc/vlc-0.8.5_5.tbz' # ls | grep tbz vlc-0.8.5_5.tbz # ls -l /usr/X11R6/libdata/ldconfig/vlc -rw-r--r-- 1 root wheel 15 Aug 21 12:01 /usr/X11R6/libdata/ldconfig/v= lc # grep ldconfig /var/db/pkg/vlc-0.8.5_5/+CONTENTS @exec /sbin/ldconfig -m /usr/X11R6/lib @unexec /sbin/ldconfig -R libdata/ldconfig/vlc =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D Cheers, Mezz > install -o root -g wheel -m > 444 /usr/ports/multimedia/vlc/work/fake/share/vlc/vlc48x48.png = > /usr/X11R6/share/pixmaps/vlc.png > =3D=3D=3D> Compressing manual pages for vlc-0.8.5_5 =3D=3D=3D> Run= ning ldconfig > /sbin/ldconfig -m /usr/X11R6/lib > =3D=3D=3D> Installing ldconfig configuration file > cannot create /usr/X11R6/libdata/ldconfig/vlc: No such file or directo= ry > *** Error code 2 > > Stop in /usr/ports/multimedia/vlc. > *** Error code 1 > > Stop in /usr/ports/multimedia/vlc. > ** Command failed [exit code 1]: /usr/bin/script > -qa /tmp/portupgrade55117.0 env PORT_UPGRADE=3Dyes make WITH_SKINS=3D1= > WITH_DAAP=3D1 WITH_ESOUND=3D1 WITH_FAAD=3D1 WITH_REALAUDIO=3D1 WITH_SP= EEX=3D1 > WITH_TWOLAME=3D1 WITH_XOSD=3D1 WITH_X264=3D1 WITH_DIRAC=3D1 WITH_THEOR= A=3D1 > WITH_TRANSCODE=3D1 WITH_WIN32_CODECS=3D1 WITH_DVDREAD=3D1 WITH_SSL=3D1= > WITH_OPTIMIZED_CFLAGS=3D1 USE_GECKO=3Dmozilla PORT_UPGRADE=3Dyes reins= tall > ---> Updating dependency info > egrep: /var/db/pkg/vlc-0.8.5_4/+CONTENTS: No such file or directory > ---> Restoring the old version ---> Removing old package' ** Fix the= > installation problem and try again. ---> Installation of > multimedia/vlc ended at: Mon, 21 Aug 2006 13:08:28 +0300 (consumed > 00:01:28) ---> Upgrade of multimedia/vlc ended at: Mon, 21 Aug 2006 > 13:08:28 +0300 (consumed 00:15:42) > > Do I have to provide additional information? > Thanks -- = mezz7@cox.net - mezz@FreeBSD.org FreeBSD GNOME Team - FreeBSD Multimedia Hat (ports, not src) http://www.FreeBSD.org/gnome/ - gnome@FreeBSD.org http://wiki.freebsd.org/multimedia - multimedia@FreeBSD.org From owner-freebsd-multimedia@FreeBSD.ORG Mon Aug 21 19:56:34 2006 Return-Path: X-Original-To: freebsd-multimedia@FreeBSD.org Delivered-To: freebsd-multimedia@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 41D3B16A50D for ; Mon, 21 Aug 2006 19:56:34 +0000 (UTC) (envelope-from owner-bugmaster@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id F1AF743D68 for ; Mon, 21 Aug 2006 19:56:04 +0000 (GMT) (envelope-from owner-bugmaster@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k7LJtS2w062556 for ; Mon, 21 Aug 2006 19:55:28 GMT (envelope-from owner-bugmaster@FreeBSD.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k7LJtRuZ062552 for freebsd-multimedia@FreeBSD.org; Mon, 21 Aug 2006 19:55:27 GMT (envelope-from owner-bugmaster@FreeBSD.org) Date: Mon, 21 Aug 2006 19:55:27 GMT Message-Id: <200608211955.k7LJtRuZ062552@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: linimon set sender to owner-bugmaster@FreeBSD.org using -f From: FreeBSD bugmaster To: freebsd-multimedia@FreeBSD.org Cc: Subject: Current problem reports assigned to you X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Aug 2006 19:56:34 -0000 Current FreeBSD problem reports Critical problems S Tracker Resp. Description -------------------------------------------------------------------------------- o ports/102341 multimedia multimedia/vlc - 0.8.5_5 "make install" error 1 problem total. Serious problems S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/63204 multimedia [sound] /dev/mixer broken with ESS Maestro-2E (still o f kern/73987 multimedia [sound] Nforce2 MB sound problem o kern/79905 multimedia [sound] sis7018 sound module problem o kern/79912 multimedia [sound] sound broken for 2 VIA chipsets: interrupt sto o kern/81146 multimedia [sound] Sound isn't working AT ALL for Sis7012 onboard o kern/82043 multimedia [sound] snd_emu10k1 - mixer does not work. o kern/90214 multimedia [sound] memory leaks in snd_via8233 o kern/94279 multimedia [snd_neomagic] snd_neomagic crashes on FreeBSD 5.4 and o kern/96538 multimedia [sound] emu10k1-driver inverts channels o kern/97535 multimedia [snd_mss] doesn't work in 6.0-RELEASE and above for Cr o kern/98167 multimedia [sound] [es137x] [patch] ES1370 mixer volumes incorrec o kern/98752 multimedia [sound] Intel ich6 82801 FB - on Packard Bell A8810 la o ports/99323 multimedia jackd audio server broken? o kern/99920 multimedia [snd_ich] Not support integrated audio on ICH7R chip ( o kern/100169 multimedia [snd_ich] snd_ich broken on Dell PIII system 15 problems total. Non-critical problems S Tracker Resp. Description -------------------------------------------------------------------------------- f kern/25386 multimedia [sound] Incorrect mixer registers (line & synth) in ne o kern/37600 multimedia [sound] [partial patch] t4dwave drive doesn't record. f kern/60599 multimedia [bktr] [partial patch] No sound for ATI TV Wonder (ste o kern/60677 multimedia [sound] [patch] No reaction of volume controy key on I f kern/66642 multimedia [sound] pcm0: play: 0: play interrupt timeout, channel f kern/72218 multimedia [sound] audio recording broken with emu10k1 on 5.3-bet o kern/72995 multimedia [sound] Intel ICH2 (82801BA) - sound nearly inaudible o kern/79678 multimedia [sound] sound works except recording from any source o kern/80465 multimedia [sound] pcm0:record:0: record interrupt timeout (Acer o kern/80632 multimedia pcm driver missing support for CMI8738 auxillary input o kern/84311 multimedia [sound] 82801FB/FR/FW/FRW Intel High Definition Audio f kern/84507 multimedia [sound] fm801: Not every card supports variable rate f kern/85964 multimedia [sound] Can't play 24 bit audio (Audigy 2 and others) f ports/86899 multimedia multimedia/mjpegtools - lavplay/glav claims "No video o kern/87782 multimedia [sound] snd_t4dwave and pcm0:record:0: record interrup f kern/88820 multimedia [sound] Erratic recognition of VIA 8285 sound card by o kern/92512 multimedia [sound] distorted mono output with emu10k1 o kern/92557 multimedia [sound] Contrary to 6.0 release notes, snd_csa does no o i386/93986 multimedia [pcm] Acer TravelMate 4652LMi pcm0 channel dead o kern/95086 multimedia [sound] uaudio line in problem with sbdm lx o kern/97609 multimedia [sound] Load Sound Module - VIA8233 - fails o kern/98496 multimedia [snd_ich] some functions don't work in my sound kernel o kern/98504 multimedia [sound] Sound is distorted with SB Live 5.1 o kern/99639 multimedia [sound] FreeBSD 4.11 hangs while trying to play sound o kern/101417 multimedia [sound] 4-speakers output not possible on Asus A8V-Del o ports/102350 multimedia multimedia/dvdstyler: gmake is in ${RUN_DEPENDS} 26 problems total. From owner-freebsd-multimedia@FreeBSD.ORG Tue Aug 22 10:05:37 2006 Return-Path: X-Original-To: multimedia@freebsd.org Delivered-To: freebsd-multimedia@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B5C0716A4E1 for ; Tue, 22 Aug 2006 10:05:37 +0000 (UTC) (envelope-from apircalabu@bitdefender.com) Received: from mail.bitdefender.com (ns.bitdefender.com [217.156.83.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id B82F043DA0 for ; Tue, 22 Aug 2006 10:04:51 +0000 (GMT) (envelope-from apircalabu@bitdefender.com) Received: (qmail 9903 invoked by uid 1010); 22 Aug 2006 13:04:37 +0300 Received: from apircalabu.dsd.ro (10.10.15.22) by mail.bitdefender.com with SMTP; 22 Aug 2006 13:04:37 +0300 Date: Tue, 22 Aug 2006 13:04:36 +0300 From: Adi Pircalabu To: "Jeremy Messenger" Message-ID: <20060822130436.6d4a8a15@apircalabu.dsd.ro> In-Reply-To: References: <20060821131430.2c35f3f4@apircalabu.dsd.ro> Organization: BitDefender X-Mailer: Sylpheed-Claws 2.4.0 (GTK+ 2.8.20; i386-portbld-freebsd6.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BitDefender-Scanner: Clean, Agent: BitDefender qmail 2.0.0 on mail.bitdefender.com X-BitDefender-Spam: No (0) Cc: ports@freebsd.org, multimedia@freebsd.org Subject: Re: [6-STABLE] vlc-0.8.5_5 error during portupgrade X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Aug 2006 10:05:37 -0000 On Mon, 21 Aug 2006 12:10:08 -0500 Jeremy Messenger wrote: > In future, please don't spam to us. Choice one, either email to > multimedia@ or send us a PR is good enough. Sorry for spam. [...] > I can't reproduce this error, you need to make sure you have a > complete ports tree update by CVSup. Also, make sure you have > everything up to date. (For the archives) mkdir /usr/X11R6/libdata/ldconfig/ solved this. I can't understand at this time, though, why this directory was missing on my machine. I think this PR can be closed. Thanks -- Adi Pircalabu (PGP Key ID 0x04329F5E) -- This message was scanned for viruses by BitDefender for Linux Mail Servers. For more information please visit http://www.bitdefender.com/ From owner-freebsd-multimedia@FreeBSD.ORG Tue Aug 22 13:32:57 2006 Return-Path: X-Original-To: freebsd-multimedia@hub.freebsd.org Delivered-To: freebsd-multimedia@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 903ED16A4DE; Tue, 22 Aug 2006 13:32:57 +0000 (UTC) (envelope-from ahze@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4C2C543D46; Tue, 22 Aug 2006 13:32:57 +0000 (GMT) (envelope-from ahze@FreeBSD.org) Received: from freefall.freebsd.org (ahze@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k7MDWv6v073128; Tue, 22 Aug 2006 13:32:57 GMT (envelope-from ahze@freefall.freebsd.org) Received: (from ahze@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k7MDWuhI073124; Tue, 22 Aug 2006 13:32:56 GMT (envelope-from ahze) Date: Tue, 22 Aug 2006 13:32:56 GMT From: Michael Johnson Message-Id: <200608221332.k7MDWuhI073124@freefall.freebsd.org> To: tgyurci@freemail.hu, ahze@FreeBSD.org, freebsd-multimedia@FreeBSD.org Cc: Subject: Re: ports/102350: multimedia/dvdstyler: gmake is in ${RUN_DEPENDS} X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Aug 2006 13:32:57 -0000 Synopsis: multimedia/dvdstyler: gmake is in ${RUN_DEPENDS} State-Changed-From-To: open->closed State-Changed-By: ahze State-Changed-When: Tue Aug 22 13:32:48 UTC 2006 State-Changed-Why: Committed, Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=102350 From owner-freebsd-multimedia@FreeBSD.ORG Tue Aug 22 21:11:38 2006 Return-Path: X-Original-To: multimedia@FreeBSD.org Delivered-To: freebsd-multimedia@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3F74116A4DF; Tue, 22 Aug 2006 21:11:38 +0000 (UTC) (envelope-from ryanb@FreeBSD.org) Received: from pds.uberhacker.org (uberhacker.org [71.5.14.94]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7A5C843D5C; Tue, 22 Aug 2006 21:11:33 +0000 (GMT) (envelope-from ryanb@FreeBSD.org) Received: from localhost (localhost [127.0.0.1]) by pds.uberhacker.org (Postfix) with ESMTP id 33C27A2E; Tue, 22 Aug 2006 14:11:33 -0700 (PDT) Received: from pds.uberhacker.org ([127.0.0.1]) by localhost (pds.uberhacker.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 00203-03; Tue, 22 Aug 2006 14:11:28 -0700 (PDT) Received: from [192.168.82.33] (unknown [74.134.233.192]) by pds.uberhacker.org (Postfix) with ESMTP id 7709E5F; Tue, 22 Aug 2006 14:11:27 -0700 (PDT) Message-ID: <44EB72FC.8040508@FreeBSD.org> Date: Tue, 22 Aug 2006 16:11:24 -0500 From: Ryan Beasley User-Agent: Thunderbird 1.5.0.5 (X11/20060730) MIME-Version: 1.0 To: current@FreeBSD.org, multimedia@FreeBSD.org Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at uberhacker.org Cc: Subject: [RFC] Summer of Code -- OSSv4 audio compatibility X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Aug 2006 21:11:38 -0000 Hello, current@ & multimedia@! ====== Summary ====== I participated in Google's Summer of Code this year, working on adding support for 4Front's OSSv4 API. Unfortunately, more of the API specifications were still under construction than I expected, so I focused entirely on the audio collection of ioctls and maybe just one or two mixer ioctls. While official documentation isn't yet available, the mixer extensions, which are one of the coolest parts of the new API, are my top priority. (I think I now have enough reference material to begin work in that area.) For information on the ioctls, please take a look at http://wiki.freebsd.org/RyanBeasley/ioctlref . ====== Patch Info ====== A patch against recent -CURRENT is available at http://www.leidinger.net/FreeBSD/sound/rbeasley_sound.diff . Comments, suggestions, etc., would be hugely appreciated! To apply, cd /usr/src/sys patch --quiet < rbeasley_sound.diff Then rebuild the sound/sound module and whichever modules are appropriate for your sound card. You should also install the new sys/soundcard.h. ====== Testing ====== Please beat down on audio as much as possible. Note that some applications might need to be recompiled in order to access the new ioctls (sys/soundcard.h was tweaked). Two areas that were least tested by me were ioctls intended to be used with mmap() (ex: SNDCTL_DSP_CURRENT_OPTR) and recording. Please keep an eye on these. Also, note that a LOR was detected with the SNDCTL_MIXERINFO ioctl. Please do not report this for now. LOR details: kernel: lock order reversal: kernel: 1st 0xc3fe25c0 pcm0 (sound cdev) @ /usr/src/sys/modules/sound/sound/../../../dev/sound/pcm/mixer.c:791 kernel: 2nd 0xc9c9f320 pcm0:mixer (pcm mixer) @ /usr/src/sys/modules/sound/sound/../../../dev/sound/pcm/mixer.c:815 If you encounter bugs or have any questions, please e-mail me. ====== Misc. ====== Thanks to Google, the FreeBSD Project, my mentors Alexander Leidinger & Ariff Abdullah, and Dev & Hannu @ 4Front for everything! -- Ryan Beasley From owner-freebsd-multimedia@FreeBSD.ORG Wed Aug 23 03:16:02 2006 Return-Path: X-Original-To: freebsd-multimedia@hub.freebsd.org Delivered-To: freebsd-multimedia@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E933A16A4E6; Wed, 23 Aug 2006 03:16:02 +0000 (UTC) (envelope-from mezz@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A3E8643D45; Wed, 23 Aug 2006 03:16:02 +0000 (GMT) (envelope-from mezz@FreeBSD.org) Received: from freefall.freebsd.org (mezz@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k7N3G2UK053093; Wed, 23 Aug 2006 03:16:02 GMT (envelope-from mezz@freefall.freebsd.org) Received: (from mezz@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k7N3G1km053088; Wed, 23 Aug 2006 03:16:01 GMT (envelope-from mezz) Date: Wed, 23 Aug 2006 03:16:01 GMT From: Jeremy Messenger Message-Id: <200608230316.k7N3G1km053088@freefall.freebsd.org> To: apircalabu@bitdefender.com, mezz@FreeBSD.org, freebsd-multimedia@FreeBSD.org Cc: Subject: Re: ports/102341: multimedia/vlc - 0.8.5_5 "make install" error X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Aug 2006 03:16:03 -0000 Synopsis: multimedia/vlc - 0.8.5_5 "make install" error State-Changed-From-To: open->closed State-Changed-By: mezz State-Changed-When: Wed Aug 23 03:15:12 UTC 2006 State-Changed-Why: Close it. It has been requested by the submitter. http://www.freebsd.org/cgi/query-pr.cgi?pr=102341 From owner-freebsd-multimedia@FreeBSD.ORG Wed Aug 23 07:50:22 2006 Return-Path: X-Original-To: freebsd-multimedia@hub.freebsd.org Delivered-To: freebsd-multimedia@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 31F8F16A4E1 for ; Wed, 23 Aug 2006 07:50:22 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id DA89943D55 for ; Wed, 23 Aug 2006 07:50:21 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k7N7oLMW083010 for ; Wed, 23 Aug 2006 07:50:21 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k7N7oLu0083009; Wed, 23 Aug 2006 07:50:21 GMT (envelope-from gnats) Date: Wed, 23 Aug 2006 07:50:21 GMT Message-Id: <200608230750.k7N7oLu0083009@freefall.freebsd.org> To: freebsd-multimedia@FreeBSD.org From: "Vaida Bogdan" Cc: Subject: Re: kern/84311: [sound] 82801FB/FR/FW/FRW Intel High Definition Audio not detected in FreeBSD up to 7-current X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Vaida Bogdan List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Aug 2006 07:50:22 -0000 The following reply was made to PR kern/84311; it has been noted by GNATS. From: "Vaida Bogdan" To: bug-followup@freebsd.org, unix@dominique-werner.com Cc: Subject: Re: kern/84311: [sound] 82801FB/FR/FW/FRW Intel High Definition Audio not detected in FreeBSD up to 7-current Date: Wed, 23 Aug 2006 10:36:11 +0300 Now works with: http://www.4front-tech.com/ OSS From owner-freebsd-multimedia@FreeBSD.ORG Wed Aug 23 07:51:58 2006 Return-Path: X-Original-To: multimedia@FreeBSD.org Delivered-To: freebsd-multimedia@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7CE8816A4DD; Wed, 23 Aug 2006 07:51:58 +0000 (UTC) (envelope-from Yuriy.Tsibizov@gfk.ru) Received: from mx.gfk.ru (mx.gfk.ru [84.21.231.130]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5AB4143D58; Wed, 23 Aug 2006 07:51:56 +0000 (GMT) (envelope-from Yuriy.Tsibizov@gfk.ru) Received: from ex.hhp.local by mx.gfk.ru (MDaemon PRO v9.0.5) with ESMTP id md50000420225.msg; Wed, 23 Aug 2006 11:51:28 +0400 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Date: Wed, 23 Aug 2006 11:51:24 +0400 Content-class: urn:content-classes:message Message-ID: <78664C02FF341B4FAC63E561846E3BCC546A@ex.hhp.local> In-Reply-To: <44EB72FC.8040508@FreeBSD.org> X-MimeOLE: Produced By Microsoft Exchange V6.5 X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: [RFC] Summer of Code -- OSSv4 audio compatibility Thread-Index: AcbGL7OAH/PYGjRvRGWfKbeo32L8DQASCvhA From: "Yuriy Tsibizov" To: "Ryan Beasley" X-Spam-Processed: mx.gfk.ru, Wed, 23 Aug 2006 11:51:28 +0400 (not processed: message from valid local sender) X-MDRemoteIP: 10.0.0.30 X-Return-Path: Yuriy.Tsibizov@gfk.ru X-Envelope-From: Yuriy.Tsibizov@gfk.ru X-MDAV-Processed: mx.gfk.ru, Wed, 23 Aug 2006 11:51:28 +0400 Cc: current@FreeBSD.org, multimedia@FreeBSD.org Subject: RE: [RFC] Summer of Code -- OSSv4 audio compatibility X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Aug 2006 07:51:58 -0000 > Hello, current@ & multimedia@! >=20 > =3D=3D=3D=3D=3D=3D Summary =3D=3D=3D=3D=3D=3D > I participated in Google's Summer of Code this year, working on adding > support for 4Front's OSSv4 API. >=20 > Unfortunately, more of the API specifications were still under > construction than I expected, so I focused entirely on the audio > collection of ioctls and maybe just one or two mixer ioctls. While > official documentation isn't yet available, the mixer=20 > extensions, which > are one of the coolest parts of the new API, are my top priority. (I > think I now have enough reference material to begin work in=20 > that area.) >=20 > For information on the ioctls, please take a look at > http://wiki.freebsd.org/RyanBeasley/ioctlref . >=20 > =3D=3D=3D=3D=3D=3D Patch Info =3D=3D=3D=3D=3D=3D > A patch against recent -CURRENT is available at > http://www.leidinger.net/FreeBSD/sound/rbeasley_sound.diff . >=20 > Comments, suggestions, etc., would be hugely appreciated! Ryan, will there be any changes for hardware drivers? And, as I know you have emu10kx-compatible sound card, can you=20 test your sound buffering changes with EMU_PLAY_BUFSZ set to=20 EMUPAGESIZE*2 or larger (dev/sound/pci/emu10kx.h, line49). With 4K (=3DEMUPAGESIZE) playback buffer sound does not has lag or lost samples, but there was problems with large one (http://docs.freebsd.org/cgi/mid.cgi?D562966835368E4C8DDF68BC113A97B15F0 643). On opposite side, with small buffer I have a lot of noise when my system has a lot of disk activity or kernel printf's. You can use http://www.linksplace.com/wavsounds/pong.wav as a good sample of "bad file" for large buffer. Yuriy. From owner-freebsd-multimedia@FreeBSD.ORG Wed Aug 23 10:35:27 2006 Return-Path: X-Original-To: multimedia@FreeBSD.org Delivered-To: freebsd-multimedia@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3184816A4E7; Wed, 23 Aug 2006 10:35:27 +0000 (UTC) (envelope-from Alexander@Leidinger.net) Received: from www.ebusiness-leidinger.de (jojo.ms-net.de [84.16.236.246]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2B37A43D76; Wed, 23 Aug 2006 10:35:24 +0000 (GMT) (envelope-from Alexander@Leidinger.net) Received: from Andro-Beta.Leidinger.net (p54A5E135.dip.t-dialin.net [84.165.225.53]) (authenticated bits=0) by www.ebusiness-leidinger.de (8.13.6/8.13.6) with ESMTP id k7NAHa2K025556; Wed, 23 Aug 2006 12:17:36 +0200 (CEST) (envelope-from Alexander@Leidinger.net) Received: from localhost (localhost [127.0.0.1]) by Andro-Beta.Leidinger.net (8.13.4/8.13.3) with ESMTP id k7NAZTsi094790; Wed, 23 Aug 2006 12:35:29 +0200 (CEST) (envelope-from Alexander@Leidinger.net) Received: from psbru.cec.eu.int (psbru.cec.eu.int [158.169.131.14]) by webmail.leidinger.net (Horde MIME library) with HTTP; Wed, 23 Aug 2006 12:35:29 +0200 Message-ID: <20060823123529.06d3ayec08wwgwgc@netchild.homeip.net> X-Priority: 3 (Normal) Date: Wed, 23 Aug 2006 12:35:29 +0200 From: Alexander Leidinger To: Ryan Beasley References: <44EB72FC.8040508@FreeBSD.org> In-Reply-To: <44EB72FC.8040508@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; DelSp="Yes"; format="flowed" Content-Disposition: inline Content-Transfer-Encoding: quoted-printable User-Agent: Internet Messaging Program (IMP) H3 (4.1.2) / FreeBSD-4.11 X-Virus-Scanned: by amavisd-new Cc: current@FreeBSD.org, multimedia@FreeBSD.org Subject: Re: [RFC] Summer of Code -- OSSv4 audio compatibility X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Aug 2006 10:35:27 -0000 Quoting Ryan Beasley (from Tue, 22 Aug 2006 =20 16:11:24 -0500): > Hello, current@ & multimedia@! > > =3D=3D=3D=3D=3D=3D Summary =3D=3D=3D=3D=3D=3D > I participated in Google's Summer of Code this year, working on adding > support for 4Front's OSSv4 API. > > Unfortunately, more of the API specifications were still under > construction than I expected, so I focused entirely on the audio > collection of ioctls and maybe just one or two mixer ioctls. While > official documentation isn't yet available, the mixer extensions, which > are one of the coolest parts of the new API, are my top priority. (I > think I now have enough reference material to begin work in that area.) Clarification: his top priority is not part of the SoC 2006 anymore. =20 The patch presented here is the outcome of the Soc. Anything from now =20 on (bugfixes and enhancements to this code) is not covered by the SoC =20 anymore but purely based upon his interest in improving his work. > For information on the ioctls, please take a look at > http://wiki.freebsd.org/RyanBeasley/ioctlref . > > =3D=3D=3D=3D=3D=3D Patch Info =3D=3D=3D=3D=3D=3D > A patch against recent -CURRENT is available at > http://www.leidinger.net/FreeBSD/sound/rbeasley_sound.diff . > > Comments, suggestions, etc., would be hugely appreciated! > > To apply, > =09cd /usr/src/sys > =09patch --quiet < rbeasley_sound.diff > > Then rebuild the sound/sound module and whichever modules are > appropriate for your sound card. You should also install the new > sys/soundcard.h. Building/installing the world and kernel after patching will do this =20 (in case you want to test this but don't know how to do this). > =3D=3D=3D=3D=3D=3D Testing =3D=3D=3D=3D=3D=3D > Please beat down on audio as much as possible. Note that some > applications might need to be recompiled in order to access the new > ioctls (sys/soundcard.h was tweaked). We are interested in the behavior of the applications without =20 recompiling them (ideally there's no change in behavior), and after =20 recompiling. > Two areas that were least tested by me were ioctls intended to be used > with mmap() (ex: SNDCTL_DSP_CURRENT_OPTR) and recording. Please keep an > eye on these. Bye, Alexander. --=20 Love is an ideal thing, marriage a real thing; a confusion of the real with the ideal never goes unpunished. =09=09-- Goethe http://www.Leidinger.net Alexander @ Leidinger.net: PGP ID =3D B0063FE7 http://www.FreeBSD.org netchild @ FreeBSD.org : PGP ID =3D 72077137 From owner-freebsd-multimedia@FreeBSD.ORG Wed Aug 23 10:48:09 2006 Return-Path: X-Original-To: multimedia@freebsd.org Delivered-To: freebsd-multimedia@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D246116A4DD; Wed, 23 Aug 2006 10:48:09 +0000 (UTC) (envelope-from Alexander@Leidinger.net) Received: from www.ebusiness-leidinger.de (jojo.ms-net.de [84.16.236.246]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1ECAF43E30; Wed, 23 Aug 2006 10:45:28 +0000 (GMT) (envelope-from Alexander@Leidinger.net) Received: from Andro-Beta.Leidinger.net (p54A5E135.dip.t-dialin.net [84.165.225.53]) (authenticated bits=0) by www.ebusiness-leidinger.de (8.13.6/8.13.6) with ESMTP id k7NAQoCb025590; Wed, 23 Aug 2006 12:26:50 +0200 (CEST) (envelope-from Alexander@Leidinger.net) Received: from localhost (localhost [127.0.0.1]) by Andro-Beta.Leidinger.net (8.13.4/8.13.3) with ESMTP id k7NAihux096093; Wed, 23 Aug 2006 12:44:43 +0200 (CEST) (envelope-from Alexander@Leidinger.net) Received: from psbru.cec.eu.int (psbru.cec.eu.int [158.169.131.14]) by webmail.leidinger.net (Horde MIME library) with HTTP; Wed, 23 Aug 2006 12:44:43 +0200 Message-ID: <20060823124443.4uwx8nnv488sw0so@netchild.homeip.net> X-Priority: 3 (Normal) Date: Wed, 23 Aug 2006 12:44:43 +0200 From: Alexander Leidinger To: Yuriy Tsibizov References: <78664C02FF341B4FAC63E561846E3BCC546A@ex.hhp.local> In-Reply-To: <78664C02FF341B4FAC63E561846E3BCC546A@ex.hhp.local> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; DelSp="Yes"; format="flowed" Content-Disposition: inline Content-Transfer-Encoding: 7bit User-Agent: Internet Messaging Program (IMP) H3 (4.1.2) / FreeBSD-4.11 X-Virus-Scanned: by amavisd-new Cc: ryanb@freebsd.org, current@freebsd.org, multimedia@freebsd.org Subject: RE: [RFC] Summer of Code -- OSSv4 audio compatibility X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Aug 2006 10:48:10 -0000 Quoting Yuriy Tsibizov (from Wed, 23 Aug 2006 11:51:24 +0400): >> ====== Patch Info ====== >> A patch against recent -CURRENT is available at >> http://www.leidinger.net/FreeBSD/sound/rbeasley_sound.diff . >> >> Comments, suggestions, etc., would be hugely appreciated! > Ryan, will there be any changes for hardware drivers? There will be no changes to hardware drivers as part of the SoC (it's over now). The code you see is what is supposed to get committed to CVS (some bugfixes may be applied first, in case some show up) after review and testing. But yes, the mixer stuff (and maybe other things) may end up in drivers and he is looking at what can be done for the drivers he has hardware for. Bye, Alexander. -- http://www.Leidinger.net Alexander @ Leidinger.net: PGP ID = B0063FE7 http://www.FreeBSD.org netchild @ FreeBSD.org : PGP ID = 72077137 From owner-freebsd-multimedia@FreeBSD.ORG Wed Aug 23 13:40:03 2006 Return-Path: X-Original-To: freebsd-multimedia@freebsd.org Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AB14216A4DA for ; Wed, 23 Aug 2006 13:40:03 +0000 (UTC) (envelope-from matteo.pillon@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.188]) by mx1.FreeBSD.org (Postfix) with ESMTP id E8AF743D4C for ; Wed, 23 Aug 2006 13:40:02 +0000 (GMT) (envelope-from matteo.pillon@gmail.com) Received: by nf-out-0910.google.com with SMTP id n29so343276nfc for ; Wed, 23 Aug 2006 06:40:01 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=M/PcLml4k7enPWOvA04YCcp4owNKS+qpqaMvHPhYadIMUrOyAnGoTkqRbFzFOos0jW2XvhhWsCeQx5H/6zkZLx/0BSnUyyb8o97+aXwPdA2UKmr65CyWCNH+7aGwHsdKCiaK1Eu0lhVOkUDFIbHEN3w0T2T6acE9oWZ04Xahe9A= Received: by 10.49.93.13 with SMTP id v13mr1988730nfl; Wed, 23 Aug 2006 06:40:01 -0700 (PDT) Received: by 10.48.14.14 with HTTP; Wed, 23 Aug 2006 06:40:01 -0700 (PDT) Message-ID: <95977df90608230640r1573c4c3gef4060d43d371c47@mail.gmail.com> Date: Wed, 23 Aug 2006 15:40:01 +0200 From: "Pillon Matteo" To: freebsd-multimedia@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: Soundcard "Acer Labs M5451" not working (interrupt timeout) X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Aug 2006 13:40:03 -0000 Hi! I have some troubles with snd_t4dwave driver. FreeBSD is running on a Compaq Presario 2532eu notebook with an ALi M5451 soundcard. scanpci: pci bus 0x0000 cardnum 0x06 function 0x00: vendor 0x10b9 device 0x5451 ALi Corporation M5451 PCI AC-Link Controller Audio Device CardVendor 0x103c card 0x0850 (Hewlett-Packard Company, Card unknown) STATUS 0xc290 COMMAND 0x0007 CLASS 0x04 0x01 0x00 REVISION 0x02 BIST 0x00 HEADER 0x00 LATENCY 0x40 CACHE 0x00 BASE0 0x00001001 addr 0x00001000 I/O BASE1 0xd0000000 addr 0xd0000000 MEM MAX_LAT 0x18 MIN_GNT 0x02 INT_PIN 0x01 INT_LINE 0x05 pciconf: pcm0@pci0:6:0: class=0x040100 card=0x0850103c chip=0x545110b9 rev=0x02 hdr=0x00 vendor = 'Acer Labs Incorporated (ALi)' device = 'ALI M5451 PCI AC-Link Controller Audio Device' class = multimedia subclass = audio uname: FreeBSD watson.octopus 6.1-STABLE FreeBSD 6.1-STABLE #13: Wed Aug 23 14:05:10 CEST 2006 root@watson.octopus:/usr/obj/usr/src/sys/WATSON i386 snd_t4dwave gets loaded without errors: pcm0: port 0x1000-0x10ff mem 0xd0000000-0xd0000fff irq 5 at device 6.0 on pci0 pcm0: But when I try to play or record something, I get an interrupt timeout error: # dd if=/dev/zero of=/dev/dsp dd: /dev/dsp: end of device 257+0 records in 256+0 records out 131072 bytes transferred in 0.999717 secs (131109 bytes/sec) # dmesg | grep pcm pcm0:play:1:dsp0.2: play interrupt timeout, channel dead # dd if=/dev/dsp of=/dev/null 0+0 records in 0+0 records out 0 bytes transferred in 1.007393 secs (0 bytes/sec) # dmesg | grep pcm pcm0:record:0:dsp0.0: record interrupt timeout, channel dead # cat /dev/sndstat FreeBSD Audio Driver (newpcm) Installed devices: pcm0: at io 0x1000 irq 5 (4p/1r/2v channels duplex default) [pcm0:record:0:dsp0.0]: spd 8000, fmt 0x00000008, flags 0x00000000, 0x00000000 interrupts 0, overruns 0, hfree 256, sfree 131072 [b:256/128/2|bs:131072/128/1024] {hardware} -> feeder_root(0x00000008) -> {userland} [pcm0:play:0:dsp0.1]: spd 48000, fmt 0x10000010, flags 0x00101000, 0x00000000 interrupts 0, underruns 0, ready 0 [b:4096/2048/2|bs:131072/4096/32] {userland} -> feeder_vchan_s16(0x10000010) -> {hardware} [pcm0:play:1:dsp0.2]: spd 8000/7992, fmt 0x00000008, flags 0x00000000, 0x00000000 interrupts 0, underruns 0, ready 0 [b:256/128/2|bs:131072/128/1024] {userland} -> feeder_root(0x00000008) -> {hardware} [pcm0:play:2:dsp0.3]: spd 0, fmt 0x00000000/0x00000008, flags 0x00000000, 0x00000000 interrupts 0, underruns 0, ready 0 [b:4096/2048/2|bs:0/0/0] {userland} -> feeder_root(0x00000000) -> {hardware} [pcm0:play:3:dsp0.4]: spd 0, fmt 0x00000000/0x00000008, flags 0x00000000, 0x00000000 interrupts 0, underruns 0, ready 0 [b:4096/2048/2|bs:0/0/0] {userland} -> feeder_root(0x00000000) -> {hardware} pcm0:play:0:dsp0.1[pcm0:virtual:0:dsp0.5]: spd 0, fmt 0x00000000/0x00000008, flags 0x10000000, 0x00000000 interrupts 0, underruns 0, ready 0 [b:0/0/0|bs:0/0/0] {userland} -> feeder_root(0x00000000) -> {hardware} pcm0:play:0:dsp0.1[pcm0:virtual:1:dsp0.6]: spd 0, fmt 0x00000000/0x00000008, flags 0x10000000, 0x00000000 interrupts 0, underruns 0, ready 0 [b:0/0/0|bs:0/0/0] {userland} -> feeder_root(0x00000000) -> {hardware} File Versions: $FreeBSD: src/sys/dev/sound/pcm/sound.c,v 1.93.2.3 2006/04/04 17:43:48 ariff Exp $ $FreeBSD: src/sys/dev/sound/pcm/sndstat.c,v 1.20.2.2 2005/12/30 19:55:54 netchild Exp $ $FreeBSD: src/sys/dev/sound/pcm/mixer.c,v 1.43.2.4 2006/04/04 17:43:48 ariff Exp $ $FreeBSD: src/sys/dev/sound/pcm/feeder_volume.c,v 1.2.2.1 2005/12/30 19:55:54 netchild Exp $ $FreeBSD: src/sys/dev/sound/pcm/feeder_rate.c,v 1.11.2.2 2006/01/29 02:27:28 ariff Exp $ $FreeBSD: src/sys/dev/sound/pcm/feeder_fmt.c,v 1.14.2.2 2006/01/29 02:27:28 ariff Exp $ $FreeBSD: src/sys/dev/sound/pcm/feeder.c,v 1.33.2.3 2006/03/07 15:51:19 jhb Exp $ $FreeBSD: src/sys/dev/sound/pcm/fake.c,v 1.14.2.1 2005/12/30 19:55:54 netchild Exp $ $FreeBSD: src/sys/dev/sound/pcm/dsp.c,v 1.80.2.6 2006/04/04 17:43:48 ariff Exp $ $FreeBSD: src/sys/dev/sound/pcm/channel.c,v 1.99.2.4 2006/04/04 17:37:51 ariff Exp $ $FreeBSD: src/sys/dev/sound/pcm/buffer.c,v 1.25.2.1 2005/12/30 19:55:54 netchild Exp $ $FreeBSD: src/sys/dev/sound/pcm/ac97_patch.c,v 1.3.2.1 2005/12/30 19:55:54 netchild Exp $ $FreeBSD: src/sys/dev/sound/pcm/ac97.c,v 1.53.2.3 2006/01/09 02:06:42 ariff Exp $ $FreeBSD: src/sys/dev/sound/pci/t4dwave.c,v 1.48 2005/03/01 08:58:05 imp Exp $ $FreeBSD: src/sys/dev/sound/isa/sndbuf_dma.c,v 1.3 2005/01/06 01:43:17 imp Exp $ $FreeBSD: src/sys/dev/sound/pcm/vchan.c,v 1.17.2.4 2006/04/04 17:43:49 ariff Exp $ I also tried Ariff Abdullah patches without success. Any suggestion? I tried searching the archives, but this problem is different from others, as no data is played/recorded since boot. Thanks. Bye. -- * Matteo Pillon From owner-freebsd-multimedia@FreeBSD.ORG Thu Aug 24 00:14:14 2006 Return-Path: X-Original-To: multimedia@FreeBSD.org Delivered-To: freebsd-multimedia@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E12D316A4DD; Thu, 24 Aug 2006 00:14:14 +0000 (UTC) (envelope-from ryanb@FreeBSD.org) Received: from pds.uberhacker.org (uberhacker.org [71.5.14.94]) by mx1.FreeBSD.org (Postfix) with ESMTP id 949C843D45; Thu, 24 Aug 2006 00:14:14 +0000 (GMT) (envelope-from ryanb@FreeBSD.org) Received: from localhost (localhost [127.0.0.1]) by pds.uberhacker.org (Postfix) with ESMTP id 4B1BCA2E; Wed, 23 Aug 2006 17:14:14 -0700 (PDT) Received: from pds.uberhacker.org ([127.0.0.1]) by localhost (pds.uberhacker.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 00206-05; Wed, 23 Aug 2006 17:14:09 -0700 (PDT) Received: from [192.168.82.33] (unknown [74.134.233.192]) by pds.uberhacker.org (Postfix) with ESMTP id 70DA25F; Wed, 23 Aug 2006 17:14:09 -0700 (PDT) Message-ID: <44ECEF4D.5050101@FreeBSD.org> Date: Wed, 23 Aug 2006 19:14:05 -0500 From: Ryan Beasley User-Agent: Thunderbird 1.5.0.5 (X11/20060730) MIME-Version: 1.0 To: Yuriy Tsibizov References: <78664C02FF341B4FAC63E561846E3BCC546A@ex.hhp.local> In-Reply-To: <78664C02FF341B4FAC63E561846E3BCC546A@ex.hhp.local> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at uberhacker.org Cc: current@FreeBSD.org, multimedia@FreeBSD.org Subject: Re: [RFC] Summer of Code -- OSSv4 audio compatibility X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Aug 2006 00:14:15 -0000 Yuriy Tsibizov wrote: > Ryan, will there be any changes for hardware drivers? Yes, there will, but the nature of the changes are yet to be determined. The mixer extensions specify different control types (toggles, enums, sliders, etc.) for exporting audio hardware (and purely software) controls to userland. E.g., a driver may export channel routings of front, rear, and front+rear as MIXT_ENUM, leaving it to the user to pick a routing. > And, as I know you have emu10kx-compatible sound card, can you > test your sound buffering changes with EMU_PLAY_BUFSZ set to > EMUPAGESIZE*2 or larger (dev/sound/pci/emu10kx.h, line49). Since classes just resumed, I have some homework to take care of first ( :P ), but I'll try to take a look at it tonight or tomorrow. -- Ryan Beasley From owner-freebsd-multimedia@FreeBSD.ORG Thu Aug 24 12:42:38 2006 Return-Path: X-Original-To: multimedia@FreeBSD.org Delivered-To: freebsd-multimedia@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1227716A4E5; Thu, 24 Aug 2006 12:42:38 +0000 (UTC) (envelope-from haselmann@computernoma.de) Received: from server3.server-einstellung.de (server3.server-einstellung.de [62.116.158.121]) by mx1.FreeBSD.org (Postfix) with ESMTP id 01C7843D45; Thu, 24 Aug 2006 12:42:36 +0000 (GMT) (envelope-from haselmann@computernoma.de) Received: from [192.168.3.34] (dslb-084-061-072-046.pools.arcor-ip.net [84.61.72.46]) (authenticated bits=0) by server3.server-einstellung.de (8.12.3/8.12.3/Debian-7.2) with ESMTP id k7OCgWIc005011; Thu, 24 Aug 2006 14:42:33 +0200 Mime-Version: 1.0 (Apple Message framework v752.2) To: multimedia@FreeBSD.org Message-Id: <8BB27300-498C-49E2-AAFF-541CBC96F907@computernoma.de> Content-Type: multipart/signed; protocol="application/pgp-signature"; micalg=pgp-sha1; boundary="Apple-Mail-2--124993087" From: Till Haselmann Date: Thu, 24 Aug 2006 14:42:29 +0200 Content-Transfer-Encoding: 7bit X-Pgp-Agent: GPGMail 1.1.2 (Tiger) X-Mailer: Apple Mail (2.752.2) X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: ports@FreeBSD.org Subject: FreeBSD Port: handbrake-0.7.1_1 X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Aug 2006 12:42:38 -0000 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --Apple-Mail-2--124993087 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Dear multimedia team: I have built Handbrake successfully using the old port (0.7.1) but cannot get it to compile with the new version 0.7.1_1. The output from portupgrade is as attached to this email. Apparently, I have problems compiling the libhb (which I figure is a handbrake library?). What's the problem here? How can I fix it? I have already tried a make distclean but to no avail. Regards, Till. Till Haselmann haselmann@computernoma.de ICQ: 62868533 | AIM / Skype: computernomade >> http://www.computernoma.de << > ---> Upgrading 'handbrake-0.7.1' to > 'handbrake-0.7.1_1' (multimedia/handbrake) > ---> Building '/usr/ports/multimedia/handbrake' > ===> Cleaning for jam-2.5_2 > ===> Cleaning for liba52-0.7.4_1 > ===> Cleaning for libdvdcss-1.2.9_2 > ===> Cleaning for libdvdread-0.9.4_1 > ===> Cleaning for faac-1.24_6 > ===> Cleaning for lame-3.96.1 > ===> Cleaning for mpeg4ip-libmp4v2-1.5.0.1 > ===> Cleaning for libmpeg2-0.4.0b_2 > ===> Cleaning for libogg-1.1.3,3 > ===> Cleaning for libsamplerate-0.1.2_2 > ===> Cleaning for libvorbis-1.1.2,3 > ===> Cleaning for xvid-1.1.0,1 > ===> Cleaning for x264-0.0.20060808 > ===> Cleaning for ffmpeg-devel-0.4.9.c.2006032300_2 > ===> Cleaning for unzip-5.52_2 > ===> Cleaning for djbfft-0.76_2 > ===> Cleaning for gmake-3.81_1 > ===> Cleaning for automake-1.5_2,1 > ===> Cleaning for autoconf-2.59_2 > ===> Cleaning for libtool-1.5.22_2 > ===> Cleaning for nasm-0.98.39,1 > ===> Cleaning for xorg-libraries-6.9.0 > ===> Cleaning for pkg-config-0.20_2 > ===> Cleaning for libsndfile-1.0.16 > ===> Cleaning for fftw3-3.1.2 > ===> Cleaning for gpac-libgpac-0.4.2.r2,1 > ===> Cleaning for ldconfig_compat-1.0_8 > ===> Cleaning for texi2html-1.76_1,1 > ===> Cleaning for freetype2-2.1.10_5 > ===> Cleaning for gettext-0.14.5_2 > ===> Cleaning for perl-5.8.8 > ===> Cleaning for autoconf-2.53_3 > ===> Cleaning for m4-1.4.4 > ===> Cleaning for help2man-1.36.4_1 > ===> Cleaning for imake-6.9.0 > ===> Cleaning for libdrm-2.0.2 > ===> Cleaning for fontconfig-2.3.2_5,1 > ===> Cleaning for flac-1.1.2_1 > ===> Cleaning for libiconv-1.9.2_2 > ===> Cleaning for p5-gettext-1.05_1 > ===> Cleaning for expat-2.0.0_1 > ===> Cleaning for handbrake-0.7.1_1 > => HandBrake-0.7.1.tar.gz doesn't seem to exist in /usr/ports/ > distfiles/. > => Attempting to fetch from http://download.m0k.org/handbrake/. > HandBrake-0.7.1.tar.gz 100% of 248 kB 216 > kBps > ===> Extracting for handbrake-0.7.1_1 > => MD5 Checksum OK for HandBrake-0.7.1.tar.gz. > => SHA256 Checksum OK for HandBrake-0.7.1.tar.gz. > ===> Patching for handbrake-0.7.1_1 > ===> Applying FreeBSD patches for handbrake-0.7.1_1 > ===> handbrake-0.7.1_1 depends on executable in : jam - found > ===> handbrake-0.7.1_1 depends on shared library: a52.0 - found > ===> handbrake-0.7.1_1 depends on shared library: dvdcss.2 - found > ===> handbrake-0.7.1_1 depends on shared library: dvdread.3 - found > ===> handbrake-0.7.1_1 depends on shared library: faac.0 - found > ===> handbrake-0.7.1_1 depends on shared library: mp3lame.0 - found > ===> handbrake-0.7.1_1 depends on shared library: mp4v2.0 - found > ===> handbrake-0.7.1_1 depends on shared library: mpeg2.0 - found > ===> handbrake-0.7.1_1 depends on shared library: ogg.5 - found > ===> handbrake-0.7.1_1 depends on shared library: samplerate.1 - > found > ===> handbrake-0.7.1_1 depends on shared library: vorbis.3 - found > ===> handbrake-0.7.1_1 depends on shared library: xvidcore.4 - found > ===> handbrake-0.7.1_1 depends on shared library: x264.49 - found > ===> handbrake-0.7.1_1 depends on shared library: avcodec.1 - found > ===> Configuring for handbrake-0.7.1_1 > System: FreeBSD > Endian: little > > To build HandBrake, run 'jam'. > ===> Building for handbrake-0.7.1_1 > > cc -c -o libhb/common.o -O2 -fno-strict-aliasing -pipe -Wall - > DSYS_FREEBSD -DHB_VERSION=\"0.7.1\" -DHB_BUILD=2006022400 - > D__LIBHB__ -Ilibhb -I/usr/local/include libhb/common.c > > > cc -c -o libhb/hb.o -O2 -fno-strict-aliasing -pipe -Wall - > DSYS_FREEBSD -DHB_VERSION=\"0.7.1\" -DHB_BUILD=2006022400 - > D__LIBHB__ -Ilibhb -I/usr/local/include libhb/hb.c > > > cc -c -o libhb/ports.o -O2 -fno-strict-aliasing -pipe -Wall - > DSYS_FREEBSD -DHB_VERSION=\"0.7.1\" -DHB_BUILD=2006022400 - > D__LIBHB__ -Ilibhb -I/usr/local/include libhb/ports.c > > > cc -c -o libhb/scan.o -O2 -fno-strict-aliasing -pipe -Wall - > DSYS_FREEBSD -DHB_VERSION=\"0.7.1\" -DHB_BUILD=2006022400 - > D__LIBHB__ -Ilibhb -I/usr/local/include libhb/scan.c > > > cc -c -o libhb/work.o -O2 -fno-strict-aliasing -pipe -Wall - > DSYS_FREEBSD -DHB_VERSION=\"0.7.1\" -DHB_BUILD=2006022400 - > D__LIBHB__ -Ilibhb -I/usr/local/include libhb/work.c > > > cc -c -o libhb/decmpeg2.o -O2 -fno-strict-aliasing -pipe -Wall - > DSYS_FREEBSD -DHB_VERSION=\"0.7.1\" -DHB_BUILD=2006022400 - > D__LIBHB__ -Ilibhb -I/usr/local/include libhb/decmpeg2.c > > > cc -c -o libhb/encavcodec.o -O2 -fno-strict-aliasing -pipe -Wall - > DSYS_FREEBSD -DHB_VERSION=\"0.7.1\" -DHB_BUILD=2006022400 - > D__LIBHB__ -Ilibhb -I/usr/local/include libhb/encavcodec.c > > > cc -c -o libhb/update.o -O2 -fno-strict-aliasing -pipe -Wall - > DSYS_FREEBSD -DHB_VERSION=\"0.7.1\" -DHB_BUILD=2006022400 - > D__LIBHB__ -Ilibhb -I/usr/local/include libhb/update.c > > > cc -c -o libhb/demuxmpeg.o -O2 -fno-strict-aliasing -pipe -Wall - > DSYS_FREEBSD -DHB_VERSION=\"0.7.1\" -DHB_BUILD=2006022400 - > D__LIBHB__ -Ilibhb -I/usr/local/include libhb/demuxmpeg.c > > > cc -c -o libhb/fifo.o -O2 -fno-strict-aliasing -pipe -Wall - > DSYS_FREEBSD -DHB_VERSION=\"0.7.1\" -DHB_BUILD=2006022400 - > D__LIBHB__ -Ilibhb -I/usr/local/include libhb/fifo.c > > > cc -c -o libhb/render.o -O2 -fno-strict-aliasing -pipe -Wall - > DSYS_FREEBSD -DHB_VERSION=\"0.7.1\" -DHB_BUILD=2006022400 - > D__LIBHB__ -Ilibhb -I/usr/local/include libhb/render.c > > > cc -c -o libhb/reader.o -O2 -fno-strict-aliasing -pipe -Wall - > DSYS_FREEBSD -DHB_VERSION=\"0.7.1\" -DHB_BUILD=2006022400 - > D__LIBHB__ -Ilibhb -I/usr/local/include libhb/reader.c > > > cc -c -o libhb/muxcommon.o -O2 -fno-strict-aliasing -pipe -Wall - > DSYS_FREEBSD -DHB_VERSION=\"0.7.1\" -DHB_BUILD=2006022400 - > D__LIBHB__ -Ilibhb -I/usr/local/include libhb/muxcommon.c > > > cc -c -o libhb/muxmp4.o -O2 -fno-strict-aliasing -pipe -Wall - > DSYS_FREEBSD -DHB_VERSION=\"0.7.1\" -DHB_BUILD=2006022400 - > D__LIBHB__ -Ilibhb -I/usr/local/include libhb/muxmp4.c > > > cc -c -o libhb/sync.o -O2 -fno-strict-aliasing -pipe -Wall - > DSYS_FREEBSD -DHB_VERSION=\"0.7.1\" -DHB_BUILD=2006022400 - > D__LIBHB__ -Ilibhb -I/usr/local/include libhb/sync.c > > > cc -c -o libhb/decsub.o -O2 -fno-strict-aliasing -pipe -Wall - > DSYS_FREEBSD -DHB_VERSION=\"0.7.1\" -DHB_BUILD=2006022400 - > D__LIBHB__ -Ilibhb -I/usr/local/include libhb/decsub.c > > > cc -c -o libhb/deca52.o -O2 -fno-strict-aliasing -pipe -Wall - > DSYS_FREEBSD -DHB_VERSION=\"0.7.1\" -DHB_BUILD=2006022400 - > D__LIBHB__ -Ilibhb -I/usr/local/include libhb/deca52.c > > > cc -c -o libhb/encfaac.o -O2 -fno-strict-aliasing -pipe -Wall - > DSYS_FREEBSD -DHB_VERSION=\"0.7.1\" -DHB_BUILD=2006022400 - > D__LIBHB__ -Ilibhb -I/usr/local/include libhb/encfaac.c > > > cc -c -o libhb/declpcm.o -O2 -fno-strict-aliasing -pipe -Wall - > DSYS_FREEBSD -DHB_VERSION=\"0.7.1\" -DHB_BUILD=2006022400 - > D__LIBHB__ -Ilibhb -I/usr/local/include libhb/declpcm.c > > > cc -c -o libhb/encx264.o -O2 -fno-strict-aliasing -pipe -Wall - > DSYS_FREEBSD -DHB_VERSION=\"0.7.1\" -DHB_BUILD=2006022400 - > D__LIBHB__ -Ilibhb -I/usr/local/include libhb/encx264.c > > libhb/encx264.c: In function `hb_work_encx264_init': > libhb/encx264.c:82: error: structure has no member named `b_cbr' > > cc -c -o libhb/decavcodec.o -O2 -fno-strict-aliasing -pipe -Wall - > DSYS_FREEBSD -DHB_VERSION=\"0.7.1\" -DHB_BUILD=2006022400 - > D__LIBHB__ -Ilibhb -I/usr/local/include libhb/decavcodec.c > > > cc -c -o libhb/encxvid.o -O2 -fno-strict-aliasing -pipe -Wall - > DSYS_FREEBSD -DHB_VERSION=\"0.7.1\" -DHB_BUILD=2006022400 - > D__LIBHB__ -Ilibhb -I/usr/local/include libhb/encxvid.c > > > cc -c -o libhb/muxavi.o -O2 -fno-strict-aliasing -pipe -Wall - > DSYS_FREEBSD -DHB_VERSION=\"0.7.1\" -DHB_BUILD=2006022400 - > D__LIBHB__ -Ilibhb -I/usr/local/include libhb/muxavi.c > > > cc -c -o libhb/enclame.o -O2 -fno-strict-aliasing -pipe -Wall - > DSYS_FREEBSD -DHB_VERSION=\"0.7.1\" -DHB_BUILD=2006022400 - > D__LIBHB__ -Ilibhb -I/usr/local/include libhb/enclame.c > > > cc -c -o libhb/muxogm.o -O2 -fno-strict-aliasing -pipe -Wall - > DSYS_FREEBSD -DHB_VERSION=\"0.7.1\" -DHB_BUILD=2006022400 - > D__LIBHB__ -Ilibhb -I/usr/local/include libhb/muxogm.c > > > cc -c -o libhb/encvorbis.o -O2 -fno-strict-aliasing -pipe -Wall - > DSYS_FREEBSD -DHB_VERSION=\"0.7.1\" -DHB_BUILD=2006022400 - > D__LIBHB__ -Ilibhb -I/usr/local/include libhb/encvorbis.c > > > cc -c -o libhb/dvd.o -O2 -fno-strict-aliasing -pipe -Wall - > DSYS_FREEBSD -DHB_VERSION=\"0.7.1\" -DHB_BUILD=2006022400 - > D__LIBHB__ -Ilibhb -I/usr/local/include libhb/dvd.c > > ...skipped libhb.a for lack of libhb.a(encx264.o)... > > cc -c -o test/test.o -O2 -fno-strict-aliasing -pipe -Wall -I/usr/ > local/include -DSYS_FREEBSD -DHB_VERSION=\"0.7.1\" - > DHB_BUILD=2006022400 -I. -I./libhb test/test.c > > ...skipped handbrake for lack of libhb.a... > *** Error code 1 > > Stop in /usr/ports/multimedia/handbrake. --Apple-Mail-2--124993087 content-type: application/pgp-signature; x-mac-type=70674453; name=PGP.sig content-description: Signierter Teil der Nachricht content-disposition: inline; filename=PGP.sig content-transfer-encoding: 7bit -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (Darwin) Comment: This digital signature can be validated with GnuPG or PGP. iD8DBQFE7Z619XH0K+z9XmMRAiOqAJ99MJVlwx4jpTOXXf4mBjScldkjtQCgiATr CDIjWfyOJvan57WE5KoZKM4= =RkgJ -----END PGP SIGNATURE----- --Apple-Mail-2--124993087-- From owner-freebsd-multimedia@FreeBSD.ORG Thu Aug 24 13:40:23 2006 Return-Path: X-Original-To: multimedia@freebsd.org Delivered-To: freebsd-multimedia@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8B38216A4FD; Thu, 24 Aug 2006 13:40:23 +0000 (UTC) (envelope-from mezz7@cox.net) Received: from eastrmmtao03.cox.net (eastrmmtao03.cox.net [68.230.240.36]) by mx1.FreeBSD.org (Postfix) with ESMTP id D2BDC43D45; Thu, 24 Aug 2006 13:40:22 +0000 (GMT) (envelope-from mezz7@cox.net) Received: from eastrmimpo01.cox.net ([68.1.16.119]) by eastrmmtao03.cox.net (InterMail vM.6.01.06.01 201-2131-130-101-20060113) with ESMTP id <20060824134021.NIPK23863.eastrmmtao03.cox.net@eastrmimpo01.cox.net>; Thu, 24 Aug 2006 09:40:21 -0400 Received: from mezz.mezzweb.com ([24.255.149.218]) by eastrmimpo01.cox.net with bizsmtp id DpgK1V00m4iy4EG0000000 Thu, 24 Aug 2006 09:40:20 -0400 Date: Thu, 24 Aug 2006 08:40:48 -0500 To: "Till Haselmann" From: "Jeremy Messenger" Content-Type: text/plain; format=flowed; delsp=yes; charset=us-ascii MIME-Version: 1.0 References: <8BB27300-498C-49E2-AAFF-541CBC96F907@computernoma.de> Content-Transfer-Encoding: Quoted-Printable Message-ID: In-Reply-To: <8BB27300-498C-49E2-AAFF-541CBC96F907@computernoma.de> User-Agent: Opera Mail/9.01 (Linux) Cc: ports@freebsd.org, multimedia@freebsd.org Subject: Re: FreeBSD Port: handbrake-0.7.1_1 X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Aug 2006 13:40:23 -0000 On Thu, 24 Aug 2006 07:42:29 -0500, Till Haselmann = wrote: > Dear multimedia team: > > I have built Handbrake successfully using the old port (0.7.1) but > cannot get it to compile with the new version 0.7.1_1. The output > from portupgrade is as attached to this email. > > Apparently, I have problems compiling the libhb (which I figure is a > handbrake library?). What's the problem here? How can I fix it? I > have already tried a make distclean but to no avail. The update of x264 has broken a few of ports' build, so ahze has fixed = most of them. Looks like handbrake is missed. I won't be able to check h= ow = to fix it until this evening or tomorrow (have classes today). Cheers, Mezz > Regards, > Till. > > Till Haselmann > haselmann@computernoma.de > ICQ: 62868533 | AIM / Skype: computernomade > >> http://www.computernoma.de << > > >> ---> Upgrading 'handbrake-0.7.1' to >> 'handbrake-0.7.1_1' (multimedia/handbrake) >> ---> Building '/usr/ports/multimedia/handbrake' >> =3D=3D=3D> Cleaning for jam-2.5_2 >> =3D=3D=3D> Cleaning for liba52-0.7.4_1 >> =3D=3D=3D> Cleaning for libdvdcss-1.2.9_2 >> =3D=3D=3D> Cleaning for libdvdread-0.9.4_1 >> =3D=3D=3D> Cleaning for faac-1.24_6 >> =3D=3D=3D> Cleaning for lame-3.96.1 >> =3D=3D=3D> Cleaning for mpeg4ip-libmp4v2-1.5.0.1 >> =3D=3D=3D> Cleaning for libmpeg2-0.4.0b_2 >> =3D=3D=3D> Cleaning for libogg-1.1.3,3 >> =3D=3D=3D> Cleaning for libsamplerate-0.1.2_2 >> =3D=3D=3D> Cleaning for libvorbis-1.1.2,3 >> =3D=3D=3D> Cleaning for xvid-1.1.0,1 >> =3D=3D=3D> Cleaning for x264-0.0.20060808 >> =3D=3D=3D> Cleaning for ffmpeg-devel-0.4.9.c.2006032300_2 >> =3D=3D=3D> Cleaning for unzip-5.52_2 >> =3D=3D=3D> Cleaning for djbfft-0.76_2 >> =3D=3D=3D> Cleaning for gmake-3.81_1 >> =3D=3D=3D> Cleaning for automake-1.5_2,1 >> =3D=3D=3D> Cleaning for autoconf-2.59_2 >> =3D=3D=3D> Cleaning for libtool-1.5.22_2 >> =3D=3D=3D> Cleaning for nasm-0.98.39,1 >> =3D=3D=3D> Cleaning for xorg-libraries-6.9.0 >> =3D=3D=3D> Cleaning for pkg-config-0.20_2 >> =3D=3D=3D> Cleaning for libsndfile-1.0.16 >> =3D=3D=3D> Cleaning for fftw3-3.1.2 >> =3D=3D=3D> Cleaning for gpac-libgpac-0.4.2.r2,1 >> =3D=3D=3D> Cleaning for ldconfig_compat-1.0_8 >> =3D=3D=3D> Cleaning for texi2html-1.76_1,1 >> =3D=3D=3D> Cleaning for freetype2-2.1.10_5 >> =3D=3D=3D> Cleaning for gettext-0.14.5_2 >> =3D=3D=3D> Cleaning for perl-5.8.8 >> =3D=3D=3D> Cleaning for autoconf-2.53_3 >> =3D=3D=3D> Cleaning for m4-1.4.4 >> =3D=3D=3D> Cleaning for help2man-1.36.4_1 >> =3D=3D=3D> Cleaning for imake-6.9.0 >> =3D=3D=3D> Cleaning for libdrm-2.0.2 >> =3D=3D=3D> Cleaning for fontconfig-2.3.2_5,1 >> =3D=3D=3D> Cleaning for flac-1.1.2_1 >> =3D=3D=3D> Cleaning for libiconv-1.9.2_2 >> =3D=3D=3D> Cleaning for p5-gettext-1.05_1 >> =3D=3D=3D> Cleaning for expat-2.0.0_1 >> =3D=3D=3D> Cleaning for handbrake-0.7.1_1 >> =3D> HandBrake-0.7.1.tar.gz doesn't seem to exist in /usr/ports/ >> distfiles/. >> =3D> Attempting to fetch from http://download.m0k.org/handbrake/. >> HandBrake-0.7.1.tar.gz 100% of 248 kB 216 >> kBps >> =3D=3D=3D> Extracting for handbrake-0.7.1_1 >> =3D> MD5 Checksum OK for HandBrake-0.7.1.tar.gz. >> =3D> SHA256 Checksum OK for HandBrake-0.7.1.tar.gz. >> =3D=3D=3D> Patching for handbrake-0.7.1_1 >> =3D=3D=3D> Applying FreeBSD patches for handbrake-0.7.1_1 >> =3D=3D=3D> handbrake-0.7.1_1 depends on executable in : jam - found= >> =3D=3D=3D> handbrake-0.7.1_1 depends on shared library: a52.0 - fou= nd >> =3D=3D=3D> handbrake-0.7.1_1 depends on shared library: dvdcss.2 - = found >> =3D=3D=3D> handbrake-0.7.1_1 depends on shared library: dvdread.3 -= found >> =3D=3D=3D> handbrake-0.7.1_1 depends on shared library: faac.0 - fo= und >> =3D=3D=3D> handbrake-0.7.1_1 depends on shared library: mp3lame.0 -= found >> =3D=3D=3D> handbrake-0.7.1_1 depends on shared library: mp4v2.0 - f= ound >> =3D=3D=3D> handbrake-0.7.1_1 depends on shared library: mpeg2.0 - f= ound >> =3D=3D=3D> handbrake-0.7.1_1 depends on shared library: ogg.5 - fou= nd >> =3D=3D=3D> handbrake-0.7.1_1 depends on shared library: samplerate.= 1 - >> found >> =3D=3D=3D> handbrake-0.7.1_1 depends on shared library: vorbis.3 - = found >> =3D=3D=3D> handbrake-0.7.1_1 depends on shared library: xvidcore.4 = - found >> =3D=3D=3D> handbrake-0.7.1_1 depends on shared library: x264.49 - f= ound >> =3D=3D=3D> handbrake-0.7.1_1 depends on shared library: avcodec.1 -= found >> =3D=3D=3D> Configuring for handbrake-0.7.1_1 >> System: FreeBSD >> Endian: little >> >> To build HandBrake, run 'jam'. >> =3D=3D=3D> Building for handbrake-0.7.1_1 >> >> cc -c -o libhb/common.o -O2 -fno-strict-aliasing -pipe -Wall - >> DSYS_FREEBSD -DHB_VERSION=3D\"0.7.1\" -DHB_BUILD=3D2006022400 - >> D__LIBHB__ -Ilibhb -I/usr/local/include libhb/common.c >> >> >> cc -c -o libhb/hb.o -O2 -fno-strict-aliasing -pipe -Wall - >> DSYS_FREEBSD -DHB_VERSION=3D\"0.7.1\" -DHB_BUILD=3D2006022400 - >> D__LIBHB__ -Ilibhb -I/usr/local/include libhb/hb.c >> >> >> cc -c -o libhb/ports.o -O2 -fno-strict-aliasing -pipe -Wall - >> DSYS_FREEBSD -DHB_VERSION=3D\"0.7.1\" -DHB_BUILD=3D2006022400 - >> D__LIBHB__ -Ilibhb -I/usr/local/include libhb/ports.c >> >> >> cc -c -o libhb/scan.o -O2 -fno-strict-aliasing -pipe -Wall - >> DSYS_FREEBSD -DHB_VERSION=3D\"0.7.1\" -DHB_BUILD=3D2006022400 - >> D__LIBHB__ -Ilibhb -I/usr/local/include libhb/scan.c >> >> >> cc -c -o libhb/work.o -O2 -fno-strict-aliasing -pipe -Wall - >> DSYS_FREEBSD -DHB_VERSION=3D\"0.7.1\" -DHB_BUILD=3D2006022400 - >> D__LIBHB__ -Ilibhb -I/usr/local/include libhb/work.c >> >> >> cc -c -o libhb/decmpeg2.o -O2 -fno-strict-aliasing -pipe -Wall - >> DSYS_FREEBSD -DHB_VERSION=3D\"0.7.1\" -DHB_BUILD=3D2006022400 - >> D__LIBHB__ -Ilibhb -I/usr/local/include libhb/decmpeg2.c >> >> >> cc -c -o libhb/encavcodec.o -O2 -fno-strict-aliasing -pipe -Wall - >> DSYS_FREEBSD -DHB_VERSION=3D\"0.7.1\" -DHB_BUILD=3D2006022400 - >> D__LIBHB__ -Ilibhb -I/usr/local/include libhb/encavcodec.c >> >> >> cc -c -o libhb/update.o -O2 -fno-strict-aliasing -pipe -Wall - >> DSYS_FREEBSD -DHB_VERSION=3D\"0.7.1\" -DHB_BUILD=3D2006022400 - >> D__LIBHB__ -Ilibhb -I/usr/local/include libhb/update.c >> >> >> cc -c -o libhb/demuxmpeg.o -O2 -fno-strict-aliasing -pipe -Wall - >> DSYS_FREEBSD -DHB_VERSION=3D\"0.7.1\" -DHB_BUILD=3D2006022400 - >> D__LIBHB__ -Ilibhb -I/usr/local/include libhb/demuxmpeg.c >> >> >> cc -c -o libhb/fifo.o -O2 -fno-strict-aliasing -pipe -Wall - >> DSYS_FREEBSD -DHB_VERSION=3D\"0.7.1\" -DHB_BUILD=3D2006022400 - >> D__LIBHB__ -Ilibhb -I/usr/local/include libhb/fifo.c >> >> >> cc -c -o libhb/render.o -O2 -fno-strict-aliasing -pipe -Wall - >> DSYS_FREEBSD -DHB_VERSION=3D\"0.7.1\" -DHB_BUILD=3D2006022400 - >> D__LIBHB__ -Ilibhb -I/usr/local/include libhb/render.c >> >> >> cc -c -o libhb/reader.o -O2 -fno-strict-aliasing -pipe -Wall - >> DSYS_FREEBSD -DHB_VERSION=3D\"0.7.1\" -DHB_BUILD=3D2006022400 - >> D__LIBHB__ -Ilibhb -I/usr/local/include libhb/reader.c >> >> >> cc -c -o libhb/muxcommon.o -O2 -fno-strict-aliasing -pipe -Wall - >> DSYS_FREEBSD -DHB_VERSION=3D\"0.7.1\" -DHB_BUILD=3D2006022400 - >> D__LIBHB__ -Ilibhb -I/usr/local/include libhb/muxcommon.c >> >> >> cc -c -o libhb/muxmp4.o -O2 -fno-strict-aliasing -pipe -Wall - >> DSYS_FREEBSD -DHB_VERSION=3D\"0.7.1\" -DHB_BUILD=3D2006022400 - >> D__LIBHB__ -Ilibhb -I/usr/local/include libhb/muxmp4.c >> >> >> cc -c -o libhb/sync.o -O2 -fno-strict-aliasing -pipe -Wall - >> DSYS_FREEBSD -DHB_VERSION=3D\"0.7.1\" -DHB_BUILD=3D2006022400 - >> D__LIBHB__ -Ilibhb -I/usr/local/include libhb/sync.c >> >> >> cc -c -o libhb/decsub.o -O2 -fno-strict-aliasing -pipe -Wall - >> DSYS_FREEBSD -DHB_VERSION=3D\"0.7.1\" -DHB_BUILD=3D2006022400 - >> D__LIBHB__ -Ilibhb -I/usr/local/include libhb/decsub.c >> >> >> cc -c -o libhb/deca52.o -O2 -fno-strict-aliasing -pipe -Wall - >> DSYS_FREEBSD -DHB_VERSION=3D\"0.7.1\" -DHB_BUILD=3D2006022400 - >> D__LIBHB__ -Ilibhb -I/usr/local/include libhb/deca52.c >> >> >> cc -c -o libhb/encfaac.o -O2 -fno-strict-aliasing -pipe -Wall - >> DSYS_FREEBSD -DHB_VERSION=3D\"0.7.1\" -DHB_BUILD=3D2006022400 - >> D__LIBHB__ -Ilibhb -I/usr/local/include libhb/encfaac.c >> >> >> cc -c -o libhb/declpcm.o -O2 -fno-strict-aliasing -pipe -Wall - >> DSYS_FREEBSD -DHB_VERSION=3D\"0.7.1\" -DHB_BUILD=3D2006022400 - >> D__LIBHB__ -Ilibhb -I/usr/local/include libhb/declpcm.c >> >> >> cc -c -o libhb/encx264.o -O2 -fno-strict-aliasing -pipe -Wall - >> DSYS_FREEBSD -DHB_VERSION=3D\"0.7.1\" -DHB_BUILD=3D2006022400 - >> D__LIBHB__ -Ilibhb -I/usr/local/include libhb/encx264.c >> >> libhb/encx264.c: In function `hb_work_encx264_init': >> libhb/encx264.c:82: error: structure has no member named `b_cbr' >> >> cc -c -o libhb/decavcodec.o -O2 -fno-strict-aliasing -pipe -Wall - >> DSYS_FREEBSD -DHB_VERSION=3D\"0.7.1\" -DHB_BUILD=3D2006022400 - >> D__LIBHB__ -Ilibhb -I/usr/local/include libhb/decavcodec.c >> >> >> cc -c -o libhb/encxvid.o -O2 -fno-strict-aliasing -pipe -Wall - >> DSYS_FREEBSD -DHB_VERSION=3D\"0.7.1\" -DHB_BUILD=3D2006022400 - >> D__LIBHB__ -Ilibhb -I/usr/local/include libhb/encxvid.c >> >> >> cc -c -o libhb/muxavi.o -O2 -fno-strict-aliasing -pipe -Wall - >> DSYS_FREEBSD -DHB_VERSION=3D\"0.7.1\" -DHB_BUILD=3D2006022400 - >> D__LIBHB__ -Ilibhb -I/usr/local/include libhb/muxavi.c >> >> >> cc -c -o libhb/enclame.o -O2 -fno-strict-aliasing -pipe -Wall - >> DSYS_FREEBSD -DHB_VERSION=3D\"0.7.1\" -DHB_BUILD=3D2006022400 - >> D__LIBHB__ -Ilibhb -I/usr/local/include libhb/enclame.c >> >> >> cc -c -o libhb/muxogm.o -O2 -fno-strict-aliasing -pipe -Wall - >> DSYS_FREEBSD -DHB_VERSION=3D\"0.7.1\" -DHB_BUILD=3D2006022400 - >> D__LIBHB__ -Ilibhb -I/usr/local/include libhb/muxogm.c >> >> >> cc -c -o libhb/encvorbis.o -O2 -fno-strict-aliasing -pipe -Wall - >> DSYS_FREEBSD -DHB_VERSION=3D\"0.7.1\" -DHB_BUILD=3D2006022400 - >> D__LIBHB__ -Ilibhb -I/usr/local/include libhb/encvorbis.c >> >> >> cc -c -o libhb/dvd.o -O2 -fno-strict-aliasing -pipe -Wall - >> DSYS_FREEBSD -DHB_VERSION=3D\"0.7.1\" -DHB_BUILD=3D2006022400 - >> D__LIBHB__ -Ilibhb -I/usr/local/include libhb/dvd.c >> >> ...skipped libhb.a for lack of libhb.a(encx264.o)... >> >> cc -c -o test/test.o -O2 -fno-strict-aliasing -pipe -Wall -I/usr/ >> local/include -DSYS_FREEBSD -DHB_VERSION=3D\"0.7.1\" - >> DHB_BUILD=3D2006022400 -I. -I./libhb test/test.c >> >> ...skipped handbrake for lack of libhb.a... >> *** Error code 1 >> >> Stop in /usr/ports/multimedia/handbrake. -- = mezz7@cox.net - mezz@FreeBSD.org FreeBSD GNOME Team - FreeBSD Multimedia Hat (ports, not src) http://www.FreeBSD.org/gnome/ - gnome@FreeBSD.org http://wiki.freebsd.org/multimedia - multimedia@FreeBSD.org From owner-freebsd-multimedia@FreeBSD.ORG Fri Aug 25 12:20:52 2006 Return-Path: X-Original-To: freebsd-multimedia@freebsd.org Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CCB5A16A4DE for ; Fri, 25 Aug 2006 12:20:52 +0000 (UTC) (envelope-from stapleton.41@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.169]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3CF3543D45 for ; Fri, 25 Aug 2006 12:20:52 +0000 (GMT) (envelope-from stapleton.41@gmail.com) Received: by ug-out-1314.google.com with SMTP id m2so878315uge for ; Fri, 25 Aug 2006 05:20:51 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=T1lD/GojX+bisXpmm90J0Z4xLBv1UtdAci9wLgcqGJkW0mu3/zQlOd2w6+xG7k5t9jSelydMw1Fb/PvnmAb2vV8mVEdI0XwDaQEdDMd/sGylap/0+X1CrGsmMW+ljTa+xd1nXYyNnF3y3Iu4ZQptEiMcgFyQdgkgrXDk/cR14qY= Received: by 10.67.103.7 with SMTP id f7mr1794611ugm; Fri, 25 Aug 2006 05:20:51 -0700 (PDT) Received: by 10.67.98.16 with HTTP; Fri, 25 Aug 2006 05:20:50 -0700 (PDT) Message-ID: <80f4f2b20608250520g706353b1n455113add50cd5d@mail.gmail.com> Date: Fri, 25 Aug 2006 08:20:50 -0400 From: "Jim Stapleton" To: freebsd-multimedia@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: Intel HDA use X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Aug 2006 12:20:52 -0000 I was told I should look here before talking to the people at drivers. I have a notebook with Intel HDA audio in it, and it is useing a Realtek ALC 861 codec. I tried the OSS drivers as suggested, but they cause the system to stall for 15-20 seconds then reboot. Loading the driver "snd" does not make the audio work. Any one know of a way to get this audio chip to work, or of a standard driver that is being worked on that maybe I could help with? Thanks, -Jim Stapleton From owner-freebsd-multimedia@FreeBSD.ORG Fri Aug 25 12:36:10 2006 Return-Path: X-Original-To: freebsd-multimedia@freebsd.org Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9C66E16A4EC for ; Fri, 25 Aug 2006 12:36:10 +0000 (UTC) (envelope-from stapleton.41@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.173]) by mx1.FreeBSD.org (Postfix) with ESMTP id 470ED43D4C for ; Fri, 25 Aug 2006 12:36:09 +0000 (GMT) (envelope-from stapleton.41@gmail.com) Received: by ug-out-1314.google.com with SMTP id m2so882593uge for ; Fri, 25 Aug 2006 05:36:08 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=nQlUl7Ycv3TsSKJppgX955WiZmtH5bBiclQwCtFMrrblpr+AztVnVIM5U82GtTm1B2B0rCYuqosQT/fcSNyizdGDjRsLWr2FUsOgihO51bc4Snd9NP/REvr2Sk5MRKqYFo8DAdp+FGbxmnalrA36MoKs+d7A5v0XH+Vl1lVyk0Y= Received: by 10.66.240.12 with SMTP id n12mr1808342ugh; Fri, 25 Aug 2006 05:36:08 -0700 (PDT) Received: by 10.67.98.16 with HTTP; Fri, 25 Aug 2006 05:36:08 -0700 (PDT) Message-ID: <80f4f2b20608250536k3ab5ba58we4f6b90a4db5f5c7@mail.gmail.com> Date: Fri, 25 Aug 2006 08:36:08 -0400 From: "Jim Stapleton" To: freebsd-multimedia@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: re: Intel HDA use X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Aug 2006 12:36:10 -0000 disregard my last email... I just looked at the archives. I didn't expect them to be crawling with this subject. However, if anyone has experience with a Toshiba Satellite 105-4001, please tell me which of the drivers worked best for you. Thanks, -Jim Stapleton From owner-freebsd-multimedia@FreeBSD.ORG Fri Aug 25 12:45:38 2006 Return-Path: X-Original-To: freebsd-multimedia@freebsd.org Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0D4D916A4DD for ; Fri, 25 Aug 2006 12:45:38 +0000 (UTC) (envelope-from freebsd@meijome.net) Received: from sigma.octantis.com.au (ns2.octantis.com.au [207.44.189.124]) by mx1.FreeBSD.org (Postfix) with ESMTP id 83C8F43D46 for ; Fri, 25 Aug 2006 12:45:37 +0000 (GMT) (envelope-from freebsd@meijome.net) Received: (qmail 18966 invoked from network); 25 Aug 2006 22:45:36 +1000 Received: from 203-217-78-140.dyn.iinet.net.au (HELO localhost) (203.217.78.140) by sigma.octantis.com.au with (DHE-RSA-AES256-SHA encrypted) SMTP; 25 Aug 2006 22:45:36 +1000 Date: Fri, 25 Aug 2006 22:45:32 +1000 From: Norberto Meijome To: "Jim Stapleton" Message-ID: <20060825224532.19840d5b@localhost> In-Reply-To: <80f4f2b20608250520g706353b1n455113add50cd5d@mail.gmail.com> References: <80f4f2b20608250520g706353b1n455113add50cd5d@mail.gmail.com> X-Mailer: Sylpheed-Claws 2.4.0 (GTK+ 2.8.20; i386-portbld-freebsd6.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: freebsd-multimedia@freebsd.org Subject: Re: Intel HDA use X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Aug 2006 12:45:38 -0000 On Fri, 25 Aug 2006 08:20:50 -0400 "Jim Stapleton" wrote: > I have a notebook with Intel HDA audio in it, and it is useing a > Realtek ALC 861 codec. I tried the OSS drivers as suggested, but they > cause the system to stall for 15-20 seconds then reboot. it has probably caused your kernel to panic and it's generating a dump. most probably your card shares it's IRQ with something else (ccb0 in my case). >Loading the > driver "snd" does not make the audio work. Any one know of a way to > get this audio chip to work, or of a standard driver that is being > worked on that maybe I could help with? sure, check the archives of this list, look for hdac.ko / HDA / Intel High Definition driver updates , etc..., from May to July 2006. Beto From owner-freebsd-multimedia@FreeBSD.ORG Fri Aug 25 14:47:37 2006 Return-Path: X-Original-To: freebsd-multimedia@freebsd.org Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6250416A4DD for ; Fri, 25 Aug 2006 14:47:37 +0000 (UTC) (envelope-from tfcheng@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.174]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7F68B43D45 for ; Fri, 25 Aug 2006 14:47:36 +0000 (GMT) (envelope-from tfcheng@gmail.com) Received: by ug-out-1314.google.com with SMTP id m2so922734uge for ; Fri, 25 Aug 2006 07:47:35 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:mime-version:content-type; b=fbNtk1M910Z+ih4stelx4PZu1AMjk3n8SoDM3AWTIEvXONU4SbkvDMeMr7dLmm+5ViV2m8tUJM4HgJHguRby09QMwA1wfi6kUSDwLm9zI+xqTRGCPI4ZKq3qK5DT8Ka7WCTUKamPCswtpUb4P8Qtymy6RTc5I9w4WgqnO+1/atU= Received: by 10.66.249.11 with SMTP id w11mr1910038ugh; Fri, 25 Aug 2006 07:47:34 -0700 (PDT) Received: by 10.67.90.12 with HTTP; Fri, 25 Aug 2006 07:47:33 -0700 (PDT) Message-ID: Date: Fri, 25 Aug 2006 10:47:33 -0400 From: "Tsu-Fan Cheng" To: FreeBSD MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-multimedia@freebsd.org Subject: compress films X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Aug 2006 14:47:37 -0000 Hi BSDers, I am running freebsd 6.1/amd64. I sometimes download films and they are quite large, like 1.4GB or something. I want to make it smaller by using mencoder, the script I use is as such: >mencoder ddd.avi -ovc lavc -lavcopts vcodec=mpeg4 -vf scale=352:240 -oac lavc -lavcopts acodec=mp3:abitrate=48 -o ggg.avi But sometimes the ggg.avi can still be a little larger than 700mB, is there any more optimization I can do, or use other app to do this better?? many thanks!! TFC From owner-freebsd-multimedia@FreeBSD.ORG Fri Aug 25 15:01:36 2006 Return-Path: X-Original-To: freebsd-multimedia@freebsd.org Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7B94016A4DF for ; Fri, 25 Aug 2006 15:01:36 +0000 (UTC) (envelope-from arne_woerner@yahoo.com) Received: from web30303.mail.mud.yahoo.com (web30303.mail.mud.yahoo.com [209.191.69.65]) by mx1.FreeBSD.org (Postfix) with SMTP id 9330B43D46 for ; Fri, 25 Aug 2006 15:01:35 +0000 (GMT) (envelope-from arne_woerner@yahoo.com) Received: (qmail 89472 invoked by uid 60001); 25 Aug 2006 15:01:34 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:Received:Date:From:Subject:To:Cc:In-Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=IcMkqMywaGYujrrWriCst3M2asZd2P5e1cD6w+WIzSqZIClXvVZ5coDNAgGL1pzrmon++Rc7z4mHP9ZYJx4iwVPY62vXGQngvqeXsCZDzLHhnxcg3exXnJ7vLAAkm79PZ40eadpi7tttcVUR2whPeLXf4PWFpnfG/IbeNJXvME0= ; Message-ID: <20060825150134.89470.qmail@web30303.mail.mud.yahoo.com> Received: from [213.54.78.17] by web30303.mail.mud.yahoo.com via HTTP; Fri, 25 Aug 2006 08:01:34 PDT Date: Fri, 25 Aug 2006 08:01:34 -0700 (PDT) From: "R. B. Riddick" To: Tsu-Fan Cheng , FreeBSD In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Cc: freebsd-multimedia@freebsd.org Subject: Re: compress films X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Aug 2006 15:01:36 -0000 --- Tsu-Fan Cheng wrote: > % mencoder ddd.avi -ovc lavc -lavcopts vcodec=mpeg4 -vf scale=352:240 \ > % -oac lavc -lavcopts acodec=mp3:abitrate=48 -o ggg.avi > > But sometimes the ggg.avi can still be a little larger than 700mB, is there > any more optimization I can do, or use other app to do this better?? > I wouldn't call it "optimization" (due the quality loss; but if u just optimize for space, it can be seen as optimization... (:-) ), but you can try -lavcopts vcodec=mpeg4:vbitrate=500 or so... -Arne __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com From owner-freebsd-multimedia@FreeBSD.ORG Fri Aug 25 15:58:44 2006 Return-Path: X-Original-To: freebsd-multimedia@freebsd.org Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DD85916A4E9 for ; Fri, 25 Aug 2006 15:58:44 +0000 (UTC) (envelope-from tfcheng@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.190]) by mx1.FreeBSD.org (Postfix) with ESMTP id 43F6343D45 for ; Fri, 25 Aug 2006 15:58:44 +0000 (GMT) (envelope-from tfcheng@gmail.com) Received: by nf-out-0910.google.com with SMTP id n29so906777nfc for ; Fri, 25 Aug 2006 08:58:43 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type; b=okLtekF8zIcFYTTtL4rnpuNVDu17I/yRqj472S1vsEfQXYVzJZRDF07huxuhOnY/megXiLLx9jkykaM0Q18Rr1ilLrv+kzJt22/cDz2s2U0wOiku7wGsG1iCUdqUIqWHkTxV+gh8h/LrmIl6+SsDPD123pN036SNFzk1bxci79M= Received: by 10.67.93.6 with SMTP id v6mr1962660ugl; Fri, 25 Aug 2006 08:58:43 -0700 (PDT) Received: by 10.67.90.12 with HTTP; Fri, 25 Aug 2006 08:58:42 -0700 (PDT) Message-ID: Date: Fri, 25 Aug 2006 11:58:42 -0400 From: "Tsu-Fan Cheng" To: freebsd-mm MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: par2repair failed X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Aug 2006 15:58:44 -0000 Hi, BSDers, I downloaded some multimedia files from news server, and you know they always part a movie into several files and you have to fix it and put it together with utility such as par2repair, unrar and stuff. I used to do this and it worked out alright. But lately I have some files, which i first fix them with par2repair, and it seemed to be doing it, but when par2repair check the fixed files again, it reported them damaged (unrepaired) still, does anyone know how to fix this?? many thanks!! TFC From owner-freebsd-multimedia@FreeBSD.ORG Fri Aug 25 16:08:11 2006 Return-Path: X-Original-To: freebsd-multimedia@freebsd.org Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1EA4716A4DE for ; Fri, 25 Aug 2006 16:08:11 +0000 (UTC) (envelope-from girishvenkatachalam@gmail.com) Received: from wr-out-0506.google.com (wr-out-0506.google.com [64.233.184.233]) by mx1.FreeBSD.org (Postfix) with ESMTP id 81A6C43D6A for ; Fri, 25 Aug 2006 16:08:05 +0000 (GMT) (envelope-from girishvenkatachalam@gmail.com) Received: by wr-out-0506.google.com with SMTP id i21so164984wra for ; Fri, 25 Aug 2006 09:08:04 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=d3a3ya0Dkn7gMM82tV7EskpvMJeZqnqsjTUM8XVfn4W0378NcIrRSptGwm8DcTe6L3xEirH3rrQOIIxyxaIgG8Z1fGqy2iXygw0swyE/e4skcFOvsKQFlmO3mIeJ56b+6BQki8nK4ffgnLg7lKloI6IxH/8NZsnUuD2hi1yLW5M= Received: by 10.90.63.16 with SMTP id l16mr677589aga; Fri, 25 Aug 2006 09:08:04 -0700 (PDT) Received: by 10.90.98.2 with HTTP; Fri, 25 Aug 2006 09:08:04 -0700 (PDT) Message-ID: <7938ae610608250908g3ee3413ah545c5f34631ea645@mail.gmail.com> Date: Fri, 25 Aug 2006 21:38:04 +0530 From: "Girish Venkatachalam" To: "Tsu-Fan Cheng" In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: Cc: freebsd-multimedia@freebsd.org, FreeBSD Subject: Re: compress films X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Aug 2006 16:08:11 -0000 On 8/25/06, Tsu-Fan Cheng wrote: > Hi BSDers, > I am running freebsd 6.1/amd64. I sometimes download films and they are > quite large, like 1.4GB or something. I want to make it smaller by using > mencoder, the script I use is as such: > >mencoder ddd.avi -ovc lavc -lavcopts vcodec=mpeg4 -vf scale=352:240 -oac > lavc -lavcopts acodec=mp3:abitrate=48 -o ggg.avi > > But sometimes the ggg.avi can still be a little larger than 700mB, is there > any more optimization I can do, or use other app to do this better?? > > many thanks!! ffmpeg -i ddd.avi ggg.flv From owner-freebsd-multimedia@FreeBSD.ORG Fri Aug 25 22:45:37 2006 Return-Path: X-Original-To: freebsd-multimedia@freebsd.org Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 65A7B16A500 for ; Fri, 25 Aug 2006 22:45:37 +0000 (UTC) (envelope-from dave01@dgmm.net) Received: from lon-mail-1.gradwell.net (lon-mail-1.gradwell.net [193.111.201.125]) by mx1.FreeBSD.org (Postfix) with ESMTP id 939DD4432F for ; Fri, 25 Aug 2006 22:45:36 +0000 (GMT) (envelope-from dave01@dgmm.net) Received: from lon-mail-1.gradwell.net ([193.111.201.125] helo=webmaker country=GB ident=dave*pop3^dgmm&net) by lon-mail-1.gradwell.net with esmtpa (Gradwell gwh-smtpd 1.232) id 44ef7d8c.985b.3d7 for freebsd-multimedia@freebsd.org; Fri, 25 Aug 2006 23:45:32 +0100 (envelope-sender ) From: Dave To: freebsd-multimedia@freebsd.org Date: Fri, 25 Aug 2006 23:45:21 +0100 User-Agent: KMail/1.9.1 References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Message-Id: <200608252345.22709.dave01@dgmm.net> Subject: Re: compress films X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: dave01@dgmm.net List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Aug 2006 22:45:37 -0000 On Friday 25 August 2006 15:47, Tsu-Fan Cheng wrote: > Hi BSDers, > =A0 =A0I am running freebsd 6.1/amd64. I sometimes download films and the= y are > quite large, like 1.4GB or something. I want to make it smaller by using > > mencoder, the script I use is as such: > >mencoder ddd.avi -ovc lavc -lavcopts vcodec=3Dmpeg4 -vf scale=3D352:240 = =2Doac > > lavc -lavcopts acodec=3Dmp3:abitrate=3D48 -o ggg.avi > > But sometimes the ggg.avi can still be a little larger than 700mB, is the= re > any more optimization I can do, or use other app to do this better?? > > many thanks!! I'm using the examples from the mplayer/mencoder docs. It seems that in=20 general, the higher the quality settings chosen in 2 pass mode, the smaller= =20 the file to some extent. The other obvious things to try are reducing the= =20 audio and/or video bitrates #!/bin/sh audio=3D"-oac lavc -lavcopts acodec=3Dmp3:abitrate=3D96" #audio=3D"-oac copy" # VERY HIGH QUALITY #video=3D"-ovc lavc -lavcopts /=20 vcodec=3Dmpeg4:mbd=3D2:mv0:trell:v4mv:cbp:last_pred=3D3:predia=3D2:dia=3D2:= vb_strategy=3D1:precmp=3D2:cmp=3D2:subcmp=3D2:preme=3D2:vme=3D5:naq:qns=3D2" # HIGH QUALITY video=3D"-ovc lavc -lavcopts /=20 vcodec=3Dmpeg4:mbd=3D2:trell:v4mv:last_pred=3D2:dia=3D-1:vb_strategy=3D1:cm= p=3D3:subcmp=3D3:precmp=3D0:vqcomp=3D0.6" # FAST #video=3D"-ovc lavc -lavcopts vcodec=3Dmpeg4:mbd=3D2:trell:v4mv" # VERY FAST #video=3D"-ovc lavc -lavcopts vcodec=3Dmpeg4:mbd=3D2" # DEFAULTS #video=3D"-ovc lavc -lavcopts " #filter=3D"-aspect 16:9 -vf scale=3D352:288" bitrate=3D"vbitrate=3D750" #start=3D"-ss 00:00:20" #length=3D"-endpos 00:00:5" srcdir=3D/home1/incoming/ dstdir=3D/home1/vids find $srcdir -name "*.mpg" | sort | while read i do infile=3D"${i}" outfile=3D"${dstdir}/`basename "${infile}"`".avi echo "*********************************************************************= *** echo " Converting $infile" echo " to $outfile" echo " at bitrate ${bitrate}Kbps" echo "*********************************************************************= *** for j in "turbo:vpass=3D1 -nosound" "vpass=3D2 ${audio}" ; do nice mencoder -noskip "${infile}" ${start} ${length} ${filter} ${video}= : /=20 ${bitrate}:${j} -ffourcc DX50 -of avi -o "${outfile}" done echo Finish `date` `basename "${infile}"` >> timestamp rm *.stats rm *.log done cat timestamp From owner-freebsd-multimedia@FreeBSD.ORG Sat Aug 26 00:41:30 2006 Return-Path: X-Original-To: freebsd-multimedia@freebsd.org Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A30EC16A4DD for ; Sat, 26 Aug 2006 00:41:30 +0000 (UTC) (envelope-from SRS0=6X2wfK=CK=vvelox.net=vvelox@yourhostingaccount.com) Received: from mailout20.yourhostingaccount.com (mailout20.yourhostingaccount.com [65.254.253.160]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8550143D55 for ; Sat, 26 Aug 2006 00:41:29 +0000 (GMT) (envelope-from SRS0=6X2wfK=CK=vvelox.net=vvelox@yourhostingaccount.com) Received: from scan04.yourhostingaccount.com ([10.1.1.234] helo=scan04.yourhostingaccount.com) by mailout20.yourhostingaccount.com with esmtp (Exim) id 1GGmEq-0001sI-NY for freebsd-multimedia@freebsd.org; Fri, 25 Aug 2006 20:41:28 -0400 Received: from authsmtp08.yourhostingaccount.com ([10.1.18.8] ident=exim) by scan04.yourhostingaccount.com with spamscanlookuphost (Exim) id 1GGmEq-00049n-Jj for freebsd-multimedia@freebsd.org; Fri, 25 Aug 2006 20:41:28 -0400 Received: from authsmtp08.yourhostingaccount.com ([10.1.18.8] helo=authsmtp08.yourhostingaccount.com) by scan04.yourhostingaccount.com with esmtp (Exim) id 1GGmEq-00049k-AO for freebsd-multimedia@freebsd.org; Fri, 25 Aug 2006 20:41:28 -0400 Received: from [69.92.217.33] (helo=vixen42) by authsmtp08.yourhostingaccount.com with esmtpa (Exim) id 1GGmEp-0004U7-TB for freebsd-multimedia@freebsd.org; Fri, 25 Aug 2006 20:41:28 -0400 Date: Fri, 25 Aug 2006 19:43:06 -0500 From: "Z.C.B." To: freebsd-multimedia@freebsd.org Message-ID: <20060825194306.45f6f85c@vixen42> X-Mailer: Sylpheed-Claws 2.4.0 (GTK+ 2.8.20; i386-portbld-freebsd6.1) Mime-Version: 1.0 Content-Type: multipart/signed; boundary=Sig_VfV9xCHh3l6Eh+5A.4VcYdh; protocol="application/pgp-signature"; micalg=PGP-SHA1 X-EN-UserInfo: f1c157ec5ebebd12a8182d58c6ceecd9:1570f0de6936c69fef9e164fffc541bc X-EN-AuthUser: vvelox3 Sender: "Z.C.B." Subject: Wacom USB tablets X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Aug 2006 00:41:30 -0000 --Sig_VfV9xCHh3l6Eh+5A.4VcYdh Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable I noticed the like 8 months or so ago a USB commit was done that allows those tablets to be used. Any one have any experience with them since then or any opinions? --Sig_VfV9xCHh3l6Eh+5A.4VcYdh Content-Type: application/pgp-signature; name=signature.asc Content-Disposition: attachment; filename=signature.asc -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (FreeBSD) iD8DBQFE75kiC1tfcMGJid4RAvWZAJ4ua51IAaXchhk5OWIpseRPg9QqCACaAuz1 MzUs6qh8SPtjYn0/c6BI0Jk= =k7k7 -----END PGP SIGNATURE----- --Sig_VfV9xCHh3l6Eh+5A.4VcYdh-- From owner-freebsd-multimedia@FreeBSD.ORG Sat Aug 26 07:39:24 2006 Return-Path: X-Original-To: multimedia@freebsd.org Delivered-To: freebsd-multimedia@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B618A16A4DA; Sat, 26 Aug 2006 07:39:24 +0000 (UTC) (envelope-from mezz7@cox.net) Received: from centrmmtao05.cox.net (centrmmtao05.cox.net [70.168.83.79]) by mx1.FreeBSD.org (Postfix) with ESMTP id D2EC943D49; Sat, 26 Aug 2006 07:39:23 +0000 (GMT) (envelope-from mezz7@cox.net) Received: from eastrmimpo01.cox.net ([68.1.16.119]) by centrmmtao05.cox.net (InterMail vM.6.01.06.01 201-2131-130-101-20060113) with ESMTP id <20060826073923.NULG8328.centrmmtao05.cox.net@eastrmimpo01.cox.net>; Sat, 26 Aug 2006 03:39:23 -0400 Received: from mezz.mezzweb.com ([24.255.149.218]) by eastrmimpo01.cox.net with bizsmtp id EXfK1V00T4iy4EG0000000 Sat, 26 Aug 2006 03:39:20 -0400 To: "Till Haselmann" From: "Jeremy Messenger" Content-Type: text/plain; format=flowed; delsp=yes; charset=us-ascii MIME-Version: 1.0 References: <8BB27300-498C-49E2-AAFF-541CBC96F907@computernoma.de> Content-Transfer-Encoding: Quoted-Printable Date: Sat, 26 Aug 2006 02:39:58 -0500 Message-ID: In-Reply-To: User-Agent: Opera Mail/9.01 (Linux) Cc: ports@freebsd.org, multimedia@freebsd.org Subject: Re: FreeBSD Port: handbrake-0.7.1_1 X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Aug 2006 07:39:24 -0000 On Thu, 24 Aug 2006 08:40:48 -0500, Jeremy Messenger wro= te: > On Thu, 24 Aug 2006 07:42:29 -0500, Till Haselmann = > wrote: > >> Dear multimedia team: >> >> I have built Handbrake successfully using the old port (0.7.1) but >> cannot get it to compile with the new version 0.7.1_1. The output >> from portupgrade is as attached to this email. >> >> Apparently, I have problems compiling the libhb (which I figure is a >> handbrake library?). What's the problem here? How can I fix it? I >> have already tried a make distclean but to no avail. > > The update of x264 has broken a few of ports' build, so ahze has fixed= = > most of them. Looks like handbrake is missed. I won't be able to check= = > how to fix it until this evening or tomorrow (have classes today). I have committed a fix, so give it a shot. Cheers, Mezz > Cheers, > Mezz > >> Regards, >> Till. >> >> Till Haselmann >> haselmann@computernoma.de >> ICQ: 62868533 | AIM / Skype: computernomade >> >> http://www.computernoma.de << >> >> >>> ---> Upgrading 'handbrake-0.7.1' to >>> 'handbrake-0.7.1_1' (multimedia/handbrake) >>> ---> Building '/usr/ports/multimedia/handbrake' >>> =3D=3D=3D> Cleaning for jam-2.5_2 >>> =3D=3D=3D> Cleaning for liba52-0.7.4_1 >>> =3D=3D=3D> Cleaning for libdvdcss-1.2.9_2 >>> =3D=3D=3D> Cleaning for libdvdread-0.9.4_1 >>> =3D=3D=3D> Cleaning for faac-1.24_6 >>> =3D=3D=3D> Cleaning for lame-3.96.1 >>> =3D=3D=3D> Cleaning for mpeg4ip-libmp4v2-1.5.0.1 >>> =3D=3D=3D> Cleaning for libmpeg2-0.4.0b_2 >>> =3D=3D=3D> Cleaning for libogg-1.1.3,3 >>> =3D=3D=3D> Cleaning for libsamplerate-0.1.2_2 >>> =3D=3D=3D> Cleaning for libvorbis-1.1.2,3 >>> =3D=3D=3D> Cleaning for xvid-1.1.0,1 >>> =3D=3D=3D> Cleaning for x264-0.0.20060808 >>> =3D=3D=3D> Cleaning for ffmpeg-devel-0.4.9.c.2006032300_2 >>> =3D=3D=3D> Cleaning for unzip-5.52_2 >>> =3D=3D=3D> Cleaning for djbfft-0.76_2 >>> =3D=3D=3D> Cleaning for gmake-3.81_1 >>> =3D=3D=3D> Cleaning for automake-1.5_2,1 >>> =3D=3D=3D> Cleaning for autoconf-2.59_2 >>> =3D=3D=3D> Cleaning for libtool-1.5.22_2 >>> =3D=3D=3D> Cleaning for nasm-0.98.39,1 >>> =3D=3D=3D> Cleaning for xorg-libraries-6.9.0 >>> =3D=3D=3D> Cleaning for pkg-config-0.20_2 >>> =3D=3D=3D> Cleaning for libsndfile-1.0.16 >>> =3D=3D=3D> Cleaning for fftw3-3.1.2 >>> =3D=3D=3D> Cleaning for gpac-libgpac-0.4.2.r2,1 >>> =3D=3D=3D> Cleaning for ldconfig_compat-1.0_8 >>> =3D=3D=3D> Cleaning for texi2html-1.76_1,1 >>> =3D=3D=3D> Cleaning for freetype2-2.1.10_5 >>> =3D=3D=3D> Cleaning for gettext-0.14.5_2 >>> =3D=3D=3D> Cleaning for perl-5.8.8 >>> =3D=3D=3D> Cleaning for autoconf-2.53_3 >>> =3D=3D=3D> Cleaning for m4-1.4.4 >>> =3D=3D=3D> Cleaning for help2man-1.36.4_1 >>> =3D=3D=3D> Cleaning for imake-6.9.0 >>> =3D=3D=3D> Cleaning for libdrm-2.0.2 >>> =3D=3D=3D> Cleaning for fontconfig-2.3.2_5,1 >>> =3D=3D=3D> Cleaning for flac-1.1.2_1 >>> =3D=3D=3D> Cleaning for libiconv-1.9.2_2 >>> =3D=3D=3D> Cleaning for p5-gettext-1.05_1 >>> =3D=3D=3D> Cleaning for expat-2.0.0_1 >>> =3D=3D=3D> Cleaning for handbrake-0.7.1_1 >>> =3D> HandBrake-0.7.1.tar.gz doesn't seem to exist in /usr/ports/ >>> distfiles/. >>> =3D> Attempting to fetch from http://download.m0k.org/handbrake/. >>> HandBrake-0.7.1.tar.gz 100% of 248 kB 216 >>> kBps >>> =3D=3D=3D> Extracting for handbrake-0.7.1_1 >>> =3D> MD5 Checksum OK for HandBrake-0.7.1.tar.gz. >>> =3D> SHA256 Checksum OK for HandBrake-0.7.1.tar.gz. >>> =3D=3D=3D> Patching for handbrake-0.7.1_1 >>> =3D=3D=3D> Applying FreeBSD patches for handbrake-0.7.1_1 >>> =3D=3D=3D> handbrake-0.7.1_1 depends on executable in : jam - foun= d >>> =3D=3D=3D> handbrake-0.7.1_1 depends on shared library: a52.0 - fo= und >>> =3D=3D=3D> handbrake-0.7.1_1 depends on shared library: dvdcss.2 -= found >>> =3D=3D=3D> handbrake-0.7.1_1 depends on shared library: dvdread.3 = - found >>> =3D=3D=3D> handbrake-0.7.1_1 depends on shared library: faac.0 - f= ound >>> =3D=3D=3D> handbrake-0.7.1_1 depends on shared library: mp3lame.0 = - found >>> =3D=3D=3D> handbrake-0.7.1_1 depends on shared library: mp4v2.0 - = found >>> =3D=3D=3D> handbrake-0.7.1_1 depends on shared library: mpeg2.0 - = found >>> =3D=3D=3D> handbrake-0.7.1_1 depends on shared library: ogg.5 - fo= und >>> =3D=3D=3D> handbrake-0.7.1_1 depends on shared library: samplerate= .1 - >>> found >>> =3D=3D=3D> handbrake-0.7.1_1 depends on shared library: vorbis.3 -= found >>> =3D=3D=3D> handbrake-0.7.1_1 depends on shared library: xvidcore.4= - found >>> =3D=3D=3D> handbrake-0.7.1_1 depends on shared library: x264.49 - = found >>> =3D=3D=3D> handbrake-0.7.1_1 depends on shared library: avcodec.1 = - found >>> =3D=3D=3D> Configuring for handbrake-0.7.1_1 >>> System: FreeBSD >>> Endian: little >>> >>> To build HandBrake, run 'jam'. >>> =3D=3D=3D> Building for handbrake-0.7.1_1 >>> >>> cc -c -o libhb/common.o -O2 -fno-strict-aliasing -pipe -Wall - >>> DSYS_FREEBSD -DHB_VERSION=3D\"0.7.1\" -DHB_BUILD=3D2006022400 - >>> D__LIBHB__ -Ilibhb -I/usr/local/include libhb/common.c >>> >>> >>> cc -c -o libhb/hb.o -O2 -fno-strict-aliasing -pipe -Wall - >>> DSYS_FREEBSD -DHB_VERSION=3D\"0.7.1\" -DHB_BUILD=3D2006022400 - >>> D__LIBHB__ -Ilibhb -I/usr/local/include libhb/hb.c >>> >>> >>> cc -c -o libhb/ports.o -O2 -fno-strict-aliasing -pipe -Wall - >>> DSYS_FREEBSD -DHB_VERSION=3D\"0.7.1\" -DHB_BUILD=3D2006022400 - >>> D__LIBHB__ -Ilibhb -I/usr/local/include libhb/ports.c >>> >>> >>> cc -c -o libhb/scan.o -O2 -fno-strict-aliasing -pipe -Wall - >>> DSYS_FREEBSD -DHB_VERSION=3D\"0.7.1\" -DHB_BUILD=3D2006022400 - >>> D__LIBHB__ -Ilibhb -I/usr/local/include libhb/scan.c >>> >>> >>> cc -c -o libhb/work.o -O2 -fno-strict-aliasing -pipe -Wall - >>> DSYS_FREEBSD -DHB_VERSION=3D\"0.7.1\" -DHB_BUILD=3D2006022400 - >>> D__LIBHB__ -Ilibhb -I/usr/local/include libhb/work.c >>> >>> >>> cc -c -o libhb/decmpeg2.o -O2 -fno-strict-aliasing -pipe -Wall - >>> DSYS_FREEBSD -DHB_VERSION=3D\"0.7.1\" -DHB_BUILD=3D2006022400 - >>> D__LIBHB__ -Ilibhb -I/usr/local/include libhb/decmpeg2.c >>> >>> >>> cc -c -o libhb/encavcodec.o -O2 -fno-strict-aliasing -pipe -Wall - >>> DSYS_FREEBSD -DHB_VERSION=3D\"0.7.1\" -DHB_BUILD=3D2006022400 - >>> D__LIBHB__ -Ilibhb -I/usr/local/include libhb/encavcodec.c >>> >>> >>> cc -c -o libhb/update.o -O2 -fno-strict-aliasing -pipe -Wall - >>> DSYS_FREEBSD -DHB_VERSION=3D\"0.7.1\" -DHB_BUILD=3D2006022400 - >>> D__LIBHB__ -Ilibhb -I/usr/local/include libhb/update.c >>> >>> >>> cc -c -o libhb/demuxmpeg.o -O2 -fno-strict-aliasing -pipe -Wall - >>> DSYS_FREEBSD -DHB_VERSION=3D\"0.7.1\" -DHB_BUILD=3D2006022400 - >>> D__LIBHB__ -Ilibhb -I/usr/local/include libhb/demuxmpeg.c >>> >>> >>> cc -c -o libhb/fifo.o -O2 -fno-strict-aliasing -pipe -Wall - >>> DSYS_FREEBSD -DHB_VERSION=3D\"0.7.1\" -DHB_BUILD=3D2006022400 - >>> D__LIBHB__ -Ilibhb -I/usr/local/include libhb/fifo.c >>> >>> >>> cc -c -o libhb/render.o -O2 -fno-strict-aliasing -pipe -Wall - >>> DSYS_FREEBSD -DHB_VERSION=3D\"0.7.1\" -DHB_BUILD=3D2006022400 - >>> D__LIBHB__ -Ilibhb -I/usr/local/include libhb/render.c >>> >>> >>> cc -c -o libhb/reader.o -O2 -fno-strict-aliasing -pipe -Wall - >>> DSYS_FREEBSD -DHB_VERSION=3D\"0.7.1\" -DHB_BUILD=3D2006022400 - >>> D__LIBHB__ -Ilibhb -I/usr/local/include libhb/reader.c >>> >>> >>> cc -c -o libhb/muxcommon.o -O2 -fno-strict-aliasing -pipe -Wall - >>> DSYS_FREEBSD -DHB_VERSION=3D\"0.7.1\" -DHB_BUILD=3D2006022400 - >>> D__LIBHB__ -Ilibhb -I/usr/local/include libhb/muxcommon.c >>> >>> >>> cc -c -o libhb/muxmp4.o -O2 -fno-strict-aliasing -pipe -Wall - >>> DSYS_FREEBSD -DHB_VERSION=3D\"0.7.1\" -DHB_BUILD=3D2006022400 - >>> D__LIBHB__ -Ilibhb -I/usr/local/include libhb/muxmp4.c >>> >>> >>> cc -c -o libhb/sync.o -O2 -fno-strict-aliasing -pipe -Wall - >>> DSYS_FREEBSD -DHB_VERSION=3D\"0.7.1\" -DHB_BUILD=3D2006022400 - >>> D__LIBHB__ -Ilibhb -I/usr/local/include libhb/sync.c >>> >>> >>> cc -c -o libhb/decsub.o -O2 -fno-strict-aliasing -pipe -Wall - >>> DSYS_FREEBSD -DHB_VERSION=3D\"0.7.1\" -DHB_BUILD=3D2006022400 - >>> D__LIBHB__ -Ilibhb -I/usr/local/include libhb/decsub.c >>> >>> >>> cc -c -o libhb/deca52.o -O2 -fno-strict-aliasing -pipe -Wall - >>> DSYS_FREEBSD -DHB_VERSION=3D\"0.7.1\" -DHB_BUILD=3D2006022400 - >>> D__LIBHB__ -Ilibhb -I/usr/local/include libhb/deca52.c >>> >>> >>> cc -c -o libhb/encfaac.o -O2 -fno-strict-aliasing -pipe -Wall - >>> DSYS_FREEBSD -DHB_VERSION=3D\"0.7.1\" -DHB_BUILD=3D2006022400 - >>> D__LIBHB__ -Ilibhb -I/usr/local/include libhb/encfaac.c >>> >>> >>> cc -c -o libhb/declpcm.o -O2 -fno-strict-aliasing -pipe -Wall - >>> DSYS_FREEBSD -DHB_VERSION=3D\"0.7.1\" -DHB_BUILD=3D2006022400 - >>> D__LIBHB__ -Ilibhb -I/usr/local/include libhb/declpcm.c >>> >>> >>> cc -c -o libhb/encx264.o -O2 -fno-strict-aliasing -pipe -Wall - >>> DSYS_FREEBSD -DHB_VERSION=3D\"0.7.1\" -DHB_BUILD=3D2006022400 - >>> D__LIBHB__ -Ilibhb -I/usr/local/include libhb/encx264.c >>> >>> libhb/encx264.c: In function `hb_work_encx264_init': >>> libhb/encx264.c:82: error: structure has no member named `b_cbr' >>> >>> cc -c -o libhb/decavcodec.o -O2 -fno-strict-aliasing -pipe -Wall - >>> DSYS_FREEBSD -DHB_VERSION=3D\"0.7.1\" -DHB_BUILD=3D2006022400 - >>> D__LIBHB__ -Ilibhb -I/usr/local/include libhb/decavcodec.c >>> >>> >>> cc -c -o libhb/encxvid.o -O2 -fno-strict-aliasing -pipe -Wall - >>> DSYS_FREEBSD -DHB_VERSION=3D\"0.7.1\" -DHB_BUILD=3D2006022400 - >>> D__LIBHB__ -Ilibhb -I/usr/local/include libhb/encxvid.c >>> >>> >>> cc -c -o libhb/muxavi.o -O2 -fno-strict-aliasing -pipe -Wall - >>> DSYS_FREEBSD -DHB_VERSION=3D\"0.7.1\" -DHB_BUILD=3D2006022400 - >>> D__LIBHB__ -Ilibhb -I/usr/local/include libhb/muxavi.c >>> >>> >>> cc -c -o libhb/enclame.o -O2 -fno-strict-aliasing -pipe -Wall - >>> DSYS_FREEBSD -DHB_VERSION=3D\"0.7.1\" -DHB_BUILD=3D2006022400 - >>> D__LIBHB__ -Ilibhb -I/usr/local/include libhb/enclame.c >>> >>> >>> cc -c -o libhb/muxogm.o -O2 -fno-strict-aliasing -pipe -Wall - >>> DSYS_FREEBSD -DHB_VERSION=3D\"0.7.1\" -DHB_BUILD=3D2006022400 - >>> D__LIBHB__ -Ilibhb -I/usr/local/include libhb/muxogm.c >>> >>> >>> cc -c -o libhb/encvorbis.o -O2 -fno-strict-aliasing -pipe -Wall - >>> DSYS_FREEBSD -DHB_VERSION=3D\"0.7.1\" -DHB_BUILD=3D2006022400 - >>> D__LIBHB__ -Ilibhb -I/usr/local/include libhb/encvorbis.c >>> >>> >>> cc -c -o libhb/dvd.o -O2 -fno-strict-aliasing -pipe -Wall - >>> DSYS_FREEBSD -DHB_VERSION=3D\"0.7.1\" -DHB_BUILD=3D2006022400 - >>> D__LIBHB__ -Ilibhb -I/usr/local/include libhb/dvd.c >>> >>> ...skipped libhb.a for lack of libhb.a(encx264.o)... >>> >>> cc -c -o test/test.o -O2 -fno-strict-aliasing -pipe -Wall -I/usr/ >>> local/include -DSYS_FREEBSD -DHB_VERSION=3D\"0.7.1\" - >>> DHB_BUILD=3D2006022400 -I. -I./libhb test/test.c >>> >>> ...skipped handbrake for lack of libhb.a... >>> *** Error code 1 >>> >>> Stop in /usr/ports/multimedia/handbrake. -- = mezz7@cox.net - mezz@FreeBSD.org FreeBSD GNOME Team - FreeBSD Multimedia Hat (ports, not src) http://www.FreeBSD.org/gnome/ - gnome@FreeBSD.org http://wiki.freebsd.org/multimedia - multimedia@FreeBSD.org From owner-freebsd-multimedia@FreeBSD.ORG Sat Aug 26 10:53:58 2006 Return-Path: X-Original-To: multimedia@freebsd.org Delivered-To: freebsd-multimedia@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5D02B16A4DA; Sat, 26 Aug 2006 10:53:58 +0000 (UTC) (envelope-from roth@droopy.unibe.ch) Received: from mailhub03.unibe.ch (mailhub.unibe.ch [130.92.9.70]) by mx1.FreeBSD.org (Postfix) with ESMTP id D330943D45; Sat, 26 Aug 2006 10:53:57 +0000 (GMT) (envelope-from roth@droopy.unibe.ch) Received: from localhost (scanhub01.unibe.ch [130.92.5.61]) by mailhub03.unibe.ch (Postfix) with ESMTP id 8C23D4BE4C; Sat, 26 Aug 2006 12:53:55 +0200 (CEST) X-Virus-checked: by University of Berne Received: from mailhub03.unibe.ch ([130.92.9.70]) by localhost (scanhub01.unibe.ch [130.92.5.61]) (amavisd-new, port 10024) with LMTP id At-t1EyfokLh; Sat, 26 Aug 2006 12:53:53 +0200 (CEST) Received: from asterix.unibe.ch (asterix.unibe.ch [130.92.64.4]) by mailhub03.unibe.ch (Postfix) with ESMTP id 6ED734BE13; Sat, 26 Aug 2006 12:53:53 +0200 (CEST) Received: from droopy.unibe.ch (droopy [130.92.64.20]) by asterix.unibe.ch (8.13.6+Sun/8.13.6) with ESMTP id k7QArsfk003009; Sat, 26 Aug 2006 12:53:54 +0200 (MEST) Received: (from roth@localhost) by droopy.unibe.ch (8.12.10+Sun/8.12.9/Submit) id k7QArr26007182; Sat, 26 Aug 2006 12:53:53 +0200 (MEST) Date: Sat, 26 Aug 2006 12:53:53 +0200 From: Tobias Roth To: Tsu-Fan Cheng Message-ID: <20060826105353.GA7165@droopy.unibe.ch> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4i X-message-flag: Warning! Using Outlook is insecure and promotes virus distribution. Please use a different email client. Cc: questions@freebsd.org, multimedia@freebsd.org Subject: Re: compress films X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Aug 2006 10:53:58 -0000 On Fri, Aug 25, 2006 at 10:47:33AM -0400, Tsu-Fan Cheng wrote: > Hi BSDers, > I am running freebsd 6.1/amd64. I sometimes download films and they are > quite large, like 1.4GB or something. I want to make it smaller by using > mencoder, the script I use is as such: > >mencoder ddd.avi -ovc lavc -lavcopts vcodec=mpeg4 -vf scale=352:240 -oac > lavc -lavcopts acodec=mp3:abitrate=48 -o ggg.avi > > But sometimes the ggg.avi can still be a little larger than 700mB, is there > any more optimization I can do, or use other app to do this better?? > > many thanks!! I use avidemux2 to compress videos. It has many options, one of which is to restrict the maximum size of the output video. Thanks, Tobias From owner-freebsd-multimedia@FreeBSD.ORG Sat Aug 26 12:10:58 2006 Return-Path: X-Original-To: freebsd-multimedia@freebsd.org Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 52AAE16A4DD for ; Sat, 26 Aug 2006 12:10:58 +0000 (UTC) (envelope-from stapleton.41@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.175]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7663343D60 for ; Sat, 26 Aug 2006 12:10:57 +0000 (GMT) (envelope-from stapleton.41@gmail.com) Received: by ug-out-1314.google.com with SMTP id m2so1199212uge for ; Sat, 26 Aug 2006 05:10:56 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=Ty5htr+od7bMcNnCcTYbcN/C6k0VpFQPNt2JzBKk5aiGKZ+IzV0IElWT4LyEnXSAc2BwarKbDV7bdC/UEolv319f83W3AbOdEbSRQy5TakLf1+BGMLPbOy/2Kir4Ad34maaqTaAtVvDWhmNJUfT/XD5OMYYL9agFaF8lgUW2PT8= Received: by 10.67.105.19 with SMTP id h19mr2469814ugm; Sat, 26 Aug 2006 05:10:56 -0700 (PDT) Received: by 10.67.98.16 with HTTP; Sat, 26 Aug 2006 05:10:56 -0700 (PDT) Message-ID: <80f4f2b20608260510q2ca4205cy6e7e81f4e3ee1c70@mail.gmail.com> Date: Sat, 26 Aug 2006 08:10:56 -0400 From: "Jim Stapleton" To: freebsd-multimedia@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: Re: Intel HDA support X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Aug 2006 12:10:58 -0000 Can anyone post a makefile for this, I'm completely stuck. Thanks, -Jim Stapleton > Did you try the one I posted here ? > http://marc.theaimsgroup.com/?l=freebsd-multimedia&m=115357114419468&w=2 > It works (output only) on my 1641... From owner-freebsd-multimedia@FreeBSD.ORG Sat Aug 26 16:54:00 2006 Return-Path: X-Original-To: multimedia@FreeBSD.org Delivered-To: freebsd-multimedia@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2C4ED16A4DF for ; Sat, 26 Aug 2006 16:54:00 +0000 (UTC) (envelope-from novel@smtp.hispeed.ch) Received: from smtp.hispeed.ch (mxout.hispeed.ch [62.2.95.247]) by mx1.FreeBSD.org (Postfix) with ESMTP id A0C2F43D7C for ; Sat, 26 Aug 2006 16:53:58 +0000 (GMT) (envelope-from novel@smtp.hispeed.ch) Received: from underworld.novel.ru (dialup-88-147-139-47.san.ru [88.147.139.47]) (authenticated bits=0) by smtp.hispeed.ch (8.12.11.20060308/8.12.6/taifun-1.0) with ESMTP id k7QGrqQA025595 for ; Sat, 26 Aug 2006 18:53:56 +0200 Date: Fri, 25 Aug 2006 20:52:38 +0000 From: Roman Bogorodskiy To: multimedia@FreeBSD.org Message-ID: <20060825205238.GA2637@underworld.novel.ru> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="2fHTh5uZTiUOsy+g" Content-Disposition: inline X-PGP: http://people.freebsd.org/~novel/novel.key.asc X-Virus-Scanned: ClamAV version 0.88.4, clamav-milter version 0.88.4 on smtp-08.tornado.cablecom.ch X-Virus-Status: Clean X-DCC-spamcheck-01.tornado.cablecom.ch-Metrics: smtp-08.tornado.cablecom.ch 1377; Body=1 Fuz1=1 Fuz2=1 Cc: Subject: problem with audio/faad X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Aug 2006 16:54:00 -0000 --2fHTh5uZTiUOsy+g Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Hi, Various tinderboxes cannot build audio/faad port for some reason. Here's a build log: http://tb3.droso.net/errors/6-novel/faad2-2.0_6,1.log Any ideas what may be wrong with it? Roman Bogorodskiy --2fHTh5uZTiUOsy+g Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.4 (FreeBSD) iQCVAwUBRO9jFoB0WzgdqspGAQKo0gQAov3DoavCed40gBPBp1RaMStVp0p3uMLc 1kQdzR0hOi+MwCvApVM37F4nh4w29Z4sZZ0F5Gii/lksWt93y18ZU5O2rkCI4JSA eixodpgDmdNRmWULLKd1yihb6IazKjLrV/1Fx03hFGjTgfpZIA8iIvvhp4zNszYl EyRO9aUEHhI= =jwdE -----END PGP SIGNATURE----- --2fHTh5uZTiUOsy+g-- From owner-freebsd-multimedia@FreeBSD.ORG Sat Aug 26 17:30:18 2006 Return-Path: X-Original-To: multimedia@freebsd.org Delivered-To: freebsd-multimedia@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C3B8016A4DF; Sat, 26 Aug 2006 17:30:18 +0000 (UTC) (envelope-from mezz7@cox.net) Received: from eastrmmtao01.cox.net (eastrmmtao01.cox.net [68.230.240.38]) by mx1.FreeBSD.org (Postfix) with ESMTP id 93C6144467; Sat, 26 Aug 2006 17:05:20 +0000 (GMT) (envelope-from mezz7@cox.net) Received: from eastrmimpo01.cox.net ([68.1.16.119]) by eastrmmtao01.cox.net (InterMail vM.6.01.06.01 201-2131-130-101-20060113) with ESMTP id <20060826170519.PDOO18847.eastrmmtao01.cox.net@eastrmimpo01.cox.net>; Sat, 26 Aug 2006 13:05:19 -0400 Received: from mezz.mezzweb.com ([24.255.149.218]) by eastrmimpo01.cox.net with bizsmtp id Eh5G1V0074iy4EG0000000 Sat, 26 Aug 2006 13:05:16 -0400 Date: Sat, 26 Aug 2006 12:05:56 -0500 To: "Roman Bogorodskiy" From: "Jeremy Messenger" Content-Type: text/plain; format=flowed; delsp=yes; charset=us-ascii MIME-Version: 1.0 References: <20060825205238.GA2637@underworld.novel.ru> Content-Transfer-Encoding: 7bit Message-ID: In-Reply-To: <20060825205238.GA2637@underworld.novel.ru> User-Agent: Opera Mail/9.01 (Linux) Cc: multimedia@freebsd.org Subject: Re: problem with audio/faad X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Aug 2006 17:30:19 -0000 On Fri, 25 Aug 2006 15:52:38 -0500, Roman Bogorodskiy wrote: > Hi, > > Various tinderboxes cannot build audio/faad port for some reason. Here's > a build log: > > http://tb3.droso.net/errors/6-novel/faad2-2.0_6,1.log > > Any ideas what may be wrong with it? No idea and the error is kinda of weird. To me, it looks like it's your tinderbox issue rather than faad2 port issue because it works fine in pointyhat. http://pointyhat.freebsd.org/errorlogs/i386-6-latest-logs/faad2-2.0_6,1.log.bz2 Cheers, Mezz > Roman Bogorodskiy -- mezz7@cox.net - mezz@FreeBSD.org FreeBSD GNOME Team - FreeBSD Multimedia Hat (ports, not src) http://www.FreeBSD.org/gnome/ - gnome@FreeBSD.org http://wiki.freebsd.org/multimedia - multimedia@FreeBSD.org From owner-freebsd-multimedia@FreeBSD.ORG Sat Aug 26 17:45:28 2006 Return-Path: X-Original-To: multimedia@freebsd.org Delivered-To: freebsd-multimedia@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B2BE616A50D for ; Sat, 26 Aug 2006 17:45:28 +0000 (UTC) (envelope-from buhnux@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.179]) by mx1.FreeBSD.org (Postfix) with ESMTP id B6C54449DB for ; Sat, 26 Aug 2006 17:16:38 +0000 (GMT) (envelope-from buhnux@gmail.com) Received: by py-out-1112.google.com with SMTP id o67so1627192pye for ; Sat, 26 Aug 2006 10:16:38 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:references:x-google-sender-auth; b=rBwtg5ArF8Mjdo6PaNUIYk3mO+fJArIYdO2UHDbCUnwop2ylvP8GNslBzd92P8Gh/z78rMEfLCfT35zF8JsHhZnzcXnKPXnSaWYE5giZfXcFJDW20qI4Arz91YvUleVWzzDfCP139maDQkqLvl70cw0oJrNbotPHg0UydNsFAz0= Received: by 10.35.49.1 with SMTP id b1mr7881420pyk; Sat, 26 Aug 2006 10:16:38 -0700 (PDT) Received: by 10.35.87.9 with HTTP; Sat, 26 Aug 2006 10:16:38 -0700 (PDT) Message-ID: Date: Sat, 26 Aug 2006 13:16:38 -0400 From: "michael johnson" Sender: buhnux@gmail.com To: "Roman Bogorodskiy" In-Reply-To: <20060825205238.GA2637@underworld.novel.ru> MIME-Version: 1.0 References: <20060825205238.GA2637@underworld.novel.ru> X-Google-Sender-Auth: 70c9ff8a1156163e Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: multimedia@freebsd.org Subject: Re: problem with audio/faad X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Aug 2006 17:45:28 -0000 On 8/25/06, Roman Bogorodskiy wrote: > > Hi, > > Various tinderboxes cannot build audio/faad port for some reason. Here's > a build log: > > http://tb3.droso.net/errors/6-novel/faad2-2.0_6,1.log > > Any ideas what may be wrong with it? I think it's because faad sets NO_CDROM Roman Bogorodskiy > > > From owner-freebsd-multimedia@FreeBSD.ORG Sat Aug 26 17:51:02 2006 Return-Path: X-Original-To: multimedia@freebsd.org Delivered-To: freebsd-multimedia@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8E82516A4E1 for ; Sat, 26 Aug 2006 17:51:02 +0000 (UTC) (envelope-from novel@smtp.hispeed.ch) Received: from smtp.hispeed.ch (mxout.hispeed.ch [62.2.95.247]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9496243D55 for ; Sat, 26 Aug 2006 17:50:59 +0000 (GMT) (envelope-from novel@smtp.hispeed.ch) Received: from underworld.novel.ru (dialup-88-147-134-192.san.ru [88.147.134.192]) (authenticated bits=0) by smtp.hispeed.ch (8.12.11.20060308/8.12.6/taifun-1.0) with ESMTP id k7QHoqo7012322; Sat, 26 Aug 2006 19:50:53 +0200 Date: Fri, 25 Aug 2006 21:49:39 +0000 From: Roman Bogorodskiy To: Jeremy Messenger Message-ID: <20060825214939.GB2637@underworld.novel.ru> References: <20060825205238.GA2637@underworld.novel.ru> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="s/l3CgOIzMHHjg/5" Content-Disposition: inline In-Reply-To: X-PGP: http://people.freebsd.org/~novel/novel.key.asc X-Virus-Scanned: ClamAV version 0.88.4, clamav-milter version 0.88.4 on smtp-03.tornado.cablecom.ch X-Virus-Status: Clean X-DCC-spamcheck-01.tornado.cablecom.ch-Metrics: smtp-03.tornado.cablecom.ch 1377; Body=2 Fuz1=2 Fuz2=2 Cc: multimedia@freebsd.org Subject: Re: problem with audio/faad X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Aug 2006 17:51:02 -0000 --s/l3CgOIzMHHjg/5 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Jeremy Messenger wrote: > No idea and the error is kinda of weird. To me, it looks like it's your = =20 > tinderbox issue rather than faad2 port issue because it works fine in =20 > pointyhat. >=20 > http://pointyhat.freebsd.org/errorlogs/i386-6-latest-logs/faad2-2.0_6,1.l= og.bz2 Well, I've tested that on tb3 and Erwin tested it on some other tinderbox and got the same error. Roman Bogorodskiy --s/l3CgOIzMHHjg/5 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.4 (FreeBSD) iQCVAwUBRO9wc4B0WzgdqspGAQJTnAP+KoUiLk42U6vPPNBXFVR+QQew7eg9XTlX DXDF1yVmvHQBsENvFxjOnrWdG73wil5bf32of0z2stlSRBuJm9WgO1oNbMQfew3U l94AvLhk9cdSCnH7COevKk5kyaB5JR/YC5rc8UCB92y5uBIxhEPSmykttTNkDXeu Bk3gv6fu9Wc= =XEwB -----END PGP SIGNATURE----- --s/l3CgOIzMHHjg/5-- From owner-freebsd-multimedia@FreeBSD.ORG Sat Aug 26 18:33:33 2006 Return-Path: X-Original-To: multimedia@freebsd.org Delivered-To: freebsd-multimedia@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5E4F616A4E1 for ; Sat, 26 Aug 2006 18:33:33 +0000 (UTC) (envelope-from novel@smtp.hispeed.ch) Received: from smtp.hispeed.ch (mxout.hispeed.ch [62.2.95.247]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8F63943D5A for ; Sat, 26 Aug 2006 18:33:32 +0000 (GMT) (envelope-from novel@smtp.hispeed.ch) Received: from underworld.novel.ru (dialup-88-147-134-192.san.ru [88.147.134.192]) (authenticated bits=0) by smtp.hispeed.ch (8.12.11.20060308/8.12.6/taifun-1.0) with ESMTP id k7QIXQYV032208; Sat, 26 Aug 2006 20:33:27 +0200 Date: Fri, 25 Aug 2006 22:32:13 +0000 From: Roman Bogorodskiy To: michael johnson Message-ID: <20060825223213.GC2637@underworld.novel.ru> References: <20060825205238.GA2637@underworld.novel.ru> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="E/DnYTRukya0zdZ1" Content-Disposition: inline In-Reply-To: X-PGP: http://people.freebsd.org/~novel/novel.key.asc X-Virus-Scanned: ClamAV version 0.88.4, clamav-milter version 0.88.4 on smtp-02.tornado.cablecom.ch X-Virus-Status: Clean X-DCC-spamcheck-02.tornado.cablecom.ch-Metrics: smtp-02.tornado.cablecom.ch 1378; Body=2 Fuz1=2 Fuz2=2 Cc: multimedia@freebsd.org Subject: Re: problem with audio/faad X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Aug 2006 18:33:33 -0000 --E/DnYTRukya0zdZ1 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline michael johnson wrote: > I think it's because faad sets NO_CDROM Removing NO_CDROM doesn't help: http://tb3.droso.net/errors/6-novel/faad2-2.5,1.log Roman Bogorodskiy --E/DnYTRukya0zdZ1 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.4 (FreeBSD) iQCVAwUBRO96bYB0WzgdqspGAQL88QQAqQzPv1rfnkOIBpaGOx1+qxx0p9cNEcF6 k/xGT++ovOgAdaJ08K6JqNeaAVNltOIcJe0wpzAnfPpWL9p1o8lVz288zxOj/BPu mFy+q+ZZJBreAgYKaQOfWT7DAJ1IaxvBeoE5LhtBVs8uO0FyOWfLM141nr4/R7z8 4MfjdTz3Sgw= =Jc/P -----END PGP SIGNATURE----- --E/DnYTRukya0zdZ1-- From owner-freebsd-multimedia@FreeBSD.ORG Sat Aug 26 19:12:31 2006 Return-Path: X-Original-To: multimedia@freebsd.org Delivered-To: freebsd-multimedia@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2D92116A4DF for ; Sat, 26 Aug 2006 19:12:31 +0000 (UTC) (envelope-from buhnux@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.176]) by mx1.FreeBSD.org (Postfix) with ESMTP id E5E1B43DBC for ; Sat, 26 Aug 2006 19:11:54 +0000 (GMT) (envelope-from buhnux@gmail.com) Received: by py-out-1112.google.com with SMTP id o67so1652881pye for ; Sat, 26 Aug 2006 12:11:54 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:references:x-google-sender-auth; b=VhUtc06MCLYwjaacdW4hkxcOHf1oNyeVTW7FotghJ4qrUekulJRG+asbmUtcdeAdZvufJy9eFiS0/iju+hyE+UItgmENShtUK5JqEa/cJP7QPYsI5ZPRH/Tq7ibcLfh7GmKorpmpeE2JYnRw28FyqA9L090rNcjJXQhOHqXLu7E= Received: by 10.35.9.15 with SMTP id m15mr8132724pyi; Sat, 26 Aug 2006 12:11:54 -0700 (PDT) Received: by 10.35.87.9 with HTTP; Sat, 26 Aug 2006 12:11:54 -0700 (PDT) Message-ID: Date: Sat, 26 Aug 2006 15:11:54 -0400 From: "michael johnson" Sender: buhnux@gmail.com To: "Roman Bogorodskiy" In-Reply-To: <20060825223213.GC2637@underworld.novel.ru> MIME-Version: 1.0 References: <20060825205238.GA2637@underworld.novel.ru> <20060825223213.GC2637@underworld.novel.ru> X-Google-Sender-Auth: d2fbc4ba0b17a59e Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: multimedia@freebsd.org Subject: Re: problem with audio/faad X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Aug 2006 19:12:31 -0000 On 8/25/06, Roman Bogorodskiy wrote: > > michael johnson wrote: > > > I think it's because faad sets NO_CDROM > > Removing NO_CDROM doesn't help: it's probably the way faad is setup to build then, since it is rather unique vs. many other ports (except faac) I've seen this on my own tinderbox and I just assumed it was NO_CDROM in the past. http://tb3.droso.net/errors/6-novel/faad2-2.5,1.log > > Roman Bogorodskiy > > > From owner-freebsd-multimedia@FreeBSD.ORG Sat Aug 26 19:19:47 2006 Return-Path: X-Original-To: multimedia@freebsd.org Delivered-To: freebsd-multimedia@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3AE5C16A4E5 for ; Sat, 26 Aug 2006 19:19:47 +0000 (UTC) (envelope-from novel@smtp.hispeed.ch) Received: from smtp.hispeed.ch (mxout.hispeed.ch [62.2.95.247]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3405643D5E for ; Sat, 26 Aug 2006 19:19:45 +0000 (GMT) (envelope-from novel@smtp.hispeed.ch) Received: from underworld.novel.ru (dialup-88-147-134-192.san.ru [88.147.134.192]) (authenticated bits=0) by smtp.hispeed.ch (8.12.11.20060308/8.12.6/taifun-1.0) with ESMTP id k7QJJeiu012507; Sat, 26 Aug 2006 21:19:42 +0200 Date: Fri, 25 Aug 2006 23:18:27 +0000 From: Roman Bogorodskiy To: michael johnson Message-ID: <20060825231827.GF2637@underworld.novel.ru> References: <20060825205238.GA2637@underworld.novel.ru> <20060825223213.GC2637@underworld.novel.ru> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="DiL7RhKs8rK9YGuF" Content-Disposition: inline In-Reply-To: X-PGP: http://people.freebsd.org/~novel/novel.key.asc X-Virus-Scanned: ClamAV version 0.88.4, clamav-milter version 0.88.4 on smtp-01.tornado.cablecom.ch X-Virus-Status: Clean X-DCC-spamcheck-02.tornado.cablecom.ch-Metrics: smtp-01.tornado.cablecom.ch 1378; Body=2 Fuz1=2 Fuz2=2 Cc: multimedia@freebsd.org Subject: Re: problem with audio/faad X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Aug 2006 19:19:47 -0000 --DiL7RhKs8rK9YGuF Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable michael johnson wrote: > it's probably the way faad is setup to build then, since it > is rather unique vs. many other ports (except faac) >=20 > I've seen this on my own tinderbox and I just assumed > it was NO_CDROM in the past. Hm. Is it possible to fix it somehow? Roman Bogorodskiy --DiL7RhKs8rK9YGuF Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.4 (FreeBSD) iQCVAwUBRO+FQ4B0WzgdqspGAQKavwQArllmr242ddR2kLGUwhUgKWb1uZzuad2A uBxX+oGPMHz/JV0UiIFeLg2BRi8EDVYcH8dSp0eRC3+L7ZOGMfsd0tVPulEg2wYc k+rjGRkkgD4qanDJlookawpauTk0HgKHmyjp9ECWVAi0w83CagcUOw7B/61xW45T NkY9oCPRA1U= =47Nt -----END PGP SIGNATURE----- --DiL7RhKs8rK9YGuF-- From owner-freebsd-multimedia@FreeBSD.ORG Sat Aug 26 19:36:30 2006 Return-Path: X-Original-To: multimedia@freebsd.org Delivered-To: freebsd-multimedia@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5491C16A4DA; Sat, 26 Aug 2006 19:36:30 +0000 (UTC) (envelope-from mezz7@cox.net) Received: from centrmmtao02.cox.net (centrmmtao02.cox.net [70.168.83.82]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9670D43D55; Sat, 26 Aug 2006 19:36:29 +0000 (GMT) (envelope-from mezz7@cox.net) Received: from eastrmimpo01.cox.net ([68.1.16.119]) by centrmmtao02.cox.net (InterMail vM.6.01.06.01 201-2131-130-101-20060113) with ESMTP id <20060826193628.YIQM22014.centrmmtao02.cox.net@eastrmimpo01.cox.net>; Sat, 26 Aug 2006 15:36:28 -0400 Received: from mezz.mezzweb.com ([24.255.149.218]) by eastrmimpo01.cox.net with bizsmtp id EjcR1V0064iy4EG0000000 Sat, 26 Aug 2006 15:36:25 -0400 Date: Sat, 26 Aug 2006 14:37:06 -0500 To: "Roman Bogorodskiy" From: "Jeremy Messenger" Content-Type: text/plain; format=flowed; delsp=yes; charset=us-ascii MIME-Version: 1.0 References: <20060825205238.GA2637@underworld.novel.ru> <20060825223213.GC2637@underworld.novel.ru> <20060825231827.GF2637@underworld.novel.ru> Content-Transfer-Encoding: 7bit Message-ID: In-Reply-To: <20060825231827.GF2637@underworld.novel.ru> User-Agent: Opera Mail/9.01 (Linux) Cc: multimedia@freebsd.org Subject: Re: problem with audio/faad X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Aug 2006 19:36:30 -0000 On Fri, 25 Aug 2006 18:18:27 -0500, Roman Bogorodskiy wrote: > michael johnson wrote: > >> it's probably the way faad is setup to build then, since it >> is rather unique vs. many other ports (except faac) Ahh, I see.... that PATCH_DEPENDS and post-patch target.. I dont like it. Why not remove PATCH_DEPENDS and use pre-configure? Will it works? >> I've seen this on my own tinderbox and I just assumed >> it was NO_CDROM in the past. > > Hm. Is it possible to fix it somehow? Try to remove PATCH_DEPENDS, then rename that post-patch target to pre-configure. Cheers, Mezz > Roman Bogorodskiy -- mezz7@cox.net - mezz@FreeBSD.org FreeBSD GNOME Team - FreeBSD Multimedia Hat (ports, not src) http://www.FreeBSD.org/gnome/ - gnome@FreeBSD.org http://wiki.freebsd.org/multimedia - multimedia@FreeBSD.org From owner-freebsd-multimedia@FreeBSD.ORG Sat Aug 26 19:45:33 2006 Return-Path: X-Original-To: multimedia@freebsd.org Delivered-To: freebsd-multimedia@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D836C16A4DD for ; Sat, 26 Aug 2006 19:45:33 +0000 (UTC) (envelope-from buhnux@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.176]) by mx1.FreeBSD.org (Postfix) with ESMTP id 00C0F43D66 for ; Sat, 26 Aug 2006 19:45:32 +0000 (GMT) (envelope-from buhnux@gmail.com) Received: by py-out-1112.google.com with SMTP id o67so1658771pye for ; Sat, 26 Aug 2006 12:45:32 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:references:x-google-sender-auth; b=dRwzu0DllXmeTgNoyti6wFsTD784JV+pUIrrjIJ5A75AJyUb+SrewmvzPK1elRPfZ+yxNKDDAInYUPDgCe0AXv0UeA7rkqqzxfdjlR3mrWt4Iv677Sm1QMsB6ogCudGbILuY5NRtAWiZHkKS6Dp9RqJQOmPw/72dJowyvJSdgoE= Received: by 10.35.87.8 with SMTP id p8mr8182188pyl; Sat, 26 Aug 2006 12:45:32 -0700 (PDT) Received: by 10.35.87.9 with HTTP; Sat, 26 Aug 2006 12:45:32 -0700 (PDT) Message-ID: Date: Sat, 26 Aug 2006 15:45:32 -0400 From: "michael johnson" Sender: buhnux@gmail.com To: "Jeremy Messenger" In-Reply-To: MIME-Version: 1.0 References: <20060825205238.GA2637@underworld.novel.ru> <20060825223213.GC2637@underworld.novel.ru> <20060825231827.GF2637@underworld.novel.ru> X-Google-Sender-Auth: 9cdd6af29df8f9c0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: multimedia@freebsd.org Subject: Re: problem with audio/faad X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Aug 2006 19:45:34 -0000 On 8/26/06, Jeremy Messenger wrote: > > On Fri, 25 Aug 2006 18:18:27 -0500, Roman Bogorodskiy > wrote: > > > michael johnson wrote: > > > >> it's probably the way faad is setup to build then, since it > >> is rather unique vs. many other ports (except faac) > > Ahh, I see.... that PATCH_DEPENDS and post-patch target.. I dont like it. > Why not remove PATCH_DEPENDS and use pre-configure? Will it works? > > >> I've seen this on my own tinderbox and I just assumed > >> it was NO_CDROM in the past. > > > > Hm. Is it possible to fix it somehow? > > Try to remove PATCH_DEPENDS, then rename that post-patch target to > pre-configure. I don't know if this is still valid since I set the current setup before we had USE_AUTOTOOLS but the order of aclocal/libtoolize had to be before pre-configure so autoconf/automake/etc would work. Cheers, > Mezz > > > Roman Bogorodskiy > > > -- > mezz7@cox.net - mezz@FreeBSD.org > FreeBSD GNOME Team - FreeBSD Multimedia Hat (ports, not src) > http://www.FreeBSD.org/gnome/ - gnome@FreeBSD.org > http://wiki.freebsd.org/multimedia - multimedia@FreeBSD.org > From owner-freebsd-multimedia@FreeBSD.ORG Sat Aug 26 19:51:36 2006 Return-Path: X-Original-To: multimedia@freebsd.org Delivered-To: freebsd-multimedia@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5148E16A4DA for ; Sat, 26 Aug 2006 19:51:36 +0000 (UTC) (envelope-from novel@smtp.hispeed.ch) Received: from smtp.hispeed.ch (mxout.hispeed.ch [62.2.95.247]) by mx1.FreeBSD.org (Postfix) with ESMTP id EE6E743D7B for ; Sat, 26 Aug 2006 19:51:27 +0000 (GMT) (envelope-from novel@smtp.hispeed.ch) Received: from underworld.novel.ru (dialup-88-147-134-192.san.ru [88.147.134.192]) (authenticated bits=0) by smtp.hispeed.ch (8.12.11.20060308/8.12.6/taifun-1.0) with ESMTP id k7QJpI0S026336; Sat, 26 Aug 2006 21:51:19 +0200 Date: Fri, 25 Aug 2006 23:50:05 +0000 From: Roman Bogorodskiy To: Jeremy Messenger Message-ID: <20060825235005.GG2637@underworld.novel.ru> References: <20060825205238.GA2637@underworld.novel.ru> <20060825223213.GC2637@underworld.novel.ru> <20060825231827.GF2637@underworld.novel.ru> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="SNIs70sCzqvszXB4" Content-Disposition: inline In-Reply-To: X-PGP: http://people.freebsd.org/~novel/novel.key.asc X-Virus-Scanned: ClamAV version 0.88.4, clamav-milter version 0.88.4 on smtp-07.tornado.cablecom.ch X-Virus-Status: Clean X-DCC-spamcheck-02.tornado.cablecom.ch-Metrics: smtp-07.tornado.cablecom.ch 1378; Body=3 Fuz1=3 Fuz2=3 Cc: multimedia@freebsd.org Subject: Re: problem with audio/faad X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Aug 2006 19:51:36 -0000 --SNIs70sCzqvszXB4 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Jeremy Messenger wrote: > >Hm. Is it possible to fix it somehow? >=20 > Try to remove PATCH_DEPENDS, then rename that post-patch target to =20 > pre-configure. Yeah, it works! Thanks! Roman Bogorodskiy --SNIs70sCzqvszXB4 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.4 (FreeBSD) iQCVAwUBRO+MrYB0WzgdqspGAQKk2AQAqiNJsPj2hSfBGCJqh9/ea5gmG3OKGTui zqUTby0Yq5v2ScPBBviX1P2lrJM63f/iklGLiMKgJZPHYTzjd3kmscYoktlFHzJl rYNUE3aqOWC968W9c9A83txDniBLznkcTQc1NaNHu5JeMZnZUaSWNLUnNwETwU9n zBRvGFetEdA= =UZzz -----END PGP SIGNATURE----- --SNIs70sCzqvszXB4-- From owner-freebsd-multimedia@FreeBSD.ORG Sat Aug 26 19:58:32 2006 Return-Path: X-Original-To: multimedia@freebsd.org Delivered-To: freebsd-multimedia@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4F3DF16A4DD for ; Sat, 26 Aug 2006 19:58:32 +0000 (UTC) (envelope-from buhnux@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.179]) by mx1.FreeBSD.org (Postfix) with ESMTP id B73D243D9D for ; Sat, 26 Aug 2006 19:58:23 +0000 (GMT) (envelope-from buhnux@gmail.com) Received: by py-out-1112.google.com with SMTP id o67so1661251pye for ; Sat, 26 Aug 2006 12:58:22 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:references:x-google-sender-auth; b=Hd/LnaORvg/m2zke03eGAQaJXf3T4zNwGKl9u47fO2lhGFUhZr9wYFmGJ1z1855zcU6ZqMJFHikr+D0bQSnmadvddMjKTpMnxNuBrd0suhBuuSfPstp/FteyH6YbHtjKZTd0TBSvWQtPRCwnNHKTMFRprVI+FpndTJBnVRet+ug= Received: by 10.35.78.9 with SMTP id f9mr8173664pyl; Sat, 26 Aug 2006 12:58:22 -0700 (PDT) Received: by 10.35.87.9 with HTTP; Sat, 26 Aug 2006 12:58:22 -0700 (PDT) Message-ID: Date: Sat, 26 Aug 2006 15:58:22 -0400 From: "michael johnson" Sender: buhnux@gmail.com To: "Roman Bogorodskiy" In-Reply-To: <20060825235005.GG2637@underworld.novel.ru> MIME-Version: 1.0 References: <20060825205238.GA2637@underworld.novel.ru> <20060825223213.GC2637@underworld.novel.ru> <20060825231827.GF2637@underworld.novel.ru> <20060825235005.GG2637@underworld.novel.ru> X-Google-Sender-Auth: 1d6a2253f6d95591 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: multimedia@freebsd.org Subject: Re: problem with audio/faad X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Aug 2006 19:58:32 -0000 On 8/25/06, Roman Bogorodskiy wrote: > > Jeremy Messenger wrote: > > > >Hm. Is it possible to fix it somehow? > > > > Try to remove PATCH_DEPENDS, then rename that post-patch target to > > pre-configure. > > Yeah, it works! Thanks! cool, glad to know that works. Roman Bogorodskiy > > > From owner-freebsd-multimedia@FreeBSD.ORG Sat Aug 26 20:32:18 2006 Return-Path: X-Original-To: multimedia@freebsd.org Delivered-To: freebsd-multimedia@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3E48116A524; Sat, 26 Aug 2006 20:32:18 +0000 (UTC) (envelope-from mezz7@cox.net) Received: from centrmmtao05.cox.net (centrmmtao05.cox.net [70.168.83.79]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9BF844431E; Sat, 26 Aug 2006 20:04:35 +0000 (GMT) (envelope-from mezz7@cox.net) Received: from eastrmimpo01.cox.net ([68.1.16.119]) by centrmmtao05.cox.net (InterMail vM.6.01.06.01 201-2131-130-101-20060113) with ESMTP id <20060826200434.HKYT8328.centrmmtao05.cox.net@eastrmimpo01.cox.net>; Sat, 26 Aug 2006 16:04:34 -0400 Received: from mezz.mezzweb.com ([24.255.149.218]) by eastrmimpo01.cox.net with bizsmtp id Ek4X1V0054iy4EG0000000 Sat, 26 Aug 2006 16:04:31 -0400 Date: Sat, 26 Aug 2006 15:05:12 -0500 To: "michael johnson" From: "Jeremy Messenger" Content-Type: text/plain; format=flowed; delsp=yes; charset=us-ascii MIME-Version: 1.0 References: <20060825205238.GA2637@underworld.novel.ru> <20060825223213.GC2637@underworld.novel.ru> <20060825231827.GF2637@underworld.novel.ru> Content-Transfer-Encoding: 7bit Message-ID: In-Reply-To: User-Agent: Opera Mail/9.01 (Linux) Cc: multimedia@freebsd.org Subject: Re: problem with audio/faad X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Aug 2006 20:32:18 -0000 On Sat, 26 Aug 2006 14:45:32 -0500, michael johnson wrote: > On 8/26/06, Jeremy Messenger wrote: >> >> On Fri, 25 Aug 2006 18:18:27 -0500, Roman Bogorodskiy >> >> wrote: >> >> > michael johnson wrote: >> > >> >> it's probably the way faad is setup to build then, since it >> >> is rather unique vs. many other ports (except faac) >> >> Ahh, I see.... that PATCH_DEPENDS and post-patch target.. I dont like >> it. >> Why not remove PATCH_DEPENDS and use pre-configure? Will it works? >> >> >> I've seen this on my own tinderbox and I just assumed >> >> it was NO_CDROM in the past. >> > >> > Hm. Is it possible to fix it somehow? >> >> Try to remove PATCH_DEPENDS, then rename that post-patch target to >> pre-configure. > > > I don't know if this is still valid since I set the current setup before > we > had > USE_AUTOTOOLS but the order of aclocal/libtoolize had to be before > pre-configure so autoconf/automake/etc would work. Looks like not anymore now: # grep pre-configure /usr/ports/Mk/* /usr/ports/Mk/bsd.port.mk: pre-configure pre-configure-script \ I will commit the changes without bump it. Cheers, Mezz > Cheers, >> Mezz >> >> > Roman Bogorodskiy >> >> >> -- >> mezz7@cox.net - mezz@FreeBSD.org >> FreeBSD GNOME Team - FreeBSD Multimedia Hat (ports, not src) >> http://www.FreeBSD.org/gnome/ - gnome@FreeBSD.org >> http://wiki.freebsd.org/multimedia - multimedia@FreeBSD.org -- mezz7@cox.net - mezz@FreeBSD.org FreeBSD GNOME Team - FreeBSD Multimedia Hat (ports, not src) http://www.FreeBSD.org/gnome/ - gnome@FreeBSD.org http://wiki.freebsd.org/multimedia - multimedia@FreeBSD.org From owner-freebsd-multimedia@FreeBSD.ORG Sat Aug 26 20:32:19 2006 Return-Path: X-Original-To: multimedia@freebsd.org Delivered-To: freebsd-multimedia@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C5E2716A613; Sat, 26 Aug 2006 20:32:19 +0000 (UTC) (envelope-from mezz7@cox.net) Received: from centrmmtao01.cox.net (centrmmtao01.cox.net [70.168.83.83]) by mx1.FreeBSD.org (Postfix) with ESMTP id 29103444E1; Sat, 26 Aug 2006 20:10:17 +0000 (GMT) (envelope-from mezz7@cox.net) Received: from eastrmimpo01.cox.net ([68.1.16.119]) by centrmmtao01.cox.net (InterMail vM.6.01.06.01 201-2131-130-101-20060113) with ESMTP id <20060826201016.FVYN23821.centrmmtao01.cox.net@eastrmimpo01.cox.net>; Sat, 26 Aug 2006 16:10:16 -0400 Received: from mezz.mezzweb.com ([24.255.149.218]) by eastrmimpo01.cox.net with bizsmtp id EkAC1V00h4iy4EG0000000 Sat, 26 Aug 2006 16:10:13 -0400 Date: Sat, 26 Aug 2006 15:10:54 -0500 To: "michael johnson" From: "Jeremy Messenger" Content-Type: text/plain; format=flowed; delsp=yes; charset=us-ascii MIME-Version: 1.0 References: <20060825205238.GA2637@underworld.novel.ru> <20060825223213.GC2637@underworld.novel.ru> <20060825231827.GF2637@underworld.novel.ru> <20060825235005.GG2637@underworld.novel.ru> Content-Transfer-Encoding: 7bit Message-ID: In-Reply-To: User-Agent: Opera Mail/9.01 (Linux) Cc: multimedia@freebsd.org Subject: Re: problem with audio/faad X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Aug 2006 20:32:20 -0000 On Sat, 26 Aug 2006 14:58:22 -0500, michael johnson wrote: > On 8/25/06, Roman Bogorodskiy wrote: >> >> Jeremy Messenger wrote: >> >> > >Hm. Is it possible to fix it somehow? >> > >> > Try to remove PATCH_DEPENDS, then rename that post-patch target to >> > pre-configure. >> >> Yeah, it works! Thanks! > > > cool, glad to know that works. I have committed the changes in faad, but I still don't understand why it works in pointyhat thought. Perhaps, your tinderbox tools need to be update or tweak or pointyhat has any of workaround for that? Cheers, Mezz > Roman Bogorodskiy -- mezz7@cox.net - mezz@FreeBSD.org FreeBSD GNOME Team - FreeBSD Multimedia Hat (ports, not src) http://www.FreeBSD.org/gnome/ - gnome@FreeBSD.org http://wiki.freebsd.org/multimedia - multimedia@FreeBSD.org