Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 03 Aug 2008 09:45:40 +0200
From:      Martin Lesser <ml@bettercom.de>
To:        multimedia@FreeBSD.org
Subject:   Builderror in multimedia/transcode
Message-ID:  <87iquiv8wr.fsf@fs.bettercom.de>

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

Hi,

looks like multimedia/transcode depends on archivers/lzo.

The applied patch solves this and the attached patch fixes a broken include.

Cheers

Martin

--- /usr/ports/multimedia/transcode/Makefile.orig       2008-07-27 18:51:02.000000000 +0200
+++ /usr/ports/multimedia/transcode/Makefile            2008-08-03 08:44:19.000000000 +0200
@@ -7,7 +7,7 @@

 PORTNAME=      transcode
 PORTVERSION=   1.0.6
-PORTREVISION=  1
+PORTREVISION=  2
 CATEGORIES=    multimedia
 MASTER_SITES=  http://transcode.kabewm.com/ \
                http://fromani.exit1.org/
@@ -18,7 +18,8 @@
 LIB_DEPENDS=   dvdread.5:${PORTSDIR}/multimedia/libdvdread \
                jpeg.9:${PORTSDIR}/graphics/jpeg \
                mpeg2.0:${PORTSDIR}/multimedia/libmpeg2 \
-               avcodec.1:${PORTSDIR}/multimedia/ffmpeg
+               avcodec.1:${PORTSDIR}/multimedia/ffmpeg \
+               lzo.1:${PORTSDIR}/archivers/lzo
 BUILD_DEPENDS= iconv:${PORTSDIR}/converters/libiconv

 USE_BZIP2=     yes


--=-=-=
Content-Type: application/octet-stream
Content-Disposition: attachment; filename=patch-tc_lzo.h
Content-Description: Patch-LZO

--- libtc/tc_lzo.h.orig		2008-08-03 08:17:14.000000000 +0200
+++ libtc/tc_lzo.h		2008-08-03 08:17:14.000000000 +0200
@@ -10,8 +10,8 @@
 #ifndef TC_LZO_H
 #define TC_LZO_H
 
-#include <lzo/lzo1x.h>
-#include <lzo/lzoutil.h>
+#include <lzo1x.h>
+#include <lzoutil.h>
 
 #ifdef HAVE_CONFIG_H
 #include "config.h"

--=-=-=--



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