FreeBSD Bugzilla – Attachment 32298 Details for
Bug 53430
maintainer-update: multimedia/transcode: add experimental DivX 5 support
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
transcode-0.6.7-1.divx.patch
transcode-0.6.7-1.divx.patch (text/plain), 1.22 KB, created by
hendrik
on 2003-06-17 23:20:13 UTC
(
hide
)
Description:
transcode-0.6.7-1.divx.patch
Filename:
MIME Type:
Creator:
hendrik
Created:
2003-06-17 23:20:13 UTC
Size:
1.22 KB
patch
obsolete
>diff -urP transcode-0.6.7/Makefile transcode/Makefile >--- transcode-0.6.7/Makefile Wed Jun 4 18:55:25 2003 >+++ transcode/Makefile Tue Jun 17 23:47:55 2003 >@@ -7,6 +7,7 @@ > > PORTNAME= transcode > PORTVERSION= 0.6.7 >+PORTREVISION= 1 > CATEGORIES= multimedia > MASTER_SITES= http://www.zebra.fh-weingarten.de/~transcode/pre/ > >@@ -97,6 +98,10 @@ > WITH_LZO= yes > .endif > >+.if exists(${LINUXBASE}/usr/lib/libdivxdecore.so) >+WITH_DIVX5= yes >+.endif >+ > .if defined(WITH_IMAGEMAGICK) > LIB_DEPENDS+= Magick.5:${PORTSDIR}/graphics/ImageMagick > PLIST_SUB+= WITH_IMAGEMAGICK="" >@@ -222,6 +227,12 @@ > PLIST_SUB+= WITH_SUBRIP="@comment " > .endif > >+.if defined(WITH_DIVX5) >+BUILD_DEPENDS+= ${LINUXBASE}/usr/lib/libdivxdecore.so:${PORTSDIR}/multimedia/linux-divx4linux >+CONFIGURE_ENV+= CFLAGS="-I${LINUXBASE}/usr/include/divx" CPPFLAGS="-I${LINUXBASE}/usr/include/divx" >+.else >+.endif >+ > pre-everything:: > .if !defined(WITH_OPTIMIZED_CFLAGS) > @${ECHO_MSG} >@@ -302,6 +313,10 @@ > .if !defined(WITH_SUBRIP) > @${ECHO_MSG} > @${ECHO_MSG} "You can enable compilation of subtitleripper by defining WITH_SUBRIP." >+.endif >+.if !defined(WITH_DIVX5) >+ @${ECHO_MSG} >+ @${ECHO_MSG} "You can enable experimental DivX 5 support by defining WITH_DIVX5." > .endif > > post-patch:
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 53430
: 32298