summaryrefslogtreecommitdiff
path: root/.build.yml
diff options
context:
space:
mode:
Diffstat (limited to '.build.yml')
-rw-r--r--.build.yml8
1 files changed, 6 insertions, 2 deletions
diff --git a/.build.yml b/.build.yml
index c74ee3c..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="
@@ -102,7 +106,7 @@ before_scripts:
build_scripts:
- if [ ${DISTRO_NAME} == "debian" ];then
- - export CFLAGS+=" -Wsign-compare -Wunused-macros -Wunused-parameter"
+ - export CFLAGS+=" -Wsign-compare -Wunused-macros"
- cppcheck --enable=warning,style,performance,portability,information,missingInclude .
- fi