[vlc-commits] contrib: aribb24: require GPLv3 for now
Rémi Denis-Courmont
git at videolan.org
Tue Sep 26 20:20:09 CEST 2017
vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Tue Sep 26 21:19:55 2017 +0300| [81b2932b5fc04fb926a1efd52df93916a189d833] | committer: Rémi Denis-Courmont
contrib: aribb24: require GPLv3 for now
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=81b2932b5fc04fb926a1efd52df93916a189d833
---
contrib/src/aribb24/rules.mak | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/contrib/src/aribb24/rules.mak b/contrib/src/aribb24/rules.mak
index ab497c1bfd..0c0ba9ff91 100644
--- a/contrib/src/aribb24/rules.mak
+++ b/contrib/src/aribb24/rules.mak
@@ -3,7 +3,11 @@
ARIBB24_VERSION := 1.0.3
ARIBB24_URL := https://github.com/nkoriyama/aribb24/archive/v$(ARIBB24_VERSION).tar.gz
+ifdef GPL
+ifdef GNUV3
PKGS += aribb24
+endif
+endif
ifeq ($(call need_pkg,"aribb24"),)
PKGS_FOUND += aribb24
endif
@@ -22,6 +26,8 @@ aribb24: aribb24-$(ARIBB24_VERSION).tar.gz .sum-aribb24
DEPS_aribb24 = png
.aribb24: aribb24
+ $(REQUIRE_GPL)
+ $(REQUIRE_GNUV3)
cd $< && $(SHELL) ./bootstrap
cd $< && $(HOSTVARS) ./configure $(HOSTCONF)
cd $< && $(MAKE) && $(MAKE) install
More information about the vlc-commits
mailing list