summaryrefslogtreecommitdiffstats
path: root/sysutils/brasero
diff options
context:
space:
mode:
authorkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2010-12-01 06:00:17 +0800
committerkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2010-12-01 06:00:17 +0800
commit2e4d2e942a99fbc51adebabc4cd543a91491ba37 (patch)
tree5fb7c33c9eb700d394e22ec7c7faf4258b91ea3b /sysutils/brasero
parent2d95636f2e1c4896bca367221f0b972b5903e72a (diff)
downloadmarcuscom-ports-2e4d2e942a99fbc51adebabc4cd543a91491ba37.tar
marcuscom-ports-2e4d2e942a99fbc51adebabc4cd543a91491ba37.tar.gz
marcuscom-ports-2e4d2e942a99fbc51adebabc4cd543a91491ba37.tar.bz2
marcuscom-ports-2e4d2e942a99fbc51adebabc4cd543a91491ba37.tar.lz
marcuscom-ports-2e4d2e942a99fbc51adebabc4cd543a91491ba37.tar.xz
marcuscom-ports-2e4d2e942a99fbc51adebabc4cd543a91491ba37.tar.zst
marcuscom-ports-2e4d2e942a99fbc51adebabc4cd543a91491ba37.zip
Clean up after 2.32 got committed. Only gdm 2.32 isn't committed because of
focus issues. And it doesn't seem it getting any traction upstream. Next stop GNOME 3.0. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@14916 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'sysutils/brasero')
-rw-r--r--sysutils/brasero/Makefile74
-rw-r--r--sysutils/brasero/distinfo2
-rw-r--r--sysutils/brasero/files/patch-configure13
-rw-r--r--sysutils/brasero/files/patch-libbrasero-burn_burn-process.c10
-rw-r--r--sysutils/brasero/pkg-descr23
-rw-r--r--sysutils/brasero/pkg-plist548
6 files changed, 0 insertions, 670 deletions
diff --git a/sysutils/brasero/Makefile b/sysutils/brasero/Makefile
deleted file mode 100644
index 2bd8f2d8b..000000000
--- a/sysutils/brasero/Makefile
+++ /dev/null
@@ -1,74 +0,0 @@
-# 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.82 2010/10/03 16:24:19 mezz Exp $
-
-PORTNAME= brasero
-PORTVERSION= 2.32.1
-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.17:${PORTSDIR}/multimedia/totem-pl-parser \
- canberra-gtk.0:${PORTSDIR}/audio/libcanberra
-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 gnomedocutils
-GNOME_DESKTOP_VERSION=2
-USE_LDCONFIG= yes
-USE_GSTREAMER= gconf core
-INSTALLS_OMF= yes
-INSTALLS_ICONS= yes
-CONFIGURE_ARGS= --disable-inotify --with-html-dir=${PREFIX}/share/doc \
- --enable-gtk3=no --enable-introspection=yes
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -DHAVE_CAM_LIB_H=1" \
- LDFLAGS="-L${LOCALBASE}/lib"
-
-MAN1= brasero.1
-GLIB_SCHEMAS= org.gnome.brasero.gschema.xml
-
-OPTIONS= NAUTILUS "Enable Nautilus extension" on \
- LIBBURNIA "Enable libburnia plug-ins" off
-
-PLIST_SUB= FULL_VERSION=${PORTVERSION}
-
-.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
-
-post-patch:
- @${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' \
- ${WRKSRC}/libbrasero-burn/burn-process.c
- @${REINPLACE_CMD} -e 's|" == "|" = "|g' \
- ${WRKSRC}/configure
-
-.include <bsd.port.post.mk>
diff --git a/sysutils/brasero/distinfo b/sysutils/brasero/distinfo
deleted file mode 100644
index 23e03e01f..000000000
--- a/sysutils/brasero/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (gnome2/brasero-2.32.1.tar.bz2) = 7b1056b6f19398912d51e3e583bc1b4d2a75ce2a8e15a96e1514fe6edb79df3b
-SIZE (gnome2/brasero-2.32.1.tar.bz2) = 4530933
diff --git a/sysutils/brasero/files/patch-configure b/sysutils/brasero/files/patch-configure
deleted file mode 100644
index 47011fb7a..000000000
--- a/sysutils/brasero/files/patch-configure
+++ /dev/null
@@ -1,13 +0,0 @@
---- configure.orig 2010-08-18 15:30:33.000000000 +0200
-+++ configure 2010-08-18 15:31:21.000000000 +0200
-@@ -11105,8 +11105,8 @@
- .SECONDARY: $(gsettings_SCHEMAS)
-
- gsettings__base_list = \
-- sed "$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g" | \
-- sed "$$!N;$$!N;$$!N;$$!N;s/\n/ /g"
-+ sed '\''$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g'\'' | \
-+ sed '\''$$!N;$$!N;$$!N;$$!N;s/\n/ /g'\''
-
- install-gsettings-schemas: $(gsettings_SCHEMAS:.xml=.valid) $(gsettings__enum_file)
- @$(NORMAL_INSTALL)
diff --git a/sysutils/brasero/files/patch-libbrasero-burn_burn-process.c b/sysutils/brasero/files/patch-libbrasero-burn_burn-process.c
deleted file mode 100644
index b2b342271..000000000
--- a/sysutils/brasero/files/patch-libbrasero-burn_burn-process.c
+++ /dev/null
@@ -1,10 +0,0 @@
---- libbrasero-burn/burn-process.c.orig 2010-03-07 15:07:48.000000000 -0500
-+++ libbrasero-burn/burn-process.c 2010-03-07 15:08:41.000000000 -0500
-@@ -609,6 +609,7 @@ brasero_process_start (BraseroJob *job,
- gchar *envp [] = { "LANG=C",
- "LANGUAGE=C",
- "LC_ALL=C",
-+ "PATH=/bin:/sbin:/usr/bin:/usr/sbin:%%LOCALBASE%%/bin:%%LOCALBASE%%/sbin",
- NULL};
-
- if (priv->pid)
diff --git a/sysutils/brasero/pkg-descr b/sysutils/brasero/pkg-descr
deleted file mode 100644
index 38ff4ebc9..000000000
--- a/sysutils/brasero/pkg-descr
+++ /dev/null
@@ -1,23 +0,0 @@
-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
deleted file mode 100644
index 3b2f6327a..000000000
--- a/sysutils/brasero/pkg-plist
+++ /dev/null
@@ -1,548 +0,0 @@
-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/girepository-1.0/BraseroBurn-%%FULL_VERSION%%.typelib
-lib/girepository-1.0/BraseroMedia-%%FULL_VERSION%%.typelib
-lib/libbrasero-burn.la
-lib/libbrasero-burn.so
-lib/libbrasero-burn.so.3
-lib/libbrasero-media.la
-lib/libbrasero-media.so
-lib/libbrasero-media.so.3
-lib/libbrasero-utils.la
-lib/libbrasero-utils.so
-lib/libbrasero-utils.so.3
-%%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/GConf/gsettings/brasero.convert
-share/applications/brasero.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-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-data-cfg.html
-share/doc/libbrasero-burn/libbrasero-burn-brasero-track-data.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-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-drive.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/actions/transform-crop-and-resize.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
-share/gir-1.0/BraseroBurn-%%FULL_VERSION%%.gir
-share/gir-1.0/BraseroMedia-%%FULL_VERSION%%.gir
-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/bg/brasero.xml
-share/gnome/help/brasero/bg/figures/brasero_main.png
-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/fi/brasero.xml
-share/gnome/help/brasero/fi/figures/brasero_main.png
-share/gnome/help/brasero/fr/brasero.xml
-share/gnome/help/brasero/fr/figures/brasero_main.png
-share/gnome/help/brasero/gl/brasero.xml
-share/gnome/help/brasero/gl/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/sl/brasero.xml
-share/gnome/help/brasero/sl/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/af/LC_MESSAGES/brasero.mo
-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/eo/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/id/LC_MESSAGES/brasero.mo
-share/locale/it/LC_MESSAGES/brasero.mo
-share/locale/ja/LC_MESSAGES/brasero.mo
-share/locale/kk/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/ms/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/nn/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/sk/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/ug/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-bg.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-fi.omf
-share/omf/brasero/brasero-fr.omf
-share/omf/brasero/brasero-gl.omf
-share/omf/brasero/brasero-it.omf
-share/omf/brasero/brasero-pl.omf
-share/omf/brasero/brasero-ru.omf
-share/omf/brasero/brasero-sl.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/sl/figures
-@dirrm share/gnome/help/brasero/sl
-@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/gl/figures
-@dirrm share/gnome/help/brasero/gl
-@dirrm share/gnome/help/brasero/fr/figures
-@dirrm share/gnome/help/brasero/fr
-@dirrm share/gnome/help/brasero/fi/figures
-@dirrm share/gnome/help/brasero/fi
-@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/bg/figures
-@dirrm share/gnome/help/brasero/bg
-@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
-@dirrmtry share/GConf/gsettings
-@dirrmtry share/GConf
-@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/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/kk/LC_MESSAGES
-@dirrmtry share/locale/kk
-@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
-@dirrmtry share/locale/as/LC_MESSAGES
-@dirrmtry share/locale/as