From dda2a9147a5c48d9befeeeaec8e79cc7a7e99e7f Mon Sep 17 00:00:00 2001 From: "emdee@spm.plastiras.org" Date: Sat, 10 Feb 2024 23:54:53 +0000 Subject: [PATCH] sound fixes --- .gitignore | 1 + build/Dockerfile | 13 ------------- build/build.sh | 33 --------------------------------- toxygen/wrapper_tests | 1 - 4 files changed, 1 insertion(+), 47 deletions(-) delete mode 100644 build/Dockerfile delete mode 100644 build/build.sh delete mode 120000 toxygen/wrapper_tests diff --git a/.gitignore b/.gitignore index 495657a..da0dfee 100644 --- a/.gitignore +++ b/.gitignore @@ -2,6 +2,7 @@ .pylint.out *.pyc *.pyo +*.bak toxygen/toxcore tests/tests diff --git a/build/Dockerfile b/build/Dockerfile deleted file mode 100644 index 0b45358..0000000 --- a/build/Dockerfile +++ /dev/null @@ -1,13 +0,0 @@ -FROM ubuntu:16.04 - -RUN apt-get update && \ -apt-get install build-essential libtool autotools-dev automake checkinstall cmake check git yasm libsodium-dev libopus-dev libvpx-dev pkg-config -y && \ -git clone https://github.com/ingvar1995/toxcore.git --branch=ngc_rebase && \ -cd toxcore && mkdir _build && cd _build && \ -cmake .. && make && make install - -RUN apt-get install portaudio19-dev python3-pyqt5 python3-pyaudio python3-pip -y && \ -pip3 install numpy pydenticon opencv-python pyinstaller - -RUN useradd -ms /bin/bash toxygen -USER toxygen diff --git a/build/build.sh b/build/build.sh deleted file mode 100644 index fb6c4b2..0000000 --- a/build/build.sh +++ /dev/null @@ -1,33 +0,0 @@ -#!/usr/bin/env bash - -cd ~ -git clone https://github.com/toxygen-project/toxygen.git --branch=next_gen -cd toxygen/toxygen - -pyinstaller --windowed --icon=images/icon.ico main.py - -cp -r styles dist/main/ -find . -type f ! -name '*.qss' -delete -cp -r plugins dist/main/ -mkdir -p dist/main/ui/views -cp -r ui/views dist/main/ui/ -cp -r sounds dist/main/ -cp -r smileys dist/main/ -cp -r stickers dist/main/ -cp -r bootstrap dist/main/ -find . -type f ! -name '*.json' -delete -cp -r images dist/main/ -cp -r translations dist/main/ -find . -name "*.ts" -type f -delete - -cd dist -mv main toxygen -cd toxygen -mv main toxygen -wget -O updater https://github.com/toxygen-project/toxygen_updater/releases/download/v0.1/toxygen_updater_linux_64 -echo "[Paths]" >> qt.conf -echo "Prefix = PyQt5/Qt" >> qt.conf -cd .. - -tar -zcvf toxygen_linux_64.tar.gz toxygen > /dev/null -rm -rf toxygen diff --git a/toxygen/wrapper_tests b/toxygen/wrapper_tests deleted file mode 120000 index 99c0ef6..0000000 --- a/toxygen/wrapper_tests +++ /dev/null @@ -1 +0,0 @@ -../../toxygen_wrapper.git/wrapper_tests/ \ No newline at end of file