From 8cfa5c712ebde0c0b21fdc598902504194b37e43 Mon Sep 17 00:00:00 2001 From: "P.M. Kuipers" Date: Tue, 27 Apr 2021 09:58:43 +0200 Subject: [PATCH] Updated version, removed obsolete build instruction --- BUILDING.txt | 4 ---- glimagesink_BUILD.txt | 9 --------- mediaserver/VERSION.py | 4 ++-- stdeb.cfg | 2 +- 4 files changed, 3 insertions(+), 16 deletions(-) delete mode 100644 glimagesink_BUILD.txt diff --git a/BUILDING.txt b/BUILDING.txt index 896bfb5..f7e23d8 100644 --- a/BUILDING.txt +++ b/BUILDING.txt @@ -1,4 +1,3 @@ -Package: khmedia PACKAGE BUILDING: @@ -31,6 +30,3 @@ Dependent packages to need to be installed either though a debian package (recom ./setup.py install in their source folder. -*NOTE 2: -If you install manually, you will also need to update the gtk icon cache with the following command - sudo gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor \ No newline at end of file diff --git a/glimagesink_BUILD.txt b/glimagesink_BUILD.txt deleted file mode 100644 index f67b13b..0000000 --- a/glimagesink_BUILD.txt +++ /dev/null @@ -1,9 +0,0 @@ -Instructions used to build noX port of glimagesink plugin: - -Using source of gestreamer 1.10.5 - -./configure --disable-gtk-doc --disable-x11 --disable-glx --enable-egl --enable-dispmanx CFLAGS="-I/opt/vc/include/EGL -I/opt/vc/include/GLES -I/opt/vc/include/GLES2 -I/opt/vc/include -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface/vmcs_host/linux" LDFLAGS="-L/opt/vc/lib" CPPFLAGS="-I/opt/vc/include -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface/vmcs_host/linux -I/opt/vc/include/EGL" --with-gles2-module-name=/opt/vc/lib/libbrcmGLESv2.so --with-egl-module-name=/opt/vc/lib/libbrcmEGL.so -make -cp ext/gl/.libs/libgstopengl.so ~/.local/share/gstreamer-1.0/plugins/libgstopengl.so - - diff --git a/mediaserver/VERSION.py b/mediaserver/VERSION.py index e05fe9f..e01d32f 100755 --- a/mediaserver/VERSION.py +++ b/mediaserver/VERSION.py @@ -1,6 +1,6 @@ -major=1 # Major version -minor=2 # Minor version +major=4 # Major version +minor=0 # Minor version micro=0 # Bugfix version # code to generate version string from above data diff --git a/stdeb.cfg b/stdeb.cfg index 5ffe076..4c4cf43 100755 --- a/stdeb.cfg +++ b/stdeb.cfg @@ -6,4 +6,4 @@ Section: sound Package: mediaserver Suite: stable # Do reset the debian version below to 1 for each public version update -Debian-Version: 2 +Debian-Version: 1