summaryrefslogtreecommitdiffstats
path: root/sysutils/brasero
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/brasero')
-rw-r--r--sysutils/brasero/Makefile63
-rw-r--r--sysutils/brasero/distinfo3
-rw-r--r--sysutils/brasero/files/patch-libbrasero-media_scsi-cam.c27
-rw-r--r--sysutils/brasero/pkg-descr23
-rw-r--r--sysutils/brasero/pkg-plist512
5 files changed, 628 insertions, 0 deletions
diff --git a/sysutils/brasero/Makefile b/sysutils/brasero/Makefile
new file mode 100644
index 000000000..ee117cef6
--- /dev/null
+++ b/sysutils/brasero/Makefile
@@ -0,0 +1,63 @@
+# New ports collection makefile for: bonfire
+# Date created: 2006-05-12
+# Whom: Michael Johnson <ahze@FreeBSD.org>
+#
+# $FreeBSD$
+# $MCom: ports/sysutils/brasero/Makefile,v 1.59 2009/10/24 01:52:39 avl Exp $
+
+PORTNAME= brasero
+PORTVERSION= 2.29.4
+CATEGORIES= sysutils audio multimedia gnome
+MASTER_SITES= GNOME
+DIST_SUBDIR= gnome2
+
+MAINTAINER= gnome@FreeBSD.org
+COMMENT= CD/DVD mastering tool for the GNOME desktop
+
+LIB_DEPENDS= notify.1:${PORTSDIR}/devel/libnotify \
+ unique-1.0.2:${PORTSDIR}/x11-toolkits/unique \
+ totem-plparser.12:${PORTSDIR}/multimedia/totem-pl-parser
+RUN_DEPENDS= growisofs:${PORTSDIR}/sysutils/dvd+rw-tools \
+ cdrdao:${PORTSDIR}/sysutils/cdrdao
+
+USE_GETTEXT= yes
+USE_BZIP2= yes
+GNU_CONFIGURE= yes
+USE_GMAKE= yes
+USE_XORG= sm
+USE_GNOME= intlhack gnomeprefix gnomehack
+USE_LDCONFIG= yes
+USE_GSTREAMER= gconf core
+INSTALLS_OMF= yes
+INSTALLS_ICONS= yes
+CONFIGURE_ARGS= --disable-inotify --with-html-dir=${PREFIX}/share/doc
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -DHAVE_CAM_LIB_H=1" \
+ LDFLAGS="-L${LOCALBASE}/lib"
+
+MAN1= brasero.1
+GCONF_SCHEMAS= brasero.schemas
+
+OPTIONS= NAUTILUS "Enable Nautilus extension" on \
+ LIBBURNIA "Enable libburnia plug-ins" off
+
+.include <bsd.port.pre.mk>
+
+.if !defined(WITHOUT_NAUTILUS)
+USE_GNOME+= nautilus2
+CONFIGURE_ARGS+=--enable-nautilus
+PLIST_SUB+= NAUTILUS=""
+.else
+PLIST_SUB+= NAUTILUS="@comment "
+CONFIGURE_ARGS+=--enable-nautilus=no
+.endif
+
+.if defined(WITH_LIBBURNIA)
+LIB_DEPENDS+= burn.4:${PORTSDIR}/devel/libburn \
+ isofs.6:${PORTSDIR}/devel/libisofs
+CONFIGURE_ARGS+=--enable-libburnia
+PLIST_SUB+= LIBBURNIA=""
+.else
+PLIST_SUB+= LIBBURNIA="@comment "
+.endif
+
+.include <bsd.port.post.mk>
diff --git a/sysutils/brasero/distinfo b/sysutils/brasero/distinfo
new file mode 100644
index 000000000..105f8d160
--- /dev/null
+++ b/sysutils/brasero/distinfo
@@ -0,0 +1,3 @@
+MD5 (gnome2/brasero-2.29.4.tar.bz2) = 882fd476b5ced467102ff40d14acad21
+SHA256 (gnome2/brasero-2.29.4.tar.bz2) = 876801844e6dad605c4e3061cbe5531d82aec75b3a1218d67785d8cb6478225b
+SIZE (gnome2/brasero-2.29.4.tar.bz2) = 4128936
diff --git a/sysutils/brasero/files/patch-libbrasero-media_scsi-cam.c b/sysutils/brasero/files/patch-libbrasero-media_scsi-cam.c
new file mode 100644
index 000000000..e342112f8
--- /dev/null
+++ b/sysutils/brasero/files/patch-libbrasero-media_scsi-cam.c
@@ -0,0 +1,27 @@
+--- libbrasero-media/scsi-cam.c.orig 2009-09-25 10:39:03.000000000 -0400
++++ libbrasero-media/scsi-cam.c 2009-10-10 13:30:06.000000000 -0400
+@@ -184,6 +184,8 @@ brasero_device_handle_open (const gchar
+ handle->fd = fd;
+ }
+ else {
++ int serrno;
++
+ if (code) {
+ if (errno == EAGAIN
+ || errno == EWOULDBLOCK
+@@ -193,6 +195,15 @@ brasero_device_handle_open (const gchar
+ *code = BRASERO_SCSI_ERRNO;
+ }
+
++ serrno = errno;
++
++ if (fd > -1)
++ close (fd);
++ if (cam)
++ cam_close_device (cam);
++
++ errno = serrno;
++
+ return NULL;
+ }
+
diff --git a/sysutils/brasero/pkg-descr b/sysutils/brasero/pkg-descr
new file mode 100644
index 000000000..38ff4ebc9
--- /dev/null
+++ b/sysutils/brasero/pkg-descr
@@ -0,0 +1,23 @@
+CD/DVD mastering tool for the gnome desktop. It has been designed to be
+simple and easy to use.
+
+Features:
+Data CD/DVD:
+- supports edition of discs contents
+- can burn data CD/DVD on the fly
+- supports multisession
+- supports joliet extension
+- can write the image to the hard drive
+Audio CD:
+- write CD-TEXT information (automatically found thanks to gstreamer)
+- supports the edition of CD-TEXT information
+- can burn audio CD on the fly
+- can use all audio files handled by Gstreamer local installation
+- can search for audio files inside dropped folders
+CD/DVD copy:
+- can copy a CD/DVD to the hard drive
+- can copy DVD and CD on the fly
+- supports single-session data DVD
+- supports any kind of CD
+
+WWW: http://projects.gnome.org/brasero/
diff --git a/sysutils/brasero/pkg-plist b/sysutils/brasero/pkg-plist
new file mode 100644
index 000000000..de28f30fd
--- /dev/null
+++ b/sysutils/brasero/pkg-plist
@@ -0,0 +1,512 @@
+bin/brasero
+include/brasero/brasero-blank-dialog.h
+include/brasero/brasero-burn-dialog.h
+include/brasero/brasero-burn-lib.h
+include/brasero/brasero-burn-options.h
+include/brasero/brasero-burn.h
+include/brasero/brasero-drive-selection.h
+include/brasero/brasero-drive.h
+include/brasero/brasero-enums.h
+include/brasero/brasero-error.h
+include/brasero/brasero-media.h
+include/brasero/brasero-medium-monitor.h
+include/brasero/brasero-medium-selection.h
+include/brasero/brasero-medium.h
+include/brasero/brasero-session-cfg.h
+include/brasero/brasero-session-span.h
+include/brasero/brasero-session.h
+include/brasero/brasero-status.h
+include/brasero/brasero-sum-dialog.h
+include/brasero/brasero-tags.h
+include/brasero/brasero-tool-dialog.h
+include/brasero/brasero-track-data-cfg.h
+include/brasero/brasero-track-data.h
+include/brasero/brasero-track-disc.h
+include/brasero/brasero-track-image-cfg.h
+include/brasero/brasero-track-image.h
+include/brasero/brasero-track-stream-cfg.h
+include/brasero/brasero-track-stream.h
+include/brasero/brasero-track-type.h
+include/brasero/brasero-track.h
+include/brasero/brasero-units.h
+include/brasero/brasero-volume.h
+lib/brasero/plugins/libbrasero-audio2cue.la
+lib/brasero/plugins/libbrasero-audio2cue.so
+lib/brasero/plugins/libbrasero-burn-uri.la
+lib/brasero/plugins/libbrasero-burn-uri.so
+lib/brasero/plugins/libbrasero-cdda2wav.la
+lib/brasero/plugins/libbrasero-cdda2wav.so
+lib/brasero/plugins/libbrasero-cdrdao.la
+lib/brasero/plugins/libbrasero-cdrdao.so
+lib/brasero/plugins/libbrasero-cdrecord.la
+lib/brasero/plugins/libbrasero-cdrecord.so
+lib/brasero/plugins/libbrasero-checksum-file.la
+lib/brasero/plugins/libbrasero-checksum-file.so
+lib/brasero/plugins/libbrasero-checksum.la
+lib/brasero/plugins/libbrasero-checksum.so
+lib/brasero/plugins/libbrasero-dvdauthor.la
+lib/brasero/plugins/libbrasero-dvdauthor.so
+lib/brasero/plugins/libbrasero-dvdcss.la
+lib/brasero/plugins/libbrasero-dvdcss.so
+lib/brasero/plugins/libbrasero-dvdrwformat.la
+lib/brasero/plugins/libbrasero-dvdrwformat.so
+lib/brasero/plugins/libbrasero-genisoimage.la
+lib/brasero/plugins/libbrasero-genisoimage.so
+lib/brasero/plugins/libbrasero-growisofs.la
+lib/brasero/plugins/libbrasero-growisofs.so
+%%LIBBURNIA%%lib/brasero/plugins/libbrasero-libburn.la
+%%LIBBURNIA%%lib/brasero/plugins/libbrasero-libburn.so
+%%LIBBURNIA%%lib/brasero/plugins/libbrasero-libisofs.la
+%%LIBBURNIA%%lib/brasero/plugins/libbrasero-libisofs.so
+lib/brasero/plugins/libbrasero-local-track.la
+lib/brasero/plugins/libbrasero-local-track.so
+lib/brasero/plugins/libbrasero-mkisofs.la
+lib/brasero/plugins/libbrasero-mkisofs.so
+lib/brasero/plugins/libbrasero-normalize.la
+lib/brasero/plugins/libbrasero-normalize.so
+lib/brasero/plugins/libbrasero-readcd.la
+lib/brasero/plugins/libbrasero-readcd.so
+lib/brasero/plugins/libbrasero-readom.la
+lib/brasero/plugins/libbrasero-readom.so
+lib/brasero/plugins/libbrasero-transcode.la
+lib/brasero/plugins/libbrasero-transcode.so
+lib/brasero/plugins/libbrasero-vcdimager.la
+lib/brasero/plugins/libbrasero-vcdimager.so
+lib/brasero/plugins/libbrasero-vob.la
+lib/brasero/plugins/libbrasero-vob.so
+lib/brasero/plugins/libbrasero-wodim.la
+lib/brasero/plugins/libbrasero-wodim.so
+lib/libbrasero-burn.la
+lib/libbrasero-burn.so
+lib/libbrasero-burn.so.2
+lib/libbrasero-media.la
+lib/libbrasero-media.so
+lib/libbrasero-media.so.2
+lib/libbrasero-utils.la
+lib/libbrasero-utils.so
+lib/libbrasero-utils.so.2
+%%NAUTILUS%%lib/nautilus/extensions-2.0/libnautilus-brasero-extension.la
+%%NAUTILUS%%lib/nautilus/extensions-2.0/libnautilus-brasero-extension.so
+libdata/pkgconfig/libbrasero-burn.pc
+libdata/pkgconfig/libbrasero-media.pc
+share/applications/brasero.desktop
+share/applications/brasero-copy-medium.desktop
+%%NAUTILUS%%share/applications/brasero-nautilus.desktop
+share/doc/libbrasero-burn/annotation-glossary.html
+share/doc/libbrasero-burn/api-index-full.html
+share/doc/libbrasero-burn/ch01.html
+share/doc/libbrasero-burn/home.png
+share/doc/libbrasero-burn/index.html
+share/doc/libbrasero-burn/index.sgml
+share/doc/libbrasero-burn/left.png
+share/doc/libbrasero-burn/libbrasero-burn-BraseroBlankDialog.html
+share/doc/libbrasero-burn/libbrasero-burn-BraseroBurn.html
+share/doc/libbrasero-burn/libbrasero-burn-BraseroBurnDialog.html
+share/doc/libbrasero-burn/libbrasero-burn-BraseroBurnOptions.html
+share/doc/libbrasero-burn/libbrasero-burn-BraseroBurnSession.html
+share/doc/libbrasero-burn/libbrasero-burn-BraseroSessionCfg.html
+share/doc/libbrasero-burn/libbrasero-burn-BraseroSessionSpan.html
+share/doc/libbrasero-burn/libbrasero-burn-BraseroSumDialog.html
+share/doc/libbrasero-burn/libbrasero-burn-BraseroToolDialog.html
+share/doc/libbrasero-burn/libbrasero-burn-BraseroTrack.html
+share/doc/libbrasero-burn/libbrasero-burn-BraseroTrackData.html
+share/doc/libbrasero-burn/libbrasero-burn-BraseroTrackDataCfg.html
+share/doc/libbrasero-burn/libbrasero-burn-BraseroTrackDisc.html
+share/doc/libbrasero-burn/libbrasero-burn-BraseroTrackImage.html
+share/doc/libbrasero-burn/libbrasero-burn-BraseroTrackImageCfg.html
+share/doc/libbrasero-burn/libbrasero-burn-BraseroTrackStream.html
+share/doc/libbrasero-burn/libbrasero-burn-BraseroTrackStreamCfg.html
+share/doc/libbrasero-burn/libbrasero-burn-brasero-burn-lib.html
+share/doc/libbrasero-burn/libbrasero-burn-brasero-enums.html
+share/doc/libbrasero-burn/libbrasero-burn-brasero-error.html
+share/doc/libbrasero-burn/libbrasero-burn-brasero-status.html
+share/doc/libbrasero-burn/libbrasero-burn-brasero-tags.html
+share/doc/libbrasero-burn/libbrasero-burn-brasero-track-type.html
+share/doc/libbrasero-burn/libbrasero-burn.devhelp
+share/doc/libbrasero-burn/libbrasero-burn.devhelp2
+share/doc/libbrasero-burn/object-tree.html
+share/doc/libbrasero-burn/right.png
+share/doc/libbrasero-burn/style.css
+share/doc/libbrasero-burn/up.png
+share/doc/libbrasero-media/annotation-glossary.html
+share/doc/libbrasero-media/api-index-full.html
+share/doc/libbrasero-media/ch01.html
+share/doc/libbrasero-media/home.png
+share/doc/libbrasero-media/index.html
+share/doc/libbrasero-media/index.sgml
+share/doc/libbrasero-media/left.png
+share/doc/libbrasero-media/libbrasero-media-BraseroDrive.html
+share/doc/libbrasero-media/libbrasero-media-BraseroDriveSelection.html
+share/doc/libbrasero-media/libbrasero-media-BraseroMedium.html
+share/doc/libbrasero-media/libbrasero-media-BraseroMediumMonitor.html
+share/doc/libbrasero-media/libbrasero-media-BraseroMediumSelection.html
+share/doc/libbrasero-media/libbrasero-media-BraseroVolume.html
+share/doc/libbrasero-media/libbrasero-media-brasero-media.html
+share/doc/libbrasero-media/libbrasero-media-brasero-units.html
+share/doc/libbrasero-media/libbrasero-media.devhelp
+share/doc/libbrasero-media/libbrasero-media.devhelp2
+share/doc/libbrasero-media/object-tree.html
+share/doc/libbrasero-media/right.png
+share/doc/libbrasero-media/style.css
+share/doc/libbrasero-media/up.png
+%%DATADIR%%/icons/hicolor/16x16/actions/insert-pause.png
+%%DATADIR%%/icons/hicolor/16x16/actions/iso-image-burn.png
+%%DATADIR%%/icons/hicolor/16x16/actions/iso-image-new.png
+%%DATADIR%%/icons/hicolor/16x16/actions/media-optical-audio-new.png
+%%DATADIR%%/icons/hicolor/16x16/actions/media-optical-blank.png
+%%DATADIR%%/icons/hicolor/16x16/actions/media-optical-burn.png
+%%DATADIR%%/icons/hicolor/16x16/actions/media-optical-copy.png
+%%DATADIR%%/icons/hicolor/16x16/actions/media-optical-data-new.png
+%%DATADIR%%/icons/hicolor/16x16/actions/media-optical-video-new.png
+%%DATADIR%%/icons/hicolor/16x16/actions/transform-crop-and-resize.png
+%%DATADIR%%/icons/hicolor/16x16/status/brasero-disc-00.png
+%%DATADIR%%/icons/hicolor/16x16/status/brasero-disc-05.png
+%%DATADIR%%/icons/hicolor/16x16/status/brasero-disc-10.png
+%%DATADIR%%/icons/hicolor/16x16/status/brasero-disc-100.png
+%%DATADIR%%/icons/hicolor/16x16/status/brasero-disc-15.png
+%%DATADIR%%/icons/hicolor/16x16/status/brasero-disc-20.png
+%%DATADIR%%/icons/hicolor/16x16/status/brasero-disc-25.png
+%%DATADIR%%/icons/hicolor/16x16/status/brasero-disc-30.png
+%%DATADIR%%/icons/hicolor/16x16/status/brasero-disc-35.png
+%%DATADIR%%/icons/hicolor/16x16/status/brasero-disc-40.png
+%%DATADIR%%/icons/hicolor/16x16/status/brasero-disc-45.png
+%%DATADIR%%/icons/hicolor/16x16/status/brasero-disc-50.png
+%%DATADIR%%/icons/hicolor/16x16/status/brasero-disc-55.png
+%%DATADIR%%/icons/hicolor/16x16/status/brasero-disc-60.png
+%%DATADIR%%/icons/hicolor/16x16/status/brasero-disc-65.png
+%%DATADIR%%/icons/hicolor/16x16/status/brasero-disc-70.png
+%%DATADIR%%/icons/hicolor/16x16/status/brasero-disc-75.png
+%%DATADIR%%/icons/hicolor/16x16/status/brasero-disc-80.png
+%%DATADIR%%/icons/hicolor/16x16/status/brasero-disc-85.png
+%%DATADIR%%/icons/hicolor/16x16/status/brasero-disc-90.png
+%%DATADIR%%/icons/hicolor/16x16/status/brasero-disc-95.png
+%%DATADIR%%/icons/hicolor/22x22/actions/insert-pause.png
+%%DATADIR%%/icons/hicolor/22x22/actions/iso-image-burn.png
+%%DATADIR%%/icons/hicolor/22x22/actions/iso-image-new.png
+%%DATADIR%%/icons/hicolor/22x22/actions/media-optical-audio-new.png
+%%DATADIR%%/icons/hicolor/22x22/actions/media-optical-blank.png
+%%DATADIR%%/icons/hicolor/22x22/actions/media-optical-burn.png
+%%DATADIR%%/icons/hicolor/22x22/actions/media-optical-copy.png
+%%DATADIR%%/icons/hicolor/22x22/actions/media-optical-data-new.png
+%%DATADIR%%/icons/hicolor/22x22/actions/media-optical-video-new.png
+%%DATADIR%%/icons/hicolor/22x22/actions/transform-crop-and-resize.png
+%%DATADIR%%/icons/hicolor/22x22/status/brasero-disc-00.png
+%%DATADIR%%/icons/hicolor/22x22/status/brasero-disc-05.png
+%%DATADIR%%/icons/hicolor/22x22/status/brasero-disc-10.png
+%%DATADIR%%/icons/hicolor/22x22/status/brasero-disc-100.png
+%%DATADIR%%/icons/hicolor/22x22/status/brasero-disc-15.png
+%%DATADIR%%/icons/hicolor/22x22/status/brasero-disc-20.png
+%%DATADIR%%/icons/hicolor/22x22/status/brasero-disc-25.png
+%%DATADIR%%/icons/hicolor/22x22/status/brasero-disc-30.png
+%%DATADIR%%/icons/hicolor/22x22/status/brasero-disc-35.png
+%%DATADIR%%/icons/hicolor/22x22/status/brasero-disc-40.png
+%%DATADIR%%/icons/hicolor/22x22/status/brasero-disc-45.png
+%%DATADIR%%/icons/hicolor/22x22/status/brasero-disc-50.png
+%%DATADIR%%/icons/hicolor/22x22/status/brasero-disc-55.png
+%%DATADIR%%/icons/hicolor/22x22/status/brasero-disc-60.png
+%%DATADIR%%/icons/hicolor/22x22/status/brasero-disc-65.png
+%%DATADIR%%/icons/hicolor/22x22/status/brasero-disc-70.png
+%%DATADIR%%/icons/hicolor/22x22/status/brasero-disc-75.png
+%%DATADIR%%/icons/hicolor/22x22/status/brasero-disc-80.png
+%%DATADIR%%/icons/hicolor/22x22/status/brasero-disc-85.png
+%%DATADIR%%/icons/hicolor/22x22/status/brasero-disc-90.png
+%%DATADIR%%/icons/hicolor/22x22/status/brasero-disc-95.png
+%%DATADIR%%/icons/hicolor/24x24/actions/insert-pause.png
+%%DATADIR%%/icons/hicolor/24x24/actions/iso-image-burn.png
+%%DATADIR%%/icons/hicolor/24x24/actions/iso-image-new.png
+%%DATADIR%%/icons/hicolor/24x24/actions/media-optical-audio-new.png
+%%DATADIR%%/icons/hicolor/24x24/actions/media-optical-blank.png
+%%DATADIR%%/icons/hicolor/24x24/actions/media-optical-burn.png
+%%DATADIR%%/icons/hicolor/24x24/actions/media-optical-copy.png
+%%DATADIR%%/icons/hicolor/24x24/actions/media-optical-data-new.png
+%%DATADIR%%/icons/hicolor/24x24/actions/media-optical-video-new.png
+%%DATADIR%%/icons/hicolor/24x24/actions/transform-crop-and-resize.png
+%%DATADIR%%/icons/hicolor/24x24/status/brasero-disc-00.png
+%%DATADIR%%/icons/hicolor/24x24/status/brasero-disc-05.png
+%%DATADIR%%/icons/hicolor/24x24/status/brasero-disc-10.png
+%%DATADIR%%/icons/hicolor/24x24/status/brasero-disc-100.png
+%%DATADIR%%/icons/hicolor/24x24/status/brasero-disc-15.png
+%%DATADIR%%/icons/hicolor/24x24/status/brasero-disc-20.png
+%%DATADIR%%/icons/hicolor/24x24/status/brasero-disc-25.png
+%%DATADIR%%/icons/hicolor/24x24/status/brasero-disc-30.png
+%%DATADIR%%/icons/hicolor/24x24/status/brasero-disc-35.png
+%%DATADIR%%/icons/hicolor/24x24/status/brasero-disc-40.png
+%%DATADIR%%/icons/hicolor/24x24/status/brasero-disc-45.png
+%%DATADIR%%/icons/hicolor/24x24/status/brasero-disc-50.png
+%%DATADIR%%/icons/hicolor/24x24/status/brasero-disc-55.png
+%%DATADIR%%/icons/hicolor/24x24/status/brasero-disc-60.png
+%%DATADIR%%/icons/hicolor/24x24/status/brasero-disc-65.png
+%%DATADIR%%/icons/hicolor/24x24/status/brasero-disc-70.png
+%%DATADIR%%/icons/hicolor/24x24/status/brasero-disc-75.png
+%%DATADIR%%/icons/hicolor/24x24/status/brasero-disc-80.png
+%%DATADIR%%/icons/hicolor/24x24/status/brasero-disc-85.png
+%%DATADIR%%/icons/hicolor/24x24/status/brasero-disc-90.png
+%%DATADIR%%/icons/hicolor/24x24/status/brasero-disc-95.png
+%%DATADIR%%/icons/hicolor/32x32/actions/insert-pause.png
+%%DATADIR%%/icons/hicolor/32x32/actions/iso-image-burn.png
+%%DATADIR%%/icons/hicolor/32x32/actions/iso-image-new.png
+%%DATADIR%%/icons/hicolor/32x32/actions/media-optical-audio-new.png
+%%DATADIR%%/icons/hicolor/32x32/actions/media-optical-blank.png
+%%DATADIR%%/icons/hicolor/32x32/actions/media-optical-burn.png
+%%DATADIR%%/icons/hicolor/32x32/actions/media-optical-copy.png
+%%DATADIR%%/icons/hicolor/32x32/actions/media-optical-data-new.png
+%%DATADIR%%/icons/hicolor/32x32/actions/media-optical-video-new.png
+%%DATADIR%%/icons/hicolor/32x32/status/brasero-disc-00.png
+%%DATADIR%%/icons/hicolor/32x32/status/brasero-disc-05.png
+%%DATADIR%%/icons/hicolor/32x32/status/brasero-disc-10.png
+%%DATADIR%%/icons/hicolor/32x32/status/brasero-disc-100.png
+%%DATADIR%%/icons/hicolor/32x32/status/brasero-disc-15.png
+%%DATADIR%%/icons/hicolor/32x32/status/brasero-disc-20.png
+%%DATADIR%%/icons/hicolor/32x32/status/brasero-disc-25.png
+%%DATADIR%%/icons/hicolor/32x32/status/brasero-disc-30.png
+%%DATADIR%%/icons/hicolor/32x32/status/brasero-disc-35.png
+%%DATADIR%%/icons/hicolor/32x32/status/brasero-disc-40.png
+%%DATADIR%%/icons/hicolor/32x32/status/brasero-disc-45.png
+%%DATADIR%%/icons/hicolor/32x32/status/brasero-disc-50.png
+%%DATADIR%%/icons/hicolor/32x32/status/brasero-disc-55.png
+%%DATADIR%%/icons/hicolor/32x32/status/brasero-disc-60.png
+%%DATADIR%%/icons/hicolor/32x32/status/brasero-disc-65.png
+%%DATADIR%%/icons/hicolor/32x32/status/brasero-disc-70.png
+%%DATADIR%%/icons/hicolor/32x32/status/brasero-disc-75.png
+%%DATADIR%%/icons/hicolor/32x32/status/brasero-disc-80.png
+%%DATADIR%%/icons/hicolor/32x32/status/brasero-disc-85.png
+%%DATADIR%%/icons/hicolor/32x32/status/brasero-disc-90.png
+%%DATADIR%%/icons/hicolor/32x32/status/brasero-disc-95.png
+%%DATADIR%%/icons/hicolor/48x48/actions/media-optical-video-new.png
+%%DATADIR%%/icons/hicolor/scalable/actions/insert-pause.svg
+%%DATADIR%%/icons/hicolor/scalable/actions/iso-image-burn.svg
+%%DATADIR%%/icons/hicolor/scalable/actions/iso-image-new.svg
+%%DATADIR%%/icons/hicolor/scalable/actions/media-optical-audio-new.svg
+%%DATADIR%%/icons/hicolor/scalable/actions/media-optical-blank.svg
+%%DATADIR%%/icons/hicolor/scalable/actions/media-optical-burn.svg
+%%DATADIR%%/icons/hicolor/scalable/actions/media-optical-copy.svg
+%%DATADIR%%/icons/hicolor/scalable/actions/media-optical-data-new.svg
+%%DATADIR%%/icons/hicolor/scalable/actions/transform-crop-and-resize.svg
+%%DATADIR%%/icons/hicolor/scalable/status/brasero-disc-00.svg
+%%DATADIR%%/icons/hicolor/scalable/status/brasero-disc-05.svg
+%%DATADIR%%/icons/hicolor/scalable/status/brasero-disc-10.svg
+%%DATADIR%%/icons/hicolor/scalable/status/brasero-disc-100.svg
+%%DATADIR%%/icons/hicolor/scalable/status/brasero-disc-15.svg
+%%DATADIR%%/icons/hicolor/scalable/status/brasero-disc-20.svg
+%%DATADIR%%/icons/hicolor/scalable/status/brasero-disc-25.svg
+%%DATADIR%%/icons/hicolor/scalable/status/brasero-disc-30.svg
+%%DATADIR%%/icons/hicolor/scalable/status/brasero-disc-35.svg
+%%DATADIR%%/icons/hicolor/scalable/status/brasero-disc-40.svg
+%%DATADIR%%/icons/hicolor/scalable/status/brasero-disc-45.svg
+%%DATADIR%%/icons/hicolor/scalable/status/brasero-disc-50.svg
+%%DATADIR%%/icons/hicolor/scalable/status/brasero-disc-55.svg
+%%DATADIR%%/icons/hicolor/scalable/status/brasero-disc-60.svg
+%%DATADIR%%/icons/hicolor/scalable/status/brasero-disc-65.svg
+%%DATADIR%%/icons/hicolor/scalable/status/brasero-disc-70.svg
+%%DATADIR%%/icons/hicolor/scalable/status/brasero-disc-75.svg
+%%DATADIR%%/icons/hicolor/scalable/status/brasero-disc-80.svg
+%%DATADIR%%/icons/hicolor/scalable/status/brasero-disc-85.svg
+%%DATADIR%%/icons/hicolor/scalable/status/brasero-disc-90.svg
+%%DATADIR%%/icons/hicolor/scalable/status/brasero-disc-95.svg
+%%DATADIR%%/logo.png
+share/gnome/help/brasero/C/brasero.xml
+share/gnome/help/brasero/C/figures/brasero_main.png
+share/gnome/help/brasero/C/legal.xml
+share/gnome/help/brasero/ca/brasero.xml
+share/gnome/help/brasero/ca/figures/brasero_main.png
+share/gnome/help/brasero/cs/brasero.xml
+share/gnome/help/brasero/cs/figures/brasero_main.png
+share/gnome/help/brasero/de/brasero.xml
+share/gnome/help/brasero/de/figures/brasero_main.png
+share/gnome/help/brasero/el/brasero.xml
+share/gnome/help/brasero/el/figures/brasero_main.png
+share/gnome/help/brasero/en_GB/brasero.xml
+share/gnome/help/brasero/en_GB/figures/brasero_main.png
+share/gnome/help/brasero/es/brasero.xml
+share/gnome/help/brasero/es/figures/brasero_main.png
+share/gnome/help/brasero/fr/brasero.xml
+share/gnome/help/brasero/fr/figures/brasero_main.png
+share/gnome/help/brasero/it/brasero.xml
+share/gnome/help/brasero/it/figures/brasero_main.png
+share/gnome/help/brasero/pl/brasero.xml
+share/gnome/help/brasero/pl/figures/brasero_main.png
+share/gnome/help/brasero/ru/brasero.xml
+share/gnome/help/brasero/ru/figures/brasero_main.png
+share/gnome/help/brasero/sv/brasero.xml
+share/gnome/help/brasero/sv/figures/brasero_main.png
+share/gnome/help/brasero/zh_CN/brasero.xml
+share/gnome/help/brasero/zh_CN/figures/brasero_main.png
+share/gnome/help/brasero/zh_HK/brasero.xml
+share/gnome/help/brasero/zh_HK/figures/brasero_main.png
+share/gnome/help/brasero/zh_TW/brasero.xml
+share/gnome/help/brasero/zh_TW/figures/brasero_main.png
+share/icons/hicolor/16x16/apps/brasero.png
+share/icons/hicolor/22x22/apps/brasero.png
+share/icons/hicolor/24x24/apps/brasero.png
+share/icons/hicolor/32x32/apps/brasero.png
+share/icons/hicolor/48x48/apps/brasero.png
+share/icons/hicolor/scalable/apps/brasero.svg
+share/locale/ar/LC_MESSAGES/brasero.mo
+share/locale/as/LC_MESSAGES/brasero.mo
+share/locale/ast/LC_MESSAGES/brasero.mo
+share/locale/be/LC_MESSAGES/brasero.mo
+share/locale/bg/LC_MESSAGES/brasero.mo
+share/locale/bn/LC_MESSAGES/brasero.mo
+share/locale/bn_IN/LC_MESSAGES/brasero.mo
+share/locale/br/LC_MESSAGES/brasero.mo
+share/locale/ca/LC_MESSAGES/brasero.mo
+share/locale/ca@valencia/LC_MESSAGES/brasero.mo
+share/locale/cs/LC_MESSAGES/brasero.mo
+share/locale/da/LC_MESSAGES/brasero.mo
+share/locale/de/LC_MESSAGES/brasero.mo
+share/locale/dz/LC_MESSAGES/brasero.mo
+share/locale/el/LC_MESSAGES/brasero.mo
+share/locale/en_GB/LC_MESSAGES/brasero.mo
+share/locale/en@shaw/LC_MESSAGES/brasero.mo
+share/locale/es/LC_MESSAGES/brasero.mo
+share/locale/et/LC_MESSAGES/brasero.mo
+share/locale/eu/LC_MESSAGES/brasero.mo
+share/locale/fi/LC_MESSAGES/brasero.mo
+share/locale/fr/LC_MESSAGES/brasero.mo
+share/locale/ga/LC_MESSAGES/brasero.mo
+share/locale/gl/LC_MESSAGES/brasero.mo
+share/locale/gu/LC_MESSAGES/brasero.mo
+share/locale/he/LC_MESSAGES/brasero.mo
+share/locale/hi/LC_MESSAGES/brasero.mo
+share/locale/hu/LC_MESSAGES/brasero.mo
+share/locale/it/LC_MESSAGES/brasero.mo
+share/locale/ja/LC_MESSAGES/brasero.mo
+share/locale/kn/LC_MESSAGES/brasero.mo
+share/locale/ko/LC_MESSAGES/brasero.mo
+share/locale/ku/LC_MESSAGES/brasero.mo
+share/locale/lt/LC_MESSAGES/brasero.mo
+share/locale/lv/LC_MESSAGES/brasero.mo
+share/locale/mai/LC_MESSAGES/brasero.mo
+share/locale/mk/LC_MESSAGES/brasero.mo
+share/locale/ml/LC_MESSAGES/brasero.mo
+share/locale/mr/LC_MESSAGES/brasero.mo
+share/locale/nb/LC_MESSAGES/brasero.mo
+share/locale/nds/LC_MESSAGES/brasero.mo
+share/locale/nl/LC_MESSAGES/brasero.mo
+share/locale/oc/LC_MESSAGES/brasero.mo
+share/locale/or/LC_MESSAGES/brasero.mo
+share/locale/pa/LC_MESSAGES/brasero.mo
+share/locale/pl/LC_MESSAGES/brasero.mo
+share/locale/pt/LC_MESSAGES/brasero.mo
+share/locale/pt_BR/LC_MESSAGES/brasero.mo
+share/locale/ro/LC_MESSAGES/brasero.mo
+share/locale/ru/LC_MESSAGES/brasero.mo
+share/locale/sl/LC_MESSAGES/brasero.mo
+share/locale/sr/LC_MESSAGES/brasero.mo
+share/locale/sr@latin/LC_MESSAGES/brasero.mo
+share/locale/sv/LC_MESSAGES/brasero.mo
+share/locale/ta/LC_MESSAGES/brasero.mo
+share/locale/te/LC_MESSAGES/brasero.mo
+share/locale/th/LC_MESSAGES/brasero.mo
+share/locale/tr/LC_MESSAGES/brasero.mo
+share/locale/uk/LC_MESSAGES/brasero.mo
+share/locale/vi/LC_MESSAGES/brasero.mo
+share/locale/zh_CN/LC_MESSAGES/brasero.mo
+share/locale/zh_HK/LC_MESSAGES/brasero.mo
+share/locale/zh_TW/LC_MESSAGES/brasero.mo
+share/mime/packages/brasero.xml
+share/omf/brasero/brasero-C.omf
+share/omf/brasero/brasero-ca.omf
+share/omf/brasero/brasero-cs.omf
+share/omf/brasero/brasero-de.omf
+share/omf/brasero/brasero-el.omf
+share/omf/brasero/brasero-en_GB.omf
+share/omf/brasero/brasero-es.omf
+share/omf/brasero/brasero-fr.omf
+share/omf/brasero/brasero-it.omf
+share/omf/brasero/brasero-pl.omf
+share/omf/brasero/brasero-ru.omf
+share/omf/brasero/brasero-sv.omf
+share/omf/brasero/brasero-zh_CN.omf
+share/omf/brasero/brasero-zh_HK.omf
+share/omf/brasero/brasero-zh_TW.omf
+@dirrm share/omf/brasero
+@dirrm share/gnome/help/brasero/zh_TW/figures
+@dirrm share/gnome/help/brasero/zh_TW
+@dirrm share/gnome/help/brasero/zh_HK/figures
+@dirrm share/gnome/help/brasero/zh_HK
+@dirrm share/gnome/help/brasero/zh_CN/figures
+@dirrm share/gnome/help/brasero/zh_CN
+@dirrm share/gnome/help/brasero/sv/figures
+@dirrm share/gnome/help/brasero/sv
+@dirrm share/gnome/help/brasero/ru/figures
+@dirrm share/gnome/help/brasero/ru
+@dirrm share/gnome/help/brasero/pl/figures
+@dirrm share/gnome/help/brasero/pl
+@dirrm share/gnome/help/brasero/it/figures
+@dirrm share/gnome/help/brasero/it
+@dirrm share/gnome/help/brasero/fr/figures
+@dirrm share/gnome/help/brasero/fr
+@dirrm share/gnome/help/brasero/es/figures
+@dirrm share/gnome/help/brasero/es
+@dirrm share/gnome/help/brasero/en_GB/figures
+@dirrm share/gnome/help/brasero/en_GB
+@dirrm share/gnome/help/brasero/el/figures
+@dirrm share/gnome/help/brasero/el
+@dirrm share/gnome/help/brasero/de/figures
+@dirrm share/gnome/help/brasero/de
+@dirrm share/gnome/help/brasero/cs/figures
+@dirrm share/gnome/help/brasero/cs
+@dirrm share/gnome/help/brasero/ca/figures
+@dirrm share/gnome/help/brasero/ca
+@dirrm share/gnome/help/brasero/C/figures
+@dirrm share/gnome/help/brasero/C
+@dirrm share/gnome/help/brasero
+@dirrm %%DATADIR%%/icons/hicolor/16x16/status
+@dirrm %%DATADIR%%/icons/hicolor/16x16/actions
+@dirrm %%DATADIR%%/icons/hicolor/16x16
+@dirrm %%DATADIR%%/icons/hicolor/22x22/status
+@dirrm %%DATADIR%%/icons/hicolor/22x22/actions
+@dirrm %%DATADIR%%/icons/hicolor/22x22
+@dirrm %%DATADIR%%/icons/hicolor/24x24/status
+@dirrm %%DATADIR%%/icons/hicolor/24x24/actions
+@dirrm %%DATADIR%%/icons/hicolor/24x24
+@dirrm %%DATADIR%%/icons/hicolor/32x32/status
+@dirrm %%DATADIR%%/icons/hicolor/32x32/actions
+@dirrm %%DATADIR%%/icons/hicolor/32x32
+@dirrm %%DATADIR%%/icons/hicolor/48x48/actions
+@dirrm %%DATADIR%%/icons/hicolor/48x48
+@dirrm %%DATADIR%%/icons/hicolor/scalable/status
+@dirrm %%DATADIR%%/icons/hicolor/scalable/actions
+@dirrm %%DATADIR%%/icons/hicolor/scalable
+@dirrm %%DATADIR%%/icons/hicolor
+@dirrm %%DATADIR%%/icons
+@dirrm %%DATADIR%%
+@dirrm share/doc/libbrasero-media
+@dirrm share/doc/libbrasero-burn
+@dirrmtry share/applications
+@dirrm lib/brasero/plugins
+@dirrm lib/brasero
+@dirrm include/brasero
+@exec %%LOCALBASE%%/bin/update-mime-database %D/share/mime
+@unexec %%LOCALBASE%%/bin/update-mime-database %D/share/mime
+@exec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true
+@unexec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true
+@dirrmtry share/locale/zh_HK/LC_MESSAGES
+@dirrmtry share/locale/zh_HK
+@dirrmtry share/locale/uk/LC_MESSAGES
+@dirrmtry share/locale/uk
+@dirrmtry share/locale/te/LC_MESSAGES
+@dirrmtry share/locale/te
+@dirrmtry share/locale/sr@latin/LC_MESSAGES
+@dirrmtry share/locale/sr@latin
+@dirrmtry share/locale/oc/LC_MESSAGES
+@dirrmtry share/locale/oc
+@dirrmtry share/locale/nds/LC_MESSAGES
+@dirrmtry share/locale/nds
+@dirrmtry share/locale/mr/LC_MESSAGES
+@dirrmtry share/locale/mr
+@dirrmtry share/locale/mai/LC_MESSAGES
+@dirrmtry share/locale/mai
+@dirrmtry share/locale/ku/LC_MESSAGES
+@dirrmtry share/locale/ku
+@dirrmtry share/locale/en@shaw/LC_MESSAGES
+@dirrmtry share/locale/en@shaw
+@dirrmtry share/locale/dz/LC_MESSAGES
+@dirrmtry share/locale/dz
+@dirrmtry share/locale/ca@valencia/LC_MESSAGES
+@dirrmtry share/locale/ca@valencia
+@dirrmtry share/locale/bn_IN/LC_MESSAGES
+@dirrmtry share/locale/bn_IN
+@dirrmtry share/locale/ast/LC_MESSAGES
+@dirrmtry share/locale/ast