libusb1: new package for flowblade

This commit is contained in:
suvari
2026-02-22 16:06:43 +03:00
parent e190a39551
commit ea86cd2cdf
7 changed files with 361989 additions and 361777 deletions
+9 -1
View File
@@ -13,7 +13,7 @@
<IsA>app</IsA>
<Summary>Multitrack non-linear video editor</Summary>
<Description>Flowblade is a multitrack non-linear video editor released under GPL3 license. From beginners to masters, Flowblade helps make your vision a reality of image and sound.</Description>
<Archive sha1sum="10448c89b40022c19713275736006c545872de19" type="targz">https://github.com/jliljebl/flowblade/archive/refs/tags/v2.16.2.tar.gz</Archive>
<Archive sha1sum="a1d332655352c0eb829e6e49338473bc2ba55600" type="targz">https://github.com/jliljebl/flowblade/archive/refs/tags/v2.24.tar.gz</Archive>
<BuildDependencies>
<Dependency>mlt-devel</Dependency>
<Dependency>gmic-devel</Dependency>
@@ -42,6 +42,7 @@
<Dependency>ffmpeg</Dependency>
<Dependency>python3</Dependency>
<Dependency>librsvg</Dependency>
<Dependency>libusb1</Dependency>
<Dependency>python-mlt</Dependency>
<Dependency>dbus-python3</Dependency>
<Dependency>frei0r-plugins</Dependency>
@@ -60,6 +61,13 @@
</Package>
<History>
<Update release="9">
<Date>2026-02-22</Date>
<Version>2.24</Version>
<Comment>Version bump.</Comment>
<Name>Kamil Atlı</Name>
<Email>suvari@pisilinux.org</Email>
</Update>
<Update release="8">
<Date>2024-11-07</Date>
<Version>2.16.2</Version>
+361906 -361774
View File
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -1 +1 @@
572039b126666e04f323dce2dad5c4dd8ca5ca7d
19a5fa84bec8bc469261f3cc03041b52fe75cef1
BIN
View File
Binary file not shown.
+1 -1
View File
@@ -1 +1 @@
b10b26e1e51aa68d8e4e03219cebb32d48665db7
6fa2f0ddb9b6ae0c40ac97cb2b0950844837e898
@@ -0,0 +1,25 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-
#
# Licensed under the GNU General Public License, version 3.
# See the file http://www.gnu.org/licenses/gpl.txt
from pisi.actionsapi import pythonmodules
from pisi.actionsapi import pisitools
from pisi.actionsapi import shelltools
def build():
pythonmodules.compile(pyVer="3")
shelltools.system("python3 setup.py build")
def check():
pass
#pythonmodules.run("setup.py test", pyVer="3")
#pythonmodules.run("test/run_all_unittests.py",pyVer="3")
#pythonmodules.run("test/run_examples_test.py",pyVer="3")
def install():
pythonmodules.install(pyVer="3")
pisitools.dodoc("COPYING*", "README*")
@@ -0,0 +1,47 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>libusb1</Name>
<Homepage>https://github.com/DiffSK/configobj</Homepage>
<Packager>
<Name>Kamil Atlı</Name>
<Email>suvari@pisilinux.org</Email>
</Packager>
<License>LGPL2.1</License>
<IsA>library</IsA>
<Summary>Python ctype-based wrapper around libusb1</Summary>
<Description>usb1 module defines a few more functions and classes, which are otherwise not so convenient to call from Python: the event handling API needed by async API.</Description>
<Archive sha1sum="9fef5034aff52976bb9d7bb5346b41becc7dbd30" type="targz">https://github.com/vpelletier/python-libusb1/archive/refs/tags/3.3.1.tar.gz</Archive>
<BuildDependencies>
<Dependency>libusb-devel</Dependency>
<Dependency>python3-devel</Dependency>
<Dependency>python3-build</Dependency>
<Dependency>python3-wheel</Dependency>
<Dependency>python3-installer</Dependency>
<Dependency>python3-setuptools</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>libusb1</Name>
<RuntimeDependencies>
<Dependency>libusb</Dependency>
<Dependency>python3</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib/python3*/site-packages</Path>
<Path fileType="doc">/usr/share/doc/libusb1</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2026-02-22</Date>
<Version>3.3.1</Version>
<Comment>First release</Comment>
<Name>Kamil Atlı</Name>
<Email>suvari@pisilinux.org</Email>
</Update>
</History>
</PISI>