baresip: update to version 0.4.6
authorJiri Slachta <slachta@cesnet.cz>
Wed, 16 Oct 2013 09:02:34 +0000 (11:02 +0200)
committerJiri Slachta <slachta@cesnet.cz>
Wed, 16 Oct 2013 09:02:34 +0000 (11:02 +0200)
Signed-off-by: Jiri Slachta <slachta@cesnet.cz>
net/baresip/Makefile
net/baresip/patches/100-videodev-compat.patch [deleted file]

index ff7658a..c7e922d 100644 (file)
@@ -9,12 +9,12 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=baresip
-PKG_VERSION:=0.4.5
+PKG_VERSION:=0.4.6
 PKG_RELEASE:=1
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
 PKG_SOURCE_URL:=http://www.creytiv.com/pub/
-PKG_MD5SUM:=91733b9d110f533eb43ce67f9cccef78
+PKG_MD5SUM:=862aac3a9840cc283d484cbc39df7059
 
 baresip-mods:= \
        alsa \
diff --git a/net/baresip/patches/100-videodev-compat.patch b/net/baresip/patches/100-videodev-compat.patch
deleted file mode 100644 (file)
index 7d74e0c..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/modules/v4l/v4l.c
-+++ b/modules/v4l/v4l.c
-@@ -13,7 +13,7 @@
- #include <fcntl.h>
- #include <unistd.h>
- #undef __STRICT_ANSI__ /* needed for RHEL4 kernel 2.6.9 */
--#include <linux/videodev.h>
-+#include <libv4l1-videodev.h>
- #include <pthread.h>
- #include <re.h>
- #include <baresip.h>