diff --git a/debian/patches/0002-use-multiarch-compatible-plugin-lib-path.patch b/debian/patches/0002-use-multiarch-compatible-plugin-lib-path.patch deleted file mode 100644 index a56c64a..0000000 --- a/debian/patches/0002-use-multiarch-compatible-plugin-lib-path.patch +++ /dev/null @@ -1,22 +0,0 @@ -From: =?utf-8?q?Carl_F=C3=BCrstenberg?= -Date: Tue, 6 Jan 2015 23:43:30 +0100 -Subject: use multiarch compatible plugin lib path - -use OBS_PLUGIN_DESTINATION instead of hardcoded path for module_bin ---- - libobs/obs-nix.c | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/libobs/obs-nix.c b/libobs/obs-nix.c -index f7f2af3..ea425d5 100644 ---- a/libobs/obs-nix.c -+++ b/libobs/obs-nix.c -@@ -38,7 +38,7 @@ const char *get_module_extension(void) - - static const char *module_bin[] = { - "../../obs-plugins/" BIT_STRING, -- OBS_INSTALL_PREFIX "lib/obs-plugins", -+ OBS_INSTALL_PREFIX "/" OBS_PLUGIN_DESTINATION - }; - - static const char *module_data[] = { diff --git a/debian/patches/0003-add-SOVERSION-to-libobs-opengl.patch b/debian/patches/0003-add-SOVERSION-to-libobs-opengl.patch deleted file mode 100644 index c4d7d3f..0000000 --- a/debian/patches/0003-add-SOVERSION-to-libobs-opengl.patch +++ /dev/null @@ -1,26 +0,0 @@ -From: =?utf-8?q?Carl_F=C3=BCrstenberg?= -Date: Fri, 9 Jan 2015 20:19:22 +0100 -Subject: add SOVERSION to libobs-opengl - -a public shared library should have a proper SONAME ---- - libobs-opengl/CMakeLists.txt | 6 ++++-- - 1 file changed, 4 insertions(+), 2 deletions(-) - -diff --git a/libobs-opengl/CMakeLists.txt b/libobs-opengl/CMakeLists.txt -index 9dea564..63be3e4 100644 ---- a/libobs-opengl/CMakeLists.txt -+++ b/libobs-opengl/CMakeLists.txt -@@ -73,8 +73,10 @@ add_library(libobs-opengl MODULE - ${libobs-opengl_HEADERS}) - set_target_properties(libobs-opengl - PROPERTIES -- OUTPUT_NAME libobs-opengl -- PREFIX "") -+ OUTPUT_NAME obs-opengl -+ VERSION "0" -+ SOVERSION "0" -+ ) - target_link_libraries(libobs-opengl - libobs - glad diff --git a/debian/patches/series b/debian/patches/series index 429f60e..5aa9964 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1,3 +1 @@ 0001-Use-common-license.patch -0002-use-multiarch-compatible-plugin-lib-path.patch -0003-add-SOVERSION-to-libobs-opengl.patch