ALT Linux Team development discussions
 help / color / mirror / Atom feed
From: "Vladimir D. Seleznev" <vseleznv@altlinux.org>
To: ALT Linux Team development discussions <devel@lists.altlinux.org>
Subject: [devel] FFmpeg flavors (Was:  Лицензионная проблема в GPL) пакетах, линкующихся с OpenSSL
Date: Sun, 4 Apr 2021 19:18:47 +0300
Message-ID: <YGnm5/iMNcXHc8R/@portlab> (raw)
In-Reply-To: <86c5703b-04b9-1e51-5180-4ba8907dc84a@basealt.ru>

On Sun, Apr 04, 2021 at 04:56:32PM +0300, Anton Farygin wrote:
> On 04.04.2021 15:56, Dmitry V. Levin wrote:
> > On Sun, Apr 04, 2021 at 03:51:19PM +0300, Vladimir D. Seleznev wrote:
> >> On Sun, Apr 04, 2021 at 03:04:23PM +0300, Andrey Savchenko wrote:
> >>> Добрый день!
> >>>
> >>> Обращаю внимание, что лицензии OpenSSL и GPL(все) не совместимы:
> >>> https://www.gnu.org/licenses/license-list.html#OpenSSL
> >>>
> >>> [skip]
> >>>
> >>> В тоже время, наш ffmpeg-4.3.2 собран с --enable-gpl и одновременно
> >>> слинкован с openssl:
> >>> $ ldd ffmpeg  | grep libcrypt
> >>>          libcrypto.so.1.1 => /lib64/libcrypto.so.1.1 (0x00007f80fb474000)
> >> Не подтверждаю:
> >>
> >> 	$ objdump -x /usr/bin/ffmpeg /usr/lib64/libav* /usr/lib64/libpostproc* /usr/lib64/libsw* |sed -e '/NEEDED/!d' -e '/libssl/!d'
> >> 	$ ldd /usr/lib64/libavformat.so.58 |grep libssl
> >> 	        libssl.so.1.1 => /lib64/libssl.so.1.1 (0x00007fe86074d000)
> >> 	$ $ objdump -x /usr/lib64/libavformat.so.58 |sed -e '/NEEDED/!d' -e '/libssl/!d'
> >>
> >> Получается, кто-то, с кем слинкован libavformat, слинкован с OpenSSL.
> >> Вопрос: допустимо ли такое связывание лицензиями OpenSSL и GPL?
> > Если этот кто-то распространяется на условиях, так или иначе легализующих
> > линковку с openssl (например, под лицензией, совместимой с GPL и OpenSSL),
> > то это легально.
> >
> >
> Ну в данном случае это rabbitmq, который под MIT.
> 
> Не выглядит как нарушение лицензии как в упаковке ffmpeg, так и в 
> упаковке rabbitmq
> 
> Ну а про необходимость rabbitmq в ffmpeg знает точно Володя Селезнев.

Необходимость в rabbitmq в поддержке сопутствующего протокола. Возможно,
но в подавляющем большинстве случаев не нужен, и его можно выключить.

Я думаю, не сделать ли более компактную сбоку ffmpeg с его библиотеками,
и отдельно статикой собрать, скажем, ffmpeg-max, с включёнными по
максимуму возможностями?

-- 
   WBR,
   Vladimir D. Seleznev


  reply	other threads:[~2021-04-04 16:18 UTC|newest]

Thread overview: 33+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-04-04 12:04 [devel] Лицензионная проблема в GPL " Andrey Savchenko
2021-04-04 12:40 ` Konstantin Lepikhov
2021-04-04 12:53   ` Vladimir D. Seleznev
2021-04-04 12:53   ` Andrey Savchenko
2021-04-04 13:48     ` Alexey V. Vissarionov
2021-04-04 17:57     ` Konstantin Lepikhov
2021-04-04 21:55       ` Andrey Savchenko
2021-04-04 22:03         ` Vladimir D. Seleznev
2021-04-04 22:11           ` Aleksey Novodvorsky
2021-04-04 23:21             ` Andrey Savchenko
2021-04-04 13:06   ` Dmitry V. Levin
2021-04-04 12:51 ` Vladimir D. Seleznev
2021-04-04 12:56   ` Dmitry V. Levin
2021-04-04 13:51     ` Andrey Savchenko
2021-04-04 13:56     ` Anton Farygin
2021-04-04 16:18       ` Vladimir D. Seleznev [this message]
2021-04-04 17:03         ` [devel] FFmpeg flavors (Was: Лицензионная проблема в GPL) " Anton Farygin
2021-04-04 17:18           ` Vladimir D. Seleznev
2021-04-04 18:11             ` Anton Farygin
2021-04-04 18:22               ` Vladimir D. Seleznev
2021-04-04 18:25                 ` Anton Farygin
2021-04-04 18:38                   ` Vladimir D. Seleznev
2021-04-04 19:06                     ` Alexey V. Vissarionov
2021-04-04 19:15                       ` Anton Farygin
2021-04-05  2:47                         ` Alexey V. Vissarionov
2021-04-05  5:03                           ` Anton Farygin
2021-04-04 17:19         ` Alexey V. Vissarionov
2021-04-04 12:58 ` [devel] Лицензионная проблема в GPL " Dmitry V. Levin
2021-04-04 13:35   ` Andrey Savchenko
2021-04-04 14:13     ` Dmitry V. Levin
2021-04-04 14:20       ` Alexey Gladkov
2021-04-04 14:48         ` Andrey Savchenko
2021-04-04 14:34       ` Andrey Savchenko

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=YGnm5/iMNcXHc8R/@portlab \
    --to=vseleznv@altlinux.org \
    --cc=devel@lists.altlinux.org \
    /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

ALT Linux Team development discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/devel/0 devel/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 devel devel/ http://lore.altlinux.org/devel \
		devel@altlinux.org devel@altlinux.ru devel@lists.altlinux.org devel@lists.altlinux.ru devel@linux.iplabs.ru mandrake-russian@linuxteam.iplabs.ru sisyphus@linuxteam.iplabs.ru
	public-inbox-index devel

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.devel


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git