Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (d15c3e4d2fa070681ba056878a6700a6c4f7d256)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pavel Vinogradov <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (d15c3e4d2fa070681ba056878a6700a6c4f7d256)
  • Date: Mon, 26 Dec 2016 00:32:34 +0000

GIT changes to master grimoire by Pavel Vinogradov <public AT sourcemage.org>:

ChangeLog | 3 +++
libs/uchardet/BUILD | 1 +
libs/uchardet/DEPENDS | 2 ++
libs/uchardet/DETAILS | 19 +++++++++++++++++++
libs/uchardet/HISTORY | 3 +++
video/mpv/DEPENDS | 6 ++++++
video/mpv/HISTORY | 2 +-
7 files changed, 35 insertions(+), 1 deletion(-)

New commits:
commit d15c3e4d2fa070681ba056878a6700a6c4f7d256
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>

video/mpv: added uchardet as optional dependency

commit c349a7da154879a046a04f3796f28ad7c187736f
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>

libs/uchardet: new spell, Universal Charset Detector

diff --git a/ChangeLog b/ChangeLog
index 0d7ce10..592ea9b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2016-12-25 Pavel Vinogradov <public AT sourcemage.org>
+ * libs/uchardet: new spell, Universal Charset Detector
+
2016-12-25 Treeve Jelbert <treeve AT sourcemage.org>
* ruby-raa/ruby-2.4: added, latest version of ruby

diff --git a/libs/uchardet/BUILD b/libs/uchardet/BUILD
new file mode 100755
index 0000000..e013b8d
--- /dev/null
+++ b/libs/uchardet/BUILD
@@ -0,0 +1 @@
+cmake_build
diff --git a/libs/uchardet/DEPENDS b/libs/uchardet/DEPENDS
new file mode 100755
index 0000000..c1fe7e7
--- /dev/null
+++ b/libs/uchardet/DEPENDS
@@ -0,0 +1,2 @@
+depends cmake &&
+depends -sub CXX gcc
diff --git a/libs/uchardet/DETAILS b/libs/uchardet/DETAILS
new file mode 100755
index 0000000..76f8227
--- /dev/null
+++ b/libs/uchardet/DETAILS
@@ -0,0 +1,19 @@
+ SPELL="uchardet"
+ VERSION="0.0.6"
+ SOURCE="${SPELL}-${VERSION}.tar.xz"
+
SOURCE_URL[0]="http://www.freedesktop.org/software/${SPELL}/releases/${SOURCE}";
+
SOURCE_HASH="sha1:c04257ee7fb5ebbae144311d70b42c1d7efe41b9:UPSTREAM_HASH"
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ WEB_SITE="http://www.freedesktop.org/wiki/Software/uchardet/";
+ LICENSE[0]="MPL"
+ LICENSE[1]="GPL"
+ LICENSE[2]="LGPL"
+ ENTERED=20161225
+ KEYWORDS=""
+ SHORT="Universal Charset Detector"
+cat << EOF
+uchardet is an encoding detector library, which takes a sequence of bytes
+in an unknown character encoding without any additional information, and
+attempts to determine the encoding of the text. Returned encoding names
+are iconv-compatible.
+EOF
diff --git a/libs/uchardet/HISTORY b/libs/uchardet/HISTORY
new file mode 100644
index 0000000..3325530
--- /dev/null
+++ b/libs/uchardet/HISTORY
@@ -0,0 +1,3 @@
+2016-12-25 Pavel Vinogradov <public AT sourcemage.org>
+ * BUILD, DEPENDS, DETAILS: spell created
+
diff --git a/video/mpv/DEPENDS b/video/mpv/DEPENDS
index 359f153..935a5ca 100755
--- a/video/mpv/DEPENDS
+++ b/video/mpv/DEPENDS
@@ -1,3 +1,4 @@
+
depends perl &&
depends python &&
depends LIBAVCODEC &&
@@ -149,6 +150,11 @@ optional_depends libdvdnav \
"--disable-dvdnav" \
"for dvd navigation support" &&

+optional_depends uchardet \
+ "--enable-uchardet" \
+ "--disable-uchardet" \
+ "for charset discovery and conversion using uchardet" &&
+
optional_depends libass \
"--enable-libass" \
"--disable-libass" \
diff --git a/video/mpv/HISTORY b/video/mpv/HISTORY
index f09e8f2..82c60a1 100644
--- a/video/mpv/HISTORY
+++ b/video/mpv/HISTORY
@@ -1,7 +1,7 @@
2016-12-25 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: version 0.23.0, waf 1.9.7
* DEPENDS: dropped enca, libguess and texlive;
- added libarchive as optional
+ added libarchive and uchardet as optionals

2016-11-20 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* DETAILS: version 0.22.0



  • [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (d15c3e4d2fa070681ba056878a6700a6c4f7d256), Pavel Vinogradov, 12/25/2016

Archive powered by MHonArc 2.6.24.

Top of Page