libtg_owt ver bump

This commit is contained in:
Rmys
2021-12-14 14:14:51 +03:00
committed by GitHub
parent f8d5dfa4a2
commit 2a89b645da
2 changed files with 17 additions and 12 deletions
+7 -5
View File
@@ -18,17 +18,19 @@ def setup():
shelltools.system("git clone https://chromium.googlesource.com/webm/libvpx")
shelltools.system("git clone https://chromium.googlesource.com/libyuv/libyuv")
shelltools.system("git clone https://github.com/PipeWire/pipewire")
#shelltools.system("git clone https://github.com/PipeWire/pipewire")
shelltools.move("libvpx/*", "src/third_party/libvpx/source/libvpx")
shelltools.move("libyuv/*", "src/third_party/libyuv")
shelltools.move("pipewire/*", "src/third_party/pipewire")
pisitools.flags.add("-fPIC")
#shelltools.move("pipewire/*", "src/third_party/pipewire")
#shelltools.export("CPPFLAGS", "-DNDEBUG")
#pisitools.cxxflags.add("-std=c++11")
#pisitools.flags.add("-fPIC")
cmaketools.configure("-B build -G Ninja -DCMAKE_BUILD_TYPE=Release \
-DCMAKE_INSTALL_PREFIX=/usr \
-DTG_OWT_SPECIAL_TARGET=linux \
-DBUILD_SHARED_LIBS=ON \
-DBUILD_SHARED_LIBS=OFF \
-DTG_OWT_LIBJPEG_INCLUDE_PATH=/usr/include \
-DTG_OWT_OPENSSL_INCLUDE_PATH=/usr/include \
-DTG_OWT_OPUS_INCLUDE_PATH=/usr/include/opus \
+10 -7
View File
@@ -12,7 +12,7 @@
<IsA>library</IsA>
<Summary>WebRTC library - static linked</Summary>
<Description>WebRTC library - static linked</Description>
<Archive sha1sum="7e476f89f968a02ff3017bff05b74737b5872add" type="targz">https://github.com/desktop-app/tg_owt/archive/d578c760dc6f1ae5f0f3bb5317b0b2ed04b79138.tar.gz</Archive>
<Archive sha1sum="fa399326fd32cca2c1dc7887b9e92d3adfe6dae8" type="targz">https://github.com/desktop-app/tg_owt/archive/429a6869e4a164e0aad2d8657db341d56f9a6a6f.tar.gz</Archive>
<!-- <Archive sha1sum="6ecf6452664b7705e88f01f204c3c2ed37171ebb" type="tarxz">https://sourceforge.net/projects/pisilinux/files/source/libvpx-20210924.tar.xz</Archive> -->
<!-- <Archive sha1sum="543167fe5316ed941ec8da652956988a1d513a13" type="tarxz">https://sourceforge.net/projects/pisilinux/files/source/libyuv-20210924.tar.xz</Archive> -->
<!-- <Archive sha1sum="8945a28c3b3657f1ca26473c4f15b23f87eada15" type="targz">https://github.com/PipeWire/pipewire/archive/0.3.37.tar.gz</Archive> -->
@@ -38,13 +38,8 @@
<Dependency>alsa-lib-devel</Dependency>
<Dependency>python3-setuptools</Dependency>
<Dependency>libXdamage-devel</Dependency>
<Dependency>abseil-cpp-devel</Dependency>
</BuildDependencies>
<!--
<Patches>
<Patch>libtg_owt.patch</Patch>
<Patch level="1">libtg_owt.patch</Patch>
</Patches>
-->
</Source>
<Package>
@@ -56,6 +51,7 @@
<Dependency>openssl</Dependency>
<Dependency>protobuf</Dependency>
<Dependency>libjpeg-turbo</Dependency>
<Dependency>abseil-cpp</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib</Path>
@@ -90,6 +86,13 @@
</Package>
<History>
<Update release="5">
<Date>2021-12-14</Date>
<Version>20211212</Version>
<Comment>Version bump.</Comment>
<Name>Pisi Linux Admins</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="4">
<Date>2021-12-05</Date>
<Version>20211112</Version>