Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 16 Nov 2005 14:51:56 +0200
From:      "Ion-Mihai "IOnut" Tetcu" <itetcu@people.tecnik93.com>
To:        "FreeBSD gnats submit" <FreeBSD-gnats-submit@FreeBSD.org>
Subject:   ports/89126: [PATCH] multimedia/konverter: unbreak build by fixing xine lib dependency 
Message-ID:  <1132145516.0@it.buh.cameradicommercio.ro>
Resent-Message-ID: <200511161300.jAGD0R19063430@freefall.freebsd.org>

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

>Number:         89126
>Category:       ports
>Synopsis:       [PATCH] multimedia/konverter: unbreak build by fixing xine lib dependency
>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:   Wed Nov 16 13:00:26 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Ion-Mihai "IOnut" Tetcu
>Release:        FreeBSD 6.0-STABLE i386
>Organization:
Tecnik'93 
>Environment:


System: FreeBSD 6.0-STABLE #7: Mon Nov  7 14:40:46 EET 2005



>Description:


multimedia/konverter fails to build because 
current version of libxine is 14 no 13 as the port thinks.

Attached patch fixes this.


>How-To-Repeat:


cd /usr/ports/multimedia/konverter/
make


>Fix:


--- konverter-Makefile.diff begins here ---
--- Makefile.old	Sat Nov 12 16:48:12 2005
+++ Makefile	Sat Nov 12 16:48:24 2005
@@ -16,7 +16,7 @@
 
 BUILD_DEPENDS=	avimerge:${PORTSDIR}/multimedia/transcode \
 		mencoder:${PORTSDIR}/multimedia/mplayer
-LIB_DEPENDS=	xine.13:${PORTSDIR}/multimedia/libxine
+LIB_DEPENDS=	xine.14:${PORTSDIR}/multimedia/libxine
 
 USE_KDELIBS_VER=3
 GNU_CONFIGURE=	yes
--- konverter-Makefile.diff ends here ---



>Release-Note:
>Audit-Trail:
>Unformatted:



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