Fix BD media disc copy
This commit is contained in:
parent
dd1e362da4
commit
ff886eec56
25
brasero-3.6.0-copy-BD.patch
Normal file
25
brasero-3.6.0-copy-BD.patch
Normal file
@ -0,0 +1,25 @@
|
|||||||
|
From fa10b25ce7d8a1c39970741ad21051bddb390b1d Mon Sep 17 00:00:00 2001
|
||||||
|
From: Tomas Bzatek <tbzatek@redhat.com>
|
||||||
|
Date: Thu, 4 Oct 2012 15:33:12 +0200
|
||||||
|
Subject: [PATCH] readom: Support reading Blu-ray media
|
||||||
|
|
||||||
|
https://bugzilla.gnome.org/show_bug.cgi?id=685492
|
||||||
|
---
|
||||||
|
plugins/cdrkit/burn-readom.c | 1 +
|
||||||
|
1 file changed, 1 insertion(+)
|
||||||
|
|
||||||
|
diff --git a/plugins/cdrkit/burn-readom.c b/plugins/cdrkit/burn-readom.c
|
||||||
|
index f5459b4..02d7934 100644
|
||||||
|
--- a/plugins/cdrkit/burn-readom.c
|
||||||
|
+++ b/plugins/cdrkit/burn-readom.c
|
||||||
|
@@ -476,6 +476,7 @@ brasero_readom_export_caps (BraseroPlugin *plugin)
|
||||||
|
|
||||||
|
input = brasero_caps_disc_new (BRASERO_MEDIUM_CD|
|
||||||
|
BRASERO_MEDIUM_DVD|
|
||||||
|
+ BRASERO_MEDIUM_BD|
|
||||||
|
BRASERO_MEDIUM_DUAL_L|
|
||||||
|
BRASERO_MEDIUM_PLUS|
|
||||||
|
BRASERO_MEDIUM_SEQUENTIAL|
|
||||||
|
--
|
||||||
|
1.7.12.1
|
||||||
|
|
15
brasero.spec
15
brasero.spec
@ -1,13 +1,13 @@
|
|||||||
|
|
||||||
Name: brasero
|
Name: brasero
|
||||||
Version: 3.6.0
|
Version: 3.6.0
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: Gnome CD/DVD burning application
|
Summary: Gnome CD/DVD burning application
|
||||||
Group: Applications/Multimedia
|
Group: Applications/Multimedia
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
URL: http://www.gnome.org/projects/brasero/
|
URL: http://www.gnome.org/projects/brasero/
|
||||||
#VCS: git:git://git.gnome.org/brasero
|
#VCS: git:git://git.gnome.org/brasero
|
||||||
Source0: http://ftp.gnome.org/pub/GNOME/sources/brasero/3.5/%{name}-%{version}.tar.xz
|
Source0: http://ftp.gnome.org/pub/GNOME/sources/brasero/3.6/%{name}-%{version}.tar.xz
|
||||||
|
|
||||||
BuildRequires: gtk3-devel >= 2.99.0
|
BuildRequires: gtk3-devel >= 2.99.0
|
||||||
BuildRequires: glib2-devel >= 2.15.6
|
BuildRequires: glib2-devel >= 2.15.6
|
||||||
@ -43,6 +43,12 @@ Requires: cdda2wav
|
|||||||
Requires: cdrdao
|
Requires: cdrdao
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
|
||||||
|
# https://bugzilla.gnome.org/show_bug.cgi?id=685492
|
||||||
|
# Support reading/copying complete BD(-RE) media
|
||||||
|
Patch0: brasero-3.6.0-copy-BD.patch
|
||||||
|
|
||||||
|
|
||||||
Requires(post): shared-mime-info
|
Requires(post): shared-mime-info
|
||||||
Requires(postun): shared-mime-info
|
Requires(postun): shared-mime-info
|
||||||
Requires(pre): GConf2
|
Requires(pre): GConf2
|
||||||
@ -94,6 +100,8 @@ developing brasero applications.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
%patch0 -p1 -b .copy-BD
|
||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure \
|
%configure \
|
||||||
@ -193,6 +201,9 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Oct 10 2012 Tomas Bzatek <tbzatek@redhat.com> - 3.6.0-2
|
||||||
|
- Fix BD media disc copy
|
||||||
|
|
||||||
* Tue Sep 25 2012 Richard Hughes <hughsient@gmail.com> - 3.6.0-1
|
* Tue Sep 25 2012 Richard Hughes <hughsient@gmail.com> - 3.6.0-1
|
||||||
- Update to 3.6.0
|
- Update to 3.6.0
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user