summaryrefslogtreecommitdiff
path: root/.build.yml
diff options
context:
space:
mode:
Diffstat (limited to '.build.yml')
-rw-r--r--.build.yml19
1 files changed, 6 insertions, 13 deletions
diff --git a/.build.yml b/.build.yml
index 66496c4..46c14bc 100644
--- a/.build.yml
+++ b/.build.yml
@@ -10,6 +10,7 @@ requires:
- dbus-glib
- gcc
- git
+ - gstreamer-plugins-base
- gupnp
- imagemagick
- make
@@ -33,13 +34,14 @@ requires:
- libdbus-glib-1-dev
- libdconf-dev
- libgtk-3-dev
- - libgupnp-1.2-dev
+ - libgupnp-1.6-dev
- libmate-desktop-dev
- libstartup-notification0-dev
- libxml2-utils
- make
- mate-common
- pkg-config
+ - libgstreamer-plugins-base1.0-dev
fedora:
# Useful URL: https://src.fedoraproject.org/cgit/rpms/caja-extensions.git
@@ -53,6 +55,7 @@ requires:
- gajim
- gcc
- git
+ - gstreamer1-plugins-base-devel
- gtk3-devel
- gupnp-devel
- make
@@ -79,6 +82,7 @@ requires:
- make
- mate-common
- pkg-config
+ - libgstreamer-plugins-base1.0-dev
variables:
- 'CHECKERS="
@@ -99,21 +103,10 @@ variables:
-enable-checker security.insecureAPI.strcpy"'
before_scripts:
- - cd ${START_DIR}
- - '[ -f mate-common-1.24.1.tar.xz ] || curl -Ls -o mate-common-1.24.1.tar.xz https://github.com/mate-desktop/mate-common/releases/download/v1.24.1/mate-common-1.24.1.tar.xz'
- - tar xf mate-common-1.24.1.tar.xz
- - cd mate-common-1.24.1
- - if [ ${DISTRO_NAME} == "debian" -o ${DISTRO_NAME} == "ubuntu" ];then
- - ./configure --prefix=/usr --libdir=/usr/lib/x86_64-linux-gnu --libexecdir=/usr/lib/x86_64-linux-gnu
- - else
- - ./configure --prefix=/usr
- - fi
- - make
- - make install
build_scripts:
- if [ ${DISTRO_NAME} == "debian" ];then
- - export CFLAGS+=" -Wsign-compare -Wunused-parameter"
+ - export CFLAGS+=" -Wsign-compare -Wunused-macros"
- cppcheck --enable=warning,style,performance,portability,information,missingInclude .
- fi