linux-media.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Gianluca Gennari <gennarone@gmail.com>
To: Mauro Carvalho Chehab <mchehab@redhat.com>,
	"linux-media@vger.kernel.org" <linux-media@vger.kernel.org>
Cc: Benjamin Limmer <benjamin.limmer@readytalk.com>
Subject: Re: Build change in media_build to support Debian
Date: Fri, 20 Jan 2012 14:34:34 +0100	[thread overview]
Message-ID: <4F196D6A.3020704@gmail.com> (raw)
In-Reply-To: <4F193FF9.4030604@redhat.com>

Il 20/01/2012 11:20, Mauro Carvalho Chehab ha scritto:
> Em 19-01-2012 21:04, Benjamin Limmer escreveu:
>> commit 2949a7393f3e2598d4de49b408587462b11f819f
>> Author: Ben Limmer <benjamin.limmer@readytalk.com>
>> Date:   Thu Jan 19 16:01:15 2012 -0700
>>
>>     Update to build script to give Debian users the Ubunutu package hints. The aptitude package names are the same.
>>
>> diff --git a/build b/build
>> index c3947b3..6843033 100755
>> --- a/build
>> +++ b/build
>> @@ -134,6 +134,10 @@ sub give_hints()
>>                 give_arch_linux_hints;
>>                 return;
>>         }
>> +       if ($system_release =~ /Debian/) {
>> +               give_ubuntu_hints;
>> +               return; 
>> +       }
>>  
>>         # Fall-back to generic hint code
>>         foreach my $prog (@missing) {
>>
>>
>> Please see the above commit message. This is an easy change to support hints for debian users. I've confirmed these changes work on Debian Squeeze.
>>
>> -Ben Limmer--
>> To unsubscribe from this list: send the line "unsubscribe linux-media" in
>> the body of a message to majordomo@vger.kernel.org
>> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> 
> Applied, thanks!
> --
> To unsubscribe from this list: send the line "unsubscribe linux-media" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> 

Hi Mauro,
after this patch, the "build" script on media_build has lost the
"execute" permissions.
Can you "chmod +x" it again?

Best regards,
Gianluca

  reply	other threads:[~2012-01-20 13:34 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-01-19 23:04 Build change in media_build to support Debian Benjamin Limmer
2012-01-20 10:20 ` Mauro Carvalho Chehab
2012-01-20 13:34   ` Gianluca Gennari [this message]
2012-01-20 13:57     ` Mauro Carvalho Chehab

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4F196D6A.3020704@gmail.com \
    --to=gennarone@gmail.com \
    --cc=benjamin.limmer@readytalk.com \
    --cc=linux-media@vger.kernel.org \
    --cc=mchehab@redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).