svn commit: r393739 - in head/sysutils/brasero: . files

Koop Mast kwm at FreeBSD.org
Sat Aug 8 16:37:23 UTC 2015


Author: kwm
Date: Sat Aug  8 16:37:22 2015
New Revision: 393739
URL: https://svnweb.freebsd.org/changeset/ports/393739

Log:
  Don't check for a removed symbol in libdvdcss.so.
  
  Submitted by:	Paul Pathiakis <pathiaki2 at yahoo.com>
  Obtained from:	brasero upstream bugtracker #744916

Added:
  head/sysutils/brasero/files/patch-plugins_dvdcss_burn-dvdcss.c   (contents, props changed)
Modified:
  head/sysutils/brasero/Makefile

Modified: head/sysutils/brasero/Makefile
==============================================================================
--- head/sysutils/brasero/Makefile	Sat Aug  8 16:29:32 2015	(r393738)
+++ head/sysutils/brasero/Makefile	Sat Aug  8 16:37:22 2015	(r393739)
@@ -3,6 +3,7 @@
 
 PORTNAME=	brasero
 PORTVERSION=	3.12.1
+PORTREVISION=	1
 CATEGORIES=	sysutils audio multimedia gnome
 MASTER_SITES=	GNOME
 DIST_SUBDIR=	gnome3

Added: head/sysutils/brasero/files/patch-plugins_dvdcss_burn-dvdcss.c
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/sysutils/brasero/files/patch-plugins_dvdcss_burn-dvdcss.c	Sat Aug  8 16:37:22 2015	(r393739)
@@ -0,0 +1,14 @@
+https://bugzilla.gnome.org/show_bug.cgi?id=744916
+
+--- plugins/dvdcss/burn-dvdcss.c.orig	2015-08-08 18:33:01.297835000 +0200
++++ plugins/dvdcss/burn-dvdcss.c	2015-08-08 18:33:13.493460000 +0200
+@@ -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;


More information about the svn-ports-all mailing list