Merge pull request #1941 from alihanozturk/master

libvpx reverse dep: gd and virtualbox rebuild
This commit is contained in:
Burak Fazil Erturk
2016-06-13 18:54:39 +03:00
committed by GitHub
4 changed files with 9 additions and 4 deletions
+1 -1
View File
@@ -146,7 +146,7 @@
<History> <History>
<Update release="2"> <Update release="2">
<Date>2016-06-09</Date> <Date>2016-06-12</Date>
<Version>5.0.12</Version> <Version>5.0.12</Version>
<Comment>Release Bump</Comment> <Comment>Release Bump</Comment>
<Name>Pisi Linux Community</Name> <Name>Pisi Linux Community</Name>
+1 -1
View File
@@ -68,7 +68,7 @@
<History> <History>
<Update release="2"> <Update release="2">
<Date>2016-06-09</Date> <Date>2016-06-12</Date>
<Version>2.1.1</Version> <Version>2.1.1</Version>
<Comment>Release Bump</Comment> <Comment>Release Bump</Comment>
<Name>Pisi Linux Community</Name> <Name>Pisi Linux Community</Name>
+6 -1
View File
@@ -12,6 +12,8 @@ from pisi.actionsapi import get
libdir = "lib" libdir = "lib"
def setup(): def setup():
shelltools.export("LC_ALL", "en_US.UTF-8")
shelltools.export("CFLAGS", get.CFLAGS().replace("-ggdb3", ""))
autotools.rawConfigure("--prefix=/usr \ autotools.rawConfigure("--prefix=/usr \
--libdir=/usr/%s \ --libdir=/usr/%s \
--enable-pic \ --enable-pic \
@@ -20,15 +22,18 @@ def setup():
--enable-vp9-highbitdepth \ --enable-vp9-highbitdepth \
--enable-shared \ --enable-shared \
--enable-runtime-cpu-detect \ --enable-runtime-cpu-detect \
--enable-multithread \
--enable-postproc \ --enable-postproc \
--enable-experimental \ --enable-experimental \
--enable-spatial-svc \ --enable-spatial-svc \
--disable-debug \
--disable-debug-libs \
--disable-install-docs \ --disable-install-docs \
--disable-install-srcs" % libdir) --disable-install-srcs" % libdir)
def build(): def build():
autotools.make() autotools.make("verbose=true")
def install(): def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR()) autotools.rawInstall("DESTDIR=%s" % get.installDIR())
+1 -1
View File
@@ -46,7 +46,7 @@
<History> <History>
<Update release="3"> <Update release="3">
<Date>2016-06-12</Date> <Date>2016-06-13</Date>
<Version>2245.11062016</Version> <Version>2245.11062016</Version>
<Comment>Version Bump</Comment> <Comment>Version Bump</Comment>
<Name>Pisi Linux Community</Name> <Name>Pisi Linux Community</Name>