frei0r-plugins 1.7.0

This commit is contained in:
idriskalp
2020-01-18 18:16:29 +03:00
parent f184b53a3a
commit 92496b8f72
2 changed files with 18 additions and 6 deletions
+7 -4
View File
@@ -6,16 +6,19 @@
from pisi.actionsapi import autotools from pisi.actionsapi import autotools
from pisi.actionsapi import pisitools from pisi.actionsapi import pisitools
from pisi.actionsapi import cmaketools
from pisi.actionsapi import get from pisi.actionsapi import get
def setup(): def setup():
autotools.autoreconf("-fi") #autotools.autoreconf("-fi")
autotools.configure("--enable-static=no") #autotools.configure("--enable-static=no")
pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ") #pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ")
cmaketools.configure()
def build(): def build():
autotools.make() cmaketools.make()
def install(): def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR()) autotools.rawInstall("DESTDIR=%s" % get.installDIR())
+11 -2
View File
@@ -12,13 +12,14 @@
<IsA>library</IsA> <IsA>library</IsA>
<Summary>A plugin API for video sources and filters</Summary> <Summary>A plugin API for video sources and filters</Summary>
<Description>frei0r-plugins is a minimalistic plugin API for video sources and filters. The behaviour of the effects can be controlled from the host by simple parameters. The intent is to solve the recurring reimplementation or adaptation issue of standard effects.</Description> <Description>frei0r-plugins is a minimalistic plugin API for video sources and filters. The behaviour of the effects can be controlled from the host by simple parameters. The intent is to solve the recurring reimplementation or adaptation issue of standard effects.</Description>
<Archive sha1sum="e76c4608aff637822bbde8bf0b2a8ce0440b0141" type="targz">https://files.dyne.org/frei0r/releases/frei0r-plugins-1.6.1.tar.gz</Archive> <Archive sha1sum="f56840b3d8235810ec1ce5f036c20f88ece6ddca" type="targz">https://files.dyne.org/frei0r/releases/frei0r-plugins-1.7.0.tar.gz</Archive>
<BuildDependencies> <BuildDependencies>
<Dependency>libgcc</Dependency> <Dependency>libgcc</Dependency>
<Dependency>cairo-devel</Dependency>
<!--<Dependency>gavl-devel</Dependency>--> <!--<Dependency>gavl-devel</Dependency>-->
</BuildDependencies> </BuildDependencies>
<Patches> <Patches>
<Patch level="1">explicitly-link-with-lm.patch</Patch> <!-- <Patch level="1">explicitly-link-with-lm.patch</Patch> -->
</Patches> </Patches>
</Source> </Source>
@@ -26,6 +27,7 @@
<Name>frei0r-plugins</Name> <Name>frei0r-plugins</Name>
<RuntimeDependencies> <RuntimeDependencies>
<Dependency>libgcc</Dependency> <Dependency>libgcc</Dependency>
<Dependency>cairo</Dependency>
</RuntimeDependencies> </RuntimeDependencies>
<Files> <Files>
<Path fileType="library">/usr/lib</Path> <Path fileType="library">/usr/lib</Path>
@@ -46,6 +48,13 @@
</Package> </Package>
<History> <History>
<Update release="5">
<Date>2020-01-18</Date>
<Version>1.7.0</Version>
<Comment>Version bump</Comment>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="4"> <Update release="4">
<Date>2018-08-03</Date> <Date>2018-08-03</Date>
<Version>1.6.1</Version> <Version>1.6.1</Version>