Merge pull request #18957 from suvari/master

libcec: version bump to 7.1.1
This commit is contained in:
Kamil ATLI
2026-07-06 20:36:35 +03:00
committed by GitHub
3 changed files with 19 additions and 10 deletions
+1 -1
View File
@@ -28,4 +28,4 @@ def install():
cmaketools.rawInstall("DESTDIR=%s" % get.installDIR()) cmaketools.rawInstall("DESTDIR=%s" % get.installDIR())
shelltools.cd("..") shelltools.cd("..")
pisitools.dodoc("AUTHORS", "ChangeLog", "COPYING", "README*") pisitools.dodoc("LICENSE.md", "README*")
+16 -7
View File
@@ -1,5 +1,5 @@
<?xml version="1.0" ?> <?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd"> <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI> <PISI>
<Source> <Source>
<Name>libcec</Name> <Name>libcec</Name>
@@ -8,14 +8,14 @@
<Name>Pisi Linux Admins</Name> <Name>Pisi Linux Admins</Name>
<Email>admin@pisilinux.org</Email> <Email>admin@pisilinux.org</Email>
</Packager> </Packager>
<License>GPLv3</License> <License>GPLv2</License>
<IsA>library</IsA> <IsA>library</IsA>
<Summary>This library provides support for Pulse-Eight's USB-CEC adapter and other CEC capable hardware, like the Raspberry Pi.</Summary> <Summary>USB CEC Adapter communication Library</Summary>
<Description>Bu kitaplık, Pulse-Eight'ın USB-CEC adaptörü ve Raspberry Pi gibi diğer CEC özellikli donanımlar için destek sağlar.</Description> <Description>This library provides support for Pulse-Eight's USB-CEC adapter and other CEC capable hardware, like the Raspberry Pi.</Description>
<Archive sha1sum="3991875a67fbbcb0a4421a6133b79a4a16194ddd" type="targz">https://github.com/Pulse-Eight/libcec/archive/refs/tags/libcec-6.0.2.tar.gz</Archive> <Archive sha1sum="9a2221385f3150e64c0e6799e5209e5d99f0a7ea" type="targz">https://github.com/Pulse-Eight/libcec/archive/refs/tags/libcec-7.1.1.tar.gz</Archive>
<BuildDependencies> <BuildDependencies>
<Dependency>cmake</Dependency>
<Dependency>swig</Dependency> <Dependency>swig</Dependency>
<Dependency>cmake</Dependency>
<Dependency>eudev-devel</Dependency> <Dependency>eudev-devel</Dependency>
<Dependency>libX11-devel</Dependency> <Dependency>libX11-devel</Dependency>
<Dependency>ncurses-devel</Dependency> <Dependency>ncurses-devel</Dependency>
@@ -36,6 +36,7 @@
<RuntimeDependencies> <RuntimeDependencies>
<Dependency>eudev</Dependency> <Dependency>eudev</Dependency>
<Dependency>libX11</Dependency> <Dependency>libX11</Dependency>
<Dependency>libgcc</Dependency>
<Dependency>ncurses</Dependency> <Dependency>ncurses</Dependency>
<Dependency>python3</Dependency> <Dependency>python3</Dependency>
<Dependency>libXrandr</Dependency> <Dependency>libXrandr</Dependency>
@@ -43,7 +44,8 @@
</RuntimeDependencies> </RuntimeDependencies>
<Files> <Files>
<Path fileType="executable">/usr/bin</Path> <Path fileType="executable">/usr/bin</Path>
<Path fileType="library">/usr/lib</Path> <Path fileType="library">/usr/lib/libcec*</Path>
<Path fileType="library">/usr/lib/python3.11/site-packages</Path>
<Path fileType="doc">/usr/share/doc</Path> <Path fileType="doc">/usr/share/doc</Path>
</Files> </Files>
</Package> </Package>
@@ -62,6 +64,13 @@
</Package> </Package>
<History> <History>
<Update release="3">
<Date>2026-07-06</Date>
<Version>7.1.1</Version>
<Comment>Version bump</Comment>
<Name>Pisi Linux Admins</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="2"> <Update release="2">
<Date>2023-11-04</Date> <Date>2023-11-04</Date>
<Version>6.0.2</Version> <Version>6.0.2</Version>
+2 -2
View File
@@ -2,7 +2,7 @@
<PISI> <PISI>
<Source> <Source>
<Name>libcec</Name> <Name>libcec</Name>
<Summary xml:lang="tr">This library provides support for Pulse-Eight's USB-CEC adapter and other CEC capable hardware, like the Raspberry Pi.</Summary> <Summary xml:lang="tr">USB CEC Adaptör iletişim kütüphanesi</Summary>
<Description xml:lang="tr">Bu kitaplık, Pulse-Eight'ın USB-CEC adaptörü ve Raspberry Pi gibi diğer CEC özellikli donanımlar için destek sağlar.</Description> <Description xml:lang="tr">Bu kütüphane, Pulse-Eight'in USB-CEC adaptörünü ve Raspberry Pi gibi CEC özellikli diğer donanımları destekler.</Description>
</Source> </Source>
</PISI> </PISI>