From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jun 12 10:50:51 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9D25C16A4CE for ; Sat, 12 Jun 2004 10:50:51 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8280943D48 for ; Sat, 12 Jun 2004 10:50:51 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i5CAoMAP036053 for ; Sat, 12 Jun 2004 10:50:22 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i5CAoMOQ036052; Sat, 12 Jun 2004 10:50:22 GMT (envelope-from gnats) Resent-Date: Sat, 12 Jun 2004 10:50:22 GMT Resent-Message-Id: <200406121050.i5CAoMOQ036052@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Amir Shalem Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2BA3716A4CE for ; Sat, 12 Jun 2004 10:40:21 +0000 (GMT) Received: from marco.bezeqint.net (marco.bezeqint.net [192.115.104.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id AA23343D53 for ; Sat, 12 Jun 2004 10:40:16 +0000 (GMT) (envelope-from amir@active.ath.cx) Received: from marco.bezeqint.net (localhost [127.0.0.1]) SMTP id D5BECFC873 for ; Sat, 12 Jun 2004 13:33:52 +0300 (IDT) Received: from active.ath.cx ([IP=81.218.252.155]) by eSafe SMTP Relay 1086997025; Sat Jun 12 13:33:52 2004 Received: from localhost (localhost.active.ath.cx [127.0.0.1]) by active.ath.cx (Postfix) with ESMTP id 4476D5D0A for ; Sat, 12 Jun 2004 13:33:52 +0300 (IDT) Received: from active.ath.cx ([127.0.0.1]) by localhost (active.ath.cx [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 03757-07 for ; Sat, 12 Jun 2004 13:33:50 +0300 (IDT) Received: by active.ath.cx (Postfix, from userid 1000) id 52A8A5D09; Sat, 12 Jun 2004 13:33:50 +0300 (IDT) Message-Id: <20040612103350.52A8A5D09@active.ath.cx> Date: Sat, 12 Jun 2004 13:33:50 +0300 (IDT) From: Amir Shalem To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/67873: MPlayer port does not detect fribidi X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Amir Shalem List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Jun 2004 10:50:51 -0000 >Number: 67873 >Category: ports >Synopsis: MPlayer port does not detect fribidi >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sat Jun 12 10:50:21 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Amir Shalem >Release: FreeBSD 5.2-CURRENT i386 >Organization: None >Environment: System: FreeBSD active.ath.cx 5.2-CURRENT FreeBSD 5.2-CURRENT #0: Wed May 5 21:12:19 IDT 2004 amir@active.ath.cx:/usr/obj/usr/src/sys/ACTIVE i386 >Description: Add fribidi auto detection to mplayer, needed for viewing hebrew subtitiles. note: fribidi is disabled by default in mplayer >How-To-Repeat: >Fix: --- multimedia/mplayer/Makefile.orig Sat Jun 12 13:20:28 2004 +++ multimedia/mplayer/Makefile Sat Jun 12 13:28:52 2004 @@ -135,6 +135,9 @@ # because of conflicting glib versions, so it it is disabled if # mplayer is built with gtk1 graphical user interface # +# WITH_FRIBIDI +# default: autodetect +# # WITH_CDPARANOIA # default: autodetect # @@ -272,6 +275,10 @@ #WITH_RTC= yes #.endif +.if exists(${LOCALBASE}/lib/libfribidi.so.0) +WITH_FRIBIDI= yes +.endif + .if exists(${LOCALBASE}/lib/libartsc.so.0) WITH_ARTS= yes .endif @@ -417,6 +424,14 @@ CONFIGURE_ARGS+= --enable-arts .else CONFIGURE_ARGS+= --disable-arts +.endif + +.if defined(WITH_FRIBIDI) +LIB_DEPENDS+= fribidi.0:${PORTSDIR}/converters/fribidi + +CONFIGURE_ARGS+= --enable-fribidi +.else +CONFIGURE_ARGS+= --disable-fribidi .endif .if defined(WITH_CDPARANOIA) >Release-Note: >Audit-Trail: >Unformatted: