r50633 - in /desktop/unstable/brasero/debian: changelog patches/01_current_libdvdcss_symbol.patch patches/series

jbicha-guest at users.alioth.debian.org jbicha-guest at users.alioth.debian.org
Thu Sep 15 09:55:26 UTC 2016


Author: jbicha-guest
Date: Thu Sep 15 09:55:26 2016
New Revision: 50633

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=50633
Log:
Fix detection of newer libdvdcss2 versions (Closes: #800833)

Added:
    desktop/unstable/brasero/debian/patches/01_current_libdvdcss_symbol.patch
Modified:
    desktop/unstable/brasero/debian/changelog
    desktop/unstable/brasero/debian/patches/series

Modified: desktop/unstable/brasero/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/brasero/debian/changelog?rev=50633&op=diff
==============================================================================
--- desktop/unstable/brasero/debian/changelog	[utf-8] (original)
+++ desktop/unstable/brasero/debian/changelog	[utf-8] Thu Sep 15 09:55:26 2016
@@ -3,11 +3,13 @@
   * Convert from cdbs to dh
   * Bump dh compat to 10
   * Add debian/docs to install AUTHORS, NEWS, README
-  * Add debian/patches/allow-overriding-plugin-directory.patch:
-    - Allow overriding plugin install directory with environment variable
   * Enable all hardening flags
   * debian/control.in:
     - Explicitly build-depend on gnome-common (Closes: #837858)
+  * Add allow-overriding-plugin-directory.patch:
+    - Allow overriding plugin install directory with environment variable
+  * Add 01_current_libdvdcss_symbol.patch:
+    - Fix detection of newer libdvdcss2 versions (Closes: #800833)
 
  -- Jeremy Bicha <jbicha at ubuntu.com>  Thu, 15 Sep 2016 05:06:45 -0400
 

Added: desktop/unstable/brasero/debian/patches/01_current_libdvdcss_symbol.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/brasero/debian/patches/01_current_libdvdcss_symbol.patch?rev=50633&op=file
==============================================================================
--- desktop/unstable/brasero/debian/patches/01_current_libdvdcss_symbol.patch	(added)
+++ desktop/unstable/brasero/debian/patches/01_current_libdvdcss_symbol.patch	[utf-8] Thu Sep 15 09:55:26 2016
@@ -0,0 +1,20 @@
+The current version of libdvdcss has removed the dvdcss_interface_2 symbol so
+brasero incorrectly assumes it's the wrong version.
+
+https://bugzilla.redhat.com/show_bug.cgi?id=1193628
+https://bugzilla.gnome.org/show_bug.cgi?id=744916
+
+Index: brasero-3.12.1/plugins/dvdcss/burn-dvdcss.c
+===================================================================
+--- a/plugins/dvdcss/burn-dvdcss.c
++++ b/plugins/dvdcss/burn-dvdcss.c
+@@ -95,9 +95,6 @@ brasero_dvdcss_library_init (BraseroPlug
+ 	if (!module)
+ 		goto error_doesnt_exist;
+ 
+-	if (!g_module_symbol (module, "dvdcss_interface_2", &address))
+-		goto error_version;
+-
+ 	if (!g_module_symbol (module, "dvdcss_open", &address))
+ 		goto error_version;
+ 	dvdcss_open = address;

Modified: desktop/unstable/brasero/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/brasero/debian/patches/series?rev=50633&op=diff
==============================================================================
--- desktop/unstable/brasero/debian/patches/series	[utf-8] (original)
+++ desktop/unstable/brasero/debian/patches/series	[utf-8] Thu Sep 15 09:55:26 2016
@@ -1 +1,2 @@
 allow-overriding-plugin-directory.patch
+01_current_libdvdcss_symbol.patch




More information about the pkg-gnome-commits mailing list