From: Yann E. MORIN <yann.morin.1998@free.fr>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 1/2] package/ffmpeg2: new package
Date: Wed, 22 Jan 2014 23:33:20 +0100 [thread overview]
Message-ID: <20140122223320.GD3592@free.fr> (raw)
In-Reply-To: <20140120212701.GC3421@free.fr>
Bernd, All,
On 2014-01-20 22:27 +0100, Yann E. MORIN spake thusly:
> On 2014-01-20 20:05 +0100, Bernd Kuhls spake thusly:
> > "Yann E. MORIN" <yann.morin.1998@free.fr> wrote in
> > news:d4f3847e403c1e5c4e8733f75bbfccce6e0b4975.1390242867.git.yann.morin.199
> > 8 at free.fr:
> >
> > > We package ffmpeg2 as a separate package from ffmpeg, instead of
> > > bumping the latter, since gstreamer-0.10's gst-ffmpeg still use an
> > > older version of ffmpeg.
> >
> > Hi,
> >
> > this is not true anymore:
> >
> > gst-ffmpeg: Use internal libav instead of external ffmpeg:
> > http://git.buildroot.net/buildroot/commit/?id=
> > 6ea49a23df3fa950e253bf704188e87a583a8ba4
> >
> > ffmpeg: Bump version to 1.2.5: http://git.buildroot.net/buildroot/commit/?id=
> > 4b959fcb67675b9e0594dc6b12742e119c82c96e
>
> Ah, yes. This ffmpeg2 patch of mine I did some three months ago. I just
> refreshed it yesterday, and forgot to re-check the compatibilty issue.
>
> I'll double check what needs to be done, rework the commit log, and
> resubmit later.
The sets of files installed by each version has a non-null intersection,
especially the header files, and the .pc files.
The libraries have different versions, indeed, but we still can't
install both, as the .so links will point to the latest being installed,
which is not predictible.
Say for example:
- package 'zzz' depends on ffmpeg (and is incompatible with ffmpeg2)
- the Makefile builds the package in alphabetical order, so we'd build:
ffmpeg -> ffmpeg2 -> zzz
- zzz will see header and .pc files, and .so symlinks from ffmpeg2,
not ffmpeg.
So, I still think we should consider ffmpeg2 to be clashing with ffmpeg1.
Regards,
Yann E. MORIN.
--
.-----------------.--------------------.------------------.--------------------.
| Yann E. MORIN | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software Designer | \ / CAMPAIGN | ___ |
| +33 223 225 172 `------------.-------: X AGAINST | \e/ There is no |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL | v conspiracy. |
'------------------------------^-------^------------------^--------------------'
next prev parent reply other threads:[~2014-01-22 22:33 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-01-20 18:37 [Buildroot] [PATCH 0/2] [RFC] Add ffmpeg-2 and omxplayer Yann E. MORIN
2014-01-20 18:37 ` [Buildroot] [PATCH 1/2] package/ffmpeg2: new package Yann E. MORIN
2014-01-20 19:05 ` Bernd Kuhls
2014-01-20 20:25 ` Thomas De Schampheleire
2014-01-27 8:10 ` Thomas De Schampheleire
2014-01-20 21:27 ` Yann E. MORIN
2014-01-22 22:33 ` Yann E. MORIN [this message]
2014-01-22 22:51 ` Peter Korsgaard
2014-01-23 5:58 ` Bernd Kuhls
2014-01-23 7:14 ` Yann E. MORIN
2014-01-23 17:52 ` Yann E. MORIN
2014-01-23 18:47 ` Bernd Kuhls
2014-02-04 19:51 ` Bernd Kuhls
2014-02-06 21:38 ` Yann E. MORIN
2014-01-20 18:37 ` [Buildroot] [PATCH 2/2] package/omxplayer: " Yann E. MORIN
2014-01-22 6:44 ` Peter Korsgaard
-- strict thread matches above, loose matches on Subject: below --
2014-01-29 23:45 [Buildroot] [PATCH 0/2 v3] Add ffmpeg-2 and omxplayer Yann E. MORIN
2014-01-29 23:45 ` [Buildroot] [PATCH 1/2] package/ffmpeg2: new package Yann E. MORIN
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=20140122223320.GD3592@free.fr \
--to=yann.morin.1998@free.fr \
--cc=buildroot@busybox.net \
/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