libtg_owt git ver.
This commit is contained in:
@@ -16,24 +16,24 @@ def setup():
|
|||||||
shelltools.move("tg_owt-*", "tg-owt-%s" % get.srcVERSION())
|
shelltools.move("tg_owt-*", "tg-owt-%s" % get.srcVERSION())
|
||||||
shelltools.cd("tg-owt-%s" % get.srcVERSION())
|
shelltools.cd("tg-owt-%s" % get.srcVERSION())
|
||||||
|
|
||||||
shelltools.system("git clone https://chromium.googlesource.com/webm/libvpx")
|
#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://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("libvpx/*", "src/third_party/libvpx/source/libvpx")
|
||||||
shelltools.move("libyuv/*", "src/third_party/libyuv")
|
shelltools.move("libyuv/*", "src/third_party/libyuv")
|
||||||
#shelltools.move("pipewire/*", "src/third_party/pipewire")
|
#shelltools.move("pipewire/*", "src/third_party/pipewire")
|
||||||
|
|
||||||
#shelltools.export("CPPFLAGS", "-DNDEBUG")
|
#shelltools.export("CPPFLAGS", "-DNDEBUG")
|
||||||
pisitools.cflags.add(" -ffat-lto-objects")
|
pisitools.cflags.add(" -ffat-lto-objects")
|
||||||
pisitools.cxxflags.add(" -ffat-lto-objects")
|
pisitools.cxxflags.add(" -ffat-lto-objects -I/usr/include/libdrm")
|
||||||
cmaketools.configure("-B build -G Ninja -DCMAKE_BUILD_TYPE=Release \
|
cmaketools.configure("-B build -G Ninja -DCMAKE_BUILD_TYPE=Release \
|
||||||
-DCMAKE_INSTALL_PREFIX=/usr \
|
-DCMAKE_INSTALL_PREFIX=/usr \
|
||||||
-DTG_OWT_SPECIAL_TARGET=linux \
|
|
||||||
-DBUILD_SHARED_LIBS=OFF \
|
-DBUILD_SHARED_LIBS=OFF \
|
||||||
-DTG_OWT_LIBJPEG_INCLUDE_PATH=/usr/include \
|
-DTG_OWT_LIBJPEG_INCLUDE_PATH=/usr/include \
|
||||||
-DTG_OWT_OPENSSL_INCLUDE_PATH=/usr/include \
|
-DTG_OWT_OPENSSL_INCLUDE_PATH=/usr/include \
|
||||||
-DTG_OWT_OPUS_INCLUDE_PATH=/usr/include/opus \
|
-DTG_OWT_OPUS_INCLUDE_PATH=/usr/include/opus \
|
||||||
|
-DTG_OWT_LIBVPX_INCLUDE_PATH=/usr/include \
|
||||||
-DTG_OWT_FFMPEG_INCLUDE_PATH=/usr/include")
|
-DTG_OWT_FFMPEG_INCLUDE_PATH=/usr/include")
|
||||||
|
|
||||||
def build():
|
def build():
|
||||||
|
|||||||
@@ -12,7 +12,7 @@
|
|||||||
<IsA>library</IsA>
|
<IsA>library</IsA>
|
||||||
<Summary>WebRTC library - static linked</Summary>
|
<Summary>WebRTC library - static linked</Summary>
|
||||||
<Description>WebRTC library - static linked</Description>
|
<Description>WebRTC library - static linked</Description>
|
||||||
<Archive sha1sum="ce0bd1f20440b9226b37e3f219a4762fa1503ecf" type="targz">https://github.com/desktop-app/tg_owt/archive/6708e0d31a73e64fe12f54829bf4060c41b2658e.tar.gz</Archive>
|
<Archive sha1sum="2e780ccdad9b6f130c534736924f0f534cfb6da9" type="targz">https://github.com/desktop-app/tg_owt/archive/1fe5e68d999e0bf88d0128ad813438726732f6e0.tar.gz</Archive>
|
||||||
<!-- <Archive sha1sum="6ecf6452664b7705e88f01f204c3c2ed37171ebb" type="tarxz">https://sourceforge.net/projects/pisilinux/files/source/libvpx-20210924.tar.xz</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="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> -->
|
<!-- <Archive sha1sum="8945a28c3b3657f1ca26473c4f15b23f87eada15" type="targz">https://github.com/PipeWire/pipewire/archive/0.3.37.tar.gz</Archive> -->
|
||||||
@@ -24,6 +24,7 @@
|
|||||||
<Dependency>yasm-devel</Dependency>
|
<Dependency>yasm-devel</Dependency>
|
||||||
<Dependency>unzip</Dependency>
|
<Dependency>unzip</Dependency>
|
||||||
<Dependency>libX11-devel</Dependency>
|
<Dependency>libX11-devel</Dependency>
|
||||||
|
<Dependency>libvpx-devel</Dependency>
|
||||||
<Dependency>pipewire-devel</Dependency>
|
<Dependency>pipewire-devel</Dependency>
|
||||||
<Dependency>libXtst-devel</Dependency>
|
<Dependency>libXtst-devel</Dependency>
|
||||||
<Dependency>libopus-devel</Dependency>
|
<Dependency>libopus-devel</Dependency>
|
||||||
@@ -49,6 +50,7 @@
|
|||||||
<Dependency>libgcc</Dependency>
|
<Dependency>libgcc</Dependency>
|
||||||
<Dependency>libopus</Dependency>
|
<Dependency>libopus</Dependency>
|
||||||
<Dependency>openssl</Dependency>
|
<Dependency>openssl</Dependency>
|
||||||
|
<Dependency>libvpx</Dependency>
|
||||||
<Dependency>protobuf</Dependency>
|
<Dependency>protobuf</Dependency>
|
||||||
<Dependency>libjpeg-turbo</Dependency>
|
<Dependency>libjpeg-turbo</Dependency>
|
||||||
<Dependency>abseil-cpp</Dependency>
|
<Dependency>abseil-cpp</Dependency>
|
||||||
@@ -77,7 +79,7 @@
|
|||||||
<Dependency>protobuf-devel</Dependency>
|
<Dependency>protobuf-devel</Dependency>
|
||||||
<Dependency>pulseaudio-libs-devel</Dependency>
|
<Dependency>pulseaudio-libs-devel</Dependency>
|
||||||
<Dependency>alsa-lib-devel</Dependency>
|
<Dependency>alsa-lib-devel</Dependency>
|
||||||
<!--Dependency>libvpx-devel</Dependency-->
|
<Dependency>libvpx-devel</Dependency>
|
||||||
</RuntimeDependencies>
|
</RuntimeDependencies>
|
||||||
<Files>
|
<Files>
|
||||||
<Path fileType="header">/usr/include</Path>
|
<Path fileType="header">/usr/include</Path>
|
||||||
@@ -86,6 +88,13 @@
|
|||||||
</Package>
|
</Package>
|
||||||
|
|
||||||
<History>
|
<History>
|
||||||
|
<Update release="7">
|
||||||
|
<Date>2022-02-24</Date>
|
||||||
|
<Version>20220314</Version>
|
||||||
|
<Comment>Version bump.</Comment>
|
||||||
|
<Name>Mustafa Cinasal</Name>
|
||||||
|
<Email>muscnsl@gmail.com</Email>
|
||||||
|
</Update>
|
||||||
<Update release="6">
|
<Update release="6">
|
||||||
<Date>2022-01-09</Date>
|
<Date>2022-01-09</Date>
|
||||||
<Version>20211222</Version>
|
<Version>20211222</Version>
|
||||||
|
|||||||
Reference in New Issue
Block a user