From owner-freebsd-ports@FreeBSD.ORG Thu Jan 8 10:12:02 2009 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1045D106566B; Thu, 8 Jan 2009 10:12:02 +0000 (UTC) (envelope-from kwm@rainbow-runner.nl) Received: from smtp-vbr19.xs4all.nl (smtp-vbr19.xs4all.nl [194.109.24.39]) by mx1.freebsd.org (Postfix) with ESMTP id 9922D8FC19; Thu, 8 Jan 2009 10:12:01 +0000 (UTC) (envelope-from kwm@rainbow-runner.nl) Received: from [192.168.1.69] (kazerne.demon.nl [212.238.222.22]) by smtp-vbr19.xs4all.nl (8.13.8/8.13.8) with ESMTP id n089qFjV008582 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 8 Jan 2009 10:52:15 +0100 (CET) (envelope-from kwm@rainbow-runner.nl) Message-ID: <4965CCCC.7080004@rainbow-runner.nl> Date: Thu, 08 Jan 2009 10:52:12 +0100 From: Koop Mast User-Agent: Thunderbird 2.0.0.19 (Windows/20081209) MIME-Version: 1.0 To: Garrett Cooper References: <7d6fde3d0901072015s3f1d904btdb030e226b15fe26@mail.gmail.com> In-Reply-To: <7d6fde3d0901072015s3f1d904btdb030e226b15fe26@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by XS4ALL Virus Scanner Cc: FreeBSD Ports Mailing List , lioux@freebsd.org Subject: Re: Update multimedia/gstreamer* and associated ports? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Jan 2009 10:12:02 -0000 Garrett Cooper wrote: > Hello Mario and Porters, > Trying to setup mplayer to play DVD's on my blueray player, one of > the suggested means to do this was to try out mplayer from SVN. > Unfortunately I ran into some issues with x264_t, and to make a long > story short I realized I needed to update the gstreamer codecs so that > they were at least ABI compatible with the ABI in-use with mplayer. > So far I've discovered that: > 1. -{good,bad,ugly} ports minor revisions have been bumped to > {11,9,10}, respectively. I'm working on a update for the gstreamer ports. Should be done in a couple of days. > 2. make all doesn't work. It barfs when trying to install a > documentation item: > > (installfiles=`echo ./html/*.sgml ./html/*.html ./html/*.png ./html/*.css`; \ > if test "$installfiles" = './html/*.sgml ./html/*.html ./html/*.png > ./html/*.css'; \ > then echo '-- Nothing to install' ; \ > else \ > /bin/sh ../../mkinstalldirs > /usr/local/share/gtk-doc/html/gst-plugins-base-libs-0.10; \ > for i in $installfiles; do \ > echo '-- Installing '$i ; \ > install -o root -g wheel -m 444 $i > /usr/local/share/gtk-doc/html/gst-plugins-base-libs-0.10; \ > done; \ > echo '-- Installing ./html/gst-plugins-base-libs.devhelp' ; \ > install -o root -g wheel -m 444 ./html/gst-plugins-base-libs.devhelp \ > /usr/local/share/gtk-doc/html/gst-plugins-base-libs-0.10/gst-plugins-base-libs-0.10.devhelp; > \ > if test -e ./html/gst-plugins-base-libs.devhelp2; then \ > install -o root -g wheel -m 444 > ./html/gst-plugins-base-libs.devhelp2 \ > /usr/local/share/gtk-doc/html/gst-plugins-base-libs-0.10/gst-plugins-base-libs-0.10.devhelp2; > \ > fi; \ > which gtkdoc-rebase >/dev/null && \ > gtkdoc-rebase --relative --dest-dir= > --html-dir=/usr/local/share/gtk-doc/html/gst-plugins-base-libs-0.10 ; > \ > fi) > > # ... > > -- Installing ./html/style.css > -- Installing ./html/gst-plugins-base-libs.devhelp > gmake[3]: *** [install-data-local] Error 1 > gmake[3]: Leaving directory > `/usr/ports/multimedia/gstreamer-plugins/work/gst-plugins-base-0.10.21/docs/libs' > gmake[2]: *** [install-am] Error 2 > gmake[2]: Leaving directory > `/usr/ports/multimedia/gstreamer-plugins/work/gst-plugins-base-0.10.21/docs/libs' > gmake[1]: *** [install-recursive] Error 1 > gmake[1]: Leaving directory > `/usr/ports/multimedia/gstreamer-plugins/work/gst-plugins-base-0.10.21/docs' > gmake: *** [install-recursive] Error 1 > *** Error code 2 I will take a look at this one. > Turns out the problem is because gtkdoc-rebase isn't installed on > my machine. What would be the best means to avoid installing it (is > there already a ports knob to do this with Gnome stuff?)?? > I'll have to verify that the patches are indeed not needed before > submitting the updated port to you (the patch failed for all 4 files). Which patch are you talking about? As far as I know, there aren't any patch problems. -Koop > Thanks! > -Garrett > _______________________________________________ > freebsd-ports@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-ports > To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org" >