pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

pkg/43267: multimedia/dvdrip can't transcode movies - transcode does not compile with needed options enabled



>Number:         43267
>Category:       pkg
>Synopsis:       multimedia/dvdrip can't transcode movies - transcode does not 
>compile with needed options enabled
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    pkg-manager
>State:          open
>Class:          change-request
>Submitter-Id:   net
>Arrival-Date:   Thu May 06 09:25:00 +0000 2010
>Originator:     Helge Muehlmeier
>Release:        NetBSD Current amd64
>Organization:
privat
>Environment:
NetBSD wopr.fritz.box 5.99.27 NetBSD 5.99.27 (WOPR) #0: Sat Apr 24 10:38:56 
CEST 2010  
helgoman%wopr.fritz.box@localhost:/usr/src/sys/arch/amd64/compile/WOPR amd64
>Description:
If you want to transcode a movie with dvdrip the transcode process needs only 
1-2 seconds because transcode was not build with needed support of some options 
(e.g. a52, xvid or x264).
>How-To-Repeat:
Install dvdrip and use the program as usual...
>Fix:
wopr$ cvs diff -uN
Index: Makefile
===================================================================
RCS file: /cvsroot/pkgsrc/multimedia/transcode/Makefile,v
retrieving revision 1.62
diff -u -p -u -r1.62 Makefile
--- Makefile    18 Jan 2010 09:59:18 -0000      1.62
+++ Makefile    6 May 2010 09:14:42 -0000
@@ -22,6 +22,11 @@ CONFIGURE_ARGS+=     --enable-oss
 CONFIGURE_ARGS+=       --enable-ogg
 CONFIGURE_ARGS+=       --enable-theora
 CONFIGURE_ARGS+=       --enable-vorbis
+CONFIGURE_ARGS+=    --enable-a52
+CONFIGURE_ARGS+=       --enable-xvid
+CONFIGURE_ARGS+=    --enable-x264
+CONFIGURE_ARGS+=       --enable-libmpeg2
+CONFIGURE_ARGS+=    --enable-libmpeg2convert
 CONFIGURE_ARGS+=       --with-libavcodec-prefix=${BUILDLINK_PREFIX.ffmpeg}
 CONFIGURE_ENV+=                PATH_TO_AWK=${AWK:Q}
 
wopr$



Home | Main Index | Thread Index | Old Index