From e2f1173a85e688e971f9c146425b7c91011bf4af Mon Sep 17 00:00:00 2001 From: Martin Wilke Date: Thu, 2 Aug 2007 11:06:58 +0000 Subject: [PATCH] Album Shaper is a drag-n-drop hierarchal photo album creation and modification application. Based on the Qt libraries, Album Shaper is a cross-platform solution for maintaining your collection of digital images from various sources. WWW: http://albumshaper.sf.net PR: ports/113880 Submitted by: Yinghong.Liu --- graphics/Makefile | 1 + graphics/albumshaper/Makefile | 67 ++++ graphics/albumshaper/distinfo | 3 + .../files/patch-src_backend_album.h | 11 + graphics/albumshaper/pkg-descr | 6 + graphics/albumshaper/pkg-plist | 332 ++++++++++++++++++ 6 files changed, 420 insertions(+) create mode 100644 graphics/albumshaper/Makefile create mode 100644 graphics/albumshaper/distinfo create mode 100644 graphics/albumshaper/files/patch-src_backend_album.h create mode 100644 graphics/albumshaper/pkg-descr create mode 100644 graphics/albumshaper/pkg-plist diff --git a/graphics/Makefile b/graphics/Makefile index b47422a89200..becefc10ba7f 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -18,6 +18,7 @@ SUBDIR += acidwarp SUBDIR += agave SUBDIR += agg + SUBDIR += albumshaper SUBDIR += ale SUBDIR += allegrogl SUBDIR += amanith diff --git a/graphics/albumshaper/Makefile b/graphics/albumshaper/Makefile new file mode 100644 index 000000000000..031d4a3b1b48 --- /dev/null +++ b/graphics/albumshaper/Makefile @@ -0,0 +1,67 @@ +# New ports collection makefile for: albumshaper +# Date created: 17 Jul 2007 +# Whom: Yinghong.Liu +# +# $FreeBSD$ +# + +PORTNAME= albumshaper +PORTVERSION= 2.1 +CATEGORIES= graphics +MASTER_SITES= SF +DISTNAME= ${PORTNAME}_${PORTVERSION} + +MAINTAINER= relaxbsd@gmail.com +COMMENT= A drag-n-drop hierarchal photo album creation + +BUILD_DEPENDS= qmake:${PORTSDIR}/devel/qmake + +USE_BZIP2= yes +USE_ICONV= yes +USE_QT_VER= 3 +USE_GNOME= libxml2 libxslt + +WRKSRC= ${WRKDIR}/${DISTNAME}_src + +CONFIGURE_ENV+= QTDIR=${QT_PREFIX} \ + QMAKESPEC=${LOCALBASE}/share/qt/mkspecs/freebsd-g++ +MAKE_ENV+= QTDIR=${QT_PREFIX} \ + QMAKESPEC=${LOCALBASE}/share/qt/mkspecs/freebsd-g++ + +DESKTOP_ENTRIES= "AlbumShaper" \ + "A drag-n-drop hierarchal photo album creation" \ + "${DATADIR}/images/miscImages/as32.png" \ + "AlbumShaper" \ + "Qt;KDE;Graphics;" \ + "false" + +.if !defined(WITHOUT_NLS) +PLIST_SUB+= NLS="" +.else +PLIST_SUB+= NLS="@comment " +.endif + +MYDISTDOCS= AlbumShaper.doc install packageHowTo.txt readme.txt \ + readme_precompiled.txt docs/bugs.txt docs/copying.txt + +post-patch: + @${REINPLACE_CMD} -e 's|/usr|${PREFIX}|g' \ + ${WRKSRC}/AlbumShaper.pro +.if defined(WITHOUT_NLS) + @${REINPLACE_CMD} -e '/INSTALLS\ +=\ translations/d' \ + ${WRKSRC}/AlbumShaper.pro +.endif + +pre-build: + ( cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} \ + qmake AlbumShaper.pro ) + +post-install: +.if !defined(NOPORTDOCS) + @${MKDIR} ${DOCSDIR} +.for doc in ${MYDISTDOCS} + @${INSTALL_DATA} ${WRKSRC}/${doc} ${DOCSDIR} +.endfor +.endif + +.include diff --git a/graphics/albumshaper/distinfo b/graphics/albumshaper/distinfo new file mode 100644 index 000000000000..a5868a0f5386 --- /dev/null +++ b/graphics/albumshaper/distinfo @@ -0,0 +1,3 @@ +MD5 (albumshaper_2.1.tar.bz2) = 242c260c50fd774f2301dba66deb668b +SHA256 (albumshaper_2.1.tar.bz2) = 67b43e51aa5afb22a7329fd78e9d17f489fceb4ac00d9861312993709739528e +SIZE (albumshaper_2.1.tar.bz2) = 4504758 diff --git a/graphics/albumshaper/files/patch-src_backend_album.h b/graphics/albumshaper/files/patch-src_backend_album.h new file mode 100644 index 000000000000..49c3d44a8f06 --- /dev/null +++ b/graphics/albumshaper/files/patch-src_backend_album.h @@ -0,0 +1,11 @@ +--- src/backend/album.h.orig Wed Jul 25 21:29:36 2007 ++++ src/backend/album.h Wed Jul 25 21:29:43 2007 +@@ -113,7 +113,7 @@ + int getCreationDay(); + + ///Updates the creation date to today's date +- void Album::updateCreationDate(); ++ void updateCreationDate(); + + ///Updates the modification date to today's date + void updateModificationDate(); diff --git a/graphics/albumshaper/pkg-descr b/graphics/albumshaper/pkg-descr new file mode 100644 index 000000000000..79485ebea0fa --- /dev/null +++ b/graphics/albumshaper/pkg-descr @@ -0,0 +1,6 @@ +Album Shaper is a drag-n-drop hierarchal photo album creation and +modification application. Based on the Qt libraries, Album Shaper is a +cross-platform solution for maintaining your collection of digital images +from various sources. + +WWW: http://albumshaper.sf.net diff --git a/graphics/albumshaper/pkg-plist b/graphics/albumshaper/pkg-plist new file mode 100644 index 000000000000..837da9165f81 --- /dev/null +++ b/graphics/albumshaper/pkg-plist @@ -0,0 +1,332 @@ +bin/AlbumShaper +bin/AlbumShaper.bin +%%PORTDOCS%%%%DOCSDIR%%/AlbumShaper.doc +%%PORTDOCS%%%%DOCSDIR%%/install +%%PORTDOCS%%%%DOCSDIR%%/packageHowTo.txt +%%PORTDOCS%%%%DOCSDIR%%/readme.txt +%%PORTDOCS%%%%DOCSDIR%%/readme_precompiled.txt +%%PORTDOCS%%%%DOCSDIR%%/bugs.txt +%%PORTDOCS%%%%DOCSDIR%%/copying.txt +%%DATADIR%%/images/alertIcons/warning.png +%%DATADIR%%/images/buttonIcons/add.png +%%DATADIR%%/images/buttonIcons/adjustGrain.png +%%DATADIR%%/images/buttonIcons/browse.png +%%DATADIR%%/images/buttonIcons/button_cancel.png +%%DATADIR%%/images/buttonIcons/button_ok.png +%%DATADIR%%/images/buttonIcons/correctTilt.png +%%DATADIR%%/images/buttonIcons/create.png +%%DATADIR%%/images/buttonIcons/crop.png +%%DATADIR%%/images/buttonIcons/crop_disabled.png +%%DATADIR%%/images/buttonIcons/delete.png +%%DATADIR%%/images/buttonIcons/enhanceContrast.png +%%DATADIR%%/images/buttonIcons/flipHorizontally.png +%%DATADIR%%/images/buttonIcons/flipHorizontally_disabled.png +%%DATADIR%%/images/buttonIcons/flipVertically.png +%%DATADIR%%/images/buttonIcons/flipVertically_disabled.png +%%DATADIR%%/images/buttonIcons/improveColorBalance.png +%%DATADIR%%/images/buttonIcons/next.png +%%DATADIR%%/images/buttonIcons/pausePresentation.png +%%DATADIR%%/images/buttonIcons/photoInfo.png +%%DATADIR%%/images/buttonIcons/playPresentation.png +%%DATADIR%%/images/buttonIcons/previous.png +%%DATADIR%%/images/buttonIcons/redEyeReduction.png +%%DATADIR%%/images/buttonIcons/redEyeReduction_disabled.png +%%DATADIR%%/images/buttonIcons/remove.png +%%DATADIR%%/images/buttonIcons/removeImage.png +%%DATADIR%%/images/buttonIcons/reset.png +%%DATADIR%%/images/buttonIcons/rotate270.png +%%DATADIR%%/images/buttonIcons/rotate270_disabled.png +%%DATADIR%%/images/buttonIcons/rotate90.png +%%DATADIR%%/images/buttonIcons/rotate90_disabled.png +%%DATADIR%%/images/buttonIcons/save.png +%%DATADIR%%/images/buttonIcons/setDesktopWallpaper.png +%%DATADIR%%/images/buttonIcons/setDesktopWallpaper_disabled.png +%%DATADIR%%/images/buttonIcons/tuneLevels.png +%%DATADIR%%/images/helpImages/addRemoveButtons.png +%%DATADIR%%/images/helpImages/addingPhotos.png +%%DATADIR%%/images/helpImages/albumInfo.png +%%DATADIR%%/images/helpImages/asHelpLogoLarge.png +%%DATADIR%%/images/helpImages/asHelpLogoSmall.png +%%DATADIR%%/images/helpImages/collectionInfo.png +%%DATADIR%%/images/helpImages/colorCorrection.png +%%DATADIR%%/images/helpImages/contrastCorrection.png +%%DATADIR%%/images/helpImages/createCollection.png +%%DATADIR%%/images/helpImages/cropping5x7.png +%%DATADIR%%/images/helpImages/customRotate.png +%%DATADIR%%/images/helpImages/dpiWarning.png +%%DATADIR%%/images/helpImages/enhanceControls.png +%%DATADIR%%/images/helpImages/frameControls.png +%%DATADIR%%/images/helpImages/grainEditor.png +%%DATADIR%%/images/helpImages/helpBillboard.png +%%DATADIR%%/images/helpImages/interfaceOverview.png +%%DATADIR%%/images/helpImages/levelsEditor.png +%%DATADIR%%/images/helpImages/manipulateControls.png +%%DATADIR%%/images/helpImages/manipulations.png +%%DATADIR%%/images/helpImages/multipleCollections.png +%%DATADIR%%/images/helpImages/newAlbum.png +%%DATADIR%%/images/helpImages/recentAlbums.png +%%DATADIR%%/images/helpImages/redEyeRemoval.png +%%DATADIR%%/images/helpImages/removeCollectionImage.png +%%DATADIR%%/images/helpImages/saveAs.png +%%DATADIR%%/images/helpImages/setRepImage.png +%%DATADIR%%/images/helpImages/settingPhotoDescription.png +%%DATADIR%%/images/helpImages/tiltCorrection.png +%%DATADIR%%/images/menuIcons/about.png +%%DATADIR%%/images/menuIcons/advanceCollection.png +%%DATADIR%%/images/menuIcons/advancePhoto.png +%%DATADIR%%/images/menuIcons/albumStatistics.png +%%DATADIR%%/images/menuIcons/backupCollection.png +%%DATADIR%%/images/menuIcons/backupPhoto.png +%%DATADIR%%/images/menuIcons/decreaseTextSize.png +%%DATADIR%%/images/menuIcons/exit.png +%%DATADIR%%/images/menuIcons/handbook.png +%%DATADIR%%/images/menuIcons/increaseTextSize.png +%%DATADIR%%/images/menuIcons/new.png +%%DATADIR%%/images/menuIcons/open.png +%%DATADIR%%/images/menuIcons/pause.png +%%DATADIR%%/images/menuIcons/play.png +%%DATADIR%%/images/menuIcons/quit.png +%%DATADIR%%/images/menuIcons/removePhotoDesc.png +%%DATADIR%%/images/menuIcons/save.png +%%DATADIR%%/images/menuIcons/saveas.png +%%DATADIR%%/images/menuIcons/setAlbumImage.png +%%DATADIR%%/images/menuIcons/setSubalbumImage.png +%%DATADIR%%/images/menuIcons/settings.png +%%DATADIR%%/images/menuIcons/skipToFirstPhoto.png +%%DATADIR%%/images/menuIcons/skipToLastPhoto.png +%%DATADIR%%/images/menuIcons/slowDown.png +%%DATADIR%%/images/menuIcons/speedUp.png +%%DATADIR%%/images/menuIcons/startPresentation.png +%%DATADIR%%/images/miscImages/albumShaper.png +%%DATADIR%%/images/miscImages/as128.png +%%DATADIR%%/images/miscImages/as16.png +%%DATADIR%%/images/miscImages/as32.png +%%DATADIR%%/images/miscImages/as64.png +%%DATADIR%%/images/miscImages/backgroundImage.png +%%DATADIR%%/images/miscImages/birthdayL.png +%%DATADIR%%/images/miscImages/birthdayR.png +%%DATADIR%%/images/miscImages/blurSharpen.png +%%DATADIR%%/images/miscImages/boundaries.png +%%DATADIR%%/images/miscImages/brightness.png +%%DATADIR%%/images/miscImages/cheetah.png +%%DATADIR%%/images/miscImages/contrast.png +%%DATADIR%%/images/miscImages/moveImage.png +%%DATADIR%%/images/miscImages/photoGradientBottom.png +%%DATADIR%%/images/miscImages/photoGradientBottomLeft.png +%%DATADIR%%/images/miscImages/photoGradientBottomRight.png +%%DATADIR%%/images/miscImages/photoGradientRight.png +%%DATADIR%%/images/miscImages/photoGradientTopRight.png +%%DATADIR%%/images/miscImages/rabbit.png +%%DATADIR%%/images/miscImages/regions.png +%%DATADIR%%/images/miscImages/snail.png +%%DATADIR%%/images/miscImages/subalbum.png +%%DATADIR%%/images/miscImages/themePreview.png +%%DATADIR%%/images/miscImages/turtle.png +%%DATADIR%%/images/miscImages/updateAvailable.mng +%%DATADIR%%/images/miscImages/welcome.png +%%DATADIR%%/images/settingsIcons/alerts.png +%%DATADIR%%/images/settingsIcons/layout.png +%%DATADIR%%/images/settingsIcons/loadsave.png +%%DATADIR%%/images/tabIcons/credits.png +%%DATADIR%%/images/tabIcons/history.png +%%DATADIR%%/images/tabIcons/newImprovements.png +%%DATADIR%%/images/tabIcons/upcomingFeatures.png +%%DATADIR%%/images/welcomeImages/handbook.png +%%DATADIR%%/images/welcomeImages/upcoming.png +%%DATADIR%%/images/welcomeImages/updates.png +%%DATADIR%%/text/about.html +%%DATADIR%%/text/bleedingEdge.html +%%DATADIR%%/text/history.html +%%DATADIR%%/text/noUpdates.html +%%DATADIR%%/themes/BlueShifted/contactsheets.xsl +%%DATADIR%%/themes/BlueShifted/coverpage.xsl +%%DATADIR%%/themes/BlueShifted/description.html +%%DATADIR%%/themes/BlueShifted/preview1.png +%%DATADIR%%/themes/BlueShifted/preview2.png +%%DATADIR%%/themes/BlueShifted/preview3.png +%%DATADIR%%/themes/BlueShifted/resources/first.jpg +%%DATADIR%%/themes/BlueShifted/resources/last.jpg +%%DATADIR%%/themes/BlueShifted/resources/next.jpg +%%DATADIR%%/themes/BlueShifted/resources/numPlate.jpg +%%DATADIR%%/themes/BlueShifted/resources/prev.jpg +%%DATADIR%%/themes/BlueShifted/resources/scanline.jpg +%%DATADIR%%/themes/BlueShifted/slideshows.xsl +%%DATADIR%%/themes/BlueShifted/theme.xsl +%%DATADIR%%/themes/BlueShifted/utils.xsl +%%DATADIR%%/themes/Classic/contactsheets.xsl +%%DATADIR%%/themes/Classic/coverpage.xsl +%%DATADIR%%/themes/Classic/description.html +%%DATADIR%%/themes/Classic/preview1.png +%%DATADIR%%/themes/Classic/preview2.png +%%DATADIR%%/themes/Classic/preview3.png +%%DATADIR%%/themes/Classic/slideshows.xsl +%%DATADIR%%/themes/Classic/theme.xsl +%%DATADIR%%/themes/Classic/utils.xsl +%%DATADIR%%/themes/Metallic/description.html +%%DATADIR%%/themes/Metallic/preview1.png +%%DATADIR%%/themes/Metallic/preview2.png +%%DATADIR%%/themes/Metallic/preview3.png +%%DATADIR%%/themes/Metallic/resources/albumindex.gif +%%DATADIR%%/themes/Metallic/resources/albumshaper.gif +%%DATADIR%%/themes/Metallic/resources/bg.png +%%DATADIR%%/themes/Metallic/resources/blank.html +%%DATADIR%%/themes/Metallic/resources/blur-1.png +%%DATADIR%%/themes/Metallic/resources/blur-2.png +%%DATADIR%%/themes/Metallic/resources/blur-3.png +%%DATADIR%%/themes/Metallic/resources/blur-4.png +%%DATADIR%%/themes/Metallic/resources/blur-5.png +%%DATADIR%%/themes/Metallic/resources/blur-6.png +%%DATADIR%%/themes/Metallic/resources/blur-7.png +%%DATADIR%%/themes/Metallic/resources/blur-8.png +%%DATADIR%%/themes/Metallic/resources/dot.gif +%%DATADIR%%/themes/Metallic/resources/left.png +%%DATADIR%%/themes/Metallic/resources/leftnav.html +%%DATADIR%%/themes/Metallic/resources/loading.gif +%%DATADIR%%/themes/Metallic/resources/next.png +%%DATADIR%%/themes/Metallic/resources/prev.png +%%DATADIR%%/themes/Metallic/resources/right.png +%%DATADIR%%/themes/Metallic/resources/rightnav.html +%%DATADIR%%/themes/Metallic/resources/shadow1.png +%%DATADIR%%/themes/Metallic/resources/shadow2.png +%%DATADIR%%/themes/Metallic/resources/shadow3.png +%%DATADIR%%/themes/Metallic/resources/slideshow.gif +%%DATADIR%%/themes/Metallic/resources/slideshow.js +%%DATADIR%%/themes/Metallic/resources/spacer.gif +%%DATADIR%%/themes/Metallic/resources/style.css +%%DATADIR%%/themes/Metallic/resources/thumbnails.gif +%%DATADIR%%/themes/Metallic/theme.xsl +%%DATADIR%%/themes/Metallic/utils.xsl +%%DATADIR%%/themes/Radiant/description.html +%%DATADIR%%/themes/Radiant/preview1.png +%%DATADIR%%/themes/Radiant/preview2.png +%%DATADIR%%/themes/Radiant/preview3.png +%%DATADIR%%/themes/Radiant/resources/arrow_left.png +%%DATADIR%%/themes/Radiant/resources/arrow_right.png +%%DATADIR%%/themes/Radiant/resources/bottom_bg.png +%%DATADIR%%/themes/Radiant/resources/bottom_left.png +%%DATADIR%%/themes/Radiant/resources/bottom_right.png +%%DATADIR%%/themes/Radiant/resources/image.png +%%DATADIR%%/themes/Radiant/resources/photo_bottom.png +%%DATADIR%%/themes/Radiant/resources/photo_bottom_left.png +%%DATADIR%%/themes/Radiant/resources/photo_bottom_right.png +%%DATADIR%%/themes/Radiant/resources/photo_left.png +%%DATADIR%%/themes/Radiant/resources/photo_right.png +%%DATADIR%%/themes/Radiant/resources/photo_top.png +%%DATADIR%%/themes/Radiant/resources/photo_top_left.png +%%DATADIR%%/themes/Radiant/resources/photo_top_right.png +%%DATADIR%%/themes/Radiant/resources/side_left.png +%%DATADIR%%/themes/Radiant/resources/side_right.png +%%DATADIR%%/themes/Radiant/resources/slideshow.js +%%DATADIR%%/themes/Radiant/resources/spacer.gif +%%DATADIR%%/themes/Radiant/resources/style.css +%%DATADIR%%/themes/Radiant/resources/subalbum.js +%%DATADIR%%/themes/Radiant/resources/top_bg.png +%%DATADIR%%/themes/Radiant/resources/top_left.png +%%DATADIR%%/themes/Radiant/resources/top_right.png +%%DATADIR%%/themes/Radiant/theme.xsl +%%DATADIR%%/themes/Radiant/utils.xsl +%%DATADIR%%/themes/Slick/contactsheets.xsl +%%DATADIR%%/themes/Slick/coverpage.xsl +%%DATADIR%%/themes/Slick/description.html +%%DATADIR%%/themes/Slick/html_resources/bottomJoint.png +%%DATADIR%%/themes/Slick/html_resources/bottomLeft.png +%%DATADIR%%/themes/Slick/html_resources/bottomRight.png +%%DATADIR%%/themes/Slick/html_resources/centerJoint.png +%%DATADIR%%/themes/Slick/html_resources/contents.png +%%DATADIR%%/themes/Slick/html_resources/first.png +%%DATADIR%%/themes/Slick/html_resources/horizontal.png +%%DATADIR%%/themes/Slick/html_resources/last.png +%%DATADIR%%/themes/Slick/html_resources/leftJoint.png +%%DATADIR%%/themes/Slick/html_resources/next.png +%%DATADIR%%/themes/Slick/html_resources/otherLayout.png +%%DATADIR%%/themes/Slick/html_resources/prev.png +%%DATADIR%%/themes/Slick/html_resources/rightJoint.png +%%DATADIR%%/themes/Slick/html_resources/topJoint.png +%%DATADIR%%/themes/Slick/html_resources/topLeft.png +%%DATADIR%%/themes/Slick/html_resources/topRight.png +%%DATADIR%%/themes/Slick/html_resources/vertical.png +%%DATADIR%%/themes/Slick/misc_resources/BL_TextBorder.png +%%DATADIR%%/themes/Slick/misc_resources/BR_TextBorder.png +%%DATADIR%%/themes/Slick/misc_resources/Bottom_TextBorder.png +%%DATADIR%%/themes/Slick/misc_resources/Left_TextBorder.png +%%DATADIR%%/themes/Slick/misc_resources/Right_TextBorder.png +%%DATADIR%%/themes/Slick/misc_resources/TL_TextBorder.png +%%DATADIR%%/themes/Slick/misc_resources/TR_TextBorder.png +%%DATADIR%%/themes/Slick/misc_resources/Top_TextBorder.png +%%DATADIR%%/themes/Slick/preview1.png +%%DATADIR%%/themes/Slick/preview2.png +%%DATADIR%%/themes/Slick/preview3.png +%%DATADIR%%/themes/Slick/resources/asLogo.png +%%DATADIR%%/themes/Slick/resources/bottomJoint.png +%%DATADIR%%/themes/Slick/resources/bottomLeft.png +%%DATADIR%%/themes/Slick/resources/bottomRight.png +%%DATADIR%%/themes/Slick/resources/centerJoint.png +%%DATADIR%%/themes/Slick/resources/contents.png +%%DATADIR%%/themes/Slick/resources/first.png +%%DATADIR%%/themes/Slick/resources/horizontal.png +%%DATADIR%%/themes/Slick/resources/last.png +%%DATADIR%%/themes/Slick/resources/leftJoint.png +%%DATADIR%%/themes/Slick/resources/next.png +%%DATADIR%%/themes/Slick/resources/otherLayout.png +%%DATADIR%%/themes/Slick/resources/prev.png +%%DATADIR%%/themes/Slick/resources/rightJoint.png +%%DATADIR%%/themes/Slick/resources/shortcuts.png +%%DATADIR%%/themes/Slick/resources/slideshow.js +%%DATADIR%%/themes/Slick/resources/style.css +%%DATADIR%%/themes/Slick/resources/tooltips.js +%%DATADIR%%/themes/Slick/resources/topJoint.png +%%DATADIR%%/themes/Slick/resources/topLeft.png +%%DATADIR%%/themes/Slick/resources/topRight.png +%%DATADIR%%/themes/Slick/resources/vertical.png +%%DATADIR%%/themes/Slick/slideshows.xsl +%%DATADIR%%/themes/Slick/theme.xsl +%%DATADIR%%/themes/Slick/utils.xsl +%%NLS%%%%DATADIR%%/translations/AlbumShaper_de.qm +%%NLS%%%%DATADIR%%/translations/AlbumShaper_de.ts +%%NLS%%%%DATADIR%%/translations/AlbumShaper_es.qm +%%NLS%%%%DATADIR%%/translations/AlbumShaper_es.ts +%%NLS%%%%DATADIR%%/translations/AlbumShaper_fr.qm +%%NLS%%%%DATADIR%%/translations/AlbumShaper_fr.ts +%%NLS%%%%DATADIR%%/translations/AlbumShaper_it.qm +%%NLS%%%%DATADIR%%/translations/AlbumShaper_it.ts +%%NLS%%%%DATADIR%%/translations/AlbumShaper_pl.qm +%%NLS%%%%DATADIR%%/translations/AlbumShaper_pl.ts +%%NLS%%%%DATADIR%%/translations/AlbumShaper_ro.qm +%%NLS%%%%DATADIR%%/translations/AlbumShaper_ro.ts +%%NLS%%%%DATADIR%%/translations/AlbumShaper_ru.qm +%%NLS%%%%DATADIR%%/translations/AlbumShaper_ru.ts +%%NLS%%%%DATADIR%%/translations/AlbumShaper_sk.qm +%%NLS%%%%DATADIR%%/translations/AlbumShaper_sk.ts +%%NLS%%%%DATADIR%%/translations/AlbumShaper_sv.qm +%%NLS%%%%DATADIR%%/translations/AlbumShaper_sv.ts +%%DATADIR%%/xmlConversion/album1.0.xsd +%%DATADIR%%/xmlConversion/album1.1.xsd +%%DATADIR%%/xmlConversion/update.xsl +%%DATADIR%%/xmlConversion/update1.0.xsl +%%PORTDOCS%%@dirrm %%DOCSDIR%% +@dirrm %%DATADIR%%/xmlConversion +%%NLS%%@dirrm %%DATADIR%%/translations +@dirrm %%DATADIR%%/themes/Slick/resources +@dirrm %%DATADIR%%/themes/Slick/presentation +@dirrm %%DATADIR%%/themes/Slick/misc_resources +@dirrm %%DATADIR%%/themes/Slick/html_resources +@dirrm %%DATADIR%%/themes/Slick +@dirrm %%DATADIR%%/themes/Radiant/resources +@dirrm %%DATADIR%%/themes/Radiant +@dirrm %%DATADIR%%/themes/Metallic/resources +@dirrm %%DATADIR%%/themes/Metallic +@dirrm %%DATADIR%%/themes/Classic +@dirrm %%DATADIR%%/themes/BlueShifted/resources +@dirrm %%DATADIR%%/themes/BlueShifted +@dirrm %%DATADIR%%/themes +@dirrm %%DATADIR%%/text +@dirrm %%DATADIR%%/images/welcomeImages +@dirrm %%DATADIR%%/images/tabIcons +@dirrm %%DATADIR%%/images/settingsIcons +@dirrm %%DATADIR%%/images/miscImages +@dirrm %%DATADIR%%/images/menuIcons +@dirrm %%DATADIR%%/images/helpImages +@dirrm %%DATADIR%%/images/buttonIcons +@dirrm %%DATADIR%%/images/alertIcons +@dirrm %%DATADIR%%/images +@dirrm %%DATADIR%%