summaryrefslogtreecommitdiff
path: root/libmatroska/Pkgfile
diff options
context:
space:
mode:
authorDanny Rawlins <monster.romster@gmail.com>2013-07-01 12:49:18 +1000
committerDanny Rawlins <monster.romster@gmail.com>2013-07-01 12:49:18 +1000
commitae07ec8e61c51658c5f46b37da7ca0ce716e137f (patch)
treef3e7f83964ec86ac80787320e840c228cc6cbd0e /libmatroska/Pkgfile
parent42b313b50cf0d23b70f1d1c0dd1b6c212372747e (diff)
downloadcontrib-ae07ec8e61c51658c5f46b37da7ca0ce716e137f.tar.gz
contrib-ae07ec8e61c51658c5f46b37da7ca0ce716e137f.tar.xz
libmatroska: 1.3.0 -> 1.4.0
Diffstat (limited to 'libmatroska/Pkgfile')
-rw-r--r--libmatroska/Pkgfile5
1 files changed, 3 insertions, 2 deletions
diff --git a/libmatroska/Pkgfile b/libmatroska/Pkgfile
index 34485b57f..efebf9718 100644
--- a/libmatroska/Pkgfile
+++ b/libmatroska/Pkgfile
@@ -5,12 +5,13 @@
# Depends on: libebml
name=libmatroska
-version=1.3.0
+version=1.4.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