Bug 216769 - multimedia/libav: update to 11.8
Summary: multimedia/libav: update to 11.8
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Many People
Assignee: Carlos J. Puga Medina
URL:
Keywords: patch, patch-ready
Depends on:
Blocks:
 
Reported: 2017-02-04 01:43 UTC by Demetris Procopiou
Modified: 2017-02-24 00:15 UTC (History)
1 user (show)

See Also:


Attachments
patch (1.56 KB, patch)
2017-02-04 01:43 UTC, Demetris Procopiou
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Demetris Procopiou 2017-02-04 01:43:48 UTC
Created attachment 179587 [details]
patch

- update to 11.8
- silence explicitly called commands
- fixed portlint errors
Comment 1 Carlos J. Puga Medina freebsd_committer freebsd_triage 2017-02-15 17:46:13 UTC
@@ -9,6 +8,8 @@
 MAINTAINER=	dem.procopiou@gmail.com
 COMMENT=	Realtime audio/video conversion library
 
+LICENSE=	GPLv2+
+
 BUILD_DEPENDS=	yasm:devel/yasm
 LIB_DEPENDS=	libopencv_core.so:graphics/opencv2-core \
 		libgmp.so:math/gmp \


According to https://www.libav.org/legal/

Libav is licensed under the GNU Lesser General Public License (LGPL) version 2.1 or later. However, Libav incorporates several optional parts and optimizations that are covered by the GNU General Public License (GPL) version 2 or later. If those parts get used the GPL applies to all of Libav.

It should be LGPL21+
Comment 2 Carlos J. Puga Medina freebsd_committer freebsd_triage 2017-02-23 23:58:48 UTC
(In reply to Carlos J. Puga Medina from comment #1)

Oops, I've misinterpreted the License that applies in this case.

"If those parts get used the GPL applies to all of Libav."

You're right :)
Comment 3 commit-hook freebsd_committer freebsd_triage 2017-02-24 00:14:07 UTC
A commit references this bug:

Author: cpm
Date: Fri Feb 24 00:13:46 UTC 2017
New revision: 434690
URL: https://svnweb.freebsd.org/changeset/ports/434690

Log:
  - Update to 11.8
  - Add LICENSE
  - Silence explictly called command

  PR:		216769
  Submitted by:	Demetris Procopiou (maintainer)

Changes:
  head/multimedia/libav/Makefile
  head/multimedia/libav/distinfo
Comment 4 Carlos J. Puga Medina freebsd_committer freebsd_triage 2017-02-24 00:15:17 UTC
Committed!

Thanks