ports/175011: multimedia/2mandvd: Update to version 1.8.4

KATO Tsuguru tkato432 at yahoo.com
Mon Jan 7 18:12:32 UTC 2013


The following reply was made to PR ports/175011; it has been noted by GNATS.

From: KATO Tsuguru <tkato432 at yahoo.com>
To: bug-followup at FreeBSD.org
Cc:  
Subject: Re: ports/175011: multimedia/2mandvd: Update to version 1.8.4
Date: Tue, 8 Jan 2013 02:55:09 +0900

 This is a multi-part message in MIME format.
 
 --Multipart=_Tue__8_Jan_2013_02_55_09_+0900_N.+rQRVlC3IkK5bU
 Content-Type: text/plain; charset=US-ASCII
 Content-Transfer-Encoding: 7bit
 
 Remake of the patch against current tree.
 
 --Multipart=_Tue__8_Jan_2013_02_55_09_+0900_N.+rQRVlC3IkK5bU
 Content-Type: text/x-diff;
  name="multimedia_2mandvd.diff"
 Content-Disposition: attachment;
  filename="multimedia_2mandvd.diff"
 Content-Transfer-Encoding: quoted-printable
 
 diff -urN /usr/ports/multimedia/2mandvd/Makefile multimedia/2mandvd/Makefile
 --- /usr/ports/multimedia/2mandvd/Makefile	2013-01-07 13:59:52.000000000 +0=
 900
 +++ multimedia/2mandvd/Makefile	2013-01-07 15:23:40.000000000 +0900
 @@ -2,59 +2,66 @@
  # $FreeBSD: head/multimedia/2mandvd/Makefile 310020 2013-01-07 02:07:26Z m=
 akc $
 =20
  PORTNAME=3D	2ManDVD
 -PORTVERSION=3D	1.3.5
 -PORTREVISION=3D	2
 +PORTVERSION=3D	1.8.4
  CATEGORIES=3D	multimedia kde
  MASTER_SITES=3D	http://download.tuxfamily.org/2mandvd/
 =20
  MAINTAINER=3D	ports at FreeBSD.org
  COMMENT=3D	DVD authoring and slideshow tool
 =20
 +LICENSE=3D	GPLv2
 +
 +LIB_DEPENDS=3D	avcodec:${PORTSDIR}/multimedia/ffmpeg
  RUN_DEPENDS=3D	sox:${PORTSDIR}/audio/sox \
 -		mencoder:${PORTSDIR}/multimedia/mencoder \
 -		mplayer:${PORTSDIR}/multimedia/mplayer \
 +		notify-send:${PORTSDIR}/devel/libnotify \
  		netpbm>=3D10.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>=3D0.5:${PORTSDIR}/multimedia/ffmpeg
 +		growisofs:${PORTSDIR}/sysutils/dvd+rw-tools
 =20
 -LICENSE=3D	GPLv2
 +WRKSRC=3D		${WRKDIR}/${PORTNAME}
 =20
 -USE_CDRTOOLS=3D	true
 +USE_QT4=3D	corelib gui opengl \
 +		linguist_build moc_build qmake_build rcc_build uic_build
 +USE_GL=3D		glu
 +USE_SDL=3D	sdl
  USE_PERL5_RUN=3D	yes
 -USE_QT4=3D	qmake_build gui corelib rcc_build moc_build uic_build webkit
 -
 -MAKE_ENV=3D	QTDIR=3D${QT_PREFIX}
 -WRKSRC=3D		${WRKDIR}/${PORTNAME}
 +USE_CDRTOOLS=3D	yes
 +USE_GMAKE=3D	yes
 +MAKE_ENV=3D	QTDIR=3D"${QT_PREFIX}"
  MAKE_JOBS_SAFE=3D	yes
 =20
 -DESKTOP_ENTRIES=3D"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
 =20
  do-configure:
 -	@cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} \
 -		${QMAKE} -spec ${QMAKESPEC} 2ManDVD.pro
 +	(cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${QMAKE} ${QMAKEFLAGS})
 =20
  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}/Interface && ${INSTALL_DATA} mandvdico.png \
 +		${PREFIX}/lib/2ManDVD)
 +	(cd ${WRKSRC} && ${COPYTREE_SHARE} Bibliotheque ${PREFIX}/lib/2ManDVD)
 +	@${MKDIR} ${DESKTOPDIR}
 +	(cd ${WRKSRC} && ${INSTALL_DATA} 2ManDVD.desktop ${DESKTOPDIR})
 =20
  .include <bsd.port.mk>
 diff -urN /usr/ports/multimedia/2mandvd/distinfo multimedia/2mandvd/distinfo
 --- /usr/ports/multimedia/2mandvd/distinfo	2012-11-08 06:42:30.000000000 +0=
 900
 +++ multimedia/2mandvd/distinfo	2012-12-09 14:40:24.000000000 +0900
 @@ -1,2 +1,2 @@
 -SHA256 (2ManDVD-1.3.5.tar.gz) =3D b1b79ccae2ad45dbc0865b0d8c899bad7b272dc4=
 d89f726ab7b350fc5a3ee18a
 -SIZE (2ManDVD-1.3.5.tar.gz) =3D 18259008
 +SHA256 (2ManDVD-1.8.4.tar.gz) =3D b74e8a62b4e396c4cbb1db2864d77c87ea45f74b=
 b599f4f270608d9e7f91888c
 +SIZE (2ManDVD-1.8.4.tar.gz) =3D 29523342
 diff -urN /usr/ports/multimedia/2mandvd/pkg-plist multimedia/2mandvd/pkg-pl=
 ist
 --- /usr/ports/multimedia/2mandvd/pkg-plist	2012-11-08 06:42:30.000000000 +=
 0900
 +++ multimedia/2mandvd/pkg-plist	2012-12-09 18:31:44.000000000 +0900
 @@ -1,462 +1,533 @@
  bin/2ManDVD
 -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=C3=A8fle_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=C3=A8fle_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
 -%%DATADIR%%/Interface/oclose3.png
 -%%DATADIR%%/Interface/open.png
 -%%DATADIR%%/Interface/open1.png
 -%%DATADIR%%/Interface/open2.png
 -%%DATADIR%%/Interface/paste.png
 -%%DATADIR%%/Interface/pathbar1.png
 -%%DATADIR%%/Interface/pathbar2.png
 -%%DATADIR%%/Interface/pencil.png
 -%%DATADIR%%/Interface/play.png
 -%%DATADIR%%/Interface/play1.png
 -%%DATADIR%%/Interface/play2.png
 -%%DATADIR%%/Interface/play3.png
 -%%DATADIR%%/Interface/plot.png
 -%%DATADIR%%/Interface/poubelle.png
 -%%DATADIR%%/Interface/preferences.png
 -%%DATADIR%%/Interface/prev.png
 -%%DATADIR%%/Interface/question.png
 -%%DATADIR%%/Interface/quoifaire.png
 -%%DATADIR%%/Interface/rectangle.png
 -%%DATADIR%%/Interface/reencode.png
 -%%DATADIR%%/Interface/reload.png
 -%%DATADIR%%/Interface/render.png
 -%%DATADIR%%/Interface/render1.png
 -%%DATADIR%%/Interface/right.png
 -%%DATADIR%%/Interface/rond.png
 -%%DATADIR%%/Interface/rotate.png
 -%%DATADIR%%/Interface/rotate1.png
 -%%DATADIR%%/Interface/rotate2.png
 -%%DATADIR%%/Interface/rotate3.png
 -%%DATADIR%%/Interface/save.png
 -%%DATADIR%%/Interface/scalemedia.png
 -%%DATADIR%%/Interface/select.png
 -%%DATADIR%%/Interface/select1.png
 -%%DATADIR%%/Interface/select2.png
 -%%DATADIR%%/Interface/select3.png
 -%%DATADIR%%/Interface/shear.png
 -%%DATADIR%%/Interface/shear1.png
 -%%DATADIR%%/Interface/shear2.png
 -%%DATADIR%%/Interface/shear3.png
 -%%DATADIR%%/Interface/son.png
 -%%DATADIR%%/Interface/son1.png
 -%%DATADIR%%/Interface/sound.png
 -%%DATADIR%%/Interface/sound1.png
 -%%DATADIR%%/Interface/sound2.png
 -%%DATADIR%%/Interface/splash.png
 -%%DATADIR%%/Interface/sticker.png
 -%%DATADIR%%/Interface/sticker_2.png
 -%%DATADIR%%/Interface/stripes.jpg
 -%%DATADIR%%/Interface/subtitle.png
 -%%DATADIR%%/Interface/subtitle2.png
 -%%DATADIR%%/Interface/tabulation.png
 -%%DATADIR%%/Interface/tools32.png
 -%%DATADIR%%/Interface/top.png
 -%%DATADIR%%/Interface/trash.png
 -%%DATADIR%%/Interface/trash1.png
 -%%DATADIR%%/Interface/trash3.png
 -%%DATADIR%%/Interface/tree.png
 -%%DATADIR%%/Interface/vruler.png
 -%%DATADIR%%/Interface/world.png
 -%%DATADIR%%/Interface/zoom.png
 -%%DATADIR%%/Interface/zoom1.png
 -%%DATADIR%%/Interface/zoom2.png
 -%%DATADIR%%/Interface/zoom3.png
 - at dirrm %%DATADIR%%/Bibliotheque/Themes/FOLD_Vacances/Diapos sur bois
 - at dirrm %%DATADIR%%/Bibliotheque/Themes/FOLD_Vacances
 - at dirrm %%DATADIR%%/Bibliotheque/Themes
 - at dirrm %%DATADIR%%/Bibliotheque/Luma
 - at dirrm %%DATADIR%%/Bibliotheque/Masks
 - at dirrm %%DATADIR%%/Bibliotheque/Animations
 - at dirrm %%DATADIR%%/Bibliotheque
 - at dirrm %%DATADIR%%/Interface
 - at dirrm %%DATADIR%%
 +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=C3=A8fle_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=C3=A8fle_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=C3=A9puscule/3.png
 +lib/2ManDVD/Bibliotheque/Themes/FOLD_Nature/Cr=C3=A9puscule/4.png
 +lib/2ManDVD/Bibliotheque/Themes/FOLD_Nature/Cr=C3=A9puscule/fd.jpg
 +lib/2ManDVD/Bibliotheque/Themes/FOLD_Nature/Cr=C3=A9puscule/lune_1.gif
 +lib/2ManDVD/Bibliotheque/Themes/FOLD_Nature/Cr=C3=A9puscule/lune_2.gif
 +lib/2ManDVD/Bibliotheque/Themes/FOLD_Nature/Cr=C3=A9puscule/theme.jpg
 +lib/2ManDVD/Bibliotheque/Themes/FOLD_Nature/Cr=C3=A9puscule/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=C3=A9e.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=C3=A9raux/fd.jpg
 +lib/2ManDVD/Bibliotheque/Themes/FOLD_Textures/Min=C3=A9raux/pierre.png
 +lib/2ManDVD/Bibliotheque/Themes/FOLD_Textures/Min=C3=A9raux/pierre1.png
 +lib/2ManDVD/Bibliotheque/Themes/FOLD_Textures/Min=C3=A9raux/pierre2.png
 +lib/2ManDVD/Bibliotheque/Themes/FOLD_Textures/Min=C3=A9raux/pierre3.png
 +lib/2ManDVD/Bibliotheque/Themes/FOLD_Textures/Min=C3=A9raux/theme.jpg
 +lib/2ManDVD/Bibliotheque/Themes/FOLD_Textures/Min=C3=A9raux/theme.txt
 +lib/2ManDVD/Bibliotheque/Themes/FOLD_Textures/M=C3=A9tal/fd.jpg
 +lib/2ManDVD/Bibliotheque/Themes/FOLD_Textures/M=C3=A9tal/impacts-balles.gif
 +lib/2ManDVD/Bibliotheque/Themes/FOLD_Textures/M=C3=A9tal/theme.jpg
 +lib/2ManDVD/Bibliotheque/Themes/FOLD_Textures/M=C3=A9tal/theme.txt
 +lib/2ManDVD/Bibliotheque/Themes/FOLD_Vacances/Cara=C3=AFbes/0.png
 +lib/2ManDVD/Bibliotheque/Themes/FOLD_Vacances/Cara=C3=AFbes/1.png
 +lib/2ManDVD/Bibliotheque/Themes/FOLD_Vacances/Cara=C3=AFbes/2.png
 +lib/2ManDVD/Bibliotheque/Themes/FOLD_Vacances/Cara=C3=AFbes/2t_0.png
 +lib/2ManDVD/Bibliotheque/Themes/FOLD_Vacances/Cara=C3=AFbes/2t_1.png
 +lib/2ManDVD/Bibliotheque/Themes/FOLD_Vacances/Cara=C3=AFbes/2t_2.png
 +lib/2ManDVD/Bibliotheque/Themes/FOLD_Vacances/Cara=C3=AFbes/fd.jpg
 +lib/2ManDVD/Bibliotheque/Themes/FOLD_Vacances/Cara=C3=AFbes/theme.jpg
 +lib/2ManDVD/Bibliotheque/Themes/FOLD_Vacances/Cara=C3=AFbes/theme.txt
 +lib/2ManDVD/Bibliotheque/Themes/FOLD_Vacances/Cr=C3=A9puscule/1.png
 +lib/2ManDVD/Bibliotheque/Themes/FOLD_Vacances/Cr=C3=A9puscule/2t_1.png
 +lib/2ManDVD/Bibliotheque/Themes/FOLD_Vacances/Cr=C3=A9puscule/2t_3.png
 +lib/2ManDVD/Bibliotheque/Themes/FOLD_Vacances/Cr=C3=A9puscule/3.png
 +lib/2ManDVD/Bibliotheque/Themes/FOLD_Vacances/Cr=C3=A9puscule/fd.jpg
 +lib/2ManDVD/Bibliotheque/Themes/FOLD_Vacances/Cr=C3=A9puscule/lune.png
 +lib/2ManDVD/Bibliotheque/Themes/FOLD_Vacances/Cr=C3=A9puscule/theme.jpg
 +lib/2ManDVD/Bibliotheque/Themes/FOLD_Vacances/Cr=C3=A9puscule/theme.txt
 +lib/2ManDVD/Bibliotheque/Themes/FOLD_Vacances/Cr=C3=A9puscule_2/etoiles-ro=
 se.gif
 +lib/2ManDVD/Bibliotheque/Themes/FOLD_Vacances/Cr=C3=A9puscule_2/fd.jpg
 +lib/2ManDVD/Bibliotheque/Themes/FOLD_Vacances/Cr=C3=A9puscule_2/lune.png
 +lib/2ManDVD/Bibliotheque/Themes/FOLD_Vacances/Cr=C3=A9puscule_2/mars.gif
 +lib/2ManDVD/Bibliotheque/Themes/FOLD_Vacances/Cr=C3=A9puscule_2/theme.jpg
 +lib/2ManDVD/Bibliotheque/Themes/FOLD_Vacances/Cr=C3=A9puscule_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~
 +lib/2ManDVD/mandvdico.png
 +share/applications/2ManDVD.desktop
 + at dirrm lib/2ManDVD/Bibliotheque/Themes/FOLD_Vacances/States
 + at dirrm lib/2ManDVD/Bibliotheque/Themes/FOLD_Vacances/Paris
 + at dirrm lib/2ManDVD/Bibliotheque/Themes/FOLD_Vacances/Neige
 + at dirrm lib/2ManDVD/Bibliotheque/Themes/FOLD_Vacances/Diapos sur bois
 + at dirrm lib/2ManDVD/Bibliotheque/Themes/FOLD_Vacances/Cr=C3=A9puscule_2
 + at dirrm lib/2ManDVD/Bibliotheque/Themes/FOLD_Vacances/Cr=C3=A9puscule
 + at dirrm lib/2ManDVD/Bibliotheque/Themes/FOLD_Vacances/Cara=C3=AFbes
 + at dirrm lib/2ManDVD/Bibliotheque/Themes/FOLD_Vacances
 + at dirrm lib/2ManDVD/Bibliotheque/Themes/FOLD_Textures/M=C3=A9tal
 + at dirrm lib/2ManDVD/Bibliotheque/Themes/FOLD_Textures/Min=C3=A9raux
 + at dirrm lib/2ManDVD/Bibliotheque/Themes/FOLD_Textures/Feuilles
 + at dirrm lib/2ManDVD/Bibliotheque/Themes/FOLD_Textures/Briques
 + at dirrm lib/2ManDVD/Bibliotheque/Themes/FOLD_Textures/Aqua
 + at dirrm lib/2ManDVD/Bibliotheque/Themes/FOLD_Textures
 + at dirrm lib/2ManDVD/Bibliotheque/Themes/FOLD_Nature/Sapins sous la neige
 + at dirrm lib/2ManDVD/Bibliotheque/Themes/FOLD_Nature/Parc
 + at dirrm lib/2ManDVD/Bibliotheque/Themes/FOLD_Nature/Fleurs2
 + at dirrm lib/2ManDVD/Bibliotheque/Themes/FOLD_Nature/Fleurs
 + at dirrm lib/2ManDVD/Bibliotheque/Themes/FOLD_Nature/Cr=C3=A9puscule
 + at dirrm lib/2ManDVD/Bibliotheque/Themes/FOLD_Nature/Brume
 + at dirrm lib/2ManDVD/Bibliotheque/Themes/FOLD_Nature
 + at dirrm lib/2ManDVD/Bibliotheque/Themes/FOLD_Animaux/Papillons
 + at dirrm lib/2ManDVD/Bibliotheque/Themes/FOLD_Animaux/Oiseaux
 + at dirrm lib/2ManDVD/Bibliotheque/Themes/FOLD_Animaux/Duo
 + at dirrm lib/2ManDVD/Bibliotheque/Themes/FOLD_Animaux/Coquillage
 + at dirrm lib/2ManDVD/Bibliotheque/Themes/FOLD_Animaux/Chat
 + at dirrm lib/2ManDVD/Bibliotheque/Themes/FOLD_Animaux
 + at dirrm lib/2ManDVD/Bibliotheque/Themes
 + at dirrm lib/2ManDVD/Bibliotheque/Masks
 + at dirrm lib/2ManDVD/Bibliotheque/Luma
 + at dirrm lib/2ManDVD/Bibliotheque/Animations
 + at dirrm lib/2ManDVD/Bibliotheque/3d
 + at dirrm lib/2ManDVD/Bibliotheque
 + at dirrm lib/2ManDVD
 + at dirrmtry share/applications
 
 --Multipart=_Tue__8_Jan_2013_02_55_09_+0900_N.+rQRVlC3IkK5bU--


More information about the freebsd-ports-bugs mailing list