Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 8 Aug 2015 16:37:23 +0000 (UTC)
From:      Koop Mast <kwm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r393739 - in head/sysutils/brasero: . files
Message-ID:  <201508081637.t78GbN9p038155@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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;



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201508081637.t78GbN9p038155>