diff options
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/brasero3/Makefile | 75 | ||||
-rw-r--r-- | sysutils/brasero3/distinfo | 2 | ||||
-rw-r--r-- | sysutils/brasero3/files/patch-libbrasero-burn_burn-process.c | 10 | ||||
-rw-r--r-- | sysutils/brasero3/pkg-descr | 23 | ||||
-rw-r--r-- | sysutils/brasero3/pkg-plist | 553 |
5 files changed, 663 insertions, 0 deletions
diff --git a/sysutils/brasero3/Makefile b/sysutils/brasero3/Makefile new file mode 100644 index 000000000..60b6dcb63 --- /dev/null +++ b/sysutils/brasero3/Makefile @@ -0,0 +1,75 @@ +# 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.83 2010/11/15 21:53:38 kwm Exp $ + +PORTNAME= brasero +PORTVERSION= 2.91.6 +CATEGORIES= sysutils audio multimedia gnome +MASTER_SITES= GNOME +DIST_SUBDIR= gnome3 + +MAINTAINER= gnome@FreeBSD.org +COMMENT= CD/DVD mastering tool for the GNOME desktop + +# unique-1.0.2:${PORTSDIR}/x11-toolkits/unique \ +LIB_DEPENDS= notify.1:${PORTSDIR}/devel/libnotify \ + 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 ice +USE_GNOME= intlhack gnomeprefix gnomehack gnomedocutils gtk30 gconf2 \ + libxml2 +GNOME_DESKTOP_VERSION=3 +USE_LDCONFIG= yes +USE_GSTREAMER= gconf core +INSTALLS_OMF= yes +INSTALLS_ICONS= yes +CONFIGURE_ARGS= --disable-inotify --enable-search=no --enable-playlist=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 \ +OPTIONS= 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/brasero3/distinfo b/sysutils/brasero3/distinfo new file mode 100644 index 000000000..1bb8b7364 --- /dev/null +++ b/sysutils/brasero3/distinfo @@ -0,0 +1,2 @@ +SHA256 (gnome3/brasero-2.91.6.tar.bz2) = 1e62e6dd5e4621edb98b67a37282207d548186bf69792b9fe3ef05590997dde7 +SIZE (gnome3/brasero-2.91.6.tar.bz2) = 4677499 diff --git a/sysutils/brasero3/files/patch-libbrasero-burn_burn-process.c b/sysutils/brasero3/files/patch-libbrasero-burn_burn-process.c new file mode 100644 index 000000000..b2b342271 --- /dev/null +++ b/sysutils/brasero3/files/patch-libbrasero-burn_burn-process.c @@ -0,0 +1,10 @@ +--- 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/brasero3/pkg-descr b/sysutils/brasero3/pkg-descr new file mode 100644 index 000000000..38ff4ebc9 --- /dev/null +++ b/sysutils/brasero3/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/brasero3/pkg-plist b/sysutils/brasero3/pkg-plist new file mode 100644 index 000000000..4229b129a --- /dev/null +++ b/sysutils/brasero3/pkg-plist @@ -0,0 +1,553 @@ +bin/brasero +include/brasero3/brasero-blank-dialog.h +include/brasero3/brasero-burn-dialog.h +include/brasero3/brasero-burn-lib.h +include/brasero3/brasero-burn-options.h +include/brasero3/brasero-burn.h +include/brasero3/brasero-drive-selection.h +include/brasero3/brasero-drive.h +include/brasero3/brasero-enums.h +include/brasero3/brasero-error.h +include/brasero3/brasero-media.h +include/brasero3/brasero-medium-monitor.h +include/brasero3/brasero-medium-selection.h +include/brasero3/brasero-medium.h +include/brasero3/brasero-session-cfg.h +include/brasero3/brasero-session-span.h +include/brasero3/brasero-session.h +include/brasero3/brasero-status.h +include/brasero3/brasero-sum-dialog.h +include/brasero3/brasero-tags.h +include/brasero3/brasero-tool-dialog.h +include/brasero3/brasero-track-data-cfg.h +include/brasero3/brasero-track-data.h +include/brasero3/brasero-track-disc.h +include/brasero3/brasero-track-image-cfg.h +include/brasero3/brasero-track-image.h +include/brasero3/brasero-track-stream-cfg.h +include/brasero3/brasero-track-stream.h +include/brasero3/brasero-track-type.h +include/brasero3/brasero-track.h +include/brasero3/brasero-units.h +include/brasero3/brasero-volume.h +lib/brasero3/plugins/libbrasero-audio2cue.la +lib/brasero3/plugins/libbrasero-audio2cue.so +lib/brasero3/plugins/libbrasero-burn-uri.la +lib/brasero3/plugins/libbrasero-burn-uri.so +lib/brasero3/plugins/libbrasero-cdda2wav.la +lib/brasero3/plugins/libbrasero-cdda2wav.so +lib/brasero3/plugins/libbrasero-cdrdao.la +lib/brasero3/plugins/libbrasero-cdrdao.so +lib/brasero3/plugins/libbrasero-cdrecord.la +lib/brasero3/plugins/libbrasero-cdrecord.so +lib/brasero3/plugins/libbrasero-checksum-file.la +lib/brasero3/plugins/libbrasero-checksum-file.so +lib/brasero3/plugins/libbrasero-checksum.la +lib/brasero3/plugins/libbrasero-checksum.so +lib/brasero3/plugins/libbrasero-dvdauthor.la +lib/brasero3/plugins/libbrasero-dvdauthor.so +lib/brasero3/plugins/libbrasero-dvdcss.la +lib/brasero3/plugins/libbrasero-dvdcss.so +lib/brasero3/plugins/libbrasero-dvdrwformat.la +lib/brasero3/plugins/libbrasero-dvdrwformat.so +lib/brasero3/plugins/libbrasero-genisoimage.la +lib/brasero3/plugins/libbrasero-genisoimage.so +lib/brasero3/plugins/libbrasero-growisofs.la +lib/brasero3/plugins/libbrasero-growisofs.so +%%LIBBURNIA%%lib/brasero3/plugins/libbrasero-libburn.la +%%LIBBURNIA%%lib/brasero3/plugins/libbrasero-libburn.so +%%LIBBURNIA%%lib/brasero3/plugins/libbrasero-libisofs.la +%%LIBBURNIA%%lib/brasero3/plugins/libbrasero-libisofs.so +lib/brasero3/plugins/libbrasero-local-track.la +lib/brasero3/plugins/libbrasero-local-track.so +lib/brasero3/plugins/libbrasero-mkisofs.la +lib/brasero3/plugins/libbrasero-mkisofs.so +lib/brasero3/plugins/libbrasero-normalize.la +lib/brasero3/plugins/libbrasero-normalize.so +lib/brasero3/plugins/libbrasero-readcd.la +lib/brasero3/plugins/libbrasero-readcd.so +lib/brasero3/plugins/libbrasero-readom.la +lib/brasero3/plugins/libbrasero-readom.so +lib/brasero3/plugins/libbrasero-transcode.la +lib/brasero3/plugins/libbrasero-transcode.so +lib/brasero3/plugins/libbrasero-vcdimager.la +lib/brasero3/plugins/libbrasero-vcdimager.so +lib/brasero3/plugins/libbrasero-vob.la +lib/brasero3/plugins/libbrasero-vob.so +lib/brasero3/plugins/libbrasero-wodim.la +lib/brasero3/plugins/libbrasero-wodim.so +lib/girepository-1.0/BraseroBurn-%%FULL_VERSION%%.typelib +lib/girepository-1.0/BraseroMedia-%%FULL_VERSION%%.typelib +lib/libbrasero-burn3.la +lib/libbrasero-burn3.so +lib/libbrasero-burn3.so.3 +lib/libbrasero-media3.la +lib/libbrasero-media3.so +lib/libbrasero-media3.so.3 +lib/libbrasero-utils3.la +lib/libbrasero-utils3.so +lib/libbrasero-utils3.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-burn3.pc +libdata/pkgconfig/libbrasero-media3.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/ro/brasero.xml +share/gnome/help/brasero/ro/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-ro.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/ro/figures +@dirrm share/gnome/help/brasero/ro +@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/brasero3/plugins +@dirrm lib/brasero3 +@dirrm include/brasero3 +@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 |