Date: Mon, 7 Nov 2005 19:28:12 +0100 (CET) From: Ulrich Spoerlein <q@galgenberg.net> To: FreeBSD-gnats-submit@FreeBSD.org Cc: hendrik@scholz.net Subject: ports/88613: [PATCH] multimedia/transcode: Turn on OSS support Message-ID: <200511071828.jA7ISCLl055276@roadrunner.q.local> Resent-Message-ID: <200511071830.jA7IUChT021936@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 88613 >Category: ports >Synopsis: [PATCH] multimedia/transcode: Turn on OSS support >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Nov 07 18:30:11 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Ulrich Spoerlein >Release: FreeBSD 6.0-BETA5 i386 >Organization: >Environment: System: FreeBSD roadrunner 6.0-BETA5 FreeBSD 6.0-BETA5 #1: Tue Sep 20 21:30:40 CEST 2005 >Description: dvd::rip stopped working, because tcprobe is failing like this % tcprobe -i /dev/dvd [tcprobe] OSS audio device No support for oss compiled in [tcprobe] summary for /dev/dvd, (*) = not default, 0 = not detected no audio track: use "null" import module for audio I don't know about previous versions, but versions 1.0+ need to enable OSS support explicitely. Perhaps you want to make this into a knob, but IMHO it should default to ON. Port maintainer (hendrik@scholz.net) is cc'd. Generated with FreeBSD Port Tools 0.63 >How-To-Repeat: >Fix: --- transcode-1.0.1.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/multimedia/transcode/Makefile,v retrieving revision 1.67 diff -u -p -u -r1.67 Makefile --- Makefile 14 Oct 2005 16:19:27 -0000 1.67 +++ Makefile 7 Nov 2005 18:25:52 -0000 @@ -38,6 +38,7 @@ CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LD CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ARGS+= --with-ffmpeg_libs-prefix=${LOCALBASE} \ --with-libdvdread-prefix=${LOCALBASE} \ + --enable-oss \ --with-libiconv-prefix=${LOCALBASE} MAN1= avifix.1 aviindex.1 avimerge.1 avisplit.1 avisync.1 tccat.1 tcdemux.1 \ --- transcode-1.0.1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200511071828.jA7ISCLl055276>