Updated version, removed obsolete build instruction

This commit is contained in:
P.M. Kuipers 2021-04-27 09:58:43 +02:00
parent fb884fc3e9
commit 8cfa5c712e
4 changed files with 3 additions and 16 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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