mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 04:00:05 +02:00
libvpx, disable static libraries (#7671)
This commit is contained in:
@@ -11,10 +11,9 @@ COPYRIGHT="2009-2012 Google Inc.,
|
||||
The Mozilla Foundation and
|
||||
The Xiph.Org Foundation"
|
||||
LICENSE="BSD (3-clause)"
|
||||
REVISION="3"
|
||||
SOURCE_URI="http://webm.googlecode.com/files/libvpx-v1.0.0.tar.bz2"
|
||||
CHECKSUM_SHA256="07cedb0a19a44e6d81d75f52eea864f59ef10c6c725cb860431bec6641eafe21"
|
||||
SOURCE_DIR="libvpx-v1.0.0"
|
||||
REVISION="4"
|
||||
SOURCE_URI="https://github.com/webmproject/libvpx/archive/refs/tags/v1.0.0.tar.gz"
|
||||
CHECKSUM_SHA256="6d625f5f93f905c593238a037306ef28be96f330a1f9e813515c3b59946dfdeb"
|
||||
PATCHES="libvpx-1.0.0.patchset"
|
||||
|
||||
ARCHITECTURES="!all x86_gcc2"
|
||||
@@ -82,6 +81,7 @@ BUILD()
|
||||
--as=yasm \
|
||||
--enable-pic \
|
||||
--enable-shared \
|
||||
--disable-static \
|
||||
--enable-vp8
|
||||
make $jobArgs
|
||||
}
|
||||
|
||||
@@ -7,13 +7,13 @@ COPYRIGHT="2009-2012 Google Inc.,
|
||||
The Mozilla Foundation and
|
||||
The Xiph.Org Foundation"
|
||||
LICENSE="BSD (3-clause)"
|
||||
REVISION="2"
|
||||
REVISION="3"
|
||||
SOURCE_URI="https://github.com/webmproject/libvpx/archive/v$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="965e51c91ad9851e2337aebcc0f517440c637c506f3a03948062e3d5ea129a83"
|
||||
SOURCE_FILENAME="libvpx-$portVersion.tar.gz"
|
||||
SOURCE_DIR="libvpx-$portVersion"
|
||||
|
||||
ARCHITECTURES="all !x86_gcc2 ?x86"
|
||||
ARCHITECTURES="all !x86_gcc2"
|
||||
SECONDARY_ARCHITECTURES="x86"
|
||||
|
||||
commandSuffix=$secondaryArchSuffix
|
||||
@@ -90,6 +90,7 @@ BUILD()
|
||||
--as=yasm \
|
||||
--enable-pic \
|
||||
--enable-shared \
|
||||
--disable-static \
|
||||
--enable-vp8 \
|
||||
--enable-vp9 \
|
||||
--enable-postproc
|
||||
|
||||
@@ -11,13 +11,13 @@ COPYRIGHT="2009-2012 Google Inc.,
|
||||
The Mozilla Foundation and
|
||||
The Xiph.Org Foundation"
|
||||
LICENSE="BSD (3-clause)"
|
||||
REVISION="1"
|
||||
REVISION="2"
|
||||
SOURCE_URI="https://github.com/webmproject/libvpx/archive/v$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="85803ccbdbdd7a3b03d930187cb055f1353596969c1f92ebec2db839fa4f834a"
|
||||
SOURCE_FILENAME="libvpx-$portVersion.tar.gz"
|
||||
SOURCE_DIR="libvpx-$portVersion"
|
||||
|
||||
ARCHITECTURES="all !x86_gcc2 ?x86"
|
||||
ARCHITECTURES="all !x86_gcc2"
|
||||
SECONDARY_ARCHITECTURES="x86"
|
||||
|
||||
commandSuffix=$secondaryArchSuffix
|
||||
@@ -70,6 +70,7 @@ BUILD()
|
||||
--as=yasm \
|
||||
--enable-pic \
|
||||
--enable-shared \
|
||||
--disable-static \
|
||||
--enable-vp8 \
|
||||
--enable-vp9 \
|
||||
|
||||
|
||||
Reference in New Issue
Block a user