Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 7 Feb 2013 14:19:49 +0000 (UTC)
From:      Martin Wilke <miwi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r311836 - head/multimedia/2mandvd
Message-ID:  <201302071419.r17EJnpG077280@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: miwi
Date: Thu Feb  7 14:19:48 2013
New Revision: 311836
URL: http://svnweb.freebsd.org/changeset/ports/311836

Log:
  - Update to 1.8.4
  
  PR:		175011
  Submitted by:	ports fury

Modified:
  head/multimedia/2mandvd/Makefile
  head/multimedia/2mandvd/distinfo   (contents, props changed)
  head/multimedia/2mandvd/pkg-plist   (contents, props changed)

Modified: head/multimedia/2mandvd/Makefile
==============================================================================
--- head/multimedia/2mandvd/Makefile	Thu Feb  7 14:17:25 2013	(r311835)
+++ head/multimedia/2mandvd/Makefile	Thu Feb  7 14:19:48 2013	(r311836)
@@ -2,59 +2,69 @@
 # $FreeBSD$
 
 PORTNAME=	2ManDVD
-PORTVERSION=	1.3.5
-PORTREVISION=	3
+PORTVERSION=	1.8.4
 CATEGORIES=	multimedia kde
 MASTER_SITES=	http://download.tuxfamily.org/2mandvd/
 
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	DVD authoring and slideshow tool
 
+LICENSE=	GPLv2
+
+LIB_DEPENDS=	avcodec:${PORTSDIR}/multimedia/ffmpeg
 RUN_DEPENDS=	sox:${PORTSDIR}/audio/sox \
-		mencoder:${PORTSDIR}/multimedia/mencoder \
-		mplayer:${PORTSDIR}/multimedia/mplayer \
+		notify-send:${PORTSDIR}/devel/libnotify \
 		netpbm>=10.26:${PORTSDIR}/graphics/netpbm \
 		dvdauthor:${PORTSDIR}/multimedia/dvdauthor \
-		ppmtoy4m:${PORTSDIR}/multimedia/mjpegtools \
 		ffmpegthumbnailer:${PORTSDIR}/multimedia/ffmpegthumbnailer \
-		growisofs:${PORTSDIR}/sysutils/dvd+rw-tools \
-		notify-send:${PORTSDIR}/devel/libnotify \
+		mencoder:${PORTSDIR}/multimedia/mencoder \
+		ppmtoy4m:${PORTSDIR}/multimedia/mjpegtools \
+		mplayer:${PORTSDIR}/multimedia/mplayer \
 		tcprobe:${PORTSDIR}/multimedia/transcode \
 		xine:${PORTSDIR}/multimedia/xine \
-		ffmpeg>=0.5:${PORTSDIR}/multimedia/ffmpeg
+		growisofs:${PORTSDIR}/sysutils/dvd+rw-tools
 
-LICENSE=	GPLv2
+WRKSRC=		${WRKDIR}/${PORTNAME}
 
-USE_CDRTOOLS=	true
+USE_QT4=	corelib gui opengl \
+		linguist_build moc_build qmake_build rcc_build uic_build
+USE_GL=		glu
+USE_SDL=	sdl
 USE_PERL5_RUN=	yes
-USE_QT4=	qmake_build gui corelib rcc_build moc_build uic_build webkit
-
-MAKE_ENV=	QTDIR=${QT_PREFIX}
-WRKSRC=		${WRKDIR}/${PORTNAME}
+USE_CDRTOOLS=	yes
+USE_GMAKE=	yes
+MAKE_ENV=	QTDIR="${QT_PREFIX}"
 MAKE_JOBS_SAFE=	yes
 
-DESKTOP_ENTRIES="2ManDVD" "DVD Maker" "${PREFIX}/share/pixmaps/mandvdico.png" \
-		"2ManDVD" "AudioVideo;DiscBurning;Qt;" false
-
 post-patch:
-	@${REINPLACE_CMD} -e 's|bash|sh|' ${WRKSRC}/mainfrm.cpp \
-		${WRKSRC}/rendering.cpp ${WRKSRC}/project.cpp \
-		${WRKSRC}/media_browser.cpp
-	@${REINPLACE_CMD} -e 's|cp -rf|cp -Rf|' ${WRKSRC}/project.cpp
-	@${RM} -f ${WRKSRC}/ui_*.h ${WRKSRC}/moc_*.cpp ${WRKSRC}/qrc_*.cpp \
-		${WRKSRC}/*/*/*/*~
+	@${GREP} -lR "/bash" ${WRKSRC} | ${XARGS} ${REINPLACE_CMD} -e \
+		's|/bash|/sh|'
+	@${GREP} -lR "cp -rf" ${WRKSRC} | ${XARGS} ${REINPLACE_CMD} -e \
+		's|cp -rf|cp -Rf|'
+	@${REINPLACE_CMD} -e \
+		's|/usr/include|${LOCALBASE}/include| ; \
+		 s|/usr/share/2ManDVD|${PREFIX}/lib/2ManDVD| ; \
+		 s|/usr/bin|${PREFIX}/bin| ; \
+		 s|/usr/share/applications|${PREFIX}/share/applications| ; \
+		 s|^QMAKE_|#QMAKE_|' ${WRKSRC}/2ManDVD.pro
+	@${REINPLACE_CMD} -e \
+		's|/usr/bin/perl|${LOCALBASE}/bin/perl|' ${WRKSRC}/fake.pl
+	@${REINPLACE_CMD} -e \
+		's|/usr/share/2ManDVD|${PREFIX}/share/pixmaps| ; \
+		 s|/usr/bin/||' ${WRKSRC}/2ManDVD.desktop
 
 do-configure:
-	@cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} \
-		${QMAKE} -spec ${QMAKESPEC} 2ManDVD.pro
+	(cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${QMAKE} ${QMAKEFLAGS})
 
 do-install:
-	@${MKDIR} ${DATADIR}
-	cd ${WRKSRC} && ${COPYTREE_SHARE} "Bibliotheque Interface" ${DATADIR}
-	${INSTALL_DATA} ${WRKSRC}/*.qm ${DATADIR}
-	${INSTALL_PROGRAM} ${WRKSRC}/2ManDVD ${DATADIR}
-	${INSTALL_DATA} ${WRKSRC}/Interface/mandvdico.png \
-		${PREFIX}/share/pixmaps
-	${LN} -fs ${DATADIR}/2ManDVD ${PREFIX}/bin
+	(cd ${WRKSRC} && ${INSTALL_PROGRAM} 2ManDVD ${PREFIX}/bin)
+	(cd ${WRKSRC} && ${INSTALL_SCRIPT} fake.pl ${PREFIX}/bin)
+	@${MKDIR} ${PREFIX}/lib/2ManDVD
+	(cd ${WRKSRC} && ${INSTALL_DATA} *.qm ${PREFIX}/lib/2ManDVD)
+	@(cd ${WRKSRC} && ${COPYTREE_SHARE} Bibliotheque ${PREFIX}/lib/2ManDVD)
+	@${MKDIR} ${DESKTOPDIR}
+	(cd ${WRKSRC} && ${INSTALL_DATA} 2ManDVD.desktop ${DESKTOPDIR})
+	(cd ${WRKSRC}/Interface && ${INSTALL_DATA} mandvdico.png \
+		${PREFIX}/share/pixmaps)
 
 .include <bsd.port.mk>

Modified: head/multimedia/2mandvd/distinfo
==============================================================================
--- head/multimedia/2mandvd/distinfo	Thu Feb  7 14:17:25 2013	(r311835)
+++ head/multimedia/2mandvd/distinfo	Thu Feb  7 14:19:48 2013	(r311836)
@@ -1,2 +1,2 @@
-SHA256 (2ManDVD-1.3.5.tar.gz) = b1b79ccae2ad45dbc0865b0d8c899bad7b272dc4d89f726ab7b350fc5a3ee18a
-SIZE (2ManDVD-1.3.5.tar.gz) = 18259008
+SHA256 (2ManDVD-1.8.4.tar.gz) = b74e8a62b4e396c4cbb1db2864d77c87ea45f74bb599f4f270608d9e7f91888c
+SIZE (2ManDVD-1.8.4.tar.gz) = 29523342

Modified: head/multimedia/2mandvd/pkg-plist
==============================================================================
--- head/multimedia/2mandvd/pkg-plist	Thu Feb  7 14:17:25 2013	(r311835)
+++ head/multimedia/2mandvd/pkg-plist	Thu Feb  7 14:19:48 2013	(r311836)
@@ -1,462 +1,533 @@
 bin/2ManDVD
+bin/fake.pl
+lib/2ManDVD/2mandvd_cs.qm
+lib/2ManDVD/2mandvd_de.qm
+lib/2ManDVD/2mandvd_en.qm
+lib/2ManDVD/2mandvd_it.qm
+lib/2ManDVD/2mandvd_ru.qm
+lib/2ManDVD/Bibliotheque/3d/ani3d.dat
+lib/2ManDVD/Bibliotheque/3d/ani3d.dat~
+lib/2ManDVD/Bibliotheque/Animations/Papillon_3.gif
+lib/2ManDVD/Bibliotheque/Animations/biche.gif
+lib/2ManDVD/Bibliotheque/Animations/bougie_001.gif
+lib/2ManDVD/Bibliotheque/Animations/cactus.gif
+lib/2ManDVD/Bibliotheque/Animations/canard_001.gif
+lib/2ManDVD/Bibliotheque/Animations/canard_002.gif
+lib/2ManDVD/Bibliotheque/Animations/clown_001.gif
+lib/2ManDVD/Bibliotheque/Animations/clown_002.gif
+lib/2ManDVD/Bibliotheque/Animations/doll_001.gif
+lib/2ManDVD/Bibliotheque/Animations/doll_002.gif
+lib/2ManDVD/Bibliotheque/Animations/etoiles-rose.gif
+lib/2ManDVD/Bibliotheque/Animations/flower_001.gif
+lib/2ManDVD/Bibliotheque/Animations/flower_002.gif
+lib/2ManDVD/Bibliotheque/Animations/flower_003.gif
+lib/2ManDVD/Bibliotheque/Animations/flower_004.gif
+lib/2ManDVD/Bibliotheque/Animations/flower_005.gif
+lib/2ManDVD/Bibliotheque/Animations/flower_006.gif
+lib/2ManDVD/Bibliotheque/Animations/knight-horseback.gif
+lib/2ManDVD/Bibliotheque/Animations/lune_1.gif
+lib/2ManDVD/Bibliotheque/Animations/mars.gif
+lib/2ManDVD/Bibliotheque/Animations/mouette_001.gif
+lib/2ManDVD/Bibliotheque/Animations/mouette_002.gif
+lib/2ManDVD/Bibliotheque/Animations/oiseau_002.gif
+lib/2ManDVD/Bibliotheque/Animations/papillon_1.gif
+lib/2ManDVD/Bibliotheque/Animations/papillon_2.gif
+lib/2ManDVD/Bibliotheque/Animations/poisson_1.gif
+lib/2ManDVD/Bibliotheque/Animations/sexe_001.gif
+lib/2ManDVD/Bibliotheque/Animations/sexe_002.gif
+lib/2ManDVD/Bibliotheque/Animations/ski.gif
+lib/2ManDVD/Bibliotheque/Animations/tower_001.gif
+lib/2ManDVD/Bibliotheque/Luma/Blinds_001.png
+lib/2ManDVD/Bibliotheque/Luma/Blinds_002.png
+lib/2ManDVD/Bibliotheque/Luma/Blob.png
+lib/2ManDVD/Bibliotheque/Luma/Brule_001.png
+lib/2ManDVD/Bibliotheque/Luma/Brule_002.png
+lib/2ManDVD/Bibliotheque/Luma/Brule_003.png
+lib/2ManDVD/Bibliotheque/Luma/BumpWood.png
+lib/2ManDVD/Bibliotheque/Luma/Carre_001.png
+lib/2ManDVD/Bibliotheque/Luma/Carre_002.png
+lib/2ManDVD/Bibliotheque/Luma/Carre_003.png
+lib/2ManDVD/Bibliotheque/Luma/Carre_004.png
+lib/2ManDVD/Bibliotheque/Luma/Carre_005.png
+lib/2ManDVD/Bibliotheque/Luma/Carre_006.png
+lib/2ManDVD/Bibliotheque/Luma/Carre_007.png
+lib/2ManDVD/Bibliotheque/Luma/Cercle_001.png
+lib/2ManDVD/Bibliotheque/Luma/Cercle_002.png
+lib/2ManDVD/Bibliotheque/Luma/Cercle_003.png
+lib/2ManDVD/Bibliotheque/Luma/Coeur.png
+lib/2ManDVD/Bibliotheque/Luma/Coeur_002.png
+lib/2ManDVD/Bibliotheque/Luma/CrustCurd.png
+lib/2ManDVD/Bibliotheque/Luma/CrustLarge.png
+lib/2ManDVD/Bibliotheque/Luma/CrustSmallPox.png
+lib/2ManDVD/Bibliotheque/Luma/CrustWave.png
+lib/2ManDVD/Bibliotheque/Luma/CubicMosaic.png
+lib/2ManDVD/Bibliotheque/Luma/Damier_001.png
+lib/2ManDVD/Bibliotheque/Luma/Damier_002.png
+lib/2ManDVD/Bibliotheque/Luma/Damier_003.png
+lib/2ManDVD/Bibliotheque/Luma/Damier_004.png
+lib/2ManDVD/Bibliotheque/Luma/Damier_005.png
+lib/2ManDVD/Bibliotheque/Luma/Damier_006.png
+lib/2ManDVD/Bibliotheque/Luma/Damier_007.png
+lib/2ManDVD/Bibliotheque/Luma/DynaRipple.png
+lib/2ManDVD/Bibliotheque/Luma/DynaRipple2.png
+lib/2ManDVD/Bibliotheque/Luma/Etoile_001.png
+lib/2ManDVD/Bibliotheque/Luma/Etoile_002.png
+lib/2ManDVD/Bibliotheque/Luma/Etoile_003.png
+lib/2ManDVD/Bibliotheque/Luma/Etoile_004.png
+lib/2ManDVD/Bibliotheque/Luma/Flammes.png
+lib/2ManDVD/Bibliotheque/Luma/Fleurs_001.png
+lib/2ManDVD/Bibliotheque/Luma/Fleurs_002.png
+lib/2ManDVD/Bibliotheque/Luma/Fractale_001.png
+lib/2ManDVD/Bibliotheque/Luma/Helice_001.png
+lib/2ManDVD/Bibliotheque/Luma/Helice_002.png
+lib/2ManDVD/Bibliotheque/Luma/Kleck.png
+lib/2ManDVD/Bibliotheque/Luma/Laser_001.png
+lib/2ManDVD/Bibliotheque/Luma/Marble.png
+lib/2ManDVD/Bibliotheque/Luma/Mer_001.png
+lib/2ManDVD/Bibliotheque/Luma/Nuages_001.png
+lib/2ManDVD/Bibliotheque/Luma/Nuages_002.png
+lib/2ManDVD/Bibliotheque/Luma/Ondes_001.png
+lib/2ManDVD/Bibliotheque/Luma/Page_wipe.png
+lib/2ManDVD/Bibliotheque/Luma/Pattern_001.png
+lib/2ManDVD/Bibliotheque/Luma/Pattern_002.png
+lib/2ManDVD/Bibliotheque/Luma/Pattern_003.png
+lib/2ManDVD/Bibliotheque/Luma/Pendule_001.png
+lib/2ManDVD/Bibliotheque/Luma/Pendule_002.png
+lib/2ManDVD/Bibliotheque/Luma/Pluie_001.png
+lib/2ManDVD/Bibliotheque/Luma/Points_001.png
+lib/2ManDVD/Bibliotheque/Luma/Points_002.png
+lib/2ManDVD/Bibliotheque/Luma/Points_003.png
+lib/2ManDVD/Bibliotheque/Luma/PuzzleA.png
+lib/2ManDVD/Bibliotheque/Luma/PuzzleB.png
+lib/2ManDVD/Bibliotheque/Luma/Recouvrement_Radial.png
+lib/2ManDVD/Bibliotheque/Luma/Recouvrement_Radial_002.png
+lib/2ManDVD/Bibliotheque/Luma/Recouvrement_Radial_003.png
+lib/2ManDVD/Bibliotheque/Luma/Recouvrement_bandes_3D.png
+lib/2ManDVD/Bibliotheque/Luma/Recouvrement_bandes_horizontales_001.png
+lib/2ManDVD/Bibliotheque/Luma/Recouvrement_bandes_horizontales_002.png
+lib/2ManDVD/Bibliotheque/Luma/Recouvrement_bandes_horizontales_003.png
+lib/2ManDVD/Bibliotheque/Luma/Recouvrement_bandes_verticales_001.png
+lib/2ManDVD/Bibliotheque/Luma/Recouvrement_bandes_verticales_002.png
+lib/2ManDVD/Bibliotheque/Luma/Recouvrement_bandes_verticales_003.png
+lib/2ManDVD/Bibliotheque/Luma/Recouvrement_bas.png
+lib/2ManDVD/Bibliotheque/Luma/Recouvrement_droite.png
+lib/2ManDVD/Bibliotheque/Luma/Recouvrement_gauche.png
+lib/2ManDVD/Bibliotheque/Luma/Recouvrement_haut.png
+lib/2ManDVD/Bibliotheque/Luma/Recouvrement_radial_angle.png
+lib/2ManDVD/Bibliotheque/Luma/Rideau_001.png
+lib/2ManDVD/Bibliotheque/Luma/Rideau_002.png
+lib/2ManDVD/Bibliotheque/Luma/Rideau_003.png
+lib/2ManDVD/Bibliotheque/Luma/Rideau_004.png
+lib/2ManDVD/Bibliotheque/Luma/Ripple-Sine.png
+lib/2ManDVD/Bibliotheque/Luma/Rond_001.png
+lib/2ManDVD/Bibliotheque/Luma/Rond_002.png
+lib/2ManDVD/Bibliotheque/Luma/Sinus1.png
+lib/2ManDVD/Bibliotheque/Luma/Sinus10.png
+lib/2ManDVD/Bibliotheque/Luma/Sinus11.png
+lib/2ManDVD/Bibliotheque/Luma/Sinus12.png
+lib/2ManDVD/Bibliotheque/Luma/Sinus2.png
+lib/2ManDVD/Bibliotheque/Luma/Sinus3.png
+lib/2ManDVD/Bibliotheque/Luma/Sinus4.png
+lib/2ManDVD/Bibliotheque/Luma/Sinus5.png
+lib/2ManDVD/Bibliotheque/Luma/Sinus6.png
+lib/2ManDVD/Bibliotheque/Luma/Sinus7.png
+lib/2ManDVD/Bibliotheque/Luma/Sinus8.png
+lib/2ManDVD/Bibliotheque/Luma/Sinus9.png
+lib/2ManDVD/Bibliotheque/Luma/Smoke_001.png
+lib/2ManDVD/Bibliotheque/Luma/Snake05.png
+lib/2ManDVD/Bibliotheque/Luma/Snake06.png
+lib/2ManDVD/Bibliotheque/Luma/Snake07.png
+lib/2ManDVD/Bibliotheque/Luma/Snake08.png
+lib/2ManDVD/Bibliotheque/Luma/Snowflakes.png
+lib/2ManDVD/Bibliotheque/Luma/Spirale_001.png
+lib/2ManDVD/Bibliotheque/Luma/Spirale_002.png
+lib/2ManDVD/Bibliotheque/Luma/Spirale_003.png
+lib/2ManDVD/Bibliotheque/Luma/Spirale_004.png
+lib/2ManDVD/Bibliotheque/Luma/Spirale_005.png
+lib/2ManDVD/Bibliotheque/Luma/Spirale_006.png
+lib/2ManDVD/Bibliotheque/Luma/Spirale_007.png
+lib/2ManDVD/Bibliotheque/Luma/Spirale_008.png
+lib/2ManDVD/Bibliotheque/Luma/Spirale_009.png
+lib/2ManDVD/Bibliotheque/Luma/Spirale_010.png
+lib/2ManDVD/Bibliotheque/Luma/Spirale_011.png
+lib/2ManDVD/Bibliotheque/Luma/Star3out1.png
+lib/2ManDVD/Bibliotheque/Luma/Star3out3.png
+lib/2ManDVD/Bibliotheque/Luma/Star3out4.png
+lib/2ManDVD/Bibliotheque/Luma/Star5out2.png
+lib/2ManDVD/Bibliotheque/Luma/Star5out3.png
+lib/2ManDVD/Bibliotheque/Luma/Star5out5.png
+lib/2ManDVD/Bibliotheque/Luma/Star5out6.png
+lib/2ManDVD/Bibliotheque/Luma/Star5out8.png
+lib/2ManDVD/Bibliotheque/Luma/Star6out2.png
+lib/2ManDVD/Bibliotheque/Luma/Star_1.png
+lib/2ManDVD/Bibliotheque/Luma/StripedCircle.png
+lib/2ManDVD/Bibliotheque/Luma/TwistedFish.png
+lib/2ManDVD/Bibliotheque/Luma/V_001.png
+lib/2ManDVD/Bibliotheque/Luma/Vague_001.png
+lib/2ManDVD/Bibliotheque/Luma/Vague_002.png
+lib/2ManDVD/Bibliotheque/Luma/Vague_003.png
+lib/2ManDVD/Bibliotheque/Luma/VerXout.png
+lib/2ManDVD/Bibliotheque/Luma/Wipe_x_mirror.png
+lib/2ManDVD/Bibliotheque/Luma/Zigzag_001.png
+lib/2ManDVD/Bibliotheque/Luma/Zigzag_002.png
+lib/2ManDVD/Bibliotheque/Luma/Zigzag_003.png
+lib/2ManDVD/Bibliotheque/Luma/Zigzag_004.png
+lib/2ManDVD/Bibliotheque/Luma/crossfade.png
+lib/2ManDVD/Bibliotheque/Luma/hatched_1.png
+lib/2ManDVD/Bibliotheque/Luma/hourglass_1.png
+lib/2ManDVD/Bibliotheque/Luma/hourglass_2.png
+lib/2ManDVD/Bibliotheque/Luma/hourglass_3.png
+lib/2ManDVD/Bibliotheque/Luma/hourglass_4.png
+lib/2ManDVD/Bibliotheque/Luma/pattern21.png
+lib/2ManDVD/Bibliotheque/Luma/pattern22.png
+lib/2ManDVD/Bibliotheque/Luma/pattern23.png
+lib/2ManDVD/Bibliotheque/Luma/pattern24.png
+lib/2ManDVD/Bibliotheque/Luma/pattern25.png
+lib/2ManDVD/Bibliotheque/Luma/pattern26.png
+lib/2ManDVD/Bibliotheque/Luma/pattern27.png
+lib/2ManDVD/Bibliotheque/Luma/pattern28.png
+lib/2ManDVD/Bibliotheque/Luma/pattern29.png
+lib/2ManDVD/Bibliotheque/Luma/pattern30.png
+lib/2ManDVD/Bibliotheque/Luma/pattern31.png
+lib/2ManDVD/Bibliotheque/Luma/pattern32.png
+lib/2ManDVD/Bibliotheque/Luma/pattern33.png
+lib/2ManDVD/Bibliotheque/Luma/pattern37.png
+lib/2ManDVD/Bibliotheque/Luma/pattern38.png
+lib/2ManDVD/Bibliotheque/Luma/pattern39.png
+lib/2ManDVD/Bibliotheque/Luma/pattern40.png
+lib/2ManDVD/Bibliotheque/Luma/pattern48.png
+lib/2ManDVD/Bibliotheque/Luma/polar.png
+lib/2ManDVD/Bibliotheque/Luma/reliefwipedown.png
+lib/2ManDVD/Bibliotheque/Luma/snakerelief.png
+lib/2ManDVD/Bibliotheque/Luma/special_effect01.png
+lib/2ManDVD/Bibliotheque/Luma/special_effect02.png
+lib/2ManDVD/Bibliotheque/Luma/special_effect03.png
+lib/2ManDVD/Bibliotheque/Luma/special_effect19.png
+lib/2ManDVD/Bibliotheque/Luma/spiral_abstract_1.png
+lib/2ManDVD/Bibliotheque/Luma/spiral_abstract_2.png
+lib/2ManDVD/Bibliotheque/Luma/star_2.png
+lib/2ManDVD/Bibliotheque/Masks/2t_Holmes_001.png
+lib/2ManDVD/Bibliotheque/Masks/2t_Stop_001.png
+lib/2ManDVD/Bibliotheque/Masks/2t_ampoule_001.png
+lib/2ManDVD/Bibliotheque/Masks/2t_ballon_001.png
+lib/2ManDVD/Bibliotheque/Masks/2t_bateau_001.png
+lib/2ManDVD/Bibliotheque/Masks/2t_bird_001.png
+lib/2ManDVD/Bibliotheque/Masks/2t_cadre_001.png
+lib/2ManDVD/Bibliotheque/Masks/2t_cadre_002.png
+lib/2ManDVD/Bibliotheque/Masks/2t_cadre_003.png
+lib/2ManDVD/Bibliotheque/Masks/2t_camera_001.png
+lib/2ManDVD/Bibliotheque/Masks/2t_cd_001.png
+lib/2ManDVD/Bibliotheque/Masks/2t_chien_001.png
+lib/2ManDVD/Bibliotheque/Masks/2t_clap_001.png
+lib/2ManDVD/Bibliotheque/Masks/2t_cloche_001.png
+lib/2ManDVD/Bibliotheque/Masks/2t_coeurs_001.png
+lib/2ManDVD/Bibliotheque/Masks/2t_dechire_001.png
+lib/2ManDVD/Bibliotheque/Masks/2t_dragon_001.png
+lib/2ManDVD/Bibliotheque/Masks/2t_ecran_001.png
+lib/2ManDVD/Bibliotheque/Masks/2t_enfants_001.png
+lib/2ManDVD/Bibliotheque/Masks/2t_etoile_001.png
+lib/2ManDVD/Bibliotheque/Masks/2t_femme_001.png
+lib/2ManDVD/Bibliotheque/Masks/2t_film_001.png
+lib/2ManDVD/Bibliotheque/Masks/2t_flake_001.png
+lib/2ManDVD/Bibliotheque/Masks/2t_fleur_001.png
+lib/2ManDVD/Bibliotheque/Masks/2t_fleur_002.png
+lib/2ManDVD/Bibliotheque/Masks/2t_helice_001.png
+lib/2ManDVD/Bibliotheque/Masks/2t_lune_001.png
+lib/2ManDVD/Bibliotheque/Masks/2t_maison_001.png
+lib/2ManDVD/Bibliotheque/Masks/2t_mickey_001.png
+lib/2ManDVD/Bibliotheque/Masks/2t_nuage_001.png
+lib/2ManDVD/Bibliotheque/Masks/2t_ours_001.png
+lib/2ManDVD/Bibliotheque/Masks/2t_panda_001.png
+lib/2ManDVD/Bibliotheque/Masks/2t_papillon_001.png
+lib/2ManDVD/Bibliotheque/Masks/2t_photos_001.png
+lib/2ManDVD/Bibliotheque/Masks/2t_photos_002.png
+lib/2ManDVD/Bibliotheque/Masks/2t_poule_001.png
+lib/2ManDVD/Bibliotheque/Masks/2t_profil_001.png
+lib/2ManDVD/Bibliotheque/Masks/2t_rond_001.png
+lib/2ManDVD/Bibliotheque/Masks/2t_rose2_001.png
+lib/2ManDVD/Bibliotheque/Masks/2t_rose_001.png
+lib/2ManDVD/Bibliotheque/Masks/2t_rubans_001.png
+lib/2ManDVD/Bibliotheque/Masks/2t_sapin_001.png
+lib/2ManDVD/Bibliotheque/Masks/2t_schtroumpf_001.png
+lib/2ManDVD/Bibliotheque/Masks/2t_serrure_001.png
+lib/2ManDVD/Bibliotheque/Masks/2t_singe_001.png
+lib/2ManDVD/Bibliotheque/Masks/2t_tourbillon_001.png
+lib/2ManDVD/Bibliotheque/Masks/2t_trèfle_001.png
+lib/2ManDVD/Bibliotheque/Masks/2t_tux_001.png
+lib/2ManDVD/Bibliotheque/Masks/2t_vache_001.png
+lib/2ManDVD/Bibliotheque/Masks/Holmes_001.png
+lib/2ManDVD/Bibliotheque/Masks/ampoule_001.png
+lib/2ManDVD/Bibliotheque/Masks/ballon_001.png
+lib/2ManDVD/Bibliotheque/Masks/bateau_001.png
+lib/2ManDVD/Bibliotheque/Masks/biche.png
+lib/2ManDVD/Bibliotheque/Masks/bird_001.png
+lib/2ManDVD/Bibliotheque/Masks/cadre_001.png
+lib/2ManDVD/Bibliotheque/Masks/cadre_002.png
+lib/2ManDVD/Bibliotheque/Masks/cadre_003.png
+lib/2ManDVD/Bibliotheque/Masks/cadre_004.png
+lib/2ManDVD/Bibliotheque/Masks/camera_001.png
+lib/2ManDVD/Bibliotheque/Masks/cd_001.png
+lib/2ManDVD/Bibliotheque/Masks/chien_001.png
+lib/2ManDVD/Bibliotheque/Masks/clap_001.png
+lib/2ManDVD/Bibliotheque/Masks/cloche_001.png
+lib/2ManDVD/Bibliotheque/Masks/coeurs_001.png
+lib/2ManDVD/Bibliotheque/Masks/dechire_001.png
+lib/2ManDVD/Bibliotheque/Masks/dechire_002.png
+lib/2ManDVD/Bibliotheque/Masks/dechire_003.png
+lib/2ManDVD/Bibliotheque/Masks/dragon_001.png
+lib/2ManDVD/Bibliotheque/Masks/ecran_001.png
+lib/2ManDVD/Bibliotheque/Masks/enfants_001.png
+lib/2ManDVD/Bibliotheque/Masks/etoile_001.png
+lib/2ManDVD/Bibliotheque/Masks/etoile_002.png
+lib/2ManDVD/Bibliotheque/Masks/etoile_003.png
+lib/2ManDVD/Bibliotheque/Masks/femme_001.png
+lib/2ManDVD/Bibliotheque/Masks/feuille_001.png
+lib/2ManDVD/Bibliotheque/Masks/film_001.png
+lib/2ManDVD/Bibliotheque/Masks/flake_001.png
+lib/2ManDVD/Bibliotheque/Masks/fleur_001.png
+lib/2ManDVD/Bibliotheque/Masks/fleur_002.png
+lib/2ManDVD/Bibliotheque/Masks/froisse_001.png
+lib/2ManDVD/Bibliotheque/Masks/helice_001.png
+lib/2ManDVD/Bibliotheque/Masks/lune_001.png
+lib/2ManDVD/Bibliotheque/Masks/maison_001.png
+lib/2ManDVD/Bibliotheque/Masks/mickey_001.png
+lib/2ManDVD/Bibliotheque/Masks/nuage_001.png
+lib/2ManDVD/Bibliotheque/Masks/oeil.png
+lib/2ManDVD/Bibliotheque/Masks/ours_001.png
+lib/2ManDVD/Bibliotheque/Masks/panda_001.png
+lib/2ManDVD/Bibliotheque/Masks/papillon_001.png
+lib/2ManDVD/Bibliotheque/Masks/parchemin_001.png
+lib/2ManDVD/Bibliotheque/Masks/photos_001.png
+lib/2ManDVD/Bibliotheque/Masks/photos_002.png
+lib/2ManDVD/Bibliotheque/Masks/poule_001.png
+lib/2ManDVD/Bibliotheque/Masks/profil_001.png
+lib/2ManDVD/Bibliotheque/Masks/rectangle_001.png
+lib/2ManDVD/Bibliotheque/Masks/rond_001.png
+lib/2ManDVD/Bibliotheque/Masks/rond_002.png
+lib/2ManDVD/Bibliotheque/Masks/rond_003.png
+lib/2ManDVD/Bibliotheque/Masks/rond_004.png
+lib/2ManDVD/Bibliotheque/Masks/rose2_001.png
+lib/2ManDVD/Bibliotheque/Masks/rose_001.png
+lib/2ManDVD/Bibliotheque/Masks/rubans_001.png
+lib/2ManDVD/Bibliotheque/Masks/sapin_001.png
+lib/2ManDVD/Bibliotheque/Masks/schtroumpf_001.png
+lib/2ManDVD/Bibliotheque/Masks/serrure_001.png
+lib/2ManDVD/Bibliotheque/Masks/singe_001.png
+lib/2ManDVD/Bibliotheque/Masks/skeleton_001.png
+lib/2ManDVD/Bibliotheque/Masks/spider_001.png
+lib/2ManDVD/Bibliotheque/Masks/tache_001.png
+lib/2ManDVD/Bibliotheque/Masks/tourbillon_001.png
+lib/2ManDVD/Bibliotheque/Masks/trèfle_001.png
+lib/2ManDVD/Bibliotheque/Masks/tux_001.png
+lib/2ManDVD/Bibliotheque/Masks/vache_001.png
+lib/2ManDVD/Bibliotheque/Masks/vframe.png
+lib/2ManDVD/Bibliotheque/Themes/FOLD_Animaux/Chat/0.png
+lib/2ManDVD/Bibliotheque/Themes/FOLD_Animaux/Chat/1.png
+lib/2ManDVD/Bibliotheque/Themes/FOLD_Animaux/Chat/2t_0.png
+lib/2ManDVD/Bibliotheque/Themes/FOLD_Animaux/Chat/2t_1.png
+lib/2ManDVD/Bibliotheque/Themes/FOLD_Animaux/Chat/fd.jpg
+lib/2ManDVD/Bibliotheque/Themes/FOLD_Animaux/Chat/theme.jpg
+lib/2ManDVD/Bibliotheque/Themes/FOLD_Animaux/Chat/theme.txt
+lib/2ManDVD/Bibliotheque/Themes/FOLD_Animaux/Coquillage/coqu3.jpg
+lib/2ManDVD/Bibliotheque/Themes/FOLD_Animaux/Coquillage/coqui2.jpg
+lib/2ManDVD/Bibliotheque/Themes/FOLD_Animaux/Coquillage/coqui5.jpg
+lib/2ManDVD/Bibliotheque/Themes/FOLD_Animaux/Coquillage/fd.jpg
+lib/2ManDVD/Bibliotheque/Themes/FOLD_Animaux/Coquillage/theme.jpg
+lib/2ManDVD/Bibliotheque/Themes/FOLD_Animaux/Coquillage/theme.txt
+lib/2ManDVD/Bibliotheque/Themes/FOLD_Animaux/Duo/2t_3.png
+lib/2ManDVD/Bibliotheque/Themes/FOLD_Animaux/Duo/2t_4.png
+lib/2ManDVD/Bibliotheque/Themes/FOLD_Animaux/Duo/2t_5.png
+lib/2ManDVD/Bibliotheque/Themes/FOLD_Animaux/Duo/3.png
+lib/2ManDVD/Bibliotheque/Themes/FOLD_Animaux/Duo/4.png
+lib/2ManDVD/Bibliotheque/Themes/FOLD_Animaux/Duo/5.png
+lib/2ManDVD/Bibliotheque/Themes/FOLD_Animaux/Duo/Duo1.png
+lib/2ManDVD/Bibliotheque/Themes/FOLD_Animaux/Duo/Duo2.png
+lib/2ManDVD/Bibliotheque/Themes/FOLD_Animaux/Duo/Duo3.png
+lib/2ManDVD/Bibliotheque/Themes/FOLD_Animaux/Duo/fd.jpg
+lib/2ManDVD/Bibliotheque/Themes/FOLD_Animaux/Duo/theme.jpg
+lib/2ManDVD/Bibliotheque/Themes/FOLD_Animaux/Duo/theme.txt
+lib/2ManDVD/Bibliotheque/Themes/FOLD_Animaux/Oiseaux/0.png
+lib/2ManDVD/Bibliotheque/Themes/FOLD_Animaux/Oiseaux/1.png
+lib/2ManDVD/Bibliotheque/Themes/FOLD_Animaux/Oiseaux/2.png
+lib/2ManDVD/Bibliotheque/Themes/FOLD_Animaux/Oiseaux/2t_0.png
+lib/2ManDVD/Bibliotheque/Themes/FOLD_Animaux/Oiseaux/2t_1.png
+lib/2ManDVD/Bibliotheque/Themes/FOLD_Animaux/Oiseaux/2t_2.png
+lib/2ManDVD/Bibliotheque/Themes/FOLD_Animaux/Oiseaux/fd.jpg
+lib/2ManDVD/Bibliotheque/Themes/FOLD_Animaux/Oiseaux/theme.jpg
+lib/2ManDVD/Bibliotheque/Themes/FOLD_Animaux/Oiseaux/theme.txt
+lib/2ManDVD/Bibliotheque/Themes/FOLD_Animaux/Papillons/1.png
+lib/2ManDVD/Bibliotheque/Themes/FOLD_Animaux/Papillons/2t_1.png
+lib/2ManDVD/Bibliotheque/Themes/FOLD_Animaux/Papillons/fd.jpg
+lib/2ManDVD/Bibliotheque/Themes/FOLD_Animaux/Papillons/papi1.png
+lib/2ManDVD/Bibliotheque/Themes/FOLD_Animaux/Papillons/theme.jpg
+lib/2ManDVD/Bibliotheque/Themes/FOLD_Animaux/Papillons/theme.txt
+lib/2ManDVD/Bibliotheque/Themes/FOLD_Nature/Brume/0.png
+lib/2ManDVD/Bibliotheque/Themes/FOLD_Nature/Brume/fd.jpg
+lib/2ManDVD/Bibliotheque/Themes/FOLD_Nature/Brume/mouette_001.gif
+lib/2ManDVD/Bibliotheque/Themes/FOLD_Nature/Brume/theme.jpg
+lib/2ManDVD/Bibliotheque/Themes/FOLD_Nature/Brume/theme.txt
+lib/2ManDVD/Bibliotheque/Themes/FOLD_Nature/Crépuscule/3.png
+lib/2ManDVD/Bibliotheque/Themes/FOLD_Nature/Crépuscule/4.png
+lib/2ManDVD/Bibliotheque/Themes/FOLD_Nature/Crépuscule/fd.jpg
+lib/2ManDVD/Bibliotheque/Themes/FOLD_Nature/Crépuscule/lune_1.gif
+lib/2ManDVD/Bibliotheque/Themes/FOLD_Nature/Crépuscule/lune_2.gif
+lib/2ManDVD/Bibliotheque/Themes/FOLD_Nature/Crépuscule/theme.jpg
+lib/2ManDVD/Bibliotheque/Themes/FOLD_Nature/Crépuscule/theme.txt
+lib/2ManDVD/Bibliotheque/Themes/FOLD_Nature/Fleurs/0.png
+lib/2ManDVD/Bibliotheque/Themes/FOLD_Nature/Fleurs/1.png
+lib/2ManDVD/Bibliotheque/Themes/FOLD_Nature/Fleurs/2.png
+lib/2ManDVD/Bibliotheque/Themes/FOLD_Nature/Fleurs/2t_0.png
+lib/2ManDVD/Bibliotheque/Themes/FOLD_Nature/Fleurs/2t_1.png
+lib/2ManDVD/Bibliotheque/Themes/FOLD_Nature/Fleurs/2t_2.png
+lib/2ManDVD/Bibliotheque/Themes/FOLD_Nature/Fleurs/2t_3.png
+lib/2ManDVD/Bibliotheque/Themes/FOLD_Nature/Fleurs/3.png
+lib/2ManDVD/Bibliotheque/Themes/FOLD_Nature/Fleurs/fd.jpg
+lib/2ManDVD/Bibliotheque/Themes/FOLD_Nature/Fleurs/theme.jpg
+lib/2ManDVD/Bibliotheque/Themes/FOLD_Nature/Fleurs/theme.txt
+lib/2ManDVD/Bibliotheque/Themes/FOLD_Nature/Fleurs2/0.png
+lib/2ManDVD/Bibliotheque/Themes/FOLD_Nature/Fleurs2/1.png
+lib/2ManDVD/Bibliotheque/Themes/FOLD_Nature/Fleurs2/2t_0.png
+lib/2ManDVD/Bibliotheque/Themes/FOLD_Nature/Fleurs2/2t_1.png
+lib/2ManDVD/Bibliotheque/Themes/FOLD_Nature/Fleurs2/fd.jpg
+lib/2ManDVD/Bibliotheque/Themes/FOLD_Nature/Fleurs2/theme.jpg
+lib/2ManDVD/Bibliotheque/Themes/FOLD_Nature/Fleurs2/theme.txt
+lib/2ManDVD/Bibliotheque/Themes/FOLD_Nature/Parc/0.png
+lib/2ManDVD/Bibliotheque/Themes/FOLD_Nature/Parc/1.png
+lib/2ManDVD/Bibliotheque/Themes/FOLD_Nature/Parc/2.png
+lib/2ManDVD/Bibliotheque/Themes/FOLD_Nature/Parc/2t_0.png
+lib/2ManDVD/Bibliotheque/Themes/FOLD_Nature/Parc/2t_1.png
+lib/2ManDVD/Bibliotheque/Themes/FOLD_Nature/Parc/2t_2.png
+lib/2ManDVD/Bibliotheque/Themes/FOLD_Nature/Parc/fd.jpg
+lib/2ManDVD/Bibliotheque/Themes/FOLD_Nature/Parc/theme.jpg
+lib/2ManDVD/Bibliotheque/Themes/FOLD_Nature/Parc/theme.txt
+lib/2ManDVD/Bibliotheque/Themes/FOLD_Nature/Sapins sous la neige/0.png
+lib/2ManDVD/Bibliotheque/Themes/FOLD_Nature/Sapins sous la neige/1.png
+lib/2ManDVD/Bibliotheque/Themes/FOLD_Nature/Sapins sous la neige/2t_0.png
+lib/2ManDVD/Bibliotheque/Themes/FOLD_Nature/Sapins sous la neige/2t_1.png
+lib/2ManDVD/Bibliotheque/Themes/FOLD_Nature/Sapins sous la neige/doll_001.gif
+lib/2ManDVD/Bibliotheque/Themes/FOLD_Nature/Sapins sous la neige/fd.jpg
+lib/2ManDVD/Bibliotheque/Themes/FOLD_Nature/Sapins sous la neige/theme.jpg
+lib/2ManDVD/Bibliotheque/Themes/FOLD_Nature/Sapins sous la neige/theme.txt
+lib/2ManDVD/Bibliotheque/Themes/FOLD_Textures/Aqua/2.png
+lib/2ManDVD/Bibliotheque/Themes/FOLD_Textures/Aqua/3.png
+lib/2ManDVD/Bibliotheque/Themes/FOLD_Textures/Aqua/bouée.png
+lib/2ManDVD/Bibliotheque/Themes/FOLD_Textures/Aqua/fd.jpg
+lib/2ManDVD/Bibliotheque/Themes/FOLD_Textures/Aqua/theme.jpg
+lib/2ManDVD/Bibliotheque/Themes/FOLD_Textures/Aqua/theme.txt
+lib/2ManDVD/Bibliotheque/Themes/FOLD_Textures/Briques/0.png
+lib/2ManDVD/Bibliotheque/Themes/FOLD_Textures/Briques/1.png
+lib/2ManDVD/Bibliotheque/Themes/FOLD_Textures/Briques/2.png
+lib/2ManDVD/Bibliotheque/Themes/FOLD_Textures/Briques/2t_0.png
+lib/2ManDVD/Bibliotheque/Themes/FOLD_Textures/Briques/2t_1.png
+lib/2ManDVD/Bibliotheque/Themes/FOLD_Textures/Briques/2t_2.png
+lib/2ManDVD/Bibliotheque/Themes/FOLD_Textures/Briques/fd.jpg
+lib/2ManDVD/Bibliotheque/Themes/FOLD_Textures/Briques/theme.jpg
+lib/2ManDVD/Bibliotheque/Themes/FOLD_Textures/Briques/theme.txt
+lib/2ManDVD/Bibliotheque/Themes/FOLD_Textures/Feuilles/2.png
+lib/2ManDVD/Bibliotheque/Themes/FOLD_Textures/Feuilles/3.png
+lib/2ManDVD/Bibliotheque/Themes/FOLD_Textures/Feuilles/fd.jpg
+lib/2ManDVD/Bibliotheque/Themes/FOLD_Textures/Feuilles/feuille1.png
+lib/2ManDVD/Bibliotheque/Themes/FOLD_Textures/Feuilles/feuille2.png
+lib/2ManDVD/Bibliotheque/Themes/FOLD_Textures/Feuilles/theme.jpg
+lib/2ManDVD/Bibliotheque/Themes/FOLD_Textures/Feuilles/theme.txt
+lib/2ManDVD/Bibliotheque/Themes/FOLD_Textures/Minéraux/fd.jpg
+lib/2ManDVD/Bibliotheque/Themes/FOLD_Textures/Minéraux/pierre.png
+lib/2ManDVD/Bibliotheque/Themes/FOLD_Textures/Minéraux/pierre1.png
+lib/2ManDVD/Bibliotheque/Themes/FOLD_Textures/Minéraux/pierre2.png
+lib/2ManDVD/Bibliotheque/Themes/FOLD_Textures/Minéraux/pierre3.png
+lib/2ManDVD/Bibliotheque/Themes/FOLD_Textures/Minéraux/theme.jpg
+lib/2ManDVD/Bibliotheque/Themes/FOLD_Textures/Minéraux/theme.txt
+lib/2ManDVD/Bibliotheque/Themes/FOLD_Textures/Métal/fd.jpg
+lib/2ManDVD/Bibliotheque/Themes/FOLD_Textures/Métal/impacts-balles.gif
+lib/2ManDVD/Bibliotheque/Themes/FOLD_Textures/Métal/theme.jpg
+lib/2ManDVD/Bibliotheque/Themes/FOLD_Textures/Métal/theme.txt
+lib/2ManDVD/Bibliotheque/Themes/FOLD_Vacances/Caraïbes/0.png
+lib/2ManDVD/Bibliotheque/Themes/FOLD_Vacances/Caraïbes/1.png
+lib/2ManDVD/Bibliotheque/Themes/FOLD_Vacances/Caraïbes/2.png
+lib/2ManDVD/Bibliotheque/Themes/FOLD_Vacances/Caraïbes/2t_0.png
+lib/2ManDVD/Bibliotheque/Themes/FOLD_Vacances/Caraïbes/2t_1.png
+lib/2ManDVD/Bibliotheque/Themes/FOLD_Vacances/Caraïbes/2t_2.png
+lib/2ManDVD/Bibliotheque/Themes/FOLD_Vacances/Caraïbes/fd.jpg
+lib/2ManDVD/Bibliotheque/Themes/FOLD_Vacances/Caraïbes/theme.jpg
+lib/2ManDVD/Bibliotheque/Themes/FOLD_Vacances/Caraïbes/theme.txt
+lib/2ManDVD/Bibliotheque/Themes/FOLD_Vacances/Crépuscule/1.png
+lib/2ManDVD/Bibliotheque/Themes/FOLD_Vacances/Crépuscule/2t_1.png
+lib/2ManDVD/Bibliotheque/Themes/FOLD_Vacances/Crépuscule/2t_3.png
+lib/2ManDVD/Bibliotheque/Themes/FOLD_Vacances/Crépuscule/3.png
+lib/2ManDVD/Bibliotheque/Themes/FOLD_Vacances/Crépuscule/fd.jpg
+lib/2ManDVD/Bibliotheque/Themes/FOLD_Vacances/Crépuscule/lune.png
+lib/2ManDVD/Bibliotheque/Themes/FOLD_Vacances/Crépuscule/theme.jpg
+lib/2ManDVD/Bibliotheque/Themes/FOLD_Vacances/Crépuscule/theme.txt
+lib/2ManDVD/Bibliotheque/Themes/FOLD_Vacances/Crépuscule_2/etoiles-rose.gif
+lib/2ManDVD/Bibliotheque/Themes/FOLD_Vacances/Crépuscule_2/fd.jpg
+lib/2ManDVD/Bibliotheque/Themes/FOLD_Vacances/Crépuscule_2/lune.png
+lib/2ManDVD/Bibliotheque/Themes/FOLD_Vacances/Crépuscule_2/mars.gif
+lib/2ManDVD/Bibliotheque/Themes/FOLD_Vacances/Crépuscule_2/theme.jpg
+lib/2ManDVD/Bibliotheque/Themes/FOLD_Vacances/Crépuscule_2/theme.txt
+lib/2ManDVD/Bibliotheque/Themes/FOLD_Vacances/Diapos sur bois/dia.png
+lib/2ManDVD/Bibliotheque/Themes/FOLD_Vacances/Diapos sur bois/fd.jpg
+lib/2ManDVD/Bibliotheque/Themes/FOLD_Vacances/Diapos sur bois/theme.jpg
+lib/2ManDVD/Bibliotheque/Themes/FOLD_Vacances/Diapos sur bois/theme.txt
+lib/2ManDVD/Bibliotheque/Themes/FOLD_Vacances/Neige/1.png
+lib/2ManDVD/Bibliotheque/Themes/FOLD_Vacances/Neige/2.png
+lib/2ManDVD/Bibliotheque/Themes/FOLD_Vacances/Neige/2t_1.png
+lib/2ManDVD/Bibliotheque/Themes/FOLD_Vacances/Neige/2t_2.png
+lib/2ManDVD/Bibliotheque/Themes/FOLD_Vacances/Neige/fd.jpg
+lib/2ManDVD/Bibliotheque/Themes/FOLD_Vacances/Neige/neige2.jpg
+lib/2ManDVD/Bibliotheque/Themes/FOLD_Vacances/Neige/theme.jpg
+lib/2ManDVD/Bibliotheque/Themes/FOLD_Vacances/Neige/theme.txt
+lib/2ManDVD/Bibliotheque/Themes/FOLD_Vacances/Paris/0.png
+lib/2ManDVD/Bibliotheque/Themes/FOLD_Vacances/Paris/2.png
+lib/2ManDVD/Bibliotheque/Themes/FOLD_Vacances/Paris/2t_0.png
+lib/2ManDVD/Bibliotheque/Themes/FOLD_Vacances/Paris/2t_2.png
+lib/2ManDVD/Bibliotheque/Themes/FOLD_Vacances/Paris/Paris2.jpg
+lib/2ManDVD/Bibliotheque/Themes/FOLD_Vacances/Paris/fd.jpg
+lib/2ManDVD/Bibliotheque/Themes/FOLD_Vacances/Paris/theme.jpg
+lib/2ManDVD/Bibliotheque/Themes/FOLD_Vacances/Paris/theme.txt
+lib/2ManDVD/Bibliotheque/Themes/FOLD_Vacances/States/2t_5.png
+lib/2ManDVD/Bibliotheque/Themes/FOLD_Vacances/States/3.png
+lib/2ManDVD/Bibliotheque/Themes/FOLD_Vacances/States/4.png
+lib/2ManDVD/Bibliotheque/Themes/FOLD_Vacances/States/5.png
+lib/2ManDVD/Bibliotheque/Themes/FOLD_Vacances/States/fd.jpg
+lib/2ManDVD/Bibliotheque/Themes/FOLD_Vacances/States/states2.jpg
+lib/2ManDVD/Bibliotheque/Themes/FOLD_Vacances/States/theme.jpg
+lib/2ManDVD/Bibliotheque/Themes/FOLD_Vacances/States/theme.txt
+lib/2ManDVD/Bibliotheque/table_luma.dat
+lib/2ManDVD/Bibliotheque/table_luma.dat~
+share/applications/2ManDVD.desktop
 share/pixmaps/mandvdico.png
-%%DATADIR%%/2ManDVD
-%%DATADIR%%/2mandvd_cs.qm
-%%DATADIR%%/2mandvd_de.qm
-%%DATADIR%%/2mandvd_en.qm
-%%DATADIR%%/2mandvd_it.qm
-%%DATADIR%%/2mandvd_ru.qm
-%%DATADIR%%/Bibliotheque/Animations/doll_001.gif
-%%DATADIR%%/Bibliotheque/Animations/doll_002.gif
-%%DATADIR%%/Bibliotheque/Animations/flower_001.gif
-%%DATADIR%%/Bibliotheque/Animations/flower_002.gif
-%%DATADIR%%/Bibliotheque/Animations/mouette_001.gif
-%%DATADIR%%/Bibliotheque/Animations/mouette_002.gif
-%%DATADIR%%/Bibliotheque/Luma/Blinds_001.png
-%%DATADIR%%/Bibliotheque/Luma/Blinds_002.png
-%%DATADIR%%/Bibliotheque/Luma/Brule_001.png
-%%DATADIR%%/Bibliotheque/Luma/Brule_002.png
-%%DATADIR%%/Bibliotheque/Luma/Brule_003.png
-%%DATADIR%%/Bibliotheque/Luma/Carre_001.png
-%%DATADIR%%/Bibliotheque/Luma/Carre_002.png
-%%DATADIR%%/Bibliotheque/Luma/Cercle_001.png
-%%DATADIR%%/Bibliotheque/Luma/Cercle_002.png
-%%DATADIR%%/Bibliotheque/Luma/Coeur.png
-%%DATADIR%%/Bibliotheque/Luma/CrustCurd.png
-%%DATADIR%%/Bibliotheque/Luma/CrustLarge.png
-%%DATADIR%%/Bibliotheque/Luma/CrustSmallPox.png
-%%DATADIR%%/Bibliotheque/Luma/CrustWave.png
-%%DATADIR%%/Bibliotheque/Luma/Damier_001.png
-%%DATADIR%%/Bibliotheque/Luma/Damier_002.png
-%%DATADIR%%/Bibliotheque/Luma/Damier_003.png
-%%DATADIR%%/Bibliotheque/Luma/Damier_004.png
-%%DATADIR%%/Bibliotheque/Luma/Damier_005.png
-%%DATADIR%%/Bibliotheque/Luma/Damier_006.png
-%%DATADIR%%/Bibliotheque/Luma/Etoile_001.png
-%%DATADIR%%/Bibliotheque/Luma/Etoile_002.png
-%%DATADIR%%/Bibliotheque/Luma/Etoile_003.png
-%%DATADIR%%/Bibliotheque/Luma/Etoile_004.png
-%%DATADIR%%/Bibliotheque/Luma/Flammes.png
-%%DATADIR%%/Bibliotheque/Luma/Fleurs_001.png
-%%DATADIR%%/Bibliotheque/Luma/Fleurs_002.png
-%%DATADIR%%/Bibliotheque/Luma/Fractale_001.png
-%%DATADIR%%/Bibliotheque/Luma/Helice_001.png
-%%DATADIR%%/Bibliotheque/Luma/Helice_002.png
-%%DATADIR%%/Bibliotheque/Luma/Marble Fractal with Spiral Blur.png
-%%DATADIR%%/Bibliotheque/Luma/Mer_001.png
-%%DATADIR%%/Bibliotheque/Luma/Nature Fractal.png
-%%DATADIR%%/Bibliotheque/Luma/Nuages_001.png
-%%DATADIR%%/Bibliotheque/Luma/Nuages_002.png
-%%DATADIR%%/Bibliotheque/Luma/Nuages_003.png
-%%DATADIR%%/Bibliotheque/Luma/Ondes_001.png
-%%DATADIR%%/Bibliotheque/Luma/Pattern_001.png
-%%DATADIR%%/Bibliotheque/Luma/Pattern_002.png
-%%DATADIR%%/Bibliotheque/Luma/Pattern_003.png
-%%DATADIR%%/Bibliotheque/Luma/Pendule_001.png
-%%DATADIR%%/Bibliotheque/Luma/Pendule_002.png
-%%DATADIR%%/Bibliotheque/Luma/Pluie_001.png
-%%DATADIR%%/Bibliotheque/Luma/Points_001.png
-%%DATADIR%%/Bibliotheque/Luma/Points_002.png
-%%DATADIR%%/Bibliotheque/Luma/Points_003.png
-%%DATADIR%%/Bibliotheque/Luma/PuzzleB.png
-%%DATADIR%%/Bibliotheque/Luma/Recouvrement_Radial.png
-%%DATADIR%%/Bibliotheque/Luma/Recouvrement_Radial_002.png
-%%DATADIR%%/Bibliotheque/Luma/Recouvrement_Radial_003.png
-%%DATADIR%%/Bibliotheque/Luma/Recouvrement_bandes_3D.png
-%%DATADIR%%/Bibliotheque/Luma/Recouvrement_bandes_horizontales_001.png
-%%DATADIR%%/Bibliotheque/Luma/Recouvrement_bandes_horizontales_002.png
-%%DATADIR%%/Bibliotheque/Luma/Recouvrement_bandes_verticales_001.png
-%%DATADIR%%/Bibliotheque/Luma/Recouvrement_bandes_verticales_002.png
-%%DATADIR%%/Bibliotheque/Luma/Recouvrement_bandes_verticales_003.png
-%%DATADIR%%/Bibliotheque/Luma/Recouvrement_bas.png
-%%DATADIR%%/Bibliotheque/Luma/Recouvrement_droite.png
-%%DATADIR%%/Bibliotheque/Luma/Recouvrement_gauche.png
-%%DATADIR%%/Bibliotheque/Luma/Recouvrement_haut.png
-%%DATADIR%%/Bibliotheque/Luma/Recouvrement_radial_angle.png
-%%DATADIR%%/Bibliotheque/Luma/Rideau_001.png
-%%DATADIR%%/Bibliotheque/Luma/Rideau_002.png
-%%DATADIR%%/Bibliotheque/Luma/Rideau_003.png
-%%DATADIR%%/Bibliotheque/Luma/Rideau_004.png
-%%DATADIR%%/Bibliotheque/Luma/Rond_001.png
-%%DATADIR%%/Bibliotheque/Luma/Rond_002.png
-%%DATADIR%%/Bibliotheque/Luma/Sinus1.png
-%%DATADIR%%/Bibliotheque/Luma/Sinus2.png
-%%DATADIR%%/Bibliotheque/Luma/Sinus3.png
-%%DATADIR%%/Bibliotheque/Luma/Sinus4.png
-%%DATADIR%%/Bibliotheque/Luma/Sinus5.png
-%%DATADIR%%/Bibliotheque/Luma/Sinus6.png
-%%DATADIR%%/Bibliotheque/Luma/Sinus7.png
-%%DATADIR%%/Bibliotheque/Luma/Sinus8.png
-%%DATADIR%%/Bibliotheque/Luma/Sinus9.png
-%%DATADIR%%/Bibliotheque/Luma/Smoke_001.png
-%%DATADIR%%/Bibliotheque/Luma/Spirale_001.png
-%%DATADIR%%/Bibliotheque/Luma/Spirale_002.png
-%%DATADIR%%/Bibliotheque/Luma/Spirale_003.png
-%%DATADIR%%/Bibliotheque/Luma/Spirale_004.png
-%%DATADIR%%/Bibliotheque/Luma/Spirale_005.png
-%%DATADIR%%/Bibliotheque/Luma/Spirale_006.png
-%%DATADIR%%/Bibliotheque/Luma/Spirale_007.png
-%%DATADIR%%/Bibliotheque/Luma/Spirale_008.png
-%%DATADIR%%/Bibliotheque/Luma/Spirale_009.png
-%%DATADIR%%/Bibliotheque/Luma/Star3out1.png
-%%DATADIR%%/Bibliotheque/Luma/Star3out3.png
-%%DATADIR%%/Bibliotheque/Luma/Star3out4.png
-%%DATADIR%%/Bibliotheque/Luma/Star5out2.png
-%%DATADIR%%/Bibliotheque/Luma/Star5out3.png
-%%DATADIR%%/Bibliotheque/Luma/Star5out5.png
-%%DATADIR%%/Bibliotheque/Luma/Star5out6.png
-%%DATADIR%%/Bibliotheque/Luma/Star5out8.png
-%%DATADIR%%/Bibliotheque/Luma/Star6out2.png
-%%DATADIR%%/Bibliotheque/Luma/TwistedFish.png
-%%DATADIR%%/Bibliotheque/Luma/Vague_001.png
-%%DATADIR%%/Bibliotheque/Luma/Vague_002.png
-%%DATADIR%%/Bibliotheque/Luma/Vague_003.png
-%%DATADIR%%/Bibliotheque/Luma/Zigzag_001.png
-%%DATADIR%%/Bibliotheque/Luma/Zigzag_002.png
-%%DATADIR%%/Bibliotheque/Luma/Zigzag_003.png
-%%DATADIR%%/Bibliotheque/Luma/Zigzag_004.png
-%%DATADIR%%/Bibliotheque/Luma/crossfade.png
-%%DATADIR%%/Bibliotheque/Luma/hatched_1.png
-%%DATADIR%%/Bibliotheque/Luma/hourglass_1.png
-%%DATADIR%%/Bibliotheque/Luma/hourglass_2.png
-%%DATADIR%%/Bibliotheque/Luma/hourglass_3.png
-%%DATADIR%%/Bibliotheque/Luma/hourglass_4.png
-%%DATADIR%%/Bibliotheque/Luma/marc1.png
-%%DATADIR%%/Bibliotheque/Luma/marc2.png
-%%DATADIR%%/Bibliotheque/Luma/marc3.png
-%%DATADIR%%/Bibliotheque/Luma/marc4.png
-%%DATADIR%%/Bibliotheque/Luma/marc5.png
-%%DATADIR%%/Bibliotheque/Luma/pattern21.png
-%%DATADIR%%/Bibliotheque/Luma/pattern22.png
-%%DATADIR%%/Bibliotheque/Luma/pattern23.png
-%%DATADIR%%/Bibliotheque/Luma/pattern24.png
-%%DATADIR%%/Bibliotheque/Luma/pattern25.png
-%%DATADIR%%/Bibliotheque/Luma/pattern26.png
-%%DATADIR%%/Bibliotheque/Luma/pattern27.png
-%%DATADIR%%/Bibliotheque/Luma/pattern28.png
-%%DATADIR%%/Bibliotheque/Luma/pattern29.png
-%%DATADIR%%/Bibliotheque/Luma/pattern30.png
-%%DATADIR%%/Bibliotheque/Luma/pattern31.png
-%%DATADIR%%/Bibliotheque/Luma/pattern32.png
-%%DATADIR%%/Bibliotheque/Luma/pattern33.png
-%%DATADIR%%/Bibliotheque/Luma/pattern37.png
-%%DATADIR%%/Bibliotheque/Luma/pattern38.png
-%%DATADIR%%/Bibliotheque/Luma/pattern39.png
-%%DATADIR%%/Bibliotheque/Luma/pattern40.png
-%%DATADIR%%/Bibliotheque/Luma/pattern48.png
-%%DATADIR%%/Bibliotheque/Luma/polar.png
-%%DATADIR%%/Bibliotheque/Luma/reliefwipedown.png
-%%DATADIR%%/Bibliotheque/Luma/snakerelief.png
-%%DATADIR%%/Bibliotheque/Luma/spiral_abstract_1.png
-%%DATADIR%%/Bibliotheque/Luma/spiral_abstract_2.png
-%%DATADIR%%/Bibliotheque/Luma/star_2.png
-%%DATADIR%%/Bibliotheque/Masks/2t_Holmes_001.png
-%%DATADIR%%/Bibliotheque/Masks/2t_Stop_001.png
-%%DATADIR%%/Bibliotheque/Masks/2t_ampoule_001.png
-%%DATADIR%%/Bibliotheque/Masks/2t_ballon_001.png
-%%DATADIR%%/Bibliotheque/Masks/2t_bateau_001.png
-%%DATADIR%%/Bibliotheque/Masks/2t_bird_001.png
-%%DATADIR%%/Bibliotheque/Masks/2t_cadre_001.png
-%%DATADIR%%/Bibliotheque/Masks/2t_cadre_002.png
-%%DATADIR%%/Bibliotheque/Masks/2t_cadre_003.png
-%%DATADIR%%/Bibliotheque/Masks/2t_camera_001.png
-%%DATADIR%%/Bibliotheque/Masks/2t_cd_001.png
-%%DATADIR%%/Bibliotheque/Masks/2t_chien_001.png
-%%DATADIR%%/Bibliotheque/Masks/2t_clap_001.png
-%%DATADIR%%/Bibliotheque/Masks/2t_cloche_001.png
-%%DATADIR%%/Bibliotheque/Masks/2t_coeurs_001.png
-%%DATADIR%%/Bibliotheque/Masks/2t_dechire_001.png
-%%DATADIR%%/Bibliotheque/Masks/2t_dragon_001.png
-%%DATADIR%%/Bibliotheque/Masks/2t_ecran_001.png
-%%DATADIR%%/Bibliotheque/Masks/2t_enfants_001.png
-%%DATADIR%%/Bibliotheque/Masks/2t_etoile_001.png
-%%DATADIR%%/Bibliotheque/Masks/2t_femme_001.png
-%%DATADIR%%/Bibliotheque/Masks/2t_film_001.png
-%%DATADIR%%/Bibliotheque/Masks/2t_flake_001.png
-%%DATADIR%%/Bibliotheque/Masks/2t_fleur_001.png
-%%DATADIR%%/Bibliotheque/Masks/2t_fleur_002.png
-%%DATADIR%%/Bibliotheque/Masks/2t_helice_001.png
-%%DATADIR%%/Bibliotheque/Masks/2t_lune_001.png
-%%DATADIR%%/Bibliotheque/Masks/2t_maison_001.png
-%%DATADIR%%/Bibliotheque/Masks/2t_mickey_001.png
-%%DATADIR%%/Bibliotheque/Masks/2t_nuage_001.png
-%%DATADIR%%/Bibliotheque/Masks/2t_ours_001.png
-%%DATADIR%%/Bibliotheque/Masks/2t_panda_001.png
-%%DATADIR%%/Bibliotheque/Masks/2t_papillon_001.png
-%%DATADIR%%/Bibliotheque/Masks/2t_photos_001.png
-%%DATADIR%%/Bibliotheque/Masks/2t_poule_001.png
-%%DATADIR%%/Bibliotheque/Masks/2t_profil_001.png
-%%DATADIR%%/Bibliotheque/Masks/2t_rond_001.png
-%%DATADIR%%/Bibliotheque/Masks/2t_rose2_001.png
-%%DATADIR%%/Bibliotheque/Masks/2t_rose_001.png
-%%DATADIR%%/Bibliotheque/Masks/2t_rubans_001.png
-%%DATADIR%%/Bibliotheque/Masks/2t_sapin_001.png
-%%DATADIR%%/Bibliotheque/Masks/2t_schtroumpf_001.png
-%%DATADIR%%/Bibliotheque/Masks/2t_serrure_001.png
-%%DATADIR%%/Bibliotheque/Masks/2t_singe_001.png
-%%DATADIR%%/Bibliotheque/Masks/2t_tourbillon_001.png
-%%DATADIR%%/Bibliotheque/Masks/2t_trèfle_001.png
-%%DATADIR%%/Bibliotheque/Masks/2t_tux_001.png
-%%DATADIR%%/Bibliotheque/Masks/2t_vache_001.png
-%%DATADIR%%/Bibliotheque/Masks/Holmes_001.png
-%%DATADIR%%/Bibliotheque/Masks/ampoule_001.png
-%%DATADIR%%/Bibliotheque/Masks/ballon_001.png
-%%DATADIR%%/Bibliotheque/Masks/bateau_001.png
-%%DATADIR%%/Bibliotheque/Masks/bird_001.png
-%%DATADIR%%/Bibliotheque/Masks/cadre_001.png
-%%DATADIR%%/Bibliotheque/Masks/cadre_002.png
-%%DATADIR%%/Bibliotheque/Masks/cadre_003.png
-%%DATADIR%%/Bibliotheque/Masks/camera_001.png
-%%DATADIR%%/Bibliotheque/Masks/cd_001.png
-%%DATADIR%%/Bibliotheque/Masks/chien_001.png
-%%DATADIR%%/Bibliotheque/Masks/clap_001.png
-%%DATADIR%%/Bibliotheque/Masks/cloche_001.png
-%%DATADIR%%/Bibliotheque/Masks/coeurs_001.png
-%%DATADIR%%/Bibliotheque/Masks/dechire_001.png
-%%DATADIR%%/Bibliotheque/Masks/dechire_002.png
-%%DATADIR%%/Bibliotheque/Masks/dechire_003.png
-%%DATADIR%%/Bibliotheque/Masks/dragon_001.png
-%%DATADIR%%/Bibliotheque/Masks/ecran_001.png
-%%DATADIR%%/Bibliotheque/Masks/enfants_001.png
-%%DATADIR%%/Bibliotheque/Masks/etoile_001.png
-%%DATADIR%%/Bibliotheque/Masks/etoile_002.png
-%%DATADIR%%/Bibliotheque/Masks/etoile_003.png
-%%DATADIR%%/Bibliotheque/Masks/femme_001.png
-%%DATADIR%%/Bibliotheque/Masks/feuille_001.png
-%%DATADIR%%/Bibliotheque/Masks/film_001.png
-%%DATADIR%%/Bibliotheque/Masks/flake_001.png
-%%DATADIR%%/Bibliotheque/Masks/fleur_001.png
-%%DATADIR%%/Bibliotheque/Masks/fleur_002.png
-%%DATADIR%%/Bibliotheque/Masks/froisse_001.png
-%%DATADIR%%/Bibliotheque/Masks/helice_001.png
-%%DATADIR%%/Bibliotheque/Masks/lune_001.png
-%%DATADIR%%/Bibliotheque/Masks/maison_001.png
-%%DATADIR%%/Bibliotheque/Masks/mickey_001.png
-%%DATADIR%%/Bibliotheque/Masks/nuage_001.png
-%%DATADIR%%/Bibliotheque/Masks/ours_001.png
-%%DATADIR%%/Bibliotheque/Masks/panda_001.png
-%%DATADIR%%/Bibliotheque/Masks/papillon_001.png
-%%DATADIR%%/Bibliotheque/Masks/parchemin_001.png
-%%DATADIR%%/Bibliotheque/Masks/photos_001.png
-%%DATADIR%%/Bibliotheque/Masks/poule_001.png
-%%DATADIR%%/Bibliotheque/Masks/profil_001.png
-%%DATADIR%%/Bibliotheque/Masks/rectangle_001.png
-%%DATADIR%%/Bibliotheque/Masks/rond_001.png
-%%DATADIR%%/Bibliotheque/Masks/rond_002.png
-%%DATADIR%%/Bibliotheque/Masks/rond_003.png
-%%DATADIR%%/Bibliotheque/Masks/rond_004.png
-%%DATADIR%%/Bibliotheque/Masks/rose2_001.png
-%%DATADIR%%/Bibliotheque/Masks/rose_001.png
-%%DATADIR%%/Bibliotheque/Masks/rubans_001.png
-%%DATADIR%%/Bibliotheque/Masks/sapin_001.png
-%%DATADIR%%/Bibliotheque/Masks/schtroumpf_001.png
-%%DATADIR%%/Bibliotheque/Masks/serrure_001.png
-%%DATADIR%%/Bibliotheque/Masks/singe_001.png
-%%DATADIR%%/Bibliotheque/Masks/skeleton_001.png
-%%DATADIR%%/Bibliotheque/Masks/tache_001.png
-%%DATADIR%%/Bibliotheque/Masks/tourbillon_001.png
-%%DATADIR%%/Bibliotheque/Masks/trèfle_001.png
-%%DATADIR%%/Bibliotheque/Masks/tux_001.png
-%%DATADIR%%/Bibliotheque/Masks/vache_001.png
-%%DATADIR%%/Bibliotheque/Themes/FOLD_Vacances/Diapos sur bois/dia.png
-%%DATADIR%%/Bibliotheque/Themes/FOLD_Vacances/Diapos sur bois/fd.jpg
-%%DATADIR%%/Bibliotheque/Themes/FOLD_Vacances/Diapos sur bois/theme.jpg
-%%DATADIR%%/Bibliotheque/Themes/FOLD_Vacances/Diapos sur bois/theme.txt
-%%DATADIR%%/Interface/action.png
-%%DATADIR%%/Interface/anim.png
-%%DATADIR%%/Interface/apropos.png
-%%DATADIR%%/Interface/arbo32.png
-%%DATADIR%%/Interface/archive.png
-%%DATADIR%%/Interface/back.png
-%%DATADIR%%/Interface/back_transparent.png
-%%DATADIR%%/Interface/bottom.png
-%%DATADIR%%/Interface/btimg.png
-%%DATADIR%%/Interface/btmed32.png
-%%DATADIR%%/Interface/btpro32.png
-%%DATADIR%%/Interface/btthe32.png
-%%DATADIR%%/Interface/cancel.png
-%%DATADIR%%/Interface/cancel1.png
-%%DATADIR%%/Interface/cancel2.png
-%%DATADIR%%/Interface/capture.png
-%%DATADIR%%/Interface/capture1.png
-%%DATADIR%%/Interface/capture2.png
-%%DATADIR%%/Interface/case.png
-%%DATADIR%%/Interface/case1.png
-%%DATADIR%%/Interface/case2.png
-%%DATADIR%%/Interface/case3.png
-%%DATADIR%%/Interface/case4.png
-%%DATADIR%%/Interface/case_menu.png
-%%DATADIR%%/Interface/case_menu_select.png
-%%DATADIR%%/Interface/chapitrage.png
-%%DATADIR%%/Interface/chapitrage1.png
-%%DATADIR%%/Interface/color.png
-%%DATADIR%%/Interface/configure.png
-%%DATADIR%%/Interface/contours.png
-%%DATADIR%%/Interface/coord.png
-%%DATADIR%%/Interface/copy.png
-%%DATADIR%%/Interface/customize.png
-%%DATADIR%%/Interface/default_bt.png
-%%DATADIR%%/Interface/dvd_empty.png
-%%DATADIR%%/Interface/dvd_theme.png
-%%DATADIR%%/Interface/dvd_theme_full.png
-%%DATADIR%%/Interface/dvdformat.png
-%%DATADIR%%/Interface/dvdok.png
-%%DATADIR%%/Interface/dvdok1.png
-%%DATADIR%%/Interface/dvdok2.png
-%%DATADIR%%/Interface/edit.png
-%%DATADIR%%/Interface/edit_menu.png
-%%DATADIR%%/Interface/equerre.png
-%%DATADIR%%/Interface/eraser.png
-%%DATADIR%%/Interface/error.png
-%%DATADIR%%/Interface/execute.png
-%%DATADIR%%/Interface/exit.png
-%%DATADIR%%/Interface/f1.png
-%%DATADIR%%/Interface/f2.png
-%%DATADIR%%/Interface/fd_transparent.png
-%%DATADIR%%/Interface/finder.png
-%%DATADIR%%/Interface/folder.png
-%%DATADIR%%/Interface/folder_theme.png
-%%DATADIR%%/Interface/foldersys24.png
-%%DATADIR%%/Interface/fond_media.png
-%%DATADIR%%/Interface/fond_options_1.png
-%%DATADIR%%/Interface/fond_pb.png
-%%DATADIR%%/Interface/fond_pb2.png
-%%DATADIR%%/Interface/fond_preview.png
-%%DATADIR%%/Interface/format-justify-center.png
-%%DATADIR%%/Interface/format-justify-left.png
-%%DATADIR%%/Interface/format-justify-right.png
-%%DATADIR%%/Interface/format-text-bold.png
-%%DATADIR%%/Interface/format-text-italic.png
-%%DATADIR%%/Interface/format-text-underline.png
-%%DATADIR%%/Interface/front.png
-%%DATADIR%%/Interface/go.png
-%%DATADIR%%/Interface/goto.png
-%%DATADIR%%/Interface/goto_previous.png
-%%DATADIR%%/Interface/grab.png
-%%DATADIR%%/Interface/grab1.png
-%%DATADIR%%/Interface/grab2.png
-%%DATADIR%%/Interface/grab3.png
-%%DATADIR%%/Interface/home.png
-%%DATADIR%%/Interface/hruler.png
-%%DATADIR%%/Interface/info.png
-%%DATADIR%%/Interface/intro.png
-%%DATADIR%%/Interface/intro1.png
-%%DATADIR%%/Interface/introdvd.png
-%%DATADIR%%/Interface/label.png
-%%DATADIR%%/Interface/label1.png
-%%DATADIR%%/Interface/label2.png
-%%DATADIR%%/Interface/label3.png
-%%DATADIR%%/Interface/left.png
-%%DATADIR%%/Interface/ligne.png
-%%DATADIR%%/Interface/locked.png
-%%DATADIR%%/Interface/lstmenu32.png
-%%DATADIR%%/Interface/lstmenuadd32.png
-%%DATADIR%%/Interface/mandvd.png
-%%DATADIR%%/Interface/mandvdico.png
-%%DATADIR%%/Interface/map0.png
-%%DATADIR%%/Interface/map1.png
-%%DATADIR%%/Interface/map2.png
-%%DATADIR%%/Interface/map3.png
-%%DATADIR%%/Interface/map4.png
-%%DATADIR%%/Interface/map5.png
-%%DATADIR%%/Interface/map6.png
-%%DATADIR%%/Interface/map7.png
-%%DATADIR%%/Interface/mask.png
-%%DATADIR%%/Interface/media.png
-%%DATADIR%%/Interface/media1.png
-%%DATADIR%%/Interface/media2.png
-%%DATADIR%%/Interface/media3.png
-%%DATADIR%%/Interface/mouse.png
-%%DATADIR%%/Interface/multi2.png
-%%DATADIR%%/Interface/multi2_1.png
-%%DATADIR%%/Interface/multi3.png
-%%DATADIR%%/Interface/multi3_1.png
-%%DATADIR%%/Interface/multi4.png
-%%DATADIR%%/Interface/multi4_1.png
-%%DATADIR%%/Interface/multi5.png
-%%DATADIR%%/Interface/multi5_1.png
-%%DATADIR%%/Interface/multi6.png
-%%DATADIR%%/Interface/multi6_1.png
-%%DATADIR%%/Interface/new.png
-%%DATADIR%%/Interface/new1.png
-%%DATADIR%%/Interface/new3.png
-%%DATADIR%%/Interface/newm.png
-%%DATADIR%%/Interface/newm1.png
-%%DATADIR%%/Interface/newm3.png
-%%DATADIR%%/Interface/newpro.png
-%%DATADIR%%/Interface/next.png
-%%DATADIR%%/Interface/oclose.png
-%%DATADIR%%/Interface/oclose1.png
-%%DATADIR%%/Interface/oclose2.png

*** DIFF OUTPUT TRUNCATED AT 1000 LINES ***



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201302071419.r17EJnpG077280>