gnewsense-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Gnewsense-dev] Builder: vlc build failed


From: Sam Geeraerts
Subject: Re: [Gnewsense-dev] Builder: vlc build failed
Date: Thu, 10 Jun 2010 09:24:29 +0200
User-agent: Thunderbird 2.0.0.24 (X11/20100402)

Dmitry Samoyloff schreef:
At Wed, 09 Jun 2010 22:43:54 +0200,
Sam Geeraerts wrote:
Good point. I remember that there was an issue involving automake when we tried to build vlc and I was not the one that solved it. It seems that the script needs an extra 'apt-get automake1.9'. I'll have a look at that tomorrow.

Here's a good fix, I suppose:



=== modified file 'gen-vlc'
--- gen-vlc     2010-02-18 01:51:26 +0000
+++ gen-vlc     2010-06-09 21:32:26 +0000
@@ -31,9 +31,11 @@
 rm modules/stream_out/transrate/putvlc.h
# Edit debian/control to depend on the (older) automake required.
-# This has to happen before fetching build-deps, so its now done here
 sed -i -e  's/automake/automake1.9/' debian/control
+
+# Install build dependencies.
 apt-get --yes build-dep vlc$VERSION
+apt-get install automake1.9
echo | dch -D $RELEASE -v $(sed -n '1s#^.*(\(.*\)).*#\1'${DISTRONAME_L}${VLC_VERSION}'#p' debian/changelog) "Changed to remove non-free file"

Thanks for the patch. I've committed it.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]