summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <drac@gentoo.org>2008-01-05 11:09:58 +0000
committerSamuli Suominen <drac@gentoo.org>2008-01-05 11:09:58 +0000
commit7e395b94d2a8e47281246b354dbb1b0885da076c (patch)
tree0a705ae6997ec871671384423da83d7963f8dc76 /xfce-extra
parentVersion bump wrt bug #201698 (diff)
downloadgentoo-2-7e395b94d2a8e47281246b354dbb1b0885da076c.tar.gz
gentoo-2-7e395b94d2a8e47281246b354dbb1b0885da076c.tar.bz2
gentoo-2-7e395b94d2a8e47281246b354dbb1b0885da076c.zip
Fix building against >=libburn-0.4.0 wrt bug #203119.
(Portage version: 2.1.4_rc14)
Diffstat (limited to 'xfce-extra')
-rw-r--r--xfce-extra/xfburn/ChangeLog8
-rw-r--r--xfce-extra/xfburn/xfburn-0.3.0_pre20070824.ebuild14
2 files changed, 15 insertions, 7 deletions
diff --git a/xfce-extra/xfburn/ChangeLog b/xfce-extra/xfburn/ChangeLog
index 29eabe9a238c..59a3595a1e4f 100644
--- a/xfce-extra/xfburn/ChangeLog
+++ b/xfce-extra/xfburn/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for xfce-extra/xfburn
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfburn/ChangeLog,v 1.6 2007/11/08 11:24:46 lu_zero Exp $
+# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfburn/ChangeLog,v 1.7 2008/01/05 11:09:58 drac Exp $
+
+ 05 Jan 2008; Samuli Suominen <drac@gentoo.org>
+ xfburn-0.3.0_pre20070824.ebuild:
+ Fix building against >=libburn-0.4.0 wrt bug #203119.
08 Nov 2007; Luca Barbato <lu_zero@gentoo.org>
xfburn-0.3.0_pre20070824.ebuild:
diff --git a/xfce-extra/xfburn/xfburn-0.3.0_pre20070824.ebuild b/xfce-extra/xfburn/xfburn-0.3.0_pre20070824.ebuild
index 59c2443e7fe8..e868a7042eef 100644
--- a/xfce-extra/xfburn/xfburn-0.3.0_pre20070824.ebuild
+++ b/xfce-extra/xfburn/xfburn-0.3.0_pre20070824.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfburn/xfburn-0.3.0_pre20070824.ebuild,v 1.3 2007/11/08 11:24:46 lu_zero Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfburn/xfburn-0.3.0_pre20070824.ebuild,v 1.4 2008/01/05 11:09:58 drac Exp $
inherit xfce44
@@ -34,8 +34,12 @@ DOCS="AUTHORS ChangeLog NEWS README TODO"
pkg_postinst() {
xfce44_pkg_postinst
+ elog "DVD burning support is still incomplete in this version."
+}
- elog
- elog "DVD burning support is incomplete in this version."
- elog
+src_unpack() {
+ unpack ${A}
+ if has_version ">=dev-libs/libburn-0.4.0"; then
+ sed -i -e 's:libburn-1:libburn-5:g' "${S}"/configure*
+ fi
}