@@ -11,10 +11,17 @@ from pisi.actionsapi import get
|
||||
|
||||
def setup():
|
||||
#autotools.autoreconf("-vfi")
|
||||
autotools.configure("--disable-static \
|
||||
--disable-rpath")
|
||||
options = "--disable-static \
|
||||
--disable-rpath \
|
||||
"
|
||||
|
||||
if get.buildTYPE() == "emul32":
|
||||
options += "--disable-qv4l2"
|
||||
|
||||
|
||||
autotools.configure(options)
|
||||
|
||||
pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ")
|
||||
pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ")
|
||||
|
||||
|
||||
def build():
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
<IsA>library</IsA>
|
||||
<Summary>V4L wrapper for V4L2</Summary>
|
||||
<Description>A library to access V4L2 API with V4L1 alike calls.</Description>
|
||||
<Archive sha1sum="6995da36d0015ae1aee5226d85e3f686487ba7c2" type="tarbz2">https://linuxtv.org/downloads/v4l-utils/v4l-utils-1.12.2.tar.bz2</Archive>
|
||||
<Archive sha1sum="e723e9ec2d2ca3ccfcaf87d4a52160f601cab3ab" type="tarbz2">https://linuxtv.org/downloads/v4l-utils/v4l-utils-1.14.2.tar.bz2</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>qt5-base-devel</Dependency>
|
||||
<Dependency>libjpeg-turbo-devel</Dependency>
|
||||
@@ -105,6 +105,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="6">
|
||||
<Date>2018-07-30</Date>
|
||||
<Version>1.14.2</Version>
|
||||
<Comment>Version Bump</Comment>
|
||||
<Name>Pisi Linux Community</Name>
|
||||
<Email>admin@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="5">
|
||||
<Date>2017-02-15</Date>
|
||||
<Version>1.12.2</Version>
|
||||
|
||||
Reference in New Issue
Block a user