summaryrefslogtreecommitdiffstats
path: root/video
diff options
context:
space:
mode:
authorIsmael Luceno2019-05-18 03:09:26 +0200
committerIsmael Luceno2019-05-18 03:29:22 +0200
commit031a673629d3cdfbd9fc3250a971c9bb71263d3a (patch)
tree7a1097e17fa18803bb8d8ff3b94a6da53e32a54a /video
parent257ae979fad524024b25a5e7288fda44ccf6c6d3 (diff)
mkvtoolnix: Update dependency; s/gettext/GETTEXT/
Diffstat (limited to 'video')
-rwxr-xr-xvideo/mkvtoolnix/DEPENDS2
-rw-r--r--video/mkvtoolnix/HISTORY3
2 files changed, 4 insertions, 1 deletions
diff --git a/video/mkvtoolnix/DEPENDS b/video/mkvtoolnix/DEPENDS
index bad336db01..63b253726d 100755
--- a/video/mkvtoolnix/DEPENDS
+++ b/video/mkvtoolnix/DEPENDS
@@ -21,5 +21,5 @@ optional_depends flac --with{,out}-flac \
"for FLAC support" &&
optional_depends file --{en,dis}able-magic \
'for automatic content type detection' &&
-optional_depends gettext --with{,out}-gettext \
+optional_depends GETTEXT --with{,out}-gettext \
'for gettext support'
diff --git a/video/mkvtoolnix/HISTORY b/video/mkvtoolnix/HISTORY
index e1408fd54a..2050634263 100644
--- a/video/mkvtoolnix/HISTORY
+++ b/video/mkvtoolnix/HISTORY
@@ -1,3 +1,6 @@
+2019-05-18 Ismael Luceno <ismael@sourcemage.org>
+ * DEPENDS: Update dependency; s/gettext/GETTEXT/
+
2017-03-24 Thomas Orgis <sobukus@sourcemage.org>
* DETAILS: version 9.9.0
* DEPENDS, BUILD, INSTALL: updated accordingly