summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog14
-rw-r--r--debian/control2
2 files changed, 16 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 798a908..4b579a6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,17 @@
+baresip (0.5.0-1~exp3) experimental; urgency=medium
+
+ * Enable module sdl2 and include in binary package baresip-x11.
+ Build-depend on libsdl2-dev.
+ * Enable module h265.
+ Build-depend on libx265-dev.
+ * Simplify build:
+ + Drop build flags equal to auto-resolved defaults.
+ + Let CDBS handle build and install.
+ * Enable testsuite.
+ Thanks to Alfred Heggestad.
+
+ -- Jonas Smedegaard <dr@jones.dk> Wed, 28 Dec 2016 00:39:06 +0100
+
baresip (0.5.0-1~exp2) experimental; urgency=medium
[ Vasudev Kamath ]
diff --git a/debian/control b/debian/control
index 0c439f3..4c38082 100644
--- a/debian/control
+++ b/debian/control
@@ -18,6 +18,7 @@ Build-Depends: cdbs (>= 0.4.131~),
libpulse-dev,
libre-dev,
librem-dev,
+ libsdl2-dev,
libsndfile1-dev,
libsndio-dev,
libspandsp-dev,
@@ -26,6 +27,7 @@ Build-Depends: cdbs (>= 0.4.131~),
libsrtp0-dev,
libtwolame-dev,
libvpx-dev,
+ libx265-dev,
portaudio19-dev,
pkg-config,
libavcodec-dev,