summaryrefslogtreecommitdiff
path: root/libebml
diff options
context:
space:
mode:
authorDanny Rawlins <monster.romster@gmail.com>2013-07-01 12:48:17 +1000
committerDanny Rawlins <monster.romster@gmail.com>2013-07-01 12:48:17 +1000
commit42b313b50cf0d23b70f1d1c0dd1b6c212372747e (patch)
tree90d1bcded5a66c161b4ffc0f7e90904831c923c7 /libebml
parent0c094f7223e24bbfc6ef9145bb3ff7e1c80d3e0a (diff)
downloadcontrib-42b313b50cf0d23b70f1d1c0dd1b6c212372747e.tar.gz
contrib-42b313b50cf0d23b70f1d1c0dd1b6c212372747e.tar.xz
libebml: 1.2.2 -> 1.3.0
Diffstat (limited to 'libebml')
-rw-r--r--libebml/.footprint4
-rw-r--r--libebml/.md5sum2
-rw-r--r--libebml/Pkgfile5
3 files changed, 6 insertions, 5 deletions
diff --git a/libebml/.footprint b/libebml/.footprint
index e6656ba15..61f0aba72 100644
--- a/libebml/.footprint
+++ b/libebml/.footprint
@@ -30,5 +30,5 @@ drwxr-xr-x root/root usr/include/ebml/c/
-rw-r--r-- root/root usr/include/ebml/c/libebml_t.h
drwxr-xr-x root/root usr/lib/
-rw-r--r-- root/root usr/lib/libebml.a
-lrwxrwxrwx root/root usr/lib/libebml.so -> libebml.so.3
--rw-r--r-- root/root usr/lib/libebml.so.3
+lrwxrwxrwx root/root usr/lib/libebml.so -> libebml.so.4
+-rw-r--r-- root/root usr/lib/libebml.so.4
diff --git a/libebml/.md5sum b/libebml/.md5sum
index 69b8860a1..8c3da5e21 100644
--- a/libebml/.md5sum
+++ b/libebml/.md5sum
@@ -1 +1 @@
-726cc2bd1a525929ff35ff9854c0ebab libebml-1.2.2.tar.bz2
+efec729bf5a51e649e1d9d1f61c0ae7a libebml-1.3.0.tar.bz2
diff --git a/libebml/Pkgfile b/libebml/Pkgfile
index b58139050..e85be3565 100644
--- a/libebml/Pkgfile
+++ b/libebml/Pkgfile
@@ -4,12 +4,13 @@
# Packager: Brett Goulder, predatorfreak at dcaf-security dot org.
name=libebml
-version=1.2.2
+version=1.3.0
release=1
source=(http://www.bunkus.org/videotools/mkvtoolnix/sources/$name-$version.tar.bz2)
build() {
cd $name-$version/make/linux
- make
+ [ "$CXX" ] || CXX=g++
+ make CXX="$CXX"
make -e prefix=$PKG/usr install
}

Generated by cgit