diff options
Diffstat (limited to 'multimedia')
57 files changed, 0 insertions, 3614 deletions
diff --git a/multimedia/2mandvd/Makefile b/multimedia/2mandvd/Makefile deleted file mode 100644 index cca90a00312b..000000000000 --- a/multimedia/2mandvd/Makefile +++ /dev/null @@ -1,79 +0,0 @@ -# Created by: Diego Depaoli <trebestie@gmail.com> -# $FreeBSD$ - -PORTNAME= 2ManDVD -PORTVERSION= 1.8.5 -PORTREVISION= 9 -CATEGORIES= multimedia -MASTER_SITES= http://download.tuxfamily.org/2mandvd/ - -MAINTAINER= ports@FreeBSD.org -COMMENT= DVD authoring and slideshow tool - -LICENSE= GPLv2 - -DEPRECATED= Qt4 has been EOL since december 2015 -EXPIRATION_DATE= 2019-03-15 - -LIB_DEPENDS= libavcodec.so:multimedia/ffmpeg -RUN_DEPENDS= sox:audio/sox \ - notify-send:devel/libnotify \ - exif:graphics/exif \ - netpbm>=10.26:graphics/netpbm \ - dvdauthor:multimedia/dvdauthor \ - ffmpegthumbnailer:multimedia/ffmpegthumbnailer \ - mencoder:multimedia/mencoder \ - ppmtoy4m:multimedia/mjpegtools \ - mplayer:multimedia/mplayer \ - tcprobe:multimedia/transcode \ - xine:multimedia/xine \ - bash:shells/bash \ - cdrecord:sysutils/cdrtools \ - growisofs:sysutils/dvd+rw-tools - -WRKSRC= ${WRKDIR}/${PORTNAME} - -USES= desktop-file-utils gmake perl5 qmake:norecursive qt:4 shebangfix -SHEBANG_FILES= fake.pl -USE_QT= corelib gui opengl \ - linguisttools_build moc_build rcc_build uic_build -USE_GL= glu -USE_SDL= sdl -USE_PERL5= run - -DATADIR= ${PREFIX}/share/2ManDVD - -post-extract: - @${FIND} ${WRKSRC} -name "*~" -delete - -post-patch: - @${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|${DATADIR}| ; \ - s|/usr/bin|${DATADIR}| ; \ - s|/usr/share/applications|${PREFIX}/share/applications| ; \ - s|^QMAKE_|#QMAKE_|' ${WRKSRC}/2ManDVD.pro - @${REINPLACE_CMD} -e \ - 's|/usr/share/2ManDVD|${PREFIX}/share/pixmaps| ; \ - s|/usr/bin/||' ${WRKSRC}/2ManDVD.desktop - @${REINPLACE_CMD} -e \ - 's|Ne slideshow|New slideshow|' ${WRKSRC}/2mandvd_en.ts - -pre-build: - ${LRELEASE} ${WRKSRC}/2mandvd_en.ts - -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/2ManDVD ${STAGEDIR}${PREFIX}/bin - @${MKDIR} ${STAGEDIR}${DATADIR} - ${INSTALL_SCRIPT} ${WRKSRC}/fake.pl ${STAGEDIR}${DATADIR} - ${INSTALL_DATA} ${WRKSRC}/*.qm ${STAGEDIR}${DATADIR} - (cd ${WRKSRC} && ${COPYTREE_SHARE} Bibliotheque ${STAGEDIR}${DATADIR}) - ${INSTALL_DATA} ${WRKSRC}/2ManDVD.desktop ${STAGEDIR}${DESKTOPDIR} - ${INSTALL_DATA} ${WRKSRC}/Interface/mandvdico.png \ - ${STAGEDIR}${PREFIX}/share/pixmaps - -.include <bsd.port.mk> diff --git a/multimedia/2mandvd/distinfo b/multimedia/2mandvd/distinfo deleted file mode 100644 index e9ffd04c3d0c..000000000000 --- a/multimedia/2mandvd/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (2ManDVD-1.8.5.tar.gz) = 19c3c02123684220e77b3baa12f37b6feb5ecb523c504c65d306c75136191873 -SIZE (2ManDVD-1.8.5.tar.gz) = 29525071 diff --git a/multimedia/2mandvd/files/patch-rendering.cpp b/multimedia/2mandvd/files/patch-rendering.cpp deleted file mode 100644 index 90781ba0aa14..000000000000 --- a/multimedia/2mandvd/files/patch-rendering.cpp +++ /dev/null @@ -1,27 +0,0 @@ ---- rendering.cpp.orig -+++ rendering.cpp -@@ -2017,8 +2017,13 @@ - - int valuefade; - -+#ifdef __clang__ -+ QString *wl_tabpnt = new QString[nbre_menuth+1]; -+ QString *wl_tab_save_tra = new QString[100]; -+#else - QString wl_tabpnt[nbre_menuth+1]; - QString wl_tab_save_tra[100]; -+#endif - - QRgb srcPixel; - QRgb srcPixel2; -@@ -2991,6 +2996,10 @@ - renderProcess.start(program,arguments); - } - } -+#ifdef __clang__ -+ delete[] wl_tab_save_tra; -+ delete[] wl_tabpnt; -+#endif - } - - void mainfrm::f_gene_mencoder() diff --git a/multimedia/2mandvd/files/patch-tetrahedron.h b/multimedia/2mandvd/files/patch-tetrahedron.h deleted file mode 100644 index 15febccb269d..000000000000 --- a/multimedia/2mandvd/files/patch-tetrahedron.h +++ /dev/null @@ -1,11 +0,0 @@ ---- tetrahedron.h.orig -+++ tetrahedron.h -@@ -83,7 +83,7 @@ - float scale_factor; - float wg_x; - float wdecal; -- GLfloat light_position[]; -+ GLfloat light_position[4]; - - GLfloat anag_x; - GLfloat anag_y; diff --git a/multimedia/2mandvd/files/patch-videowrapper.cpp b/multimedia/2mandvd/files/patch-videowrapper.cpp deleted file mode 100644 index 3c65912b5d04..000000000000 --- a/multimedia/2mandvd/files/patch-videowrapper.cpp +++ /dev/null @@ -1,48 +0,0 @@ ---- videowrapper.cpp.orig 2013-07-30 11:46:19 UTC -+++ videowrapper.cpp -@@ -38,7 +38,7 @@ void videowrapper::delete_videowrapper() - int videowrapper::load_video(QString filename) - { - // *** OUVERTURE DU FICHIER VIDEO *** -- #ifdef avformat_open_input -+#if LIBAVFORMAT_VERSION_MAJOR >= 53 - if (avformat_open_input(&pFormatCtx,filename.toAscii().data(),NULL,NULL)!=0) - { - #else -@@ -91,7 +91,7 @@ int videowrapper::load_video(QString fil - - // *** OUVERTURE DU CODEC *** - -- #ifdef av_find_stream_info -+ #if 0 - if(avcodec_open(pCodecCtx, pCodec)<0) - { - #else -@@ -104,11 +104,11 @@ int videowrapper::load_video(QString fil - - img_convert_ctx = sws_getContext(pCodecCtx->width, - pCodecCtx->height, pCodecCtx->pix_fmt, pCodecCtx->width, -- pCodecCtx->height, PIX_FMT_RGB24, SWS_BICUBIC, NULL, -+ pCodecCtx->height, AV_PIX_FMT_RGB24, SWS_BICUBIC, NULL, - NULL, NULL); - - // *** ON DETERMINE LA TAILLE DU BUFFER *** -- numBytes=avpicture_get_size(PIX_FMT_RGB24, pCodecCtx->width, -+ numBytes=avpicture_get_size(AV_PIX_FMT_RGB24, pCodecCtx->width, - pCodecCtx->height); - buffer=(uint8_t *)av_malloc(numBytes*sizeof(uint8_t)); - old_frame = -1; -@@ -125,10 +125,10 @@ QImage videowrapper::read_frame(int64_t - if ( num_frame != old_frame ) - { - // *** ALLOCATE VIDEO FRAME *** -- pFrameRGB=avcodec_alloc_frame(); -- pFrame=avcodec_alloc_frame(); -+ pFrameRGB=av_frame_alloc(); -+ pFrame=av_frame_alloc(); - -- avpicture_fill((AVPicture *)pFrameRGB, buffer, PIX_FMT_RGB24, -+ avpicture_fill((AVPicture *)pFrameRGB, buffer, AV_PIX_FMT_RGB24, - pCodecCtx->width, pCodecCtx->height); - av_seek_frame(pFormatCtx,videoStream,0, AVSEEK_FLAG_FRAME); - compte_frame = -1; diff --git a/multimedia/2mandvd/pkg-descr b/multimedia/2mandvd/pkg-descr deleted file mode 100644 index 55c10a985c72..000000000000 --- a/multimedia/2mandvd/pkg-descr +++ /dev/null @@ -1,11 +0,0 @@ -2ManDVD is the successor of ManDVD, an application for creating video DVDs -from a wide variety of video formats. You can add as many video clips you -want to generate a DVD with chapters, subtitles, transition effects, -brightness and contrast settings. - -If the imported videos are not compatible with standard DVDs, they can be -converted. It also offers possibility of extracting images, synchronize -audio and video, create a video introduction to the DVD, reduce the noise, -create subtitles, and even a menu with animation for your DVD. - -WWW: http://2mandvd.tuxfamily.org/website/ diff --git a/multimedia/2mandvd/pkg-plist b/multimedia/2mandvd/pkg-plist deleted file mode 100644 index 5baca67779c1..000000000000 --- a/multimedia/2mandvd/pkg-plist +++ /dev/null @@ -1,496 +0,0 @@ -bin/2ManDVD -%%DATADIR%%/2mandvd_cs.qm -%%DATADIR%%/2mandvd_de.qm -%%DATADIR%%/2mandvd_en.qm -%%DATADIR%%/2mandvd_it.qm -%%DATADIR%%/2mandvd_ru.qm -%%DATADIR%%/Bibliotheque/3d/ani3d.dat -%%DATADIR%%/Bibliotheque/Animations/Papillon_3.gif -%%DATADIR%%/Bibliotheque/Animations/biche.gif -%%DATADIR%%/Bibliotheque/Animations/bougie_001.gif -%%DATADIR%%/Bibliotheque/Animations/cactus.gif -%%DATADIR%%/Bibliotheque/Animations/canard_001.gif -%%DATADIR%%/Bibliotheque/Animations/canard_002.gif -%%DATADIR%%/Bibliotheque/Animations/clown_001.gif -%%DATADIR%%/Bibliotheque/Animations/clown_002.gif -%%DATADIR%%/Bibliotheque/Animations/doll_001.gif -%%DATADIR%%/Bibliotheque/Animations/doll_002.gif -%%DATADIR%%/Bibliotheque/Animations/etoiles-rose.gif -%%DATADIR%%/Bibliotheque/Animations/flower_001.gif -%%DATADIR%%/Bibliotheque/Animations/flower_002.gif -%%DATADIR%%/Bibliotheque/Animations/flower_003.gif -%%DATADIR%%/Bibliotheque/Animations/flower_004.gif -%%DATADIR%%/Bibliotheque/Animations/flower_005.gif -%%DATADIR%%/Bibliotheque/Animations/flower_006.gif -%%DATADIR%%/Bibliotheque/Animations/knight-horseback.gif -%%DATADIR%%/Bibliotheque/Animations/lune_1.gif -%%DATADIR%%/Bibliotheque/Animations/mars.gif -%%DATADIR%%/Bibliotheque/Animations/mouette_001.gif -%%DATADIR%%/Bibliotheque/Animations/mouette_002.gif -%%DATADIR%%/Bibliotheque/Animations/oiseau_002.gif -%%DATADIR%%/Bibliotheque/Animations/papillon_1.gif -%%DATADIR%%/Bibliotheque/Animations/papillon_2.gif -%%DATADIR%%/Bibliotheque/Animations/poisson_1.gif -%%DATADIR%%/Bibliotheque/Animations/sexe_001.gif -%%DATADIR%%/Bibliotheque/Animations/sexe_002.gif -%%DATADIR%%/Bibliotheque/Animations/ski.gif -%%DATADIR%%/Bibliotheque/Animations/tower_001.gif -%%DATADIR%%/Bibliotheque/Luma/Blinds_001.png -%%DATADIR%%/Bibliotheque/Luma/Blinds_002.png -%%DATADIR%%/Bibliotheque/Luma/Blob.png -%%DATADIR%%/Bibliotheque/Luma/Brule_001.png -%%DATADIR%%/Bibliotheque/Luma/Brule_002.png -%%DATADIR%%/Bibliotheque/Luma/Brule_003.png -%%DATADIR%%/Bibliotheque/Luma/BumpWood.png -%%DATADIR%%/Bibliotheque/Luma/Carre_001.png -%%DATADIR%%/Bibliotheque/Luma/Carre_002.png -%%DATADIR%%/Bibliotheque/Luma/Carre_003.png -%%DATADIR%%/Bibliotheque/Luma/Carre_004.png -%%DATADIR%%/Bibliotheque/Luma/Carre_005.png -%%DATADIR%%/Bibliotheque/Luma/Carre_006.png -%%DATADIR%%/Bibliotheque/Luma/Carre_007.png -%%DATADIR%%/Bibliotheque/Luma/Cercle_001.png -%%DATADIR%%/Bibliotheque/Luma/Cercle_002.png -%%DATADIR%%/Bibliotheque/Luma/Cercle_003.png -%%DATADIR%%/Bibliotheque/Luma/Coeur.png -%%DATADIR%%/Bibliotheque/Luma/Coeur_002.png -%%DATADIR%%/Bibliotheque/Luma/CrustCurd.png -%%DATADIR%%/Bibliotheque/Luma/CrustLarge.png -%%DATADIR%%/Bibliotheque/Luma/CrustSmallPox.png -%%DATADIR%%/Bibliotheque/Luma/CrustWave.png -%%DATADIR%%/Bibliotheque/Luma/CubicMosaic.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/Damier_007.png -%%DATADIR%%/Bibliotheque/Luma/DynaRipple.png -%%DATADIR%%/Bibliotheque/Luma/DynaRipple2.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/Kleck.png -%%DATADIR%%/Bibliotheque/Luma/Laser_001.png -%%DATADIR%%/Bibliotheque/Luma/Marble.png -%%DATADIR%%/Bibliotheque/Luma/Mer_001.png -%%DATADIR%%/Bibliotheque/Luma/Nuages_001.png -%%DATADIR%%/Bibliotheque/Luma/Nuages_002.png -%%DATADIR%%/Bibliotheque/Luma/Ondes_001.png -%%DATADIR%%/Bibliotheque/Luma/Page_wipe.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/PuzzleA.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_horizontales_003.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/Ripple-Sine.png -%%DATADIR%%/Bibliotheque/Luma/Rond_001.png -%%DATADIR%%/Bibliotheque/Luma/Rond_002.png -%%DATADIR%%/Bibliotheque/Luma/Sinus1.png -%%DATADIR%%/Bibliotheque/Luma/Sinus10.png -%%DATADIR%%/Bibliotheque/Luma/Sinus11.png -%%DATADIR%%/Bibliotheque/Luma/Sinus12.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/Snake05.png -%%DATADIR%%/Bibliotheque/Luma/Snake06.png -%%DATADIR%%/Bibliotheque/Luma/Snake07.png -%%DATADIR%%/Bibliotheque/Luma/Snake08.png -%%DATADIR%%/Bibliotheque/Luma/Snowflakes.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/Spirale_010.png -%%DATADIR%%/Bibliotheque/Luma/Spirale_011.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/Star_1.png -%%DATADIR%%/Bibliotheque/Luma/StripedCircle.png -%%DATADIR%%/Bibliotheque/Luma/TwistedFish.png -%%DATADIR%%/Bibliotheque/Luma/V_001.png -%%DATADIR%%/Bibliotheque/Luma/Vague_001.png -%%DATADIR%%/Bibliotheque/Luma/Vague_002.png -%%DATADIR%%/Bibliotheque/Luma/Vague_003.png -%%DATADIR%%/Bibliotheque/Luma/VerXout.png -%%DATADIR%%/Bibliotheque/Luma/Wipe_x_mirror.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/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/special_effect01.png -%%DATADIR%%/Bibliotheque/Luma/special_effect02.png -%%DATADIR%%/Bibliotheque/Luma/special_effect03.png -%%DATADIR%%/Bibliotheque/Luma/special_effect19.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_photos_002.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/biche.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/cadre_004.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/oeil.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/photos_002.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/spider_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/Masks/vframe.png -%%DATADIR%%/Bibliotheque/Themes/FOLD_Animaux/Chat/0.png -%%DATADIR%%/Bibliotheque/Themes/FOLD_Animaux/Chat/1.png -%%DATADIR%%/Bibliotheque/Themes/FOLD_Animaux/Chat/2t_0.png -%%DATADIR%%/Bibliotheque/Themes/FOLD_Animaux/Chat/2t_1.png -%%DATADIR%%/Bibliotheque/Themes/FOLD_Animaux/Chat/fd.jpg -%%DATADIR%%/Bibliotheque/Themes/FOLD_Animaux/Chat/theme.jpg -%%DATADIR%%/Bibliotheque/Themes/FOLD_Animaux/Chat/theme.txt -%%DATADIR%%/Bibliotheque/Themes/FOLD_Animaux/Coquillage/coqu3.jpg -%%DATADIR%%/Bibliotheque/Themes/FOLD_Animaux/Coquillage/coqui2.jpg -%%DATADIR%%/Bibliotheque/Themes/FOLD_Animaux/Coquillage/coqui5.jpg -%%DATADIR%%/Bibliotheque/Themes/FOLD_Animaux/Coquillage/fd.jpg -%%DATADIR%%/Bibliotheque/Themes/FOLD_Animaux/Coquillage/theme.jpg -%%DATADIR%%/Bibliotheque/Themes/FOLD_Animaux/Coquillage/theme.txt -%%DATADIR%%/Bibliotheque/Themes/FOLD_Animaux/Duo/2t_3.png -%%DATADIR%%/Bibliotheque/Themes/FOLD_Animaux/Duo/2t_4.png -%%DATADIR%%/Bibliotheque/Themes/FOLD_Animaux/Duo/2t_5.png -%%DATADIR%%/Bibliotheque/Themes/FOLD_Animaux/Duo/3.png -%%DATADIR%%/Bibliotheque/Themes/FOLD_Animaux/Duo/4.png -%%DATADIR%%/Bibliotheque/Themes/FOLD_Animaux/Duo/5.png -%%DATADIR%%/Bibliotheque/Themes/FOLD_Animaux/Duo/Duo1.png -%%DATADIR%%/Bibliotheque/Themes/FOLD_Animaux/Duo/Duo2.png -%%DATADIR%%/Bibliotheque/Themes/FOLD_Animaux/Duo/Duo3.png -%%DATADIR%%/Bibliotheque/Themes/FOLD_Animaux/Duo/fd.jpg -%%DATADIR%%/Bibliotheque/Themes/FOLD_Animaux/Duo/theme.jpg -%%DATADIR%%/Bibliotheque/Themes/FOLD_Animaux/Duo/theme.txt -%%DATADIR%%/Bibliotheque/Themes/FOLD_Animaux/Oiseaux/0.png -%%DATADIR%%/Bibliotheque/Themes/FOLD_Animaux/Oiseaux/1.png -%%DATADIR%%/Bibliotheque/Themes/FOLD_Animaux/Oiseaux/2.png -%%DATADIR%%/Bibliotheque/Themes/FOLD_Animaux/Oiseaux/2t_0.png -%%DATADIR%%/Bibliotheque/Themes/FOLD_Animaux/Oiseaux/2t_1.png -%%DATADIR%%/Bibliotheque/Themes/FOLD_Animaux/Oiseaux/2t_2.png -%%DATADIR%%/Bibliotheque/Themes/FOLD_Animaux/Oiseaux/fd.jpg -%%DATADIR%%/Bibliotheque/Themes/FOLD_Animaux/Oiseaux/theme.jpg -%%DATADIR%%/Bibliotheque/Themes/FOLD_Animaux/Oiseaux/theme.txt -%%DATADIR%%/Bibliotheque/Themes/FOLD_Animaux/Papillons/1.png -%%DATADIR%%/Bibliotheque/Themes/FOLD_Animaux/Papillons/2t_1.png -%%DATADIR%%/Bibliotheque/Themes/FOLD_Animaux/Papillons/fd.jpg -%%DATADIR%%/Bibliotheque/Themes/FOLD_Animaux/Papillons/papi1.png -%%DATADIR%%/Bibliotheque/Themes/FOLD_Animaux/Papillons/theme.jpg -%%DATADIR%%/Bibliotheque/Themes/FOLD_Animaux/Papillons/theme.txt -%%DATADIR%%/Bibliotheque/Themes/FOLD_Nature/Brume/0.png -%%DATADIR%%/Bibliotheque/Themes/FOLD_Nature/Brume/fd.jpg -%%DATADIR%%/Bibliotheque/Themes/FOLD_Nature/Brume/mouette_001.gif -%%DATADIR%%/Bibliotheque/Themes/FOLD_Nature/Brume/theme.jpg -%%DATADIR%%/Bibliotheque/Themes/FOLD_Nature/Brume/theme.txt -%%DATADIR%%/Bibliotheque/Themes/FOLD_Nature/Crépuscule/3.png -%%DATADIR%%/Bibliotheque/Themes/FOLD_Nature/Crépuscule/4.png -%%DATADIR%%/Bibliotheque/Themes/FOLD_Nature/Crépuscule/fd.jpg -%%DATADIR%%/Bibliotheque/Themes/FOLD_Nature/Crépuscule/lune_1.gif -%%DATADIR%%/Bibliotheque/Themes/FOLD_Nature/Crépuscule/lune_2.gif -%%DATADIR%%/Bibliotheque/Themes/FOLD_Nature/Crépuscule/theme.jpg -%%DATADIR%%/Bibliotheque/Themes/FOLD_Nature/Crépuscule/theme.txt -%%DATADIR%%/Bibliotheque/Themes/FOLD_Nature/Fleurs/0.png -%%DATADIR%%/Bibliotheque/Themes/FOLD_Nature/Fleurs/1.png -%%DATADIR%%/Bibliotheque/Themes/FOLD_Nature/Fleurs/2.png -%%DATADIR%%/Bibliotheque/Themes/FOLD_Nature/Fleurs/2t_0.png -%%DATADIR%%/Bibliotheque/Themes/FOLD_Nature/Fleurs/2t_1.png -%%DATADIR%%/Bibliotheque/Themes/FOLD_Nature/Fleurs/2t_2.png -%%DATADIR%%/Bibliotheque/Themes/FOLD_Nature/Fleurs/2t_3.png -%%DATADIR%%/Bibliotheque/Themes/FOLD_Nature/Fleurs/3.png -%%DATADIR%%/Bibliotheque/Themes/FOLD_Nature/Fleurs/fd.jpg -%%DATADIR%%/Bibliotheque/Themes/FOLD_Nature/Fleurs/theme.jpg -%%DATADIR%%/Bibliotheque/Themes/FOLD_Nature/Fleurs/theme.txt -%%DATADIR%%/Bibliotheque/Themes/FOLD_Nature/Fleurs2/0.png -%%DATADIR%%/Bibliotheque/Themes/FOLD_Nature/Fleurs2/1.png -%%DATADIR%%/Bibliotheque/Themes/FOLD_Nature/Fleurs2/2t_0.png -%%DATADIR%%/Bibliotheque/Themes/FOLD_Nature/Fleurs2/2t_1.png -%%DATADIR%%/Bibliotheque/Themes/FOLD_Nature/Fleurs2/fd.jpg -%%DATADIR%%/Bibliotheque/Themes/FOLD_Nature/Fleurs2/theme.jpg -%%DATADIR%%/Bibliotheque/Themes/FOLD_Nature/Fleurs2/theme.txt -%%DATADIR%%/Bibliotheque/Themes/FOLD_Nature/Parc/0.png -%%DATADIR%%/Bibliotheque/Themes/FOLD_Nature/Parc/1.png -%%DATADIR%%/Bibliotheque/Themes/FOLD_Nature/Parc/2.png -%%DATADIR%%/Bibliotheque/Themes/FOLD_Nature/Parc/2t_0.png -%%DATADIR%%/Bibliotheque/Themes/FOLD_Nature/Parc/2t_1.png -%%DATADIR%%/Bibliotheque/Themes/FOLD_Nature/Parc/2t_2.png -%%DATADIR%%/Bibliotheque/Themes/FOLD_Nature/Parc/fd.jpg -%%DATADIR%%/Bibliotheque/Themes/FOLD_Nature/Parc/theme.jpg -%%DATADIR%%/Bibliotheque/Themes/FOLD_Nature/Parc/theme.txt -%%DATADIR%%/Bibliotheque/Themes/FOLD_Nature/Sapins sous la neige/0.png -%%DATADIR%%/Bibliotheque/Themes/FOLD_Nature/Sapins sous la neige/1.png -%%DATADIR%%/Bibliotheque/Themes/FOLD_Nature/Sapins sous la neige/2t_0.png -%%DATADIR%%/Bibliotheque/Themes/FOLD_Nature/Sapins sous la neige/2t_1.png -%%DATADIR%%/Bibliotheque/Themes/FOLD_Nature/Sapins sous la neige/doll_001.gif -%%DATADIR%%/Bibliotheque/Themes/FOLD_Nature/Sapins sous la neige/fd.jpg -%%DATADIR%%/Bibliotheque/Themes/FOLD_Nature/Sapins sous la neige/theme.jpg -%%DATADIR%%/Bibliotheque/Themes/FOLD_Nature/Sapins sous la neige/theme.txt -%%DATADIR%%/Bibliotheque/Themes/FOLD_Textures/Aqua/2.png -%%DATADIR%%/Bibliotheque/Themes/FOLD_Textures/Aqua/3.png -%%DATADIR%%/Bibliotheque/Themes/FOLD_Textures/Aqua/bouée.png -%%DATADIR%%/Bibliotheque/Themes/FOLD_Textures/Aqua/fd.jpg -%%DATADIR%%/Bibliotheque/Themes/FOLD_Textures/Aqua/theme.jpg -%%DATADIR%%/Bibliotheque/Themes/FOLD_Textures/Aqua/theme.txt -%%DATADIR%%/Bibliotheque/Themes/FOLD_Textures/Briques/0.png -%%DATADIR%%/Bibliotheque/Themes/FOLD_Textures/Briques/1.png -%%DATADIR%%/Bibliotheque/Themes/FOLD_Textures/Briques/2.png -%%DATADIR%%/Bibliotheque/Themes/FOLD_Textures/Briques/2t_0.png -%%DATADIR%%/Bibliotheque/Themes/FOLD_Textures/Briques/2t_1.png -%%DATADIR%%/Bibliotheque/Themes/FOLD_Textures/Briques/2t_2.png -%%DATADIR%%/Bibliotheque/Themes/FOLD_Textures/Briques/fd.jpg -%%DATADIR%%/Bibliotheque/Themes/FOLD_Textures/Briques/theme.jpg -%%DATADIR%%/Bibliotheque/Themes/FOLD_Textures/Briques/theme.txt -%%DATADIR%%/Bibliotheque/Themes/FOLD_Textures/Feuilles/2.png -%%DATADIR%%/Bibliotheque/Themes/FOLD_Textures/Feuilles/3.png -%%DATADIR%%/Bibliotheque/Themes/FOLD_Textures/Feuilles/fd.jpg -%%DATADIR%%/Bibliotheque/Themes/FOLD_Textures/Feuilles/feuille1.png -%%DATADIR%%/Bibliotheque/Themes/FOLD_Textures/Feuilles/feuille2.png -%%DATADIR%%/Bibliotheque/Themes/FOLD_Textures/Feuilles/theme.jpg -%%DATADIR%%/Bibliotheque/Themes/FOLD_Textures/Feuilles/theme.txt -%%DATADIR%%/Bibliotheque/Themes/FOLD_Textures/Minéraux/fd.jpg -%%DATADIR%%/Bibliotheque/Themes/FOLD_Textures/Minéraux/pierre.png -%%DATADIR%%/Bibliotheque/Themes/FOLD_Textures/Minéraux/pierre1.png -%%DATADIR%%/Bibliotheque/Themes/FOLD_Textures/Minéraux/pierre2.png -%%DATADIR%%/Bibliotheque/Themes/FOLD_Textures/Minéraux/pierre3.png -%%DATADIR%%/Bibliotheque/Themes/FOLD_Textures/Minéraux/theme.jpg -%%DATADIR%%/Bibliotheque/Themes/FOLD_Textures/Minéraux/theme.txt -%%DATADIR%%/Bibliotheque/Themes/FOLD_Textures/Métal/fd.jpg -%%DATADIR%%/Bibliotheque/Themes/FOLD_Textures/Métal/impacts-balles.gif -%%DATADIR%%/Bibliotheque/Themes/FOLD_Textures/Métal/theme.jpg -%%DATADIR%%/Bibliotheque/Themes/FOLD_Textures/Métal/theme.txt -%%DATADIR%%/Bibliotheque/Themes/FOLD_Vacances/Caraïbes/0.png -%%DATADIR%%/Bibliotheque/Themes/FOLD_Vacances/Caraïbes/1.png -%%DATADIR%%/Bibliotheque/Themes/FOLD_Vacances/Caraïbes/2.png -%%DATADIR%%/Bibliotheque/Themes/FOLD_Vacances/Caraïbes/2t_0.png -%%DATADIR%%/Bibliotheque/Themes/FOLD_Vacances/Caraïbes/2t_1.png -%%DATADIR%%/Bibliotheque/Themes/FOLD_Vacances/Caraïbes/2t_2.png -%%DATADIR%%/Bibliotheque/Themes/FOLD_Vacances/Caraïbes/fd.jpg -%%DATADIR%%/Bibliotheque/Themes/FOLD_Vacances/Caraïbes/theme.jpg -%%DATADIR%%/Bibliotheque/Themes/FOLD_Vacances/Caraïbes/theme.txt -%%DATADIR%%/Bibliotheque/Themes/FOLD_Vacances/Crépuscule/1.png -%%DATADIR%%/Bibliotheque/Themes/FOLD_Vacances/Crépuscule/2t_1.png -%%DATADIR%%/Bibliotheque/Themes/FOLD_Vacances/Crépuscule/2t_3.png -%%DATADIR%%/Bibliotheque/Themes/FOLD_Vacances/Crépuscule/3.png -%%DATADIR%%/Bibliotheque/Themes/FOLD_Vacances/Crépuscule/fd.jpg -%%DATADIR%%/Bibliotheque/Themes/FOLD_Vacances/Crépuscule/lune.png -%%DATADIR%%/Bibliotheque/Themes/FOLD_Vacances/Crépuscule/theme.jpg -%%DATADIR%%/Bibliotheque/Themes/FOLD_Vacances/Crépuscule/theme.txt -%%DATADIR%%/Bibliotheque/Themes/FOLD_Vacances/Crépuscule_2/etoiles-rose.gif -%%DATADIR%%/Bibliotheque/Themes/FOLD_Vacances/Crépuscule_2/fd.jpg -%%DATADIR%%/Bibliotheque/Themes/FOLD_Vacances/Crépuscule_2/lune.png -%%DATADIR%%/Bibliotheque/Themes/FOLD_Vacances/Crépuscule_2/mars.gif -%%DATADIR%%/Bibliotheque/Themes/FOLD_Vacances/Crépuscule_2/theme.jpg -%%DATADIR%%/Bibliotheque/Themes/FOLD_Vacances/Crépuscule_2/theme.txt -%%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%%/Bibliotheque/Themes/FOLD_Vacances/Neige/1.png -%%DATADIR%%/Bibliotheque/Themes/FOLD_Vacances/Neige/2.png -%%DATADIR%%/Bibliotheque/Themes/FOLD_Vacances/Neige/2t_1.png -%%DATADIR%%/Bibliotheque/Themes/FOLD_Vacances/Neige/2t_2.png -%%DATADIR%%/Bibliotheque/Themes/FOLD_Vacances/Neige/fd.jpg -%%DATADIR%%/Bibliotheque/Themes/FOLD_Vacances/Neige/neige2.jpg -%%DATADIR%%/Bibliotheque/Themes/FOLD_Vacances/Neige/theme.jpg -%%DATADIR%%/Bibliotheque/Themes/FOLD_Vacances/Neige/theme.txt -%%DATADIR%%/Bibliotheque/Themes/FOLD_Vacances/Paris/0.png -%%DATADIR%%/Bibliotheque/Themes/FOLD_Vacances/Paris/2.png -%%DATADIR%%/Bibliotheque/Themes/FOLD_Vacances/Paris/2t_0.png -%%DATADIR%%/Bibliotheque/Themes/FOLD_Vacances/Paris/2t_2.png -%%DATADIR%%/Bibliotheque/Themes/FOLD_Vacances/Paris/Paris2.jpg -%%DATADIR%%/Bibliotheque/Themes/FOLD_Vacances/Paris/fd.jpg -%%DATADIR%%/Bibliotheque/Themes/FOLD_Vacances/Paris/theme.jpg -%%DATADIR%%/Bibliotheque/Themes/FOLD_Vacances/Paris/theme.txt -%%DATADIR%%/Bibliotheque/Themes/FOLD_Vacances/States/2t_5.png -%%DATADIR%%/Bibliotheque/Themes/FOLD_Vacances/States/3.png -%%DATADIR%%/Bibliotheque/Themes/FOLD_Vacances/States/4.png -%%DATADIR%%/Bibliotheque/Themes/FOLD_Vacances/States/5.png -%%DATADIR%%/Bibliotheque/Themes/FOLD_Vacances/States/fd.jpg -%%DATADIR%%/Bibliotheque/Themes/FOLD_Vacances/States/states2.jpg -%%DATADIR%%/Bibliotheque/Themes/FOLD_Vacances/States/theme.jpg -%%DATADIR%%/Bibliotheque/Themes/FOLD_Vacances/States/theme.txt -%%DATADIR%%/Bibliotheque/table_luma.dat -%%DATADIR%%/fake.pl -share/applications/2ManDVD.desktop -share/pixmaps/mandvdico.png diff --git a/multimedia/Makefile b/multimedia/Makefile index b61aa940653e..fa9a7174cde5 100644 --- a/multimedia/Makefile +++ b/multimedia/Makefile @@ -3,11 +3,9 @@ COMMENT = Multimedia software - SUBDIR += 2mandvd SUBDIR += Bento4 SUBDIR += QtAV SUBDIR += ab25 - SUBDIR += abby SUBDIR += acidrip SUBDIR += aegisub SUBDIR += aom @@ -23,7 +21,6 @@ SUBDIR += avidemux SUBDIR += avidemux-cli SUBDIR += avidemux-plugins - SUBDIR += avidemux-qt4 SUBDIR += avinfo SUBDIR += baka-mplayer SUBDIR += bcmatroska2 @@ -123,7 +120,6 @@ SUBDIR += gstreamer-plugins-vp8 SUBDIR += gstreamer-plugins-x264 SUBDIR += gstreamer-plugins-xvid - SUBDIR += gstreamer-qt4 SUBDIR += gstreamer1 SUBDIR += gstreamer1-editing-services SUBDIR += gstreamer1-libav @@ -249,7 +245,6 @@ SUBDIR += lxdvdrip SUBDIR += m2tstoavi SUBDIR += m2vrequantiser - SUBDIR += mediadownloader SUBDIR += mediainfo SUBDIR += mencoder SUBDIR += mimms @@ -262,7 +257,6 @@ SUBDIR += mkvtoolnix SUBDIR += mkxvcd SUBDIR += mlt - SUBDIR += mlt-qt4 SUBDIR += mlt-qt5 SUBDIR += mmpython SUBDIR += mmsclient @@ -316,7 +310,6 @@ SUBDIR += phonon-designerplugin SUBDIR += phonon-gstreamer SUBDIR += phonon-vlc - SUBDIR += phonon-xine SUBDIR += photofilmstrip SUBDIR += php-pHash SUBDIR += pitivi @@ -349,21 +342,15 @@ SUBDIR += py-openlp SUBDIR += py-periscope SUBDIR += py-pretty_midi - SUBDIR += py-qt4-multimedia - SUBDIR += py-qt4-phonon SUBDIR += py-qt5-multimedia SUBDIR += py-qt5-multimediawidgets SUBDIR += py-soco SUBDIR += py-subliminal SUBDIR += py-tvnamer SUBDIR += pymp - SUBDIR += qmmp - SUBDIR += qmmp-plugin-pack SUBDIR += qmmp-plugin-pack-qt5 SUBDIR += qmmp-qt5 SUBDIR += qt-faststart - SUBDIR += qt4-mobility - SUBDIR += qt4-multimedia SUBDIR += qt5-multimedia SUBDIR += quodlibet SUBDIR += quvi @@ -417,7 +404,6 @@ SUBDIR += tstools SUBDIR += tvheadend SUBDIR += umph - SUBDIR += umplayer SUBDIR += umr SUBDIR += v4l-utils SUBDIR += v4l_compat diff --git a/multimedia/abby/Makefile b/multimedia/abby/Makefile deleted file mode 100644 index 6afd458e9114..000000000000 --- a/multimedia/abby/Makefile +++ /dev/null @@ -1,34 +0,0 @@ -# Created by: Toni Gundogdu <legatvs@gmail.com> -# $FreeBSD$ - -PORTNAME= abby -PORTVERSION= 0.4.8 -PORTREVISION= 3 -CATEGORIES= multimedia net -MASTER_SITES= https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/abby/ - -MAINTAINER= ports@FreeBSD.org -COMMENT= Front-end for c/clive - -LICENSE= GPLv3+ -LICENSE_FILE= ${WRKSRC}/COPYING - -DEPRECATED= Qt4 has been EOL since december 2015 -EXPIRATION_DATE= 2019-03-15 - -USES= qmake qt:4 tar:bzip2 -USE_QT= gui network xml moc_build rcc_build uic_build - -PLIST_FILES= bin/abby - -OPTIONS_DEFINE= CCLIVE -OPTIONS_DEFAULT= CCLIVE -CCLIVE_DESC= Use cclive backend (instead of clive) - -CCLIVE_RUN_DEPENDS= cclive>=0.5.6:multimedia/cclive -CCLIVE_RUN_DEPENDS_OFF= clive>=2.2.5:multimedia/clive - -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/abby ${STAGEDIR}${PREFIX}/bin/abby - -.include <bsd.port.mk> diff --git a/multimedia/abby/distinfo b/multimedia/abby/distinfo deleted file mode 100644 index 18f43817d6af..000000000000 --- a/multimedia/abby/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (abby-0.4.8.tar.bz2) = 662e20ca5260ad2778f03f666fecac433d4ad1b533c00f716b01c47c427c566e -SIZE (abby-0.4.8.tar.bz2) = 53183 diff --git a/multimedia/abby/pkg-descr b/multimedia/abby/pkg-descr deleted file mode 100644 index 7277fe916be1..000000000000 --- a/multimedia/abby/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -abby is a front-end for cclive and clive utilities that can -be used to download videos from Youtube and similar video -websites. - -WWW: https://code.google.com/archive/p/abby/ diff --git a/multimedia/avidemux-qt4/Makefile b/multimedia/avidemux-qt4/Makefile deleted file mode 100644 index 5f560258fdab..000000000000 --- a/multimedia/avidemux-qt4/Makefile +++ /dev/null @@ -1,26 +0,0 @@ -# $FreeBSD$ - -PORTNAME= avidemux -PORTVERSION= ${AVIDEMUX_VERSION} -PORTREVISION= 8 -CATEGORIES= multimedia -PKGNAMESUFFIX= -qt4 - -MAINTAINER= multimedia@FreeBSD.org -COMMENT= Simple GUI based video editor (QT4 UI) - -LIB_DEPENDS= libADM6avutil.so.54:multimedia/avidemux - -MASTERDIR= ${.CURDIR}/../avidemux -OPTIONS_SLAVE= QT4 -PLIST= ${.CURDIR}/pkg-plist - -.include "${MASTERDIR}/Makefile.common" - -CMAKE_SOURCE_PATH= ${WRKSRC}/avidemux/qt4 - -CMAKE_ARGS+= -DAVIDEMUX_SOURCE_DIR=${WRKSRC} -DAVIDEMUX_INSTALL_PREFIX:PATH="${PREFIX}" - -post-configure: post-configure-common - -.include <bsd.port.post.mk> diff --git a/multimedia/avidemux-qt4/pkg-plist b/multimedia/avidemux-qt4/pkg-plist deleted file mode 100644 index d4141ef5bb15..000000000000 --- a/multimedia/avidemux-qt4/pkg-plist +++ /dev/null @@ -1,30 +0,0 @@ -bin/avidemux3_jobs_qt4 -bin/avidemux3_qt4 -include/avidemux/2.6/qt4/config.h -lib/libADM_UIQT46.so -lib/libADM_openGLQT46.so -lib/libADM_render6_QT4.so -share/avidemux6/qt4/i18n/avidemux_ca.qm -share/avidemux6/qt4/i18n/avidemux_cs.qm -share/avidemux6/qt4/i18n/avidemux_de.qm -share/avidemux6/qt4/i18n/avidemux_el.qm -share/avidemux6/qt4/i18n/avidemux_en.qm -share/avidemux6/qt4/i18n/avidemux_es.qm -share/avidemux6/qt4/i18n/avidemux_eu.qm -share/avidemux6/qt4/i18n/avidemux_fr.qm -share/avidemux6/qt4/i18n/avidemux_it.qm -share/avidemux6/qt4/i18n/avidemux_ja.qm -share/avidemux6/qt4/i18n/avidemux_pl.qm -share/avidemux6/qt4/i18n/avidemux_pt_BR.qm -share/avidemux6/qt4/i18n/avidemux_ru.qm -share/avidemux6/qt4/i18n/avidemux_sr.qm -share/avidemux6/qt4/i18n/avidemux_sr@latin.qm -share/avidemux6/qt4/i18n/avidemux_tr.qm -share/avidemux6/qt4/i18n/avidemux_zh_TW.qm -share/avidemux6/qt4/i18n/qt_ca.qm -share/avidemux6/qt4/i18n/qt_cs.qm -share/avidemux6/qt4/i18n/qt_de.qm -share/avidemux6/qt4/i18n/qt_eu.qm -share/avidemux6/qt4/i18n/qt_fr.qm -share/avidemux6/qt4/i18n/qt_it.qm -share/avidemux6/qt4/i18n/qt_zh_TW.qm diff --git a/multimedia/gstreamer-qt4/Makefile b/multimedia/gstreamer-qt4/Makefile deleted file mode 100644 index e529b5e08603..000000000000 --- a/multimedia/gstreamer-qt4/Makefile +++ /dev/null @@ -1,37 +0,0 @@ -# Created by: Dima Panov <fluffy@FreeBSD.org> -# $FreeBSD$ - -PORTNAME= gstreamer -PORTVERSION= 0.10.3 -PORTREVISION= 14 -CATEGORIES= multimedia -MASTER_SITES= http://gstreamer.freedesktop.org/src/qt-${PORTNAME}/ -PKGNAMESUFFIX= -qt4 -DISTNAME= qt-${PORTNAME}-${PORTVERSION} - -MAINTAINER= kde@FreeBSD.org -COMMENT= Qt4 bindings for GStreamer multimedia library - -LICENSE= LGPL21+ -LICENSE_FILE= ${WRKSRC}/COPYING - -DEPRECATED= Qt4 has been EOL since december 2015 -EXPIRATION_DATE= 2019-03-15 - -LIB_DEPENDS= libboost_thread.so:devel/boost-libs - -USES= bison cmake:noninja gmake pathfix pkgconfig qt:4 tar:bzip2 -USE_LDCONFIG= yes -USE_GSTREAMER= yes -USE_GNOME= glib20 -USE_QT= corelib gui opengl declarative \ - qmake_build moc_build rcc_build uic_build qtestlib_build - -PLIST_SUB= VERSION="${PORTVERSION}" GST_VERSION="${GST_VERSION}" - -GST_VERSION= ${PORTVERSION:C/..$//} - -CMAKE_ARGS+= -DCMAKE_INCLUDE_PATH:STRING="${LOCALBASE}/include" -LDFLAGS+= -L${LOCALBASE}/lib - -.include <bsd.port.mk> diff --git a/multimedia/gstreamer-qt4/distinfo b/multimedia/gstreamer-qt4/distinfo deleted file mode 100644 index 72c53f179446..000000000000 --- a/multimedia/gstreamer-qt4/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (qt-gstreamer-0.10.3.tar.bz2) = 542f1f28153c898fdb7a03084a628a0a6b0583d8657d758fcb4da3f9bb4e0fdf -SIZE (qt-gstreamer-0.10.3.tar.bz2) = 317895 diff --git a/multimedia/gstreamer-qt4/files/patch-elements_gstqtvideosink_gstqtvideosinkbase.cpp b/multimedia/gstreamer-qt4/files/patch-elements_gstqtvideosink_gstqtvideosinkbase.cpp deleted file mode 100644 index 28481b6a8a4f..000000000000 --- a/multimedia/gstreamer-qt4/files/patch-elements_gstqtvideosink_gstqtvideosinkbase.cpp +++ /dev/null @@ -1,15 +0,0 @@ -invalid suffix on literal; C++11 requires a space between literal and identifier -[-Wreserved-user-defined-literal] - GST_TRACE_OBJECT(sink, "Posting new buffer (%"GST_PTR_FORMAT") for rendering. " - ---- elements/gstqtvideosink/gstqtvideosinkbase.cpp.orig 2018-01-07 08:43:35 UTC -+++ elements/gstqtvideosink/gstqtvideosinkbase.cpp -@@ -217,7 +217,7 @@ GstFlowReturn GstQtVideoSinkBase::show_frame(GstVideoS - { - GstQtVideoSinkBase *sink = GST_QT_VIDEO_SINK_BASE(video_sink); - -- GST_TRACE_OBJECT(sink, "Posting new buffer (%"GST_PTR_FORMAT") for rendering. " -+ GST_TRACE_OBJECT(sink, "Posting new buffer (%" GST_PTR_FORMAT ") for rendering. " - "Format dirty: %d", buffer, (int)sink->formatDirty); - - QCoreApplication::postEvent(sink->delegate, diff --git a/multimedia/gstreamer-qt4/files/patch-elements_gstqtvideosink_qtvideosinkdelegate.cpp b/multimedia/gstreamer-qt4/files/patch-elements_gstqtvideosink_qtvideosinkdelegate.cpp deleted file mode 100644 index 0df7a97d74ca..000000000000 --- a/multimedia/gstreamer-qt4/files/patch-elements_gstqtvideosink_qtvideosinkdelegate.cpp +++ /dev/null @@ -1,15 +0,0 @@ -invalid suffix on literal; C++11 requires a space between literal and identifier -[-Wreserved-user-defined-literal] - GST_TRACE_OBJECT(m_sink, "Received buffer %"GST_PTR_FORMAT, bufEvent->buffer); - ---- elements/gstqtvideosink/qtvideosinkdelegate.cpp.orig 2018-01-07 08:41:02 UTC -+++ elements/gstqtvideosink/qtvideosinkdelegate.cpp -@@ -376,7 +376,7 @@ bool QtVideoSinkDelegate::event(QEvent *event) - BufferEvent *bufEvent = dynamic_cast<BufferEvent*>(event); - Q_ASSERT(bufEvent); - -- GST_TRACE_OBJECT(m_sink, "Received buffer %"GST_PTR_FORMAT, bufEvent->buffer); -+ GST_TRACE_OBJECT(m_sink, "Received buffer %" GST_PTR_FORMAT, bufEvent->buffer); - - if (m_buffer) { - //free the previous buffer diff --git a/multimedia/gstreamer-qt4/files/patch-elements_gstqtvideosink_qwidgetvideosinkdelegate.cpp b/multimedia/gstreamer-qt4/files/patch-elements_gstqtvideosink_qwidgetvideosinkdelegate.cpp deleted file mode 100644 index fd3371d9fb42..000000000000 --- a/multimedia/gstreamer-qt4/files/patch-elements_gstqtvideosink_qwidgetvideosinkdelegate.cpp +++ /dev/null @@ -1,15 +0,0 @@ -error: invalid suffix on literal; C++11 requires a space between literal and identifier -[-Wreserved-user-defined-literal] - GST_LOG_OBJECT(m_sink, "Setting \"widget\" property to %"GST_PTR_FORMAT, widget); - ---- elements/gstqtvideosink/qwidgetvideosinkdelegate.cpp.orig 2018-01-07 08:41:23 UTC -+++ elements/gstqtvideosink/qwidgetvideosinkdelegate.cpp -@@ -36,7 +36,7 @@ QWidget *QWidgetVideoSinkDelegate::widget() const - - void QWidgetVideoSinkDelegate::setWidget(QWidget *widget) - { -- GST_LOG_OBJECT(m_sink, "Setting \"widget\" property to %"GST_PTR_FORMAT, widget); -+ GST_LOG_OBJECT(m_sink, "Setting \"widget\" property to %" GST_PTR_FORMAT, widget); - - if (m_widget) { - m_widget.data()->removeEventFilter(this); diff --git a/multimedia/gstreamer-qt4/pkg-descr b/multimedia/gstreamer-qt4/pkg-descr deleted file mode 100644 index d0f345020e54..000000000000 --- a/multimedia/gstreamer-qt4/pkg-descr +++ /dev/null @@ -1,16 +0,0 @@ -QtGStreamer is a set of libraries and plugins providing C++ bindings for -GStreamer with a Qt4-style API plus some helper classes for integrating -GStreamer better in Qt4 applications. - -Currently, it consists of the following parts: - * QtGLib - Library providing C++/Qt bindings for parts of the GLib - and GObject APIs, a base on which QtGStreamer is built. - * QtGStreamer - Library providing C++/Qt bindings for GStreamer - * QtGStreamerUi - Library providing integration with QtGui. Currently, - it only provides a video widget that embeds GStreamer's - video sinks. - -In addition, it provides a "qwidgetvideosink" GStreamer element, an video -sink element that can draw directly on QWidgets using QPainter. - -WWW: http://gstreamer.freedesktop.org/ diff --git a/multimedia/gstreamer-qt4/pkg-plist b/multimedia/gstreamer-qt4/pkg-plist deleted file mode 100644 index d46d2e36df86..000000000000 --- a/multimedia/gstreamer-qt4/pkg-plist +++ /dev/null @@ -1,131 +0,0 @@ -include/QtGStreamer/QGlib/Connect -include/QtGStreamer/QGlib/Error -include/QtGStreamer/QGlib/Global -include/QtGStreamer/QGlib/Init -include/QtGStreamer/QGlib/Object -include/QtGStreamer/QGlib/ParamSpec -include/QtGStreamer/QGlib/Quark -include/QtGStreamer/QGlib/RefPointer -include/QtGStreamer/QGlib/Signal -include/QtGStreamer/QGlib/Type -include/QtGStreamer/QGlib/Value -include/QtGStreamer/QGlib/connect.h -include/QtGStreamer/QGlib/connectimpl.h -include/QtGStreamer/QGlib/emitimpl.h -include/QtGStreamer/QGlib/error.h -include/QtGStreamer/QGlib/global.h -include/QtGStreamer/QGlib/init.h -include/QtGStreamer/QGlib/object.h -include/QtGStreamer/QGlib/paramspec.h -include/QtGStreamer/QGlib/qglib_signal.h -include/QtGStreamer/QGlib/quark.h -include/QtGStreamer/QGlib/refpointer.h -include/QtGStreamer/QGlib/type.h -include/QtGStreamer/QGlib/value.h -include/QtGStreamer/QGlib/wrap.h -include/QtGStreamer/QGst/Bin -include/QtGStreamer/QGst/Buffer -include/QtGStreamer/QGst/BufferList -include/QtGStreamer/QGst/Bus -include/QtGStreamer/QGst/Caps -include/QtGStreamer/QGst/ChildProxy -include/QtGStreamer/QGst/Clock -include/QtGStreamer/QGst/ClockTime -include/QtGStreamer/QGst/ColorBalance -include/QtGStreamer/QGst/Discoverer -include/QtGStreamer/QGst/DoubleRange -include/QtGStreamer/QGst/Element -include/QtGStreamer/QGst/ElementFactory -include/QtGStreamer/QGst/Event -include/QtGStreamer/QGst/Fourcc -include/QtGStreamer/QGst/Fraction -include/QtGStreamer/QGst/FractionRange -include/QtGStreamer/QGst/GhostPad -include/QtGStreamer/QGst/Global -include/QtGStreamer/QGst/Init -include/QtGStreamer/QGst/Int64Range -include/QtGStreamer/QGst/IntRange -include/QtGStreamer/QGst/Message -include/QtGStreamer/QGst/MiniObject -include/QtGStreamer/QGst/Object -include/QtGStreamer/QGst/Pad -include/QtGStreamer/QGst/Parse -include/QtGStreamer/QGst/Pipeline -include/QtGStreamer/QGst/PluginFeature -include/QtGStreamer/QGst/PropertyProbe -include/QtGStreamer/QGst/Query -include/QtGStreamer/QGst/StreamVolume -include/QtGStreamer/QGst/Structure -include/QtGStreamer/QGst/TagList -include/QtGStreamer/QGst/Ui/GraphicsVideoSurface -include/QtGStreamer/QGst/Ui/GraphicsVideoWidget -include/QtGStreamer/QGst/Ui/VideoWidget -include/QtGStreamer/QGst/Ui/global.h -include/QtGStreamer/QGst/Ui/graphicsvideosurface.h -include/QtGStreamer/QGst/Ui/graphicsvideowidget.h -include/QtGStreamer/QGst/Ui/videowidget.h -include/QtGStreamer/QGst/UriHandler -include/QtGStreamer/QGst/Utils/ApplicationSink -include/QtGStreamer/QGst/Utils/ApplicationSource -include/QtGStreamer/QGst/Utils/applicationsink.h -include/QtGStreamer/QGst/Utils/applicationsource.h -include/QtGStreamer/QGst/Utils/global.h -include/QtGStreamer/QGst/VideoOrientation -include/QtGStreamer/QGst/XOverlay -include/QtGStreamer/QGst/bin.h -include/QtGStreamer/QGst/buffer.h -include/QtGStreamer/QGst/bufferlist.h -include/QtGStreamer/QGst/bus.h -include/QtGStreamer/QGst/caps.h -include/QtGStreamer/QGst/childproxy.h -include/QtGStreamer/QGst/clock.h -include/QtGStreamer/QGst/clocktime.h -include/QtGStreamer/QGst/colorbalance.h -include/QtGStreamer/QGst/discoverer.h -include/QtGStreamer/QGst/element.h -include/QtGStreamer/QGst/elementfactory.h -include/QtGStreamer/QGst/enums.h -include/QtGStreamer/QGst/event.h -include/QtGStreamer/QGst/ghostpad.h -include/QtGStreamer/QGst/global.h -include/QtGStreamer/QGst/init.h -include/QtGStreamer/QGst/message.h -include/QtGStreamer/QGst/miniobject.h -include/QtGStreamer/QGst/object.h -include/QtGStreamer/QGst/pad.h -include/QtGStreamer/QGst/parse.h -include/QtGStreamer/QGst/pipeline.h -include/QtGStreamer/QGst/pluginfeature.h -include/QtGStreamer/QGst/propertyprobe.h -include/QtGStreamer/QGst/query.h -include/QtGStreamer/QGst/streamvolume.h -include/QtGStreamer/QGst/structs.h -include/QtGStreamer/QGst/structure.h -include/QtGStreamer/QGst/taglist.h -include/QtGStreamer/QGst/urihandler.h -include/QtGStreamer/QGst/videoorientation.h -include/QtGStreamer/QGst/xoverlay.h -lib/cmake/QtGStreamer/QtGStreamerConfig.cmake -lib/cmake/QtGStreamer/QtGStreamerConfigCommon.cmake -lib/cmake/QtGStreamer/QtGStreamerConfigVersion.cmake -lib/cmake/QtGStreamer/QtGStreamerTargets-%%CMAKE_BUILD_TYPE%%.cmake -lib/cmake/QtGStreamer/QtGStreamerTargets.cmake -lib/gstreamer-%%GST_VERSION%%/libgstqtvideosink.so -lib/libQtGLib-2.0.so -lib/libQtGLib-2.0.so.0 -lib/libQtGLib-2.0.so.%%VERSION%% -lib/libQtGStreamer-%%GST_VERSION%%.so -lib/libQtGStreamer-%%GST_VERSION%%.so.0 -lib/libQtGStreamer-%%GST_VERSION%%.so.%%VERSION%% -lib/libQtGStreamerUi-%%GST_VERSION%%.so -lib/libQtGStreamerUi-%%GST_VERSION%%.so.0 -lib/libQtGStreamerUi-%%GST_VERSION%%.so.%%VERSION%% -lib/libQtGStreamerUtils-%%GST_VERSION%%.so -lib/libQtGStreamerUtils-%%GST_VERSION%%.so.0 -lib/libQtGStreamerUtils-%%GST_VERSION%%.so.%%VERSION%% -lib/qt4/imports/QtGStreamer/libQtGStreamerQuick1.so -lib/qt4/imports/QtGStreamer/qmldir -libdata/pkgconfig/QtGLib-2.0.pc -libdata/pkgconfig/QtGStreamer-%%GST_VERSION%%.pc -libdata/pkgconfig/QtGStreamerUi-%%GST_VERSION%%.pc -libdata/pkgconfig/QtGStreamerUtils-%%GST_VERSION%%.pc diff --git a/multimedia/mediadownloader/Makefile b/multimedia/mediadownloader/Makefile deleted file mode 100644 index 12437980364f..000000000000 --- a/multimedia/mediadownloader/Makefile +++ /dev/null @@ -1,38 +0,0 @@ -# Created by: Gvozdikov Veniamin <g.veniamin@googlemail.com> -# $FreeBSD$ - -PORTNAME= mediadownloader -PORTVERSION= 1.5.2 -PORTREVISION= 7 -CATEGORIES= multimedia www -MASTER_SITES= SF/googleimagedown/project/${PORTVERSION}/ -DISTNAME= ${PORTNAME}_${PORTVERSION}-src - -MAINTAINER= ports@FreeBSD.org -COMMENT= Search, watch, and download from Google Image and YouTube - -LICENSE= GPLv3 - -DEPRECATED= Qt4 has been EOL since december 2015 -EXPIRATION_DATE= 2019-03-15 - -USES= qmake qt:4 -USE_GL= gl glu -USE_XORG= xtst -USE_GSTREAMER= ffmpeg -USE_QT= dbus gui network moc_build opengl phonon phonon-gst \ - rcc_build uic_build webkit xml xmlpatterns -QMAKEPRO= ${PORTNAME}.pro -PLIST_FILES= bin/${PORTNAME} - -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} - -DESKTOP_ENTRIES="MediaDownloader" "${COMMENT}" \ - "${DATADIR}/${PORTNAME}.png" "${PORTNAME}" \ - "" true - -pre-configure: - @${REINPLACE_CMD} -e 's|/usr|${PREFIX}|g' \ - ${WRKSRC}/${QMAKEPRO} - -.include <bsd.port.mk> diff --git a/multimedia/mediadownloader/distinfo b/multimedia/mediadownloader/distinfo deleted file mode 100644 index b144a85b94e9..000000000000 --- a/multimedia/mediadownloader/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (mediadownloader_1.5.2-src.tar.gz) = 7b2c01bb0c5afaa34b65a5e2721b9bc7cc852fe16c97aafde80fb7e95b66164a -SIZE (mediadownloader_1.5.2-src.tar.gz) = 413723 diff --git a/multimedia/mediadownloader/pkg-descr b/multimedia/mediadownloader/pkg-descr deleted file mode 100644 index e9addb031496..000000000000 --- a/multimedia/mediadownloader/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -Mediadownloader (ex GoogleImageDownloader) is an opensource software -that let you search, watch and download items with Google Image and -YouTube. Search results are displayed within a mouse scrollable -view, as well as mobile devices do. - -WWW: http://mediadownloader.cz.cc/ diff --git a/multimedia/mlt-qt4/Makefile b/multimedia/mlt-qt4/Makefile deleted file mode 100644 index 8394693b0936..000000000000 --- a/multimedia/mlt-qt4/Makefile +++ /dev/null @@ -1,19 +0,0 @@ -# $FreeBSD$ - -DEPRECATED= Qt4 has been EOL since december 2015 -EXPIRATION_DATE= 2019-03-15 - -PORTREVISION= 1 - -CONFLICTS_INSTALL= ${PORTNAME}-qt5-* - -USES= qt:4 -USE_QT= corelib gui opengl svg xml -MASTERDIR= ${.CURDIR:H}/mlt -SLAVEPORT= qt4 - -PLIST= ${MASTERDIR}-qt5/pkg-plist - -USE_XORG= x11 - -.include "${MASTERDIR}/Makefile" diff --git a/multimedia/phonon-xine/Makefile b/multimedia/phonon-xine/Makefile deleted file mode 100644 index 1ff3a357b9b2..000000000000 --- a/multimedia/phonon-xine/Makefile +++ /dev/null @@ -1,32 +0,0 @@ -# Created by: Martin Wilke <miwi@FreeBSD.org> -# $FreeBSD$ - -PORTNAME= phonon -PORTVERSION= 4.4.4 -PORTREVISION= 13 -CATEGORIES= multimedia kde -MASTER_SITES= KDE/stable/${PORTNAME}/${PORTNAME}-backend${PKGNAMESUFFIX}/${PORTVERSION}/src -PKGNAMESUFFIX= -xine -DISTNAME= ${PORTNAME}-backend${PKGNAMESUFFIX}-${PORTVERSION} -DIST_SUBDIR= KDE - -MAINTAINER= kde@FreeBSD.org -COMMENT= The xine backend for Phonon - -DEPRECATED= Qt4 has been EOL since december 2015 -EXPIRATION_DATE= 2019-03-15 - -BUILD_DEPENDS= automoc4:devel/automoc4 -LIB_DEPENDS= libxine.so:multimedia/libxine - -USES= cmake pkgconfig qt:4 tar:bzip2 -USE_QT= corelib dbus gui phonon \ - qmake_build moc_build rcc_build uic_build -USE_XORG= xcb - -post-install: - ${MKDIR} ${STAGEDIR}${QT_PLUGINDIR}/phonon_backend - ${LN} -sf ${PREFIX}/lib/kde4/plugins/phonon_backend/phonon_xine.so \ - ${STAGEDIR}${QT_PLUGINDIR}/phonon_backend/libphonon_xine.so - -.include <bsd.port.mk> diff --git a/multimedia/phonon-xine/distinfo b/multimedia/phonon-xine/distinfo deleted file mode 100644 index 5e5369424863..000000000000 --- a/multimedia/phonon-xine/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (KDE/phonon-backend-xine-4.4.4.tar.bz2) = 3d0ea02144f7309b9277dc05bc3c7f3235203110e3d310d25fde645075dd5396 -SIZE (KDE/phonon-backend-xine-4.4.4.tar.bz2) = 94556 diff --git a/multimedia/phonon-xine/files/patch-xine__CMakeLists.txt b/multimedia/phonon-xine/files/patch-xine__CMakeLists.txt deleted file mode 100644 index d4f7ddb3ec8d..000000000000 --- a/multimedia/phonon-xine/files/patch-xine__CMakeLists.txt +++ /dev/null @@ -1,22 +0,0 @@ ---- ./xine/CMakeLists.txt.orig 2011-01-19 20:20:53.000000000 +0100 -+++ ./xine/CMakeLists.txt 2012-03-12 11:12:12.244132405 +0100 -@@ -42,7 +42,7 @@ - endif(XINE_BUGFIX_VERSION LESS 9) - endif(XINE_BUGFIX_VERSION LESS 7) - else(XINE_MINOR_VERSION LESS 2 AND XINE_BUGFIX_VERSION LESS 90) -- message(FATAL_ERROR "xine-lib v${XINE_VERSION} was found on your system. This version contains major changes compared to 1.1.x and has not been tested properly for use with this backend. Consider downgrading to version 1.1.9." "http://sourceforge.net/project/showfiles.php?group_id=9655&package_id=9732") -+# message(FATAL_ERROR "xine-lib v${XINE_VERSION} was found on your system. This version contains major changes compared to 1.1.x and has not been tested properly for use with this backend. Consider downgrading to version 1.1.9." "http://sourceforge.net/project/showfiles.php?group_id=9655&package_id=9732") - endif(XINE_MINOR_VERSION LESS 2 AND XINE_BUGFIX_VERSION LESS 90) - - set(phonon_xine_SRCS -@@ -88,9 +88,7 @@ - SET(XINEWIDGET_FOUND FALSE) - endif(XCB_FOUND) - -- -- --include_directories(${XINE_INCLUDE_DIR}) -+include_directories(${PHONON_INCLUDES} ${XINE_INCLUDE_DIR}) - - configure_file(config-xine-widget.h.cmake ${CMAKE_CURRENT_BINARY_DIR}/config-xine-widget.h ) - configure_file(xine.desktop.cmake ${CMAKE_CURRENT_BINARY_DIR}/xine.desktop) diff --git a/multimedia/phonon-xine/files/patch-xine__kequalizer_plugin.cpp b/multimedia/phonon-xine/files/patch-xine__kequalizer_plugin.cpp deleted file mode 100644 index 5fad9690a949..000000000000 --- a/multimedia/phonon-xine/files/patch-xine__kequalizer_plugin.cpp +++ /dev/null @@ -1,36 +0,0 @@ -In file included from xine/kequalizer_plugin.cpp:51: -In file included from /usr/local/include/libavutil/mem.h:35: -In file included from /usr/local/include/libavutil/avutil.h:296: -/usr/local/include/libavutil/common.h:30:2: error: missing -D__STDC_CONSTANT_MACROS / #define __STDC_CONSTANT_MACROS -#error missing -D__STDC_CONSTANT_MACROS / #define __STDC_CONSTANT_MACROS - ^ - ---- xine/kequalizer_plugin.cpp.orig 2011-01-19 19:20:53 UTC -+++ xine/kequalizer_plugin.cpp -@@ -37,6 +37,7 @@ - #include <cmath> - - #define __STDC_FORMAT_MACROS -+#define __STDC_CONSTANT_MACROS - #include <inttypes.h> - - #include <xine.h> -@@ -48,6 +49,9 @@ extern "C" { - #include <xine/xineutils.h> - #undef this - -+#include <libavutil/mem.h> -+ -+ - #define KEQUALIZER_MAX_GAIN 12.0 - #define KEQUALIZER_L 2 // Storage for filter taps - #define KEQUALIZER_KM 10 // Max number of bands -@@ -281,7 +285,7 @@ static post_plugin_t *kequalizer_open_plugin(post_clas - Q_UNUSED(video_target); - kequalizer_plugin_t *that; - //deprecated: kequalizer_plugin_t *that = static_cast<kequalizer_plugin_t *>(xine_xmalloc(sizeof(kequalizer_plugin_t))); -- xine_xmalloc_aligned(2,sizeof(kequalizer_plugin_t),(void**)(&that)); -+ that = (kequalizer_plugin_t *)av_mallocz(sizeof(kequalizer_plugin_t)); - post_in_t *input; - post_out_t *output; - xine_post_in_t *input_api; diff --git a/multimedia/phonon-xine/files/patch-xine__mediaobject.cpp b/multimedia/phonon-xine/files/patch-xine__mediaobject.cpp deleted file mode 100644 index 02395ea8ec70..000000000000 --- a/multimedia/phonon-xine/files/patch-xine__mediaobject.cpp +++ /dev/null @@ -1,11 +0,0 @@ ---- ./xine/mediaobject.cpp.orig 2011-01-19 20:20:53.000000000 +0100 -+++ ./xine/mediaobject.cpp 2012-03-12 11:12:12.254129363 +0100 -@@ -443,7 +443,7 @@ - const int lastSize = m_titles.size(); - m_titles.clear(); - int num = 0; -- char **mrls = xine_get_autoplay_mrls(m_stream->xine(), plugin, &num); -+ const char * const *mrls = xine_get_autoplay_mrls(m_stream->xine(), plugin, &num); - for (int i = 0; i < num; ++i) { - if (mrls[i]) { - debug() << Q_FUNC_INFO << mrls[i]; diff --git a/multimedia/phonon-xine/pkg-descr b/multimedia/phonon-xine/pkg-descr deleted file mode 100644 index d254a0fbc06a..000000000000 --- a/multimedia/phonon-xine/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -Phonon is multimedia framework for QT4/KDE4. -This port provides xine backend. - -WWW: http://www.xine-project.org -WWW: http://phonon.kde.org diff --git a/multimedia/phonon-xine/pkg-plist b/multimedia/phonon-xine/pkg-plist deleted file mode 100644 index 993e74cc259b..000000000000 --- a/multimedia/phonon-xine/pkg-plist +++ /dev/null @@ -1,10 +0,0 @@ -lib/kde4/plugins/phonon_backend/phonon_xine.so -share/icons/oxygen/128x128/apps/phonon-xine.png -share/icons/oxygen/16x16/apps/phonon-xine.png -share/icons/oxygen/22x22/apps/phonon-xine.png -share/icons/oxygen/32x32/apps/phonon-xine.png -share/icons/oxygen/48x48/apps/phonon-xine.png -share/icons/oxygen/64x64/apps/phonon-xine.png -share/icons/oxygen/scalable/apps/phonon-xine.svgz -share/kde4/services/phononbackends/xine.desktop -%%QT_PLUGINDIR%%/phonon_backend/libphonon_xine.so diff --git a/multimedia/py-qt4-multimedia/Makefile b/multimedia/py-qt4-multimedia/Makefile deleted file mode 100644 index a82837e4e0c5..000000000000 --- a/multimedia/py-qt4-multimedia/Makefile +++ /dev/null @@ -1,32 +0,0 @@ -# Created by: Dima Panov <fluffy@FreeBSD.org> -# $FreeBSD$ - -PORTNAME= multimedia -PORTREVISION= 4 -CATEGORIES= multimedia devel python - -MAINTAINER= kde@FreeBSD.org -COMMENT= Python bindings for the Qt4 toolkit, Multimedia module - -DEPRECATED= Qt4 has been EOL since december 2015 -EXPIRATION_DATE= 2019-03-15 - -CONFIGURE_ARGS= --enable QtMultimedia -PYQT_DIST= yes - -USES= python pyqt:4 qt:4 -USE_PYQT= sip_build core_run gui_run -USE_PYTHON= concurrent flavors py3kplist -USE_QT= corelib gui multimedia moc_build qmake_build - -OPTIONS_DEFINE= API DEBUG -OPTIONS_DEFAULT=API -OPTIONS_SUB= yes - -API_DESC= Install QtMultimedia API for QScintilla2 -API_CONFIGURE_ON= --qsci-api --qsci-api-destdir=${PYQT_APIDIR} -API_CONFIGURE_OFF= --no-qsci-api -API_LIB_DEPENDS= libqscintilla2_qt4.so:devel/qscintilla2 -DEBUG_CONFIGURE_ON= --debug --trace - -.include <bsd.port.mk> diff --git a/multimedia/py-qt4-multimedia/pkg-descr b/multimedia/py-qt4-multimedia/pkg-descr deleted file mode 100644 index fec5c10529cd..000000000000 --- a/multimedia/py-qt4-multimedia/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -PyQt4 is a set of Python bindings for Digia's Qt4 application framework. -This package provides the QtMultimedia module. - -WWW: https://riverbankcomputing.com/software/pyqt diff --git a/multimedia/py-qt4-multimedia/pkg-plist b/multimedia/py-qt4-multimedia/pkg-plist deleted file mode 100644 index 6d05740abbad..000000000000 --- a/multimedia/py-qt4-multimedia/pkg-plist +++ /dev/null @@ -1,12 +0,0 @@ -%%PYTHON_SITELIBDIR%%/PyQt4/QtMultimedia.so -%%PYQT_SIPDIR%%/QtMultimedia/QtMultimediamod.sip -%%PYQT_SIPDIR%%/QtMultimedia/qabstractvideobuffer.sip -%%PYQT_SIPDIR%%/QtMultimedia/qabstractvideosurface.sip -%%PYQT_SIPDIR%%/QtMultimedia/qaudio.sip -%%PYQT_SIPDIR%%/QtMultimedia/qaudiodeviceinfo.sip -%%PYQT_SIPDIR%%/QtMultimedia/qaudioformat.sip -%%PYQT_SIPDIR%%/QtMultimedia/qaudioinput.sip -%%PYQT_SIPDIR%%/QtMultimedia/qaudiooutput.sip -%%PYQT_SIPDIR%%/QtMultimedia/qvideoframe.sip -%%PYQT_SIPDIR%%/QtMultimedia/qvideosurfaceformat.sip -%%API%%%%PYQT_APIDIR%%/api/python/QtMultimedia.api diff --git a/multimedia/py-qt4-phonon/Makefile b/multimedia/py-qt4-phonon/Makefile deleted file mode 100644 index 71d3f08ff6e1..000000000000 --- a/multimedia/py-qt4-phonon/Makefile +++ /dev/null @@ -1,31 +0,0 @@ -# $FreeBSD$ - -PORTNAME= phonon -PORTREVISION= 5 -CATEGORIES= multimedia devel python - -MAINTAINER= kde@FreeBSD.org -COMMENT= Python bindings for the Qt4 toolkit, Phonon module - -DEPRECATED= Qt4 has been EOL since december 2015 -EXPIRATION_DATE= 2019-03-15 - -CONFIGURE_ARGS= --enable phonon -PYQT_DIST= yes - -USES= python pyqt:4 qt:4 -USE_PYQT= sip_build core_run gui_run -USE_PYTHON= concurrent flavors py3kplist -USE_QT= corelib gui phonon moc_build qmake_build - -OPTIONS_DEFINE= API DEBUG -OPTIONS_DEFAULT=API -OPTIONS_SUB= yes - -API_DESC= Install Phonon API for QScintilla2 -API_CONFIGURE_ON= --qsci-api --qsci-api-destdir=${PYQT_APIDIR} -API_CONFIGURE_OFF= --no-qsci-api -API_LIB_DEPENDS= libqscintilla2_qt4.so:devel/qscintilla2 -DEBUG_CONFIGURE_ON= --debug --trace - -.include <bsd.port.mk> diff --git a/multimedia/py-qt4-phonon/pkg-descr b/multimedia/py-qt4-phonon/pkg-descr deleted file mode 100644 index 6a7e28302d75..000000000000 --- a/multimedia/py-qt4-phonon/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -PyQt4 is a set of Python bindings for Digia's Qt4 application framework. -This package provides the Phonon module. - -WWW: https://riverbankcomputing.com/software/pyqt diff --git a/multimedia/py-qt4-phonon/pkg-plist b/multimedia/py-qt4-phonon/pkg-plist deleted file mode 100644 index 003029c21705..000000000000 --- a/multimedia/py-qt4-phonon/pkg-plist +++ /dev/null @@ -1,21 +0,0 @@ -%%PYTHON_SITELIBDIR%%/PyQt4/phonon.so -%%PYQT_SIPDIR%%/phonon/abstractaudiooutput.sip -%%PYQT_SIPDIR%%/phonon/abstractvideooutput.sip -%%PYQT_SIPDIR%%/phonon/audiooutput.sip -%%PYQT_SIPDIR%%/phonon/backendcapabilities.sip -%%PYQT_SIPDIR%%/phonon/effect.sip -%%PYQT_SIPDIR%%/phonon/effectparameter.sip -%%PYQT_SIPDIR%%/phonon/effectwidget.sip -%%PYQT_SIPDIR%%/phonon/mediacontroller.sip -%%PYQT_SIPDIR%%/phonon/medianode.sip -%%PYQT_SIPDIR%%/phonon/mediaobject.sip -%%PYQT_SIPDIR%%/phonon/mediasource.sip -%%PYQT_SIPDIR%%/phonon/objectdescription.sip -%%PYQT_SIPDIR%%/phonon/path.sip -%%PYQT_SIPDIR%%/phonon/phononmod.sip -%%PYQT_SIPDIR%%/phonon/phononnamespace.sip -%%PYQT_SIPDIR%%/phonon/seekslider.sip -%%PYQT_SIPDIR%%/phonon/videoplayer.sip -%%PYQT_SIPDIR%%/phonon/videowidget.sip -%%PYQT_SIPDIR%%/phonon/volumeslider.sip -%%API%%%%PYQT_APIDIR%%/api/python/phonon.api diff --git a/multimedia/qmmp-plugin-pack/Makefile b/multimedia/qmmp-plugin-pack/Makefile deleted file mode 100644 index 6ddc87cfb595..000000000000 --- a/multimedia/qmmp-plugin-pack/Makefile +++ /dev/null @@ -1,78 +0,0 @@ -# $FreeBSD$ - -PORTNAME= qmmp-plugin-pack -PORTVERSION= 0.11.0 -PORTREVISION= 3 -CATEGORIES= multimedia -MASTER_SITES= http://qmmp.ylsoftware.com/files/plugins/ \ - SF/qmmp-dev/${PORTNAME}/ - -MAINTAINER= liangtai.s16@gmail.com -COMMENT= Additional plug-ins for QMMP (Qt4) - -LICENSE= GPLv2 -LICENSE_FILE= ${WRKSRC}/COPYING - -DEPRECATED= Qt4 has been EOL since december 2015 -EXPIRATION_DATE= 2019-03-15 - -LIB_DEPENDS= libqmmpui.so:multimedia/qmmp -BUILD_DEPENDS= qmmp>=0.11.0:multimedia/qmmp - -CONFLICTS= ${PORTNAME}-qt5-1.* -PORTSCOUT= limit:^0.* - -USES= cmake localbase pkgconfig qt:4 tar:bzip2 -USE_QT= corelib gui linguisttools_build moc_build qmake_build rcc_build -USE_LDCONFIG= yes - -OPTIONS_SUB= yes - -OPTIONS_MULTI= PLUGINS -OPTIONS_MULTI_PLUGINS= FFAP FFVIDEO GOOM HISTORY MPG123 SRCONV XMP -OPTIONS_DEFAULT= FFAP FFVIDEO GOOM HISTORY MPG123 XMP -OPTIONS_DEFINE_i386= FFAPASM GOOMASM -OPTIONS_DEFAULT_i386= FFAPASM GOOMASM -OPTIONS_DEFINE_amd64= FFAPASM GOOMASM -OPTIONS_DEFAULT_amd64= FFAPASM GOOMASM - -FFAP_DESC= Support APE sound file -FFAP_LIB_DEPENDS= libtag.so:audio/taglib -FFAP_CMAKE_BOOL= USE_FFAP -FFAPASM_DESC= Optimize FFap decoder using devel/yasm -FFAPASM_BUILD_DEPENDS= yasm:devel/yasm -FFAPASM_CMAKE_BOOL= USE_ASM - -FFVIDEO_DESC= FFmpeg video -FFVIDEO_LIB_DEPENDS= libavcodec.so:multimedia/ffmpeg -FFVIDEO_CMAKE_BOOL= USE_FFVIDEO - -GOOM_DESC= Goom spectacle -GOOM_CMAKE_BOOL= USE_GOOM -GOOMASM_DESC= Optimize Goom spectacle using devel/yasm -GOOMASM_BUILD_DEPENDS= yasm:devel/yasm -GOOMASM_CMAKE_BOOL= GOOM_ASM - -HISTORY_DESC= Information about listened tracks -HISTORY_USES= qt:4 -HISTORY_USE= QT=sql,uic_build -HISTORY_CMAKE_BOOL= USE_HISTORY - -MPG123_LIB_DEPENDS= libmpg123.so:audio/mpg123 \ - libtag.so:audio/taglib -MPG123_USES= qt:4 -MPG123_USE= QT=uic_build -MPG123_CMAKE_BOOL= USE_MPG123 - -SRCONV_DESC= Support the sample rate converter -SRCONV_LIB_DEPENDS= libsamplerate.so:audio/libsamplerate -SRCONV_CMAKE_BOOL= USE_SRC - -XMP_DESC= Support various module formats using libxmp -XMP_LIB_DEPENDS= libxmp.so:audio/libxmp -XMP_CMAKE_BOOL= USE_XMP - -pre-configure: - @${RM} ${BUILD_WRKSRC}/CMakeCache.txt - -.include <bsd.port.mk> diff --git a/multimedia/qmmp-plugin-pack/distinfo b/multimedia/qmmp-plugin-pack/distinfo deleted file mode 100644 index 758ea2e374cd..000000000000 --- a/multimedia/qmmp-plugin-pack/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1511614472 -SHA256 (qmmp-plugin-pack-0.11.0.tar.bz2) = 0d59e2869c3067a277e45b619d6650d5befb974336b840e9254650ccb678ca32 -SIZE (qmmp-plugin-pack-0.11.0.tar.bz2) = 251450 diff --git a/multimedia/qmmp-plugin-pack/pkg-descr b/multimedia/qmmp-plugin-pack/pkg-descr deleted file mode 100644 index bfb0dc223bfe..000000000000 --- a/multimedia/qmmp-plugin-pack/pkg-descr +++ /dev/null @@ -1,13 +0,0 @@ -Additional plug-ins for Qt MultiMedia Player - -- MPG123: provides MPEG v1/2 layer1/2/3 support with use of - libmpg123 library -- FFap: provides enhanced Monkey's Audio (APE) support - (24-bit samples and embedded cue support) -- Goom: Goom spectacle -- xmp: Decodes module audio and renders sound -- Sample Rate Converter: Changes frequency of sample rate. -- History: Collects information about listend tracks. -- FFvideo: FFmpeg-based video - -WWW: http://qmmp.ylsoftware.com/ diff --git a/multimedia/qmmp-plugin-pack/pkg-plist b/multimedia/qmmp-plugin-pack/pkg-plist deleted file mode 100644 index e8fcf576f3c1..000000000000 --- a/multimedia/qmmp-plugin-pack/pkg-plist +++ /dev/null @@ -1,7 +0,0 @@ -%%SRCONV%%lib/qmmp/Effect/libsrconverter.so -%%FFVIDEO%%lib/qmmp/Engines/libffvideo.so -%%HISTORY%%lib/qmmp/General/libhistory.so -%%FFAP%%lib/qmmp/Input/libffap.so -%%MPG123%%lib/qmmp/Input/libmpg123.so -%%XMP%%lib/qmmp/Input/libxmp.so -%%GOOM%%lib/qmmp/Visual/libgoom.so diff --git a/multimedia/qmmp/Makefile b/multimedia/qmmp/Makefile deleted file mode 100644 index cd84c037feab..000000000000 --- a/multimedia/qmmp/Makefile +++ /dev/null @@ -1,331 +0,0 @@ -# $FreeBSD$ - -PORTNAME= qmmp -PORTVERSION= 0.11.0 -PORTREVISION= 6 -CATEGORIES= multimedia -MASTER_SITES= http://qmmp.ylsoftware.com/files/ \ - SF/qmmp-dev/${PORTNAME}/ - -MAINTAINER= liangtai.s16@gmail.com -COMMENT= Qt4-based multimedia player - -LICENSE= GPLv2 -LICENSE_FILE= ${WRKSRC}/COPYING - -DEPRECATED= Qt4 has been EOL since december 2015 -EXPIRATION_DATE= 2019-03-15 - -CONFLICTS= ${PORTNAME}-qt5-1.* -PORTSCOUT= limit:^0.* - -USES= cmake localbase pathfix pkgconfig qt:4 tar:bzip2 -USE_QT= corelib gui network xml \ - linguisttools_build moc_build qmake_build rcc_build uic_build -USE_LDCONFIG= yes - -OPTIONS_SUB= yes -OPTIONS_GROUP= DOCUMENTS PLUGIN_APPLICATION PLUGIN_FORMATS \ - PLUGIN_DSP_EFFECTS PLUGIN_VISUAL_EFFECTS PLUGIN_OUTPUT \ - PLUGIN_PLAYLIST PLUGIN_NETWORKING MISC - -PLUGIN_APPLICATION_DESC= Main program view -OPTIONS_GROUP_PLUGIN_APPLICATION= GNOMEHOTKEY HOTKEY KDENOTIFY \ - NOTIFIER QMMP_DIALOG QSUI SKINNEDUI STATICON TWOPANELDIALOG - -DOCUMENTS_DESC= Documentation and API Reference -OPTIONS_GROUP_DOCUMENTS= DOCS DOXYGEN - -PLUGIN_FORMATS_DESC= Support various media formats -OPTIONS_GROUP_PLUGIN_FORMATS= ARCHIVE CDDA FAAD FFMPEG FLAC GME \ - MAD MODPLUG MUSEPACK OPUS SNDFILE VORBIS WAVPACK WILDMIDI - -PLUGIN_DSP_EFFECTS_DESC= DSP effects -OPTIONS_GROUP_PLUGIN_DSP_EFFECTS= BS2B CROSSFADE LADSPA SOXR STEREO - -PLUGIN_VISUAL_EFFECTS_DESC= Visual effects -OPTIONS_GROUP_PLUGIN_VISUAL_EFFECTS= ANALYZER PROJECTM - -PLUGIN_OUTPUT_DESC= Output sound systems -OPTIONS_GROUP_PLUGIN_OUTPUT= ALSA JACK NULLOUT OSS OSS4 \ - PULSEAUDIO QTMULTIMEDIA SHOUTCAST - -PLUGIN_PLAYLIST_DESC= Playlist operation -OPTIONS_GROUP_PLUGIN_PLAYLIST= COPYPASTE DIR_ASSOC FILEOPS HAL \ - TRACKCHANGE UDISKS UDISKS2 - -PLUGIN_NETWORKING_DESC= Features via the Net -OPTIONS_GROUP_PLUGIN_NETWORKING= COVER CURL LYRICS MMS SB SCROBBLER - -MISC_DESC= Other features -OPTIONS_GROUP_MISC= CONVERTER CUE ENCA FILEWRITER MPLAYER MPRIS RGSCAN SID - -OPTIONS_DEFAULT= ALSA ANALYZER ARCHIVE BS2B CDDA CONVERTER COPYPASTE COVER \ - CROSSFADE CUE CURL DIR_ASSOC ENCA FAAD FFMPEG FILEOPS FILEWRITER FLAC \ - GNOMEHOTKEY GME HAL HOTKEY JACK KDENOTIFY LADSPA LYRICS MAD \ - MMS MODPLUG MPRIS MPLAYER MUSEPACK NOTIFIER NULLOUT \ - OPUS OSS4 PROJECTM PULSEAUDIO QMMP_DIALOG QSUI RGSCAN \ - SHOUTCAST SB SCROBBLER SID SKINNEDUI SNDFILE SOXR STATICON STEREO \ - TRACKCHANGE TWOPANELDIALOG UDISKS2 VORBIS WAVPACK WILDMIDI - -DOXYGEN_BUILD_DEPENDS= doxygen:devel/doxygen - -QSUI_DESC= Simple UI based on standard widgets set -QSUI_USES= qt:4 -QSUI_USE= QT=uic_build -QSUI_CMAKE_BOOL= USE_QSUI - -SKINNEDUI_DESC= Skinned GUI -SKINNEDUI_USE= XORG=x11 -SKINNEDUI_CMAKE_BOOL= USE_SKINNED - -DIR_ASSOC_DESC= inode/directory mime type association -DIR_ASSOC_CMAKE_BOOL= USE_DIR_ASSOC -DIR_ASSOC_USES= desktop-file-utils - -JACK_LIB_DEPENDS= libjack.so:audio/jack \ - libsoxr.so:audio/libsoxr -JACK_BUILD_DEPENDS= jackit>=0.121.2:audio/jack -JACK_CMAKE_BOOL= USE_JACK - -ALSA_LIB_DEPENDS= libasound.so:audio/alsa-lib -ALSA_CMAKE_BOOL= USE_ALSA - -BS2B_DESC= Support the Bauer stereophonic2binaural effect -BS2B_LIB_DEPENDS= libbs2b.so:audio/libbs2b -BS2B_CMAKE_BOOL= USE_BS2B - -PULSEAUDIO_LIB_DEPENDS= libpulse.so:audio/pulseaudio -PULSEAUDIO_CMAKE_BOOL= USE_PULSE - -QTMULTIMEDIA_DESC= Support to use Qt low-level multimedia API -QTMULTIMEDIA_USES= qt:4 -QTMULTIMEDIA_USE= QT=multimedia -QTMULTIMEDIA_CMAKE_BOOL= USE_QTMULTIMEDIA - -SHOUTCAST_LIB_DEPENDS= libogg.so:audio/libogg \ - libshout.so:audio/libshout \ - libsoxr.so:audio/libsoxr \ - libvorbis.so:audio/libvorbis -SHOUTCAST_CMAKE_BOOL= USE_SHOUT - -FLAC_LIB_DEPENDS= libFLAC.so:audio/flac \ - libtag.so:audio/taglib -FLAC_CMAKE_BOOL= USE_FLAC - -MUSEPACK_LIB_DEPENDS= libmpcdec.so:audio/musepack \ - libtag.so:audio/taglib -MUSEPACK_CMAKE_BOOL= USE_MPC - -GME_DESC= Support video game music files -GME_LIB_DEPENDS= libgme.so:audio/libgme -GME_CMAKE_BOOL= USE_GME - -FFMPEG_LIB_DEPENDS= libavcodec.so:multimedia/ffmpeg -FFMPEG_CMAKE_BOOL= USE_FFMPEG - -MODPLUG_LIB_DEPENDS= libmodplug.so:audio/libmodplug -MODPLUG_CMAKE_BOOL= USE_MODPLUG - -FAAD_LIB_DEPENDS= libfaad.so:audio/faad \ - libtag.so:audio/taglib -FAAD_CMAKE_BOOL= USE_AAC - -CDDA_LIB_DEPENDS= libcdio.so:sysutils/libcdio \ - libcddb.so:audio/libcddb \ - libcdio_cdda.so:sysutils/libcdio-paranoia -CDDA_CMAKE_BOOL= USE_CDA - -ENCA_DESC= Support automatic character set detection -ENCA_LIB_DEPENDS= libenca.so:converters/enca -ENCA_CMAKE_BOOL= USE_ENCA - -FILEWRITER_DESC= Dump output sound into ogg audio file -FILEWRITER_LIB_DEPENDS= libvorbisenc.so:audio/libvorbis -FILEWRITER_CMAKE_BOOL= USE_FILEWRITER - -MPLAYER_DESC= Enable showing videos by mplayer -MPLAYER_RUN_DEPENDS= mplayer:multimedia/mplayer -MPLAYER_CMAKE_BOOL= USE_MPLAYER - -PROJECTM_DESC= Support the projectM music visualiser -PROJECTM_LIB_DEPENDS= libprojectM.so.2:graphics/libprojectm -PROJECTM_USES= qt:4 -PROJECTM_USE= GL=gl QT=opengl -PROJECTM_CMAKE_BOOL= USE_PROJECTM - -OSS_CMAKE_BOOL= USE_OSS - -OSS4_DESC= Open Sound System (ver4) support -OSS4_BUILD_DEPENDS= ${LOCALBASE}/lib/oss/include/sys/soundcard.h:audio/oss -OSS4_CMAKE_BOOL= USE_OSS4 - -LADSPA_RUN_DEPENDS= analyseplugin:audio/ladspa -LADSPA_CMAKE_BOOL= USE_LADSPA - -WILDMIDI_DESC= Support to playback MIDI files -WILDMIDI_LIB_DEPENDS= libWildMidi.so:audio/wildmidi -WILDMIDI_CMAKE_BOOL= USE_MIDI - -MAD_LIB_DEPENDS= libmad.so:audio/libmad \ - libtag.so:audio/taglib -MAD_CMAKE_BOOL= USE_MAD - -OPUS_DESC= Enable reading opusfile tags -OPUS_LIB_DEPENDS= libopusfile.so:audio/opusfile \ - libopus.so:audio/opus \ - libtag.so:audio/taglib -OPUS_CMAKE_BOOL= USE_OPUS - -RGSCAN_DESC= ReplayGain scanner -RGSCAN_LIB_DEPENDS= libtag.so:audio/taglib -RGSCAN_CMAKE_BOOL= USE_RGSCAN - -SNDFILE_LIB_DEPENDS= libsndfile.so:audio/libsndfile -SNDFILE_CMAKE_BOOL= USE_SNDFILE - -VORBIS_LIB_DEPENDS= libvorbis.so:audio/libvorbis \ - libogg.so:audio/libogg \ - libtag.so:audio/taglib -VORBIS_CMAKE_BOOL= USE_VORBIS - -WAVPACK_LIB_DEPENDS= libwavpack.so:audio/wavpack -WAVPACK_CMAKE_BOOL= USE_WAVPACK - -CURL_LIB_DEPENDS= libcurl.so:ftp/curl -CURL_CMAKE_BOOL= USE_CURL - -MMS_LIB_DEPENDS= libmms.so:net/libmms -MMS_CMAKE_BOOL= USE_MMS - -CUE_CMAKE_BOOL= USE_CUE - -NULLOUT_DESC= Support null output -NULLOUT_CMAKE_BOOL= USE_NULL - -SOXR_LIB_DEPENDS= libsoxr.so:audio/libsoxr -SOXR_CMAKE_BOOL= USE_SOXR - -CROSSFADE_DESC= Support cross-fade effect -CROSSFADE_CMAKE_BOOL= USE_CROSSFADE - -STEREO_DESC= Support stereo effect -STEREO_CMAKE_BOOL= USE_STEREO - -ANALYZER_DESC= Support spectrum analyzer visualization -ANALYZER_CMAKE_BOOL= USE_ANALYZER - -ARCHIVE_DESC= Read archived media file -ARCHIVE_USES= libarchive -ARCHIVE_CMAKE_BOOL= USE_ARCHIVE - -CONVERTER_DESC= Support file type converter -CONVERTER_LIB_DEPENDS= libtag.so:audio/taglib -CONVERTER_CMAKE_BOOL= USE_CONVERTER - -COPYPASTE_DESC= Enable copy/paste track infos between playlists -COPYPASTE_CMAKE_BOOL= USE_COPYPASTE - -MPRIS_DESC= Support the Media Player Remote -MPRIS_USES= qt:4 -MPRIS_USE= QT=dbus -MPRIS_CMAKE_BOOL= USE_MPRIS - -SCROBBLER_DESC= Support Libre.fm/Last.fm scrobbler feature -SCROBBLER_CMAKE_BOOL= USE_SCROBBLER - -SID_DESC= Support sid -SID_LIB_DEPENDS= libsidplayfp.so:audio/libsidplayfp -SID_CMAKE_BOOL= USE_SID - -STATICON_DESC= Support to show status icon -STATICON_CMAKE_BOOL= USE_STATICON - -SB_DESC= Browser for IceCast stream directory -SB_CMAKE_BOOL= USE_SB - -NOTIFIER_DESC= Support to popup notifier -NOTIFIER_CMAKE_BOOL= USE_NOTIFIER - -LYRICS_DESC= Support to show lyrics using lyrics.wikia.com -LYRICS_CMAKE_BOOL= USE_LYRICS - -HAL_USES= qt:4 -HAL_USE= QT=dbus -HAL_CMAKE_BOOL= USE_HAL - -HOTKEY_DESC= Support global shortcut keys -HOTKEY_USE= XORG=x11 -HOTKEY_CMAKE_BOOL= USE_HOTKEY - -GNOMEHOTKEY_DESC= Support GNOME/Cinnamon shortcut keys -GNOMEHOTKEY_USES= qt:4 -GNOMEHOTKEY_USE= QT=dbus -GNOMEHOTKEY_CMAKE_BOOL= USE_GNOMEHOTKEY - -FILEOPS_DESC= Support file operation -FILEOPS_CMAKE_BOOL= USE_FILEOPS - -COVER_DESC= Support to show cover images -COVER_CMAKE_BOOL= USE_COVER - -KDENOTIFY_DESC= Support to popup notifier for KDE -KDENOTIFY_USES= qt:4 -KDENOTIFY_USE= QT=dbus -KDENOTIFY_CMAKE_BOOL= USE_KDENOTIFY - -TRACKCHANGE_DESC= Enable to run external command each track -TRACKCHANGE_CMAKE_BOOL= USE_TRACKCHANGE - -UDISKS_DESC= Support removable disc detection (obsolete) -UDISKS2_DESC= Support removable disc detection using UDisks -UDISKS2_RUN_DEPENDS= bsdisks:sysutils/bsdisks -UDISKS_USES= qt:4 -UDISKS_USE= QT=dbus -UDISKS2_USES= qt:4 -UDISKS2_USE= QT=dbus -UDISKS_CMAKE_BOOL= USE_UDISKS -UDISKS2_CMAKE_BOOL= USE_UDISKS2 - -QMMP_DIALOG_DESC= An original dialog -QMMP_DIALOG_CMAKE_BOOL= USE_QMMP_DIALOG - -TWOPANELDIALOG_DESC= File dialog by two-panel selector -TWOPANELDIALOG_CMAKE_BOOL= USE_TWO_PANEL_DIALOG - -PLIST_SUB+= SHLIB_VER=${PORTVERSION:C/-.*//} - -PATHFIX_CMAKELISTSTXT= \\"CMakeLists.txt -exec grep -l /pkgconfig {} +\\" -PORTDOCS= README README.RUS AUTHORS -INSTALLS_ICONS= yes - -CMAKE_ARGS+= -DUSE_FFMPEG_LEGACY:BOOL=FALSE - -post-patch: - @${GREP} -L '${LOCALBASE}/lib/oss' \ - ${WRKSRC}/src/plugins/Output/oss4/CMakeLists.txt | ${XARGS} \ - ${REINPLACE_CMD} -e 's|/usr/local/|${LOCALBASE}/|' - -pre-configure: - @${RM} ${BUILD_WRKSRC}/CMakeCache.txt - -post-build-DOXYGEN-on: - cd ${WRKSRC}/doc && doxygen Doxyfile - -post-install-DOCS-on: - @${MKDIR} ${STAGEDIR}${DOCSDIR}; \ - cd ${WRKSRC} && ${INSTALL_MAN} ${PORTDOCS} ${STAGEDIR}${DOCSDIR} - -post-install-DOXYGEN-on: - @${MKDIR} ${STAGEDIR}${DOCSDIR}/html/search ; \ - cd ${WRKSRC}/doc/html && \ - ${INSTALL_MAN} *.html *.png *.css ${STAGEDIR}${DOCSDIR}/html ; \ - cd ${WRKSRC}/doc/html/search && \ - ${INSTALL_MAN} *.html *.png *.css *.js ${STAGEDIR}${DOCSDIR}/html/search ; \ - ${RM} ${WRKDIR}/PLIST.doc ; \ - ${FIND} ${STAGEDIR}${DOCSDIR}/html -type f | \ - ${SED} 's|${STAGEDIR}${PREFIX}/||' \ - >> ${WRKDIR}/PLIST.doc ; \ - cd ${WRKDIR} ; ${SED} -i -e '/PLIST.doc/ r PLIST.doc' ${TMPPLIST} - -.include <bsd.port.mk> diff --git a/multimedia/qmmp/distinfo b/multimedia/qmmp/distinfo deleted file mode 100644 index 39e3f873eb2c..000000000000 --- a/multimedia/qmmp/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1511614468 -SHA256 (qmmp-0.11.0.tar.bz2) = 4f4f5aa7b6732ceb580d24673c419b97b337198949eb1259355fb0d1e87d943e -SIZE (qmmp-0.11.0.tar.bz2) = 1401340 diff --git a/multimedia/qmmp/files/patch-ffmpeg4 b/multimedia/qmmp/files/patch-ffmpeg4 deleted file mode 100644 index 830760ef33d2..000000000000 --- a/multimedia/qmmp/files/patch-ffmpeg4 +++ /dev/null @@ -1,291 +0,0 @@ -https://sourceforge.net/p/qmmp-dev/code/7849/ - ---- src/plugins/Input/ffmpeg/decoder_ffmpeg.cpp.orig 2017-11-25 10:42:37 UTC -+++ src/plugins/Input/ffmpeg/decoder_ffmpeg.cpp -@@ -1,5 +1,5 @@ - /*************************************************************************** -- * Copyright (C) 2006-2017 by Ilya Kotov * -+ * Copyright (C) 2006-2018 by Ilya Kotov * - * forkotov02@ya.ru * - * * - * This program is free software; you can redistribute it and/or modify * -@@ -22,7 +22,7 @@ - #include <QFile> - #include "replaygainreader.h" - #include "decoder_ffmpeg.h" --#if (LIBAVCODEC_VERSION_INT >= ((55<<16)+(34<<8)+0)) //libav-10: 55.34.1; ffmpeg-2.1: 55.39.100 -+#if (LIBAVCODEC_VERSION_INT >= AV_VERSION_INT(55,34,0)) //libav-10: 55.34.1; ffmpeg-2.1: 55.39.100 - extern "C"{ - #include <libavutil/channel_layout.h> - #include <libavutil/frame.h> -@@ -92,14 +92,14 @@ DecoderFFmpeg::~DecoderFFmpeg() - { - m_bitrate = 0; - m_temp_pkt.size = 0; --#if (LIBAVCODEC_VERSION_INT >= ((57<<16)+(48<<8)+0)) //ffmpeg-3.1: 57.48.101 -+#if (LIBAVCODEC_VERSION_INT >= AV_VERSION_INT(57,48,0)) //ffmpeg-3.1: 57.48.101 - if(c) - avcodec_free_context(&c); - #endif - if (ic) - avformat_free_context(ic); - if(m_pkt.data) --#if (LIBAVCODEC_VERSION_INT >= ((57<<16)+(24<<8)+102)) //ffmpeg-3.0 -+#if (LIBAVCODEC_VERSION_INT >= AV_VERSION_INT(57,24,102)) //ffmpeg-3.0 - av_packet_unref(&m_pkt); - #else - av_free_packet(&m_pkt); -@@ -108,7 +108,7 @@ DecoderFFmpeg::~DecoderFFmpeg() - av_free(m_stream); - - if(m_decoded_frame) --#if (LIBAVCODEC_VERSION_INT >= ((55<<16)+(34<<8)+0)) //libav-10: 55.34.1; ffmpeg-2.1: 55.39.100 -+#if (LIBAVCODEC_VERSION_INT >= AV_VERSION_INT(55,34,0)) //libav-10: 55.34.1; ffmpeg-2.1: 55.39.100 - av_frame_free(&m_decoded_frame); - #else - av_free(m_decoded_frame); -@@ -208,7 +208,7 @@ bool DecoderFFmpeg::initialize() - ReplayGainReader rg(ic); - setReplayGainInfo(rg.replayGainInfo()); - --#if (LIBAVCODEC_VERSION_INT >= ((57<<16)+(48<<8)+0)) //ffmpeg-3.1: 57.48.101 -+#if (LIBAVCODEC_VERSION_INT >= AV_VERSION_INT(57,4,0)) //ffmpeg-3.1: 57.48.101 - c = avcodec_alloc_context3(NULL); - #endif - -@@ -221,13 +221,13 @@ bool DecoderFFmpeg::initialize() - return false; - } - --#if (LIBAVCODEC_VERSION_INT >= ((57<<16)+(48<<8)+0)) //ffmpeg-3.1: 57.48.101 -+#if (LIBAVCODEC_VERSION_INT >= AV_VERSION_INT(57,48,0)) //ffmpeg-3.1: 57.48.101 - avcodec_parameters_to_context(c, ic->streams[audioIndex]->codecpar); - #else - c = ic->streams[audioIndex]->codec; - #endif - --#if (LIBAVCODEC_VERSION_INT >= ((55<<16)+(34<<8)+0)) //libav-10: 55.34.1; ffmpeg-2.1: 55.39.100 -+#if (LIBAVCODEC_VERSION_INT >= AV_VERSION_INT(55,34,0)) //libav-10: 55.34.1; ffmpeg-2.1: 55.39.100 - if (c->channels == 1) - { - c->request_channel_layout = AV_CH_LAYOUT_MONO; -@@ -262,7 +262,7 @@ bool DecoderFFmpeg::initialize() - return false; - } - --#if (LIBAVCODEC_VERSION_INT >= ((55<<16)+(34<<8)+0)) //libav-10: 55.34.1; ffmpeg-2.1: 55.39.100 -+#if (LIBAVCODEC_VERSION_INT >= AV_VERSION_INT(55,34,0)) //libav-10: 55.34.1; ffmpeg-2.1: 55.39.100 - m_decoded_frame = av_frame_alloc(); - #else - m_decoded_frame = avcodec_alloc_frame(); -@@ -270,7 +270,7 @@ bool DecoderFFmpeg::initialize() - - m_totalTime = input()->isSequential() ? 0 : ic->duration * 1000 / AV_TIME_BASE; - --#if (LIBAVCODEC_VERSION_INT >= ((55<<16)+(34<<8)+0)) //libav 10 -+#if (LIBAVCODEC_VERSION_INT >= AV_VERSION_INT(55,34,0)) //libav 10 - if(c->codec_id == AV_CODEC_ID_SHORTEN) //ffmpeg bug workaround - m_totalTime = 0; - #else -@@ -373,13 +373,13 @@ qint64 DecoderFFmpeg::ffmpeg_decode() - if(m_pkt.stream_index == audioIndex) - { - --#if (LIBAVCODEC_VERSION_INT >= ((55<<16)+(34<<8)+0)) //libav-10: 55.34.1; ffmpeg-2.1: 55.39.100 -+#if (LIBAVCODEC_VERSION_INT >= AV_VERSION_INT(55,34,0)) //libav-10: 55.34.1; ffmpeg-2.1: 55.39.100 - - #else - avcodec_get_frame_defaults(m_decoded_frame); - #endif - --#if (LIBAVCODEC_VERSION_INT >= ((57<<16)+(48<<8)+0)) //ffmpeg-3.1: 57.48.101 -+#if (LIBAVCODEC_VERSION_INT >= AV_VERSION_INT(57,48,0)) //ffmpeg-3.1: 57.48.101 - int err = avcodec_send_packet(c, &m_temp_pkt); - if(err != 0 && err != AVERROR(EAGAIN) && err != AVERROR(EINVAL)) - { -@@ -396,7 +396,7 @@ qint64 DecoderFFmpeg::ffmpeg_decode() - qWarning("DecoderFFmpeg: avcodec_receive_frame error: %d", err); - return -1; - } -- got_frame = av_frame_get_pkt_size(m_decoded_frame); -+ got_frame = m_decoded_frame->pkt_size; - #else - int l = avcodec_decode_audio4(c, m_decoded_frame, &got_frame, &m_temp_pkt); - #endif -@@ -417,7 +417,7 @@ qint64 DecoderFFmpeg::ffmpeg_decode() - m_temp_pkt.size -= l; - } - if (!m_temp_pkt.size && m_pkt.data) --#if (LIBAVCODEC_VERSION_INT >= ((57<<16)+(24<<8)+102)) //ffmpeg-3.0 -+#if (LIBAVCODEC_VERSION_INT >= AV_VERSION_INT(57,24,102)) //ffmpeg-3.0 - av_packet_unref(&m_pkt); - #else - av_free_packet(&m_pkt); -@@ -434,7 +434,7 @@ void DecoderFFmpeg::seek(qint64 pos) - m_seekTime = timestamp; - av_seek_frame(ic, -1, timestamp, AVSEEK_FLAG_BACKWARD); - avcodec_flush_buffers(c); --#if (LIBAVCODEC_VERSION_INT >= ((57<<16)+(24<<8)+102)) //ffmpeg-3.0 -+#if (LIBAVCODEC_VERSION_INT >= AV_VERSION_INT(57,24,102)) //ffmpeg-3.0 - av_packet_unref(&m_pkt); - #else - av_free_packet(&m_pkt); -@@ -459,7 +459,7 @@ void DecoderFFmpeg::fillBuffer() - if(m_pkt.stream_index != audioIndex) - { - if(m_pkt.data) --#if (LIBAVCODEC_VERSION_INT >= ((57<<16)+(24<<8)+102)) //ffmpeg-3.0 -+#if (LIBAVCODEC_VERSION_INT >= AV_VERSION_INT(57,24,102)) //ffmpeg-3.0 - av_packet_unref(&m_pkt); - #else - av_free_packet(&m_pkt); -@@ -467,7 +467,7 @@ void DecoderFFmpeg::fillBuffer() - m_temp_pkt.size = 0; - continue; - } --#if (LIBAVCODEC_VERSION_INT >= ((55<<16)+(34<<8)+0)) //libav 10 -+#if (LIBAVCODEC_VERSION_INT >= AV_VERSION_INT(55,34,0)) //libav 10 - if(m_seekTime && c->codec_id == AV_CODEC_ID_APE) - #else - if(m_seekTime && c->codec_id == CODEC_ID_APE) -@@ -481,7 +481,7 @@ void DecoderFFmpeg::fillBuffer() - } - m_seekTime = 0; - } --#if (LIBAVCODEC_VERSION_INT >= ((55<<16)+(34<<8)+0)) //libav 10 -+#if (LIBAVCODEC_VERSION_INT >= AV_VERSION_INT(55,34,0)) //libav 10 - if(m_skipBytes > 0 && c->codec_id == AV_CODEC_ID_APE) - #else - if(m_skipBytes > 0 && c->codec_id == CODEC_ID_APE) -@@ -524,14 +524,14 @@ void DecoderFFmpeg::fillBuffer() - m_output_at = 0; - m_temp_pkt.size = 0; - --#if (LIBAVCODEC_VERSION_INT >= ((55<<16)+(34<<8)+0)) //libav 10 -+#if (LIBAVCODEC_VERSION_INT >= AV_VERSION_INT(55,34,0)) //libav 10 - if(c->codec_id == AV_CODEC_ID_SHORTEN || c->codec_id == AV_CODEC_ID_TWINVQ) - #else - if(c->codec_id == CODEC_ID_SHORTEN || c->codec_id == CODEC_ID_TWINVQ) - #endif - { - if(m_pkt.data) --#if (LIBAVCODEC_VERSION_INT >= ((57<<16)+(24<<8)+102)) //ffmpeg-3.0 -+#if (LIBAVCODEC_VERSION_INT >= AV_VERSION_INT(57,24,102)) //ffmpeg-3.0 - av_packet_unref(&m_pkt); - #else - av_free_packet(&m_pkt); -@@ -545,7 +545,7 @@ void DecoderFFmpeg::fillBuffer() - else if(m_output_at == 0) - { - if(m_pkt.data) --#if (LIBAVCODEC_VERSION_INT >= ((57<<16)+(24<<8)+102)) //ffmpeg-3.0 -+#if (LIBAVCODEC_VERSION_INT >= AV_VERSION_INT(57,24,102)) //ffmpeg-3.0 - av_packet_unref(&m_pkt); - #else - av_free_packet(&m_pkt); ---- src/plugins/Input/ffmpeg/decoder_ffmpeg.h.orig 2017-11-25 10:42:37 UTC -+++ src/plugins/Input/ffmpeg/decoder_ffmpeg.h -@@ -1,5 +1,5 @@ - /*************************************************************************** -- * Copyright (C) 2006-2017 by Ilya Kotov * -+ * Copyright (C) 2006-2018 by Ilya Kotov * - * forkotov02@ya.ru * - * * - * This program is free software; you can redistribute it and/or modify * -@@ -61,7 +61,12 @@ class DecoderFFmpeg : public Decoder (private) - AVPacket m_pkt; - AVPacket m_temp_pkt; - qint64 m_output_at; -+ -+#if (LIBAVCODEC_VERSION_INT >= AV_VERSION_INT(58,10,100)) //ffmpeg-3.5 -+ uchar m_input_buf[INPUT_BUFFER_SIZE + AV_INPUT_BUFFER_PADDING_SIZE]; -+#else - uchar m_input_buf[INPUT_BUFFER_SIZE + FF_INPUT_BUFFER_PADDING_SIZE]; -+#endif - int64_t m_seekTime; - qint64 m_skipBytes; - int m_channels; ---- src/plugins/Input/ffmpeg/decoderffmpegfactory.cpp.orig 2017-11-25 10:42:37 UTC -+++ src/plugins/Input/ffmpeg/decoderffmpegfactory.cpp -@@ -1,5 +1,5 @@ - /*************************************************************************** -- * Copyright (C) 2008-2017 by Ilya Kotov * -+ * Copyright (C) 2008-2018 by Ilya Kotov * - * forkotov02@ya.ru * - * * - * This program is free software; you can redistribute it and/or modify * -@@ -40,9 +40,11 @@ extern "C"{ - - DecoderFFmpegFactory::DecoderFFmpegFactory() - { -+#if (LIBAVCODEC_VERSION_INT < AV_VERSION_INT(58,10,100)) //ffmpeg-3.5 - avcodec_register_all(); - avformat_network_init(); - av_register_all(); -+#endif - } - - bool DecoderFFmpegFactory::canDecode(QIODevice *i) const -@@ -93,7 +95,7 @@ const DecoderProperties DecoderFFmpegFactory::properti - filters = settings.value("FFMPEG/filters", filters).toStringList(); - - //remove unsupported filters --#if (LIBAVCODEC_VERSION_INT >= ((54<<16) + (51<<8) + 100)) //libav 10 -+#if (LIBAVCODEC_VERSION_INT >= AV_VERSION_INT(54,51,100)) //libav 10 - if(!avcodec_find_decoder(AV_CODEC_ID_WMAV1)) - filters.removeAll("*.wma"); - if(!avcodec_find_decoder(AV_CODEC_ID_APE)) ---- src/plugins/Input/ffmpeg/ffmpegmetadatamodel.cpp.orig 2017-11-25 10:42:37 UTC -+++ src/plugins/Input/ffmpeg/ffmpegmetadatamodel.cpp -@@ -1,5 +1,5 @@ - /*************************************************************************** -- * Copyright (C) 2009-2017 by Ilya Kotov * -+ * Copyright (C) 2009-2018 by Ilya Kotov * - * forkotov02@ya.ru * - * * - * This program is free software; you can redistribute it and/or modify * -@@ -55,7 +55,7 @@ QHash<QString, QString> FFmpegMetaDataModel::audioProp - - if(idx >= 0) - { --#if (LIBAVCODEC_VERSION_INT >= ((57<<16)+(48<<8)+0)) //ffmpeg-3.1: 57.48.101 -+#if (LIBAVCODEC_VERSION_INT >= AV_VERSION_INT(57,48,0)) //ffmpeg-3.1: 57.48.101 - AVCodecParameters *c = m_in->streams[idx]->codecpar; - #else - AVCodecContext *c = m_in->streams[idx]->codec; -@@ -70,7 +70,7 @@ QPixmap FFmpegMetaDataModel::cover() - { - if(!m_in) - return QPixmap(); --#if (LIBAVCODEC_VERSION_INT >= ((57<<16)+(48<<8)+0)) //ffmpeg-3.1: 57.48.101 -+#if (LIBAVCODEC_VERSION_INT >= AV_VERSION_INT(57,48,0)) //ffmpeg-3.1: 57.48.101 - AVCodecParameters *c = 0; - #else - AVCodecContext *c = 0; -@@ -78,13 +78,13 @@ QPixmap FFmpegMetaDataModel::cover() - - for (uint idx = 0; idx < m_in->nb_streams; idx++) - { --#if (LIBAVCODEC_VERSION_INT >= ((57<<16)+(48<<8)+0)) //ffmpeg-3.1: 57.48.101 -+#if (LIBAVCODEC_VERSION_INT >= AV_VERSION_INT(57,48,0)) //ffmpeg-3.1: 57.48.101 - c = m_in->streams[idx]->codecpar; - #else - c = m_in->streams[idx]->codec; - #endif - --#if (LIBAVCODEC_VERSION_INT >= ((55<<16)+(34<<8)+0)) //libav 10 -+#if (LIBAVCODEC_VERSION_INT >= AV_VERSION_INT(55,34,0)) //libav 10 - if (c->codec_type == AVMEDIA_TYPE_VIDEO && c->codec_id == AV_CODEC_ID_MJPEG) - #else - if (c->codec_type == AVMEDIA_TYPE_VIDEO && c->codec_id == CODEC_ID_MJPEG) ---- src/plugins/Input/ffmpeg/ffmpegmetadatamodel.h.orig 2017-11-25 10:42:37 UTC -+++ src/plugins/Input/ffmpeg/ffmpegmetadatamodel.h -@@ -24,7 +24,7 @@ - extern "C"{ - #include <libavformat/avformat.h> - #include <libavcodec/avcodec.h> --#if (LIBAVUTIL_VERSION_INT >= ((51<<16)+(32<<8)+0)) -+#if (LIBAVUTIL_VERSION_INT >= AV_VERSION_INT(51,32,0)) - #include <libavutil/dict.h> - #endif - } diff --git a/multimedia/qmmp/pkg-descr b/multimedia/qmmp/pkg-descr deleted file mode 100644 index 9a763e11e960..000000000000 --- a/multimedia/qmmp/pkg-descr +++ /dev/null @@ -1,24 +0,0 @@ -This program is an audio-player, written with help of Qt library. -Supported formats: - MPEG1 layer 2/3, Ogg Vorbis, Native FLAC, Ogg FLAC, Musepack, WavePack, - tracker modules (mod, s3m, it, xm, etc.), ADTS AAC, CD Audio, MIDI, - Opus tags, WMA-Monkey's Audio (and other formats via FFmpeg), - PCM Wave (and other formats via libsndfile), and Chiptune formats - (AY, GBS, GYM, HES, KSS, NSF, NSFE, SAP, SPC, VGM, VGZ, VTX) -DSP effects: - Effects of Bauer Stereophonic-to-Binaural, SoX resampling, LADSPA, - extra stereo, and crossfade -Visual effects: - Spectrum Analyzer, and projectM audio visulaliser -Output system support: - PulseAudio, OSS, OSS4, jack, ALSA, Qt multimedia API, and shoutcast -Other features: - multi-band equalizer, Last.fm/Libre.fm scrobbler, global hotkey, - streaming (MP3, Vorbis, AAC, AAC+ via IceCast/ShoutCast) and browser, - CDDB, removable device detection (via HAL or UDisks), cover art, MMS, - multiple playlists, file type determination and converter, ReplayGain, - CUE sheet, embedded CUE (for FLAC and WavPack), MPRIS, archived media, - automatic charset detection for cue files and ShoutCast metadata, - video playback via Mplayer, dump, lyrics (using lyrics.wikia.com), simple - UI, and skinned UI (supports all skins for XMMS and Winamp 2.x) -WWW: http://qmmp.ylsoftware.com/ diff --git a/multimedia/qmmp/pkg-plist b/multimedia/qmmp/pkg-plist deleted file mode 100644 index c8959ab15299..000000000000 --- a/multimedia/qmmp/pkg-plist +++ /dev/null @@ -1,135 +0,0 @@ -bin/qmmp -include/qmmp/abstractengine.h -include/qmmp/audioconverter.h -include/qmmp/audioparameters.h -include/qmmp/buffer.h -include/qmmp/channelmap.h -include/qmmp/decoder.h -include/qmmp/decoderfactory.h -include/qmmp/effect.h -include/qmmp/effectfactory.h -include/qmmp/enginefactory.h -include/qmmp/eqsettings.h -include/qmmp/fileinfo.h -include/qmmp/inputsource.h -include/qmmp/inputsourcefactory.h -include/qmmp/metadatamanager.h -include/qmmp/metadatamodel.h -include/qmmp/output.h -include/qmmp/outputfactory.h -include/qmmp/qmmp.h -include/qmmp/qmmpsettings.h -include/qmmp/soundcore.h -include/qmmp/statehandler.h -include/qmmp/tagmodel.h -include/qmmp/visual.h -include/qmmp/visualfactory.h -include/qmmp/volume.h -include/qmmpui/commandlinemanager.h -include/qmmpui/commandlineoption.h -include/qmmpui/configdialog.h -include/qmmpui/detailsdialog.h -include/qmmpui/filedialog.h -include/qmmpui/filedialogfactory.h -include/qmmpui/general.h -include/qmmpui/generalfactory.h -include/qmmpui/mediaplayer.h -include/qmmpui/metadataformatter.h -include/qmmpui/metadataformattermenu.h -include/qmmpui/playlistdownloader.h -include/qmmpui/playlistformat.h -include/qmmpui/playlistgroup.h -include/qmmpui/playlistheadermodel.h -include/qmmpui/playlistitem.h -include/qmmpui/playlistmanager.h -include/qmmpui/playlistmodel.h -include/qmmpui/playlistparser.h -include/qmmpui/playlisttrack.h -include/qmmpui/qmmpuisettings.h -include/qmmpui/templateeditor.h -include/qmmpui/uifactory.h -include/qmmpui/uihelper.h -include/qmmpui/uiloader.h -lib/libqmmp.so -lib/libqmmp.so.0 -lib/libqmmp.so.%%SHLIB_VER%% -lib/libqmmpui.so -lib/libqmmpui.so.0 -lib/libqmmpui.so.%%SHLIB_VER%% -lib/qmmp/CommandLineOptions/libincdecvolumeoption.so -lib/qmmp/CommandLineOptions/libplaylistoption.so -lib/qmmp/CommandLineOptions/libseekoption.so -lib/qmmp/CommandLineOptions/libstatusoption.so -%%LADSPA%%lib/qmmp/Effect/libladspa.so -%%BS2B%%lib/qmmp/Effect/libbs2b.so -%%FILEWRITER%%lib/qmmp/Effect/libfilewriter.so -%%SOXR%%lib/qmmp/Effect/libsoxr.so -%%STEREO%%lib/qmmp/Effect/libstereo.so -%%CROSSFADE%%lib/qmmp/Effect/libcrossfade.so -%%MPLAYER%%lib/qmmp/Engines/libmplayer.so -%%QMMP_DIALOG%%lib/qmmp/FileDialogs/libqmmpfiledialog.so -%%TWOPANELDIALOG%%lib/qmmp/FileDialogs/libtwopanelfiledialog.so -%%CONVERTER%%lib/qmmp/General/libconverter.so -%%COPYPASTE%%lib/qmmp/General/libcopypaste.so -%%COVER%%lib/qmmp/General/libcovermanager.so -%%FILEOPS%%lib/qmmp/General/libfileops.so -%%GNOMEHOTKEY%%lib/qmmp/General/libgnomehotkey.so -%%HAL%%lib/qmmp/General/libhal.so -%%HOTKEY%%lib/qmmp/General/libhotkey.so -%%KDENOTIFY%%lib/qmmp/General/libkdenotify.so -%%LYRICS%%lib/qmmp/General/liblyrics.so -%%MPRIS%%lib/qmmp/General/libmpris.so -%%NOTIFIER%%lib/qmmp/General/libnotifier.so -%%RGSCAN%%lib/qmmp/General/librgscan.so -%%SCROBBLER%%lib/qmmp/General/libscrobbler.so -%%STATICON%%lib/qmmp/General/libstatusicon.so -%%SB%%lib/qmmp/General/libstreambrowser.so -%%TRACKCHANGE%%lib/qmmp/General/libtrackchange.so -%%UDISKS%%lib/qmmp/General/libudisks.so -%%UDISKS2%%lib/qmmp/General/libudisks2.so -%%FAAD%%lib/qmmp/Input/libaac.so -%%ARCHIVE%%lib/qmmp/Input/libarchive.so -%%CDDA%%lib/qmmp/Input/libcdaudio.so -%%CUE%%lib/qmmp/Input/libcue.so -%%FFMPEG%%lib/qmmp/Input/libffmpeg.so -%%FLAC%%lib/qmmp/Input/libflac.so -%%MAD%%lib/qmmp/Input/libmad.so -%%MODPLUG%%lib/qmmp/Input/libmodplug.so -%%GME%%lib/qmmp/Input/libgme.so -%%MUSEPACK%%lib/qmmp/Input/libmpc.so -%%OPUS%%lib/qmmp/Input/libopus.so -%%SID%%lib/qmmp/Input/libsid.so -%%SNDFILE%%lib/qmmp/Input/libsndfile.so -%%VORBIS%%lib/qmmp/Input/libvorbis.so -%%WAVPACK%%lib/qmmp/Input/libwavpack.so -%%WILDMIDI%%lib/qmmp/Input/libwildmidi.so -%%JACK%%lib/qmmp/Output/libjack.so -%%ALSA%%lib/qmmp/Output/libalsa.so -%%NULLOUT%%lib/qmmp/Output/libnull.so -%%OSS%%lib/qmmp/Output/liboss.so -%%OSS4%%lib/qmmp/Output/liboss4.so -%%PULSEAUDIO%%lib/qmmp/Output/libpulseaudio.so -%%QTMULTIMEDIA%%lib/qmmp/Output/libqtmultimedia.so -%%SHOUTCAST%%lib/qmmp/Output/libshout.so -lib/qmmp/PlayListFormats/libm3uplaylistformat.so -lib/qmmp/PlayListFormats/libplsplaylistformat.so -lib/qmmp/PlayListFormats/libxspfplaylistformat.so -%%CURL%%lib/qmmp/Transports/libhttp.so -%%MMS%%lib/qmmp/Transports/libmms.so -%%QSUI%%lib/qmmp/Ui/libqsui.so -%%SKINNEDUI%%lib/qmmp/Ui/libskinned.so -%%ANALYZER%%lib/qmmp/Visual/libanalyzer.so -%%PROJECTM%%lib/qmmp/Visual/libprojectm.so -libdata/pkgconfig/qmmp.pc -libdata/pkgconfig/qmmpui.pc -%%DIR_ASSOC%%share/applications/qmmp.desktop -%%DIR_ASSOC%%share/applications/qmmp_enqueue.desktop -%%DIR_ASSOC%%share/applications/qmmp_dir.desktop -share/icons/hicolor/16x16/apps/qmmp.png -share/icons/hicolor/32x32/apps/qmmp.png -share/icons/hicolor/48x48/apps/qmmp.png -share/icons/hicolor/scalable/apps/qmmp.svgz -share/icons/hicolor/scalable/apps/qmmp-simple.svgz -%%KDENOTIFY%%%%DATADIR%%/images/app_icon.png -%%KDENOTIFY%%%%DATADIR%%/images/empty_cover.png -@comment Insert PLIST.doc here diff --git a/multimedia/qt4-mobility/Makefile b/multimedia/qt4-mobility/Makefile deleted file mode 100644 index 0f516a8782a5..000000000000 --- a/multimedia/qt4-mobility/Makefile +++ /dev/null @@ -1,175 +0,0 @@ -# Created by: Veniamin Gvozdikov <vg@FreeBSD.org> -# $FreeBSD$ - -PORTNAME= mobility -PORTVERSION= 1.2.2 -PORTREVISION= 4 -CATEGORIES= multimedia -MASTER_SITES= http://dev.gentoo.org/~pesa/distfiles/ \ - LOCAL/vg -PKGNAMEPREFIX= qt4- -DISTNAME= qt-${PORTNAME}-${PORTVERSION}_p${DATE} - -MAINTAINER= kde@FreeBSD.org -COMMENT= Qt APIs for mobile devices and desktop platforms - -LICENSE= LGPL21 - -DEPRECATED= Qt4 has been EOL since december 2015 -EXPIRATION_DATE= 2019-03-15 - -LIB_DEPENDS= libblkid.so:misc/e2fsprogs-libblkid - -DATE= 20130703 -USES= perl5 pkgconfig qmake qt:4 shebangfix tar:xz -SHEBANG_FILES= bin/pathhelper bin/syncheaders -USE_QT= declarative corelib dbus gui linguist_build moc_build rcc_build -USE_LDCONFIG= yes -USE_PERL5= build -MOBILITY_MODS= - -OPTIONS_DEFINE= BEARER CONNECTIVITY CONTACTS FEEDBACK GALLERY LOCATION \ - MESSAGING MULTIMEDIA ORGANIZER PUBLISHSUBSCRIBE SENSORS \ - SERVICEFRAMEWORK SYSTEMINFO VERSIT -OPTIONS_SUB= yes - -USE_CXXSTD= gnu++98 - -BEARER_DESC= Bearer module -CONNECTIVITY_DESC= Connectivity module -CONNECTIVITY_USE= qt=rcc_build - -CONTACTS_DESC= Contacts module -FEEDBACK_DESC= Feedback module -GALLERY_DESC= Gallery module -LOCATION_DESC= Location module -LOCATION_USE= qt=rcc_build,sql - -MESSAGING_DESC= Messaging module - -MULTIMEDIA_DESC= Multimedia module -MULTIMEDIA_LIB_DEPENDS= libpulse.so:audio/pulseaudio -MULTIMEDIA_BUILD_DEPENDS= v4l_compat>=1.0.20120501:multimedia/v4l_compat -MULTIMEDIA_USE= qt=opengl gstreamer=bad - -ORGANIZER_DESC= Organizer module -PUBLISHSUBSCRIBE_DESC= Publishsubscribe module -SENSORS_DESC= (BROKEN) Sensors module -SERVICEFRAMEWORK_DESC= (BROKEN) ServiceFramework module -SERVICEFRAMEWORK_USE= qt=sql - -SYSTEMINFO_DESC= (BROKEN) Systeminfo module -SYSTEMINFO_USE= qt=network -VERSIT_DESC= Versit module -VERSIT_USE= qt=rcc_build - -OPTIONS_DEFAULT=BEARER CONNECTIVITY CONTACTS FEEDBACK GALLERY LOCATION \ - MESSAGING MULTIMEDIA ORGANIZER PUBLISHSUBSCRIBE VERSIT - -pre-configure: -# Dirty hack because configure find paths and define empty if not found - @${MKDIR} ${STAGE}${PREFIX}/bin \ - ${STAGE}${PREFIX}/include \ - ${STAGE}${PREFIX}/lib \ - ${STAEG}${PREFIX}/${QT_PLUGINDIR_REL} - - cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} ./configure \ - -release \ - -prefix ${STAGE}${PREFIX} \ - -bindir ${STAGE}${PREFIX}/bin \ - -headerdir ${STAGE}${PREFIX}/include \ - -libdir ${STAGE}${PREFIX}/lib \ - -plugindir ${STAEG}${PREFIX}/${QT_PLUGINDIR_REL} \ - -modules "${MOBILITY_MODS}" - -post-configure: - ${REINPLACE_CMD} -e 's|#include <linux/types.h>||g' \ - ${WRKSRC}/plugins/multimedia/gstreamer/qgstreamervideoinputdevicecontrol.cpp \ - ${WRKSRC}/plugins/multimedia/gstreamer/camerabin/camerabincontrol.cpp \ - ${WRKSRC}/plugins/multimedia/gstreamer/qgstreamerserviceplugin.cpp \ - ${WRKSRC}/plugins/multimedia/gstreamer/mediacapture/qgstreamerv4l2input.cpp \ - ${WRKSRC}/plugins/multimedia/v4l/radio/v4lradiocontrol.h - -.include <bsd.port.options.mk> - -.if ${PORT_OPTIONS:MBEARER} -MOBILITY_MODS+= bearer -.endif - -.if ${PORT_OPTIONS:MCONNECTIVITY} -MOBILITY_MODS+= connectivity -.endif - -.if ${PORT_OPTIONS:MCONTACTS} -MOBILITY_MODS+= contacts -.endif - -.if ${PORT_OPTIONS:MFEEDBACK} -MOBILITY_MODS+= feedback -.endif - -.if ${PORT_OPTIONS:MGALLERY} -MOBILITY_MODS+= gallery -.endif - -.if ${PORT_OPTIONS:MLOCATION} -MOBILITY_MODS+= location -.endif - -.if ${PORT_OPTIONS:MMESSAGING} -MOBILITY_MODS+= messaging -.endif - -.if ${PORT_OPTIONS:MMULTIMEDIA} -MOBILITY_MODS+= multimedia -.endif - -.if ${PORT_OPTIONS:MORGANIZER} -MOBILITY_MODS+= organizer -.endif - -.if ${PORT_OPTIONS:MPUBLISHSUBSCRIBE} -MOBILITY_MODS+= publishsubscribe -.endif - -.if ${PORT_OPTIONS:MSENSORS} -MOBILITY_MODS+= sensors -BROKEN= Sensors has not worked yet -.endif - -.if ${PORT_OPTIONS:MSERVICEFRAMEWORK} -MOBILITY_MODS+= serviceframework -BROKEN= Serviceframework has not worked yet -.endif - -.if ${PORT_OPTIONS:MSYSTEMINFO} -MOBILITY_MODS+= systeminfo -BROKEN= Systeminfo has not worked yet -.endif - -.if ${PORT_OPTIONS:MVERSIT} -MOBILITY_MODS+= versit -.endif - -.if ${PORT_OPTIONS:MCONNECTIVITY} || ${PORT_OPTIONS:MFEEDBACK} || \ - ${PORT_OPTIONS:MGALLERY} || ${PORT_OPTIONS:MLOCATION} || \ - ${PORT_OPTIONS:MPUBLISHSUBSCRIBE} || ${PORT_OPTIONS:MVERSIT} -PLIST_SUB+= IDIR="" -.else -PLIST_SUB+= IDIR="@comment " -.endif - -.if ${PORT_OPTIONS:MFEEDBACK} && ${PORT_OPTIONS:MMULTIMEDIA} && \ - ${PORT_OPTIONS:MVERSIT} -PLIST_SUB+= VERSITFEEDBACK="" -.else -PLIST_SUB+= VERSITFEEDBACK="@comment " -.endif - -.if ${PORT_OPTIONS:MORGANIZER} && ${PORT_OPTIONS:MVERSIT} -PLIST_SUB+= VERSITORGANIZER="" -.else -PLIST_SUB+= VERSITORGANIZER="@comment " -.endif - -.include <bsd.port.mk> diff --git a/multimedia/qt4-mobility/distinfo b/multimedia/qt4-mobility/distinfo deleted file mode 100644 index fa845df4880b..000000000000 --- a/multimedia/qt4-mobility/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (qt-mobility-1.2.2_p20130703.tar.xz) = c4f1578a8384a520744ece9c19639600029d1fac2b55e0f110ec5700911aad44 -SIZE (qt-mobility-1.2.2_p20130703.tar.xz) = 16748672 diff --git a/multimedia/qt4-mobility/pkg-descr b/multimedia/qt4-mobility/pkg-descr deleted file mode 100644 index f6b6eca1a831..000000000000 --- a/multimedia/qt4-mobility/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -Additional Qt APIs for mobile devices and desktop platforms - -WWW: http://qt-project.org/wiki/Category:Developing_with_Qt::QtMobility/ diff --git a/multimedia/qt4-mobility/pkg-plist b/multimedia/qt4-mobility/pkg-plist deleted file mode 100644 index dd3adc591e8a..000000000000 --- a/multimedia/qt4-mobility/pkg-plist +++ /dev/null @@ -1,802 +0,0 @@ -%%BEARER%%include/QtBearer/QNetworkConfiguration -%%BEARER%%include/QtBearer/QNetworkConfigurationManager -%%BEARER%%include/QtBearer/QNetworkSession -%%BEARER%%include/QtMobility/QLatin1Constant -%%BEARER%%include/QtMobility/qlatin1constant.h -%%BEARER%%include/QtMobility/qmalgorithms.h -%%BEARER%%include/QtMobility/qmobilityglobal.h -%%BEARER%%lib/libQtBearer.prl -%%BEARER%%lib/libQtBearer.so -%%BEARER%%lib/libQtBearer.so.1 -%%BEARER%%lib/libQtBearer.so.1.2 -%%BEARER%%lib/libQtBearer.so.1.2.2 -%%BEARER%%%%QT_MKSPECDIR%%/features/mobility.prf -%%BEARER%%%%QT_MKSPECDIR%%/features/mobilityconfig.prf -%%CONNECTIVITY%%bin/ndefhandlergen -%%CONNECTIVITY%%include/QtConnectivity/QBluetoothAddress -%%CONNECTIVITY%%include/QtConnectivity/QBluetoothDeviceDiscoveryAgent -%%CONNECTIVITY%%include/QtConnectivity/QBluetoothDeviceInfo -%%CONNECTIVITY%%include/QtConnectivity/QBluetoothHostInfo -%%CONNECTIVITY%%include/QtConnectivity/QBluetoothLocalDevice -%%CONNECTIVITY%%include/QtConnectivity/QBluetoothServiceDiscoveryAgent -%%CONNECTIVITY%%include/QtConnectivity/QBluetoothServiceInfo -%%CONNECTIVITY%%include/QtConnectivity/QBluetoothSocket -%%CONNECTIVITY%%include/QtConnectivity/QBluetoothTransferManager -%%CONNECTIVITY%%include/QtConnectivity/QBluetoothTransferReply -%%CONNECTIVITY%%include/QtConnectivity/QBluetoothTransferRequest -%%CONNECTIVITY%%include/QtConnectivity/QBluetoothUuid -%%CONNECTIVITY%%include/QtConnectivity/QDeclarativeNdefRecord -%%CONNECTIVITY%%include/QtConnectivity/QL2capServer -%%CONNECTIVITY%%include/QtConnectivity/QL2capSocket -%%CONNECTIVITY%%include/QtConnectivity/QLlcpServer -%%CONNECTIVITY%%include/QtConnectivity/QLlcpSocket -%%CONNECTIVITY%%include/QtConnectivity/QNdefFilter -%%CONNECTIVITY%%include/QtConnectivity/QNdefMessage -%%CONNECTIVITY%%include/QtConnectivity/QNdefNfcTextRecord -%%CONNECTIVITY%%include/QtConnectivity/QNdefNfcUriRecord -%%CONNECTIVITY%%include/QtConnectivity/QNdefRecord -%%CONNECTIVITY%%include/QtConnectivity/QNearFieldManager -%%CONNECTIVITY%%include/QtConnectivity/QNearFieldTagType1 -%%CONNECTIVITY%%include/QtConnectivity/QNearFieldTagType2 -%%CONNECTIVITY%%include/QtConnectivity/QNearFieldTagType3 -%%CONNECTIVITY%%include/QtConnectivity/QNearFieldTagType4 -%%CONNECTIVITY%%include/QtConnectivity/QNearFieldTarget -%%CONNECTIVITY%%include/QtConnectivity/QRfcommServer -%%CONNECTIVITY%%include/QtConnectivity/QRfcommSocket -%%CONNECTIVITY%%include/QtConnectivity/qbluetooth.h -%%CONNECTIVITY%%include/QtConnectivity/qbluetoothaddress.h -%%CONNECTIVITY%%include/QtConnectivity/qbluetoothdevicediscoveryagent.h -%%CONNECTIVITY%%include/QtConnectivity/qbluetoothdeviceinfo.h -%%CONNECTIVITY%%include/QtConnectivity/qbluetoothlocaldevice.h -%%CONNECTIVITY%%include/QtConnectivity/qbluetoothservicediscoveryagent.h -%%CONNECTIVITY%%include/QtConnectivity/qbluetoothserviceinfo.h -%%CONNECTIVITY%%include/QtConnectivity/qbluetoothsocket.h -%%CONNECTIVITY%%include/QtConnectivity/qbluetoothtransfermanager.h -%%CONNECTIVITY%%include/QtConnectivity/qbluetoothtransferreply.h -%%CONNECTIVITY%%include/QtConnectivity/qbluetoothtransferrequest.h -%%CONNECTIVITY%%include/QtConnectivity/qbluetoothuuid.h -%%CONNECTIVITY%%include/QtConnectivity/qdeclarativendefrecord.h -%%CONNECTIVITY%%include/QtConnectivity/ql2capserver.h -%%CONNECTIVITY%%include/QtConnectivity/ql2capsocket.h -%%CONNECTIVITY%%include/QtConnectivity/qllcpserver.h -%%CONNECTIVITY%%include/QtConnectivity/qllcpsocket.h -%%CONNECTIVITY%%include/QtConnectivity/qndeffilter.h -%%CONNECTIVITY%%include/QtConnectivity/qndefmessage.h -%%CONNECTIVITY%%include/QtConnectivity/qndefnfctextrecord.h -%%CONNECTIVITY%%include/QtConnectivity/qndefnfcurirecord.h -%%CONNECTIVITY%%include/QtConnectivity/qndefrecord.h -%%CONNECTIVITY%%include/QtConnectivity/qnearfieldmanager.h -%%CONNECTIVITY%%include/QtConnectivity/qnearfieldtagtype1.h -%%CONNECTIVITY%%include/QtConnectivity/qnearfieldtagtype2.h -%%CONNECTIVITY%%include/QtConnectivity/qnearfieldtagtype3.h -%%CONNECTIVITY%%include/QtConnectivity/qnearfieldtagtype4.h -%%CONNECTIVITY%%include/QtConnectivity/qnearfieldtarget.h -%%CONNECTIVITY%%include/QtConnectivity/qrfcommserver.h -%%CONNECTIVITY%%include/QtConnectivity/qrfcommsocket.h -%%CONNECTIVITY%%%%QT_IMPORTDIR%%/QtMobility/connectivity/libdeclarative_connectivity.so -%%CONNECTIVITY%%%%QT_IMPORTDIR%%/QtMobility/connectivity/qmldir -%%CONNECTIVITY%%lib/libQtConnectivity.prl -%%CONNECTIVITY%%lib/libQtConnectivity.so -%%CONNECTIVITY%%lib/libQtConnectivity.so.1 -%%CONNECTIVITY%%lib/libQtConnectivity.so.1.2 -%%CONNECTIVITY%%lib/libQtConnectivity.so.1.2.2 -%%CONTACTS%%include/QtContacts/QContact -%%CONTACTS%%include/QtContacts/QContactAbstractRequest -%%CONTACTS%%include/QtContacts/QContactAction -%%CONTACTS%%include/QtContacts/QContactActionDescriptor -%%CONTACTS%%include/QtContacts/QContactActionFactory -%%CONTACTS%%include/QtContacts/QContactActionFilter -%%CONTACTS%%include/QtContacts/QContactActionTarget -%%CONTACTS%%include/QtContacts/QContactAddress -%%CONTACTS%%include/QtContacts/QContactAnniversary -%%CONTACTS%%include/QtContacts/QContactAvatar -%%CONTACTS%%include/QtContacts/QContactBirthday -%%CONTACTS%%include/QtContacts/QContactChangeLogFilter -%%CONTACTS%%include/QtContacts/QContactChangeSet -%%CONTACTS%%include/QtContacts/QContactDetail -%%CONTACTS%%include/QtContacts/QContactDetailDefinition -%%CONTACTS%%include/QtContacts/QContactDetailDefinitionFetchRequest -%%CONTACTS%%include/QtContacts/QContactDetailDefinitionRemoveRequest -%%CONTACTS%%include/QtContacts/QContactDetailDefinitionSaveRequest -%%CONTACTS%%include/QtContacts/QContactDetailFieldDefinition -%%CONTACTS%%include/QtContacts/QContactDetailFilter -%%CONTACTS%%include/QtContacts/QContactDetailRangeFilter -%%CONTACTS%%include/QtContacts/QContactDisplayLabel -%%CONTACTS%%include/QtContacts/QContactEmailAddress -%%CONTACTS%%include/QtContacts/QContactFamily -%%CONTACTS%%include/QtContacts/QContactFavorite -%%CONTACTS%%include/QtContacts/QContactFetchByIdRequest -%%CONTACTS%%include/QtContacts/QContactFetchHint -%%CONTACTS%%include/QtContacts/QContactFetchRequest -%%CONTACTS%%include/QtContacts/QContactFilter -%%CONTACTS%%include/QtContacts/QContactGender -%%CONTACTS%%include/QtContacts/QContactGeoLocation -%%CONTACTS%%include/QtContacts/QContactGlobalPresence -%%CONTACTS%%include/QtContacts/QContactGuid -%%CONTACTS%%include/QtContacts/QContactHobby -%%CONTACTS%%include/QtContacts/QContactId -%%CONTACTS%%include/QtContacts/QContactIntersectionFilter -%%CONTACTS%%include/QtContacts/QContactInvalidFilter -%%CONTACTS%%include/QtContacts/QContactLocalIdFetchRequest -%%CONTACTS%%include/QtContacts/QContactLocalIdFilter -%%CONTACTS%%include/QtContacts/QContactManager -%%CONTACTS%%include/QtContacts/QContactManagerEngine -%%CONTACTS%%include/QtContacts/QContactManagerEngineFactory -%%CONTACTS%%include/QtContacts/QContactManagerEngineV2 -%%CONTACTS%%include/QtContacts/QContactName -%%CONTACTS%%include/QtContacts/QContactNickname -%%CONTACTS%%include/QtContacts/QContactNote -%%CONTACTS%%include/QtContacts/QContactObserver -%%CONTACTS%%include/QtContacts/QContactOnlineAccount -%%CONTACTS%%include/QtContacts/QContactOrganization -%%CONTACTS%%include/QtContacts/QContactPhoneNumber -%%CONTACTS%%include/QtContacts/QContactPresence -%%CONTACTS%%include/QtContacts/QContactRelationship -%%CONTACTS%%include/QtContacts/QContactRelationshipFetchRequest -%%CONTACTS%%include/QtContacts/QContactRelationshipFilter -%%CONTACTS%%include/QtContacts/QContactRelationshipRemoveRequest -%%CONTACTS%%include/QtContacts/QContactRelationshipSaveRequest -%%CONTACTS%%include/QtContacts/QContactRemoveRequest -%%CONTACTS%%include/QtContacts/QContactRingtone -%%CONTACTS%%include/QtContacts/QContactSaveRequest -%%CONTACTS%%include/QtContacts/QContactSortOrder -%%CONTACTS%%include/QtContacts/QContactSyncTarget -%%CONTACTS%%include/QtContacts/QContactTag -%%CONTACTS%%include/QtContacts/QContactThumbnail -%%CONTACTS%%include/QtContacts/QContactTimestamp -%%CONTACTS%%include/QtContacts/QContactType -%%CONTACTS%%include/QtContacts/QContactUnionFilter -%%CONTACTS%%include/QtContacts/QContactUrl -%%CONTACTS%%include/QtContacts/qcontact.h -%%CONTACTS%%include/QtContacts/qcontactabstractrequest.h -%%CONTACTS%%include/QtContacts/qcontactaction.h -%%CONTACTS%%include/QtContacts/qcontactactiondescriptor.h -%%CONTACTS%%include/QtContacts/qcontactactionfactory.h -%%CONTACTS%%include/QtContacts/qcontactactionfilter.h -%%CONTACTS%%include/QtContacts/qcontactactiontarget.h -%%CONTACTS%%include/QtContacts/qcontactaddress.h -%%CONTACTS%%include/QtContacts/qcontactanniversary.h -%%CONTACTS%%include/QtContacts/qcontactavatar.h -%%CONTACTS%%include/QtContacts/qcontactbirthday.h -%%CONTACTS%%include/QtContacts/qcontactchangelogfilter.h -%%CONTACTS%%include/QtContacts/qcontactchangeset.h -%%CONTACTS%%include/QtContacts/qcontactdetail.h -%%CONTACTS%%include/QtContacts/qcontactdetaildefinition.h -%%CONTACTS%%include/QtContacts/qcontactdetaildefinitionfetchrequest.h -%%CONTACTS%%include/QtContacts/qcontactdetaildefinitionremoverequest.h -%%CONTACTS%%include/QtContacts/qcontactdetaildefinitionsaverequest.h -%%CONTACTS%%include/QtContacts/qcontactdetailfielddefinition.h -%%CONTACTS%%include/QtContacts/qcontactdetailfilter.h -%%CONTACTS%%include/QtContacts/qcontactdetailrangefilter.h -%%CONTACTS%%include/QtContacts/qcontactdetails.h -%%CONTACTS%%include/QtContacts/qcontactdisplaylabel.h -%%CONTACTS%%include/QtContacts/qcontactemailaddress.h -%%CONTACTS%%include/QtContacts/qcontactfamily.h -%%CONTACTS%%include/QtContacts/qcontactfavorite.h -%%CONTACTS%%include/QtContacts/qcontactfetchbyidrequest.h -%%CONTACTS%%include/QtContacts/qcontactfetchhint.h -%%CONTACTS%%include/QtContacts/qcontactfetchrequest.h -%%CONTACTS%%include/QtContacts/qcontactfilter.h -%%CONTACTS%%include/QtContacts/qcontactfilters.h -%%CONTACTS%%include/QtContacts/qcontactgender.h -%%CONTACTS%%include/QtContacts/qcontactgeolocation.h -%%CONTACTS%%include/QtContacts/qcontactglobalpresence.h -%%CONTACTS%%include/QtContacts/qcontactguid.h -%%CONTACTS%%include/QtContacts/qcontacthobby.h -%%CONTACTS%%include/QtContacts/qcontactid.h -%%CONTACTS%%include/QtContacts/qcontactintersectionfilter.h -%%CONTACTS%%include/QtContacts/qcontactinvalidfilter.h -%%CONTACTS%%include/QtContacts/qcontactlocalidfetchrequest.h -%%CONTACTS%%include/QtContacts/qcontactlocalidfilter.h -%%CONTACTS%%include/QtContacts/qcontactmanager.h -%%CONTACTS%%include/QtContacts/qcontactmanagerengine.h -%%CONTACTS%%include/QtContacts/qcontactmanagerenginefactory.h -%%CONTACTS%%include/QtContacts/qcontactname.h -%%CONTACTS%%include/QtContacts/qcontactnickname.h -%%CONTACTS%%include/QtContacts/qcontactnote.h -%%CONTACTS%%include/QtContacts/qcontactobserver.h -%%CONTACTS%%include/QtContacts/qcontactonlineaccount.h -%%CONTACTS%%include/QtContacts/qcontactorganization.h -%%CONTACTS%%include/QtContacts/qcontactphonenumber.h -%%CONTACTS%%include/QtContacts/qcontactpresence.h -%%CONTACTS%%include/QtContacts/qcontactrelationship.h -%%CONTACTS%%include/QtContacts/qcontactrelationshipfetchrequest.h -%%CONTACTS%%include/QtContacts/qcontactrelationshipfilter.h -%%CONTACTS%%include/QtContacts/qcontactrelationshipremoverequest.h -%%CONTACTS%%include/QtContacts/qcontactrelationshipsaverequest.h -%%CONTACTS%%include/QtContacts/qcontactremoverequest.h -%%CONTACTS%%include/QtContacts/qcontactrequests.h -%%CONTACTS%%include/QtContacts/qcontactringtone.h -%%CONTACTS%%include/QtContacts/qcontactsaverequest.h -%%CONTACTS%%include/QtContacts/qcontactsortorder.h -%%CONTACTS%%include/QtContacts/qcontactsynctarget.h -%%CONTACTS%%include/QtContacts/qcontacttag.h -%%CONTACTS%%include/QtContacts/qcontactthumbnail.h -%%CONTACTS%%include/QtContacts/qcontacttimestamp.h -%%CONTACTS%%include/QtContacts/qcontacttype.h -%%CONTACTS%%include/QtContacts/qcontactunionfilter.h -%%CONTACTS%%include/QtContacts/qcontacturl.h -%%CONTACTS%%include/QtContacts/qtcontacts.h -%%CONTACTS%%include/QtContacts/qtcontactsglobal.h -%%CONTACTS%%lib/libQtContacts.prl -%%CONTACTS%%lib/libQtContacts.so -%%CONTACTS%%lib/libQtContacts.so.1 -%%CONTACTS%%lib/libQtContacts.so.1.2 -%%CONTACTS%%lib/libQtContacts.so.1.2.2 -%%FEEDBACK%%include/QtFeedback/QFeedbackActuator -%%FEEDBACK%%include/QtFeedback/QFeedbackEffect -%%FEEDBACK%%include/QtFeedback/QFeedbackFileEffect -%%FEEDBACK%%include/QtFeedback/QFeedbackFileInterface -%%FEEDBACK%%include/QtFeedback/QFeedbackHapticsEffect -%%FEEDBACK%%include/QtFeedback/QFeedbackHapticsInterface -%%FEEDBACK%%include/QtFeedback/QFeedbackInterface -%%FEEDBACK%%include/QtFeedback/QFeedbackThemeInterface -%%FEEDBACK%%include/QtFeedback/qfeedbackactuator.h -%%FEEDBACK%%include/QtFeedback/qfeedbackeffect.h -%%FEEDBACK%%include/QtFeedback/qfeedbackplugininterfaces.h -%%FEEDBACK%%%%QT_IMPORTDIR%%/QtMobility/feedback/libdeclarative_feedback.so -%%FEEDBACK%%%%QT_IMPORTDIR%%/QtMobility/feedback/qmldir -%%FEEDBACK%%lib/libQtFeedback.prl -%%FEEDBACK%%lib/libQtFeedback.so -%%FEEDBACK%%lib/libQtFeedback.so.1 -%%FEEDBACK%%lib/libQtFeedback.so.1.2 -%%FEEDBACK%%lib/libQtFeedback.so.1.2.2 -%%GALLERY%%include/QtGallery/QAbstractGallery -%%GALLERY%%include/QtGallery/QDocumentGallery -%%GALLERY%%include/QtGallery/QGalleryAbstractRequest -%%GALLERY%%include/QtGallery/QGalleryAbstractResponse -%%GALLERY%%include/QtGallery/QGalleryFilter -%%GALLERY%%include/QtGallery/QGalleryIntersectionFilter -%%GALLERY%%include/QtGallery/QGalleryItemRequest -%%GALLERY%%include/QtGallery/QGalleryMetaDataFilter -%%GALLERY%%include/QtGallery/QGalleryQueryModel -%%GALLERY%%include/QtGallery/QGalleryQueryRequest -%%GALLERY%%include/QtGallery/QGalleryResource -%%GALLERY%%include/QtGallery/QGalleryResultSet -%%GALLERY%%include/QtGallery/QGalleryTypeRequest -%%GALLERY%%include/QtGallery/QGalleryUnionFilter -%%GALLERY%%include/QtGallery/qabstractgallery.h -%%GALLERY%%include/QtGallery/qdocumentgallery.h -%%GALLERY%%include/QtGallery/qgalleryabstractrequest.h -%%GALLERY%%include/QtGallery/qgalleryabstractresponse.h -%%GALLERY%%include/QtGallery/qgalleryfilter.h -%%GALLERY%%include/QtGallery/qgalleryitemrequest.h -%%GALLERY%%include/QtGallery/qgalleryproperty.h -%%GALLERY%%include/QtGallery/qgalleryquerymodel.h -%%GALLERY%%include/QtGallery/qgalleryqueryrequest.h -%%GALLERY%%include/QtGallery/qgalleryresource.h -%%GALLERY%%include/QtGallery/qgalleryresultset.h -%%GALLERY%%include/QtGallery/qgallerytype.h -%%GALLERY%%include/QtGallery/qgallerytyperequest.h -%%GALLERY%%%%QT_IMPORTDIR%%/QtMobility/gallery/libdeclarative_gallery.so -%%GALLERY%%%%QT_IMPORTDIR%%/QtMobility/gallery/qmldir -%%GALLERY%%lib/libQtGallery.prl -%%GALLERY%%lib/libQtGallery.so -%%GALLERY%%lib/libQtGallery.so.1 -%%GALLERY%%lib/libQtGallery.so.1.2 -%%GALLERY%%lib/libQtGallery.so.1.2.2 -%%LOCATION%%include/QtLocation/QGeoAddress -%%LOCATION%%include/QtLocation/QGeoAreaMonitor -%%LOCATION%%include/QtLocation/QGeoBoundingArea -%%LOCATION%%include/QtLocation/QGeoBoundingBox -%%LOCATION%%include/QtLocation/QGeoBoundingCircle -%%LOCATION%%include/QtLocation/QGeoCoordinate -%%LOCATION%%include/QtLocation/QGeoManeuver -%%LOCATION%%include/QtLocation/QGeoMapCircleObject -%%LOCATION%%include/QtLocation/QGeoMapCustomObject -%%LOCATION%%include/QtLocation/QGeoMapData -%%LOCATION%%include/QtLocation/QGeoMapGroupObject -%%LOCATION%%include/QtLocation/QGeoMapObject -%%LOCATION%%include/QtLocation/QGeoMapObjectInfo -%%LOCATION%%include/QtLocation/QGeoMapOverlay -%%LOCATION%%include/QtLocation/QGeoMapPixmapObject -%%LOCATION%%include/QtLocation/QGeoMapPolygonObject -%%LOCATION%%include/QtLocation/QGeoMapPolylineObject -%%LOCATION%%include/QtLocation/QGeoMapRectangleObject -%%LOCATION%%include/QtLocation/QGeoMapRouteObject -%%LOCATION%%include/QtLocation/QGeoMapTextObject -%%LOCATION%%include/QtLocation/QGeoMappingManager -%%LOCATION%%include/QtLocation/QGeoMappingManagerEngine -%%LOCATION%%include/QtLocation/QGeoPlace -%%LOCATION%%include/QtLocation/QGeoPositionInfo -%%LOCATION%%include/QtLocation/QGeoPositionInfoSource -%%LOCATION%%include/QtLocation/QGeoPositionInfoSourceFactory -%%LOCATION%%include/QtLocation/QGeoRoute -%%LOCATION%%include/QtLocation/QGeoRouteReply -%%LOCATION%%include/QtLocation/QGeoRouteRequest -%%LOCATION%%include/QtLocation/QGeoRouteSegment -%%LOCATION%%include/QtLocation/QGeoRoutingManager -%%LOCATION%%include/QtLocation/QGeoRoutingManagerEngine -%%LOCATION%%include/QtLocation/QGeoSatelliteInfo -%%LOCATION%%include/QtLocation/QGeoSatelliteInfoSource -%%LOCATION%%include/QtLocation/QGeoSearchManager -%%LOCATION%%include/QtLocation/QGeoSearchManagerEngine -%%LOCATION%%include/QtLocation/QGeoSearchReply -%%LOCATION%%include/QtLocation/QGeoServiceProvider -%%LOCATION%%include/QtLocation/QGeoServiceProviderFactory -%%LOCATION%%include/QtLocation/QGeoTiledMapData -%%LOCATION%%include/QtLocation/QGeoTiledMapReply -%%LOCATION%%include/QtLocation/QGeoTiledMapRequest -%%LOCATION%%include/QtLocation/QGeoTiledMappingManagerEngine -%%LOCATION%%include/QtLocation/QGraphicsGeoMap -%%LOCATION%%include/QtLocation/QLandmark -%%LOCATION%%include/QtLocation/QLandmarkAbstractRequest -%%LOCATION%%include/QtLocation/QLandmarkAttributeFilter -%%LOCATION%%include/QtLocation/QLandmarkBoxFilter -%%LOCATION%%include/QtLocation/QLandmarkCategory -%%LOCATION%%include/QtLocation/QLandmarkCategoryFetchByIdRequest -%%LOCATION%%include/QtLocation/QLandmarkCategoryFetchRequest -%%LOCATION%%include/QtLocation/QLandmarkCategoryFilter -%%LOCATION%%include/QtLocation/QLandmarkCategoryId -%%LOCATION%%include/QtLocation/QLandmarkCategoryIdFetchRequest -%%LOCATION%%include/QtLocation/QLandmarkCategoryRemoveRequest -%%LOCATION%%include/QtLocation/QLandmarkCategorySaveRequest -%%LOCATION%%include/QtLocation/QLandmarkExportRequest -%%LOCATION%%include/QtLocation/QLandmarkFetchByIdRequest -%%LOCATION%%include/QtLocation/QLandmarkFetchRequest -%%LOCATION%%include/QtLocation/QLandmarkFilter -%%LOCATION%%include/QtLocation/QLandmarkId -%%LOCATION%%include/QtLocation/QLandmarkIdFetchRequest -%%LOCATION%%include/QtLocation/QLandmarkIdFilter -%%LOCATION%%include/QtLocation/QLandmarkImportRequest -%%LOCATION%%include/QtLocation/QLandmarkIntersectionFilter -%%LOCATION%%include/QtLocation/QLandmarkManager -%%LOCATION%%include/QtLocation/QLandmarkManagerEngine -%%LOCATION%%include/QtLocation/QLandmarkManagerEngineFactory -%%LOCATION%%include/QtLocation/QLandmarkNameFilter -%%LOCATION%%include/QtLocation/QLandmarkNameSort -%%LOCATION%%include/QtLocation/QLandmarkProximityFilter -%%LOCATION%%include/QtLocation/QLandmarkRemoveRequest -%%LOCATION%%include/QtLocation/QLandmarkSaveRequest -%%LOCATION%%include/QtLocation/QLandmarkSortOrder -%%LOCATION%%include/QtLocation/QLandmarkUnionFilter -%%LOCATION%%include/QtLocation/QLocationNetworkAccessManagerFactory -%%LOCATION%%include/QtLocation/QNmeaPositionInfoSource -%%LOCATION%%include/QtLocation/qgeoaddress.h -%%LOCATION%%include/QtLocation/qgeoareamonitor.h -%%LOCATION%%include/QtLocation/qgeoboundingarea.h -%%LOCATION%%include/QtLocation/qgeoboundingbox.h -%%LOCATION%%include/QtLocation/qgeoboundingcircle.h -%%LOCATION%%include/QtLocation/qgeocoordinate.h -%%LOCATION%%include/QtLocation/qgeomaneuver.h -%%LOCATION%%include/QtLocation/qgeomapcircleobject.h -%%LOCATION%%include/QtLocation/qgeomapcustomobject.h -%%LOCATION%%include/QtLocation/qgeomapdata.h -%%LOCATION%%include/QtLocation/qgeomapgroupobject.h -%%LOCATION%%include/QtLocation/qgeomapobject.h -%%LOCATION%%include/QtLocation/qgeomapobjectinfo.h -%%LOCATION%%include/QtLocation/qgeomapoverlay.h -%%LOCATION%%include/QtLocation/qgeomappingmanager.h -%%LOCATION%%include/QtLocation/qgeomappingmanagerengine.h -%%LOCATION%%include/QtLocation/qgeomappixmapobject.h -%%LOCATION%%include/QtLocation/qgeomappolygonobject.h -%%LOCATION%%include/QtLocation/qgeomappolylineobject.h -%%LOCATION%%include/QtLocation/qgeomaprectangleobject.h -%%LOCATION%%include/QtLocation/qgeomaprouteobject.h -%%LOCATION%%include/QtLocation/qgeomaptextobject.h -%%LOCATION%%include/QtLocation/qgeoplace.h -%%LOCATION%%include/QtLocation/qgeopositioninfo.h -%%LOCATION%%include/QtLocation/qgeopositioninfosource.h -%%LOCATION%%include/QtLocation/qgeopositioninfosourcefactory.h -%%LOCATION%%include/QtLocation/qgeoroute.h -%%LOCATION%%include/QtLocation/qgeoroutereply.h -%%LOCATION%%include/QtLocation/qgeorouterequest.h -%%LOCATION%%include/QtLocation/qgeoroutesegment.h -%%LOCATION%%include/QtLocation/qgeoroutingmanager.h -%%LOCATION%%include/QtLocation/qgeoroutingmanagerengine.h -%%LOCATION%%include/QtLocation/qgeosatelliteinfo.h -%%LOCATION%%include/QtLocation/qgeosatelliteinfosource.h -%%LOCATION%%include/QtLocation/qgeosearchmanager.h -%%LOCATION%%include/QtLocation/qgeosearchmanagerengine.h -%%LOCATION%%include/QtLocation/qgeosearchreply.h -%%LOCATION%%include/QtLocation/qgeoserviceprovider.h -%%LOCATION%%include/QtLocation/qgeoserviceproviderfactory.h -%%LOCATION%%include/QtLocation/qgeotiledmapdata.h -%%LOCATION%%include/QtLocation/qgeotiledmappingmanagerengine.h -%%LOCATION%%include/QtLocation/qgeotiledmapreply.h -%%LOCATION%%include/QtLocation/qgeotiledmaprequest.h -%%LOCATION%%include/QtLocation/qgraphicsgeomap.h -%%LOCATION%%include/QtLocation/qlandmark.h -%%LOCATION%%include/QtLocation/qlandmarkabstractrequest.h -%%LOCATION%%include/QtLocation/qlandmarkattributefilter.h -%%LOCATION%%include/QtLocation/qlandmarkboxfilter.h -%%LOCATION%%include/QtLocation/qlandmarkcategory.h -%%LOCATION%%include/QtLocation/qlandmarkcategoryfetchbyidrequest.h -%%LOCATION%%include/QtLocation/qlandmarkcategoryfetchrequest.h -%%LOCATION%%include/QtLocation/qlandmarkcategoryfilter.h -%%LOCATION%%include/QtLocation/qlandmarkcategoryid.h -%%LOCATION%%include/QtLocation/qlandmarkcategoryidfetchrequest.h -%%LOCATION%%include/QtLocation/qlandmarkcategoryremoverequest.h -%%LOCATION%%include/QtLocation/qlandmarkcategorysaverequest.h -%%LOCATION%%include/QtLocation/qlandmarkexportrequest.h -%%LOCATION%%include/QtLocation/qlandmarkfetchbyidrequest.h -%%LOCATION%%include/QtLocation/qlandmarkfetchrequest.h -%%LOCATION%%include/QtLocation/qlandmarkfilter.h -%%LOCATION%%include/QtLocation/qlandmarkid.h -%%LOCATION%%include/QtLocation/qlandmarkidfetchrequest.h -%%LOCATION%%include/QtLocation/qlandmarkidfilter.h -%%LOCATION%%include/QtLocation/qlandmarkimportrequest.h -%%LOCATION%%include/QtLocation/qlandmarkintersectionfilter.h -%%LOCATION%%include/QtLocation/qlandmarkmanager.h -%%LOCATION%%include/QtLocation/qlandmarkmanagerengine.h -%%LOCATION%%include/QtLocation/qlandmarkmanagerenginefactory.h -%%LOCATION%%include/QtLocation/qlandmarknamefilter.h -%%LOCATION%%include/QtLocation/qlandmarknamesort.h -%%LOCATION%%include/QtLocation/qlandmarkproximityfilter.h -%%LOCATION%%include/QtLocation/qlandmarkremoverequest.h -%%LOCATION%%include/QtLocation/qlandmarksaverequest.h -%%LOCATION%%include/QtLocation/qlandmarksortorder.h -%%LOCATION%%include/QtLocation/qlandmarkunionfilter.h -%%LOCATION%%include/QtLocation/qnmeapositioninfosource.h -%%LOCATION%%%%QT_IMPORTDIR%%/QtMobility/location/libdeclarative_location.so -%%LOCATION%%%%QT_IMPORTDIR%%/QtMobility/location/qmldir -%%LOCATION%%lib/libQtLocation.prl -%%LOCATION%%lib/libQtLocation.so -%%LOCATION%%lib/libQtLocation.so.1 -%%LOCATION%%lib/libQtLocation.so.1.2 -%%LOCATION%%lib/libQtLocation.so.1.2.2 -%%LOCATION%%%%QT_PLUGINDIR%%/geoservices/libqtgeoservices_nokia.so -%%LOCATION%%%%QT_PLUGINDIR%%/landmarks/libqtlandmarks_sqlite.so -%%MULTIMEDIA%%include/QtMultimediaKit/QAbstractAudioDeviceInfo -%%MULTIMEDIA%%include/QtMultimediaKit/QAbstractAudioInput -%%MULTIMEDIA%%include/QtMultimediaKit/QAbstractAudioOutput -%%MULTIMEDIA%%include/QtMultimediaKit/QAbstractVideoBuffer -%%MULTIMEDIA%%include/QtMultimediaKit/QAbstractVideoSurface -%%MULTIMEDIA%%include/QtMultimediaKit/QAudio -%%MULTIMEDIA%%include/QtMultimediaKit/QAudioCaptureSource -%%MULTIMEDIA%%include/QtMultimediaKit/QAudioDeviceInfo -%%MULTIMEDIA%%include/QtMultimediaKit/QAudioEncoderControl -%%MULTIMEDIA%%include/QtMultimediaKit/QAudioEncoderSettings -%%MULTIMEDIA%%include/QtMultimediaKit/QAudioEndpointSelector -%%MULTIMEDIA%%include/QtMultimediaKit/QAudioFormat -%%MULTIMEDIA%%include/QtMultimediaKit/QAudioInput -%%MULTIMEDIA%%include/QtMultimediaKit/QAudioOutput -%%MULTIMEDIA%%include/QtMultimediaKit/QAudioSystemPlugin -%%MULTIMEDIA%%include/QtMultimediaKit/QCamera -%%MULTIMEDIA%%include/QtMultimediaKit/QCameraCaptureBufferFormatControl -%%MULTIMEDIA%%include/QtMultimediaKit/QCameraCaptureDestinationControl -%%MULTIMEDIA%%include/QtMultimediaKit/QCameraControl -%%MULTIMEDIA%%include/QtMultimediaKit/QCameraExposure -%%MULTIMEDIA%%include/QtMultimediaKit/QCameraExposureControl -%%MULTIMEDIA%%include/QtMultimediaKit/QCameraFlashControl -%%MULTIMEDIA%%include/QtMultimediaKit/QCameraFocus -%%MULTIMEDIA%%include/QtMultimediaKit/QCameraFocusControl -%%MULTIMEDIA%%include/QtMultimediaKit/QCameraFocusZone -%%MULTIMEDIA%%include/QtMultimediaKit/QCameraImageCapture -%%MULTIMEDIA%%include/QtMultimediaKit/QCameraImageCaptureControl -%%MULTIMEDIA%%include/QtMultimediaKit/QCameraImageProcessing -%%MULTIMEDIA%%include/QtMultimediaKit/QCameraImageProcessingControl -%%MULTIMEDIA%%include/QtMultimediaKit/QCameraLocksControl -%%MULTIMEDIA%%include/QtMultimediaKit/QCameraViewfinder -%%MULTIMEDIA%%include/QtMultimediaKit/QGraphicsVideoItem -%%MULTIMEDIA%%include/QtMultimediaKit/QImageEncoderControl -%%MULTIMEDIA%%include/QtMultimediaKit/QImageEncoderSettings -%%MULTIMEDIA%%include/QtMultimediaKit/QLocalMediaPlaylistProvider -%%MULTIMEDIA%%include/QtMultimediaKit/QMediaBindableInterface -%%MULTIMEDIA%%include/QtMultimediaKit/QMediaContainerControl -%%MULTIMEDIA%%include/QtMultimediaKit/QMediaContent -%%MULTIMEDIA%%include/QtMultimediaKit/QMediaControl -%%MULTIMEDIA%%include/QtMultimediaKit/QMediaImageViewer -%%MULTIMEDIA%%include/QtMultimediaKit/QMediaNetworkAccessControl -%%MULTIMEDIA%%include/QtMultimediaKit/QMediaObject -%%MULTIMEDIA%%include/QtMultimediaKit/QMediaPlayer -%%MULTIMEDIA%%include/QtMultimediaKit/QMediaPlayerControl -%%MULTIMEDIA%%include/QtMultimediaKit/QMediaPlaylist -%%MULTIMEDIA%%include/QtMultimediaKit/QMediaPlaylistControl -%%MULTIMEDIA%%include/QtMultimediaKit/QMediaPlaylistIOPlugin -%%MULTIMEDIA%%include/QtMultimediaKit/QMediaPlaylistNavigator -%%MULTIMEDIA%%include/QtMultimediaKit/QMediaPlaylistProvider -%%MULTIMEDIA%%include/QtMultimediaKit/QMediaPlaylistReader -%%MULTIMEDIA%%include/QtMultimediaKit/QMediaPlaylistSourceControl -%%MULTIMEDIA%%include/QtMultimediaKit/QMediaPlaylistWriter -%%MULTIMEDIA%%include/QtMultimediaKit/QMediaRecorder -%%MULTIMEDIA%%include/QtMultimediaKit/QMediaRecorderControl -%%MULTIMEDIA%%include/QtMultimediaKit/QMediaResource -%%MULTIMEDIA%%include/QtMultimediaKit/QMediaService -%%MULTIMEDIA%%include/QtMultimediaKit/QMediaServiceProvider -%%MULTIMEDIA%%include/QtMultimediaKit/QMediaServiceProviderHint -%%MULTIMEDIA%%include/QtMultimediaKit/QMediaServiceProviderPlugin -%%MULTIMEDIA%%include/QtMultimediaKit/QMediaStreamsControl -%%MULTIMEDIA%%include/QtMultimediaKit/QMediaTimeInterval -%%MULTIMEDIA%%include/QtMultimediaKit/QMediaTimeRange -%%MULTIMEDIA%%include/QtMultimediaKit/QMetaDataReaderControl -%%MULTIMEDIA%%include/QtMultimediaKit/QMetaDataWriterControl -%%MULTIMEDIA%%include/QtMultimediaKit/QRadioTuner -%%MULTIMEDIA%%include/QtMultimediaKit/QRadioTunerControl -%%MULTIMEDIA%%include/QtMultimediaKit/QVideoDeviceControl -%%MULTIMEDIA%%include/QtMultimediaKit/QVideoEncoderControl -%%MULTIMEDIA%%include/QtMultimediaKit/QVideoEncoderSettings -%%MULTIMEDIA%%include/QtMultimediaKit/QVideoFrame -%%MULTIMEDIA%%include/QtMultimediaKit/QVideoRendererControl -%%MULTIMEDIA%%include/QtMultimediaKit/QVideoSurfaceFormat -%%MULTIMEDIA%%include/QtMultimediaKit/QVideoWidget -%%MULTIMEDIA%%include/QtMultimediaKit/QVideoWidgetControl -%%MULTIMEDIA%%include/QtMultimediaKit/QVideoWindowControl -%%MULTIMEDIA%%include/QtMultimediaKit/qabstractvideobuffer.h -%%MULTIMEDIA%%include/QtMultimediaKit/qabstractvideosurface.h -%%MULTIMEDIA%%include/QtMultimediaKit/qaudio.h -%%MULTIMEDIA%%include/QtMultimediaKit/qaudiocapturesource.h -%%MULTIMEDIA%%include/QtMultimediaKit/qaudiodeviceinfo.h -%%MULTIMEDIA%%include/QtMultimediaKit/qaudioencodercontrol.h -%%MULTIMEDIA%%include/QtMultimediaKit/qaudioendpointselector.h -%%MULTIMEDIA%%include/QtMultimediaKit/qaudioformat.h -%%MULTIMEDIA%%include/QtMultimediaKit/qaudioinput.h -%%MULTIMEDIA%%include/QtMultimediaKit/qaudiooutput.h -%%MULTIMEDIA%%include/QtMultimediaKit/qaudiosystem.h -%%MULTIMEDIA%%include/QtMultimediaKit/qaudiosystemplugin.h -%%MULTIMEDIA%%include/QtMultimediaKit/qcamera.h -%%MULTIMEDIA%%include/QtMultimediaKit/qcameracapturebufferformatcontrol.h -%%MULTIMEDIA%%include/QtMultimediaKit/qcameracapturedestinationcontrol.h -%%MULTIMEDIA%%include/QtMultimediaKit/qcameracontrol.h -%%MULTIMEDIA%%include/QtMultimediaKit/qcameraexposure.h -%%MULTIMEDIA%%include/QtMultimediaKit/qcameraexposurecontrol.h -%%MULTIMEDIA%%include/QtMultimediaKit/qcameraflashcontrol.h -%%MULTIMEDIA%%include/QtMultimediaKit/qcamerafocus.h -%%MULTIMEDIA%%include/QtMultimediaKit/qcamerafocuscontrol.h -%%MULTIMEDIA%%include/QtMultimediaKit/qcameraimagecapture.h -%%MULTIMEDIA%%include/QtMultimediaKit/qcameraimagecapturecontrol.h -%%MULTIMEDIA%%include/QtMultimediaKit/qcameraimageprocessing.h -%%MULTIMEDIA%%include/QtMultimediaKit/qcameraimageprocessingcontrol.h -%%MULTIMEDIA%%include/QtMultimediaKit/qcameralockscontrol.h -%%MULTIMEDIA%%include/QtMultimediaKit/qcameraviewfinder.h -%%MULTIMEDIA%%include/QtMultimediaKit/qgraphicsvideoitem.h -%%MULTIMEDIA%%include/QtMultimediaKit/qimageencodercontrol.h -%%MULTIMEDIA%%include/QtMultimediaKit/qlocalmediaplaylistprovider.h -%%MULTIMEDIA%%include/QtMultimediaKit/qmediabindableinterface.h -%%MULTIMEDIA%%include/QtMultimediaKit/qmediacontainercontrol.h -%%MULTIMEDIA%%include/QtMultimediaKit/qmediacontent.h -%%MULTIMEDIA%%include/QtMultimediaKit/qmediacontrol.h -%%MULTIMEDIA%%include/QtMultimediaKit/qmediaencodersettings.h -%%MULTIMEDIA%%include/QtMultimediaKit/qmediaenumdebug.h -%%MULTIMEDIA%%include/QtMultimediaKit/qmediaimageviewer.h -%%MULTIMEDIA%%include/QtMultimediaKit/qmedianetworkaccesscontrol.h -%%MULTIMEDIA%%include/QtMultimediaKit/qmediaobject.h -%%MULTIMEDIA%%include/QtMultimediaKit/qmediaplayer.h -%%MULTIMEDIA%%include/QtMultimediaKit/qmediaplayercontrol.h -%%MULTIMEDIA%%include/QtMultimediaKit/qmediaplaylist.h -%%MULTIMEDIA%%include/QtMultimediaKit/qmediaplaylistcontrol.h -%%MULTIMEDIA%%include/QtMultimediaKit/qmediaplaylistioplugin.h -%%MULTIMEDIA%%include/QtMultimediaKit/qmediaplaylistnavigator.h -%%MULTIMEDIA%%include/QtMultimediaKit/qmediaplaylistprovider.h -%%MULTIMEDIA%%include/QtMultimediaKit/qmediaplaylistsourcecontrol.h -%%MULTIMEDIA%%include/QtMultimediaKit/qmediarecorder.h -%%MULTIMEDIA%%include/QtMultimediaKit/qmediarecordercontrol.h -%%MULTIMEDIA%%include/QtMultimediaKit/qmediaresource.h -%%MULTIMEDIA%%include/QtMultimediaKit/qmediaservice.h -%%MULTIMEDIA%%include/QtMultimediaKit/qmediaserviceprovider.h -%%MULTIMEDIA%%include/QtMultimediaKit/qmediaserviceproviderplugin.h -%%MULTIMEDIA%%include/QtMultimediaKit/qmediastreamscontrol.h -%%MULTIMEDIA%%include/QtMultimediaKit/qmediatimerange.h -%%MULTIMEDIA%%include/QtMultimediaKit/qmetadatareadercontrol.h -%%MULTIMEDIA%%include/QtMultimediaKit/qmetadatawritercontrol.h -%%MULTIMEDIA%%include/QtMultimediaKit/qradiotuner.h -%%MULTIMEDIA%%include/QtMultimediaKit/qradiotunercontrol.h -%%MULTIMEDIA%%include/QtMultimediaKit/qtmedianamespace.h -%%MULTIMEDIA%%include/QtMultimediaKit/qvideodevicecontrol.h -%%MULTIMEDIA%%include/QtMultimediaKit/qvideoencodercontrol.h -%%MULTIMEDIA%%include/QtMultimediaKit/qvideoframe.h -%%MULTIMEDIA%%include/QtMultimediaKit/qvideorenderercontrol.h -%%MULTIMEDIA%%include/QtMultimediaKit/qvideosurfaceformat.h -%%MULTIMEDIA%%include/QtMultimediaKit/qvideowidget.h -%%MULTIMEDIA%%include/QtMultimediaKit/qvideowidgetcontrol.h -%%MULTIMEDIA%%include/QtMultimediaKit/qvideowindowcontrol.h -%%MULTIMEDIA%%%%QT_IMPORTDIR%%/QtMultimediaKit/libdeclarative_multimedia.so -%%MULTIMEDIA%%%%QT_IMPORTDIR%%/QtMultimediaKit/qmldir -%%MULTIMEDIA%%lib/libQtMultimediaKit.prl -%%MULTIMEDIA%%lib/libQtMultimediaKit.so -%%MULTIMEDIA%%lib/libQtMultimediaKit.so.1 -%%MULTIMEDIA%%lib/libQtMultimediaKit.so.1.2 -%%MULTIMEDIA%%lib/libQtMultimediaKit.so.1.2.2 -%%MULTIMEDIA%%%%QT_PLUGINDIR%%/audio/libqtmedia_pulse.so -%%MULTIMEDIA%%%%QT_PLUGINDIR%%/mediaservice/libqgstengine.so -%%MULTIMEDIA%%%%QT_PLUGINDIR%%/mediaservice/libqtmedia_v4lengine.so -%%MULTIMEDIA%%%%QT_PLUGINDIR%%/playlistformats/libqtmultimediakit_m3u.so -%%ORGANIZER%%include/QtOrganizer/QOrganizerAbstractRequest -%%ORGANIZER%%include/QtOrganizer/QOrganizerCollection -%%ORGANIZER%%include/QtOrganizer/QOrganizerCollectionChangeSet -%%ORGANIZER%%include/QtOrganizer/QOrganizerCollectionEngineId -%%ORGANIZER%%include/QtOrganizer/QOrganizerCollectionFetchRequest -%%ORGANIZER%%include/QtOrganizer/QOrganizerCollectionId -%%ORGANIZER%%include/QtOrganizer/QOrganizerCollectionRemoveRequest -%%ORGANIZER%%include/QtOrganizer/QOrganizerCollectionSaveRequest -%%ORGANIZER%%include/QtOrganizer/QOrganizerEvent -%%ORGANIZER%%include/QtOrganizer/QOrganizerEventOccurrence -%%ORGANIZER%%include/QtOrganizer/QOrganizerEventTime -%%ORGANIZER%%include/QtOrganizer/QOrganizerItem -%%ORGANIZER%%include/QtOrganizer/QOrganizerItemAudibleReminder -%%ORGANIZER%%include/QtOrganizer/QOrganizerItemChangeLogFilter -%%ORGANIZER%%include/QtOrganizer/QOrganizerItemChangeSet -%%ORGANIZER%%include/QtOrganizer/QOrganizerItemCollectionFilter -%%ORGANIZER%%include/QtOrganizer/QOrganizerItemComment -%%ORGANIZER%%include/QtOrganizer/QOrganizerItemDescription -%%ORGANIZER%%include/QtOrganizer/QOrganizerItemDetail -%%ORGANIZER%%include/QtOrganizer/QOrganizerItemDetailDefinition -%%ORGANIZER%%include/QtOrganizer/QOrganizerItemDetailDefinitionFetchRequest -%%ORGANIZER%%include/QtOrganizer/QOrganizerItemDetailDefinitionRemoveRequest -%%ORGANIZER%%include/QtOrganizer/QOrganizerItemDetailDefinitionSaveRequest -%%ORGANIZER%%include/QtOrganizer/QOrganizerItemDetailFieldDefinition -%%ORGANIZER%%include/QtOrganizer/QOrganizerItemDetailFilter -%%ORGANIZER%%include/QtOrganizer/QOrganizerItemDetailRangeFilter -%%ORGANIZER%%include/QtOrganizer/QOrganizerItemDisplayLabel -%%ORGANIZER%%include/QtOrganizer/QOrganizerItemEmailReminder -%%ORGANIZER%%include/QtOrganizer/QOrganizerItemEngineId -%%ORGANIZER%%include/QtOrganizer/QOrganizerItemFetchByIdRequest -%%ORGANIZER%%include/QtOrganizer/QOrganizerItemFetchForExportRequest -%%ORGANIZER%%include/QtOrganizer/QOrganizerItemFetchHint -%%ORGANIZER%%include/QtOrganizer/QOrganizerItemFetchRequest -%%ORGANIZER%%include/QtOrganizer/QOrganizerItemFilter -%%ORGANIZER%%include/QtOrganizer/QOrganizerItemGuid -%%ORGANIZER%%include/QtOrganizer/QOrganizerItemId -%%ORGANIZER%%include/QtOrganizer/QOrganizerItemIdFetchRequest -%%ORGANIZER%%include/QtOrganizer/QOrganizerItemIdFilter -%%ORGANIZER%%include/QtOrganizer/QOrganizerItemIntersectionFilter -%%ORGANIZER%%include/QtOrganizer/QOrganizerItemInvalidFilter -%%ORGANIZER%%include/QtOrganizer/QOrganizerItemLocation -%%ORGANIZER%%include/QtOrganizer/QOrganizerItemObserver -%%ORGANIZER%%include/QtOrganizer/QOrganizerItemOccurrenceFetchRequest -%%ORGANIZER%%include/QtOrganizer/QOrganizerItemParent -%%ORGANIZER%%include/QtOrganizer/QOrganizerItemPriority -%%ORGANIZER%%include/QtOrganizer/QOrganizerItemRecurrence -%%ORGANIZER%%include/QtOrganizer/QOrganizerItemReminder -%%ORGANIZER%%include/QtOrganizer/QOrganizerItemRemoveRequest -%%ORGANIZER%%include/QtOrganizer/QOrganizerItemSaveRequest -%%ORGANIZER%%include/QtOrganizer/QOrganizerItemSortOrder -%%ORGANIZER%%include/QtOrganizer/QOrganizerItemTag -%%ORGANIZER%%include/QtOrganizer/QOrganizerItemTimestamp -%%ORGANIZER%%include/QtOrganizer/QOrganizerItemType -%%ORGANIZER%%include/QtOrganizer/QOrganizerItemUnionFilter -%%ORGANIZER%%include/QtOrganizer/QOrganizerItemVisualReminder -%%ORGANIZER%%include/QtOrganizer/QOrganizerJournal -%%ORGANIZER%%include/QtOrganizer/QOrganizerJournalTime -%%ORGANIZER%%include/QtOrganizer/QOrganizerManager -%%ORGANIZER%%include/QtOrganizer/QOrganizerManagerEngine -%%ORGANIZER%%include/QtOrganizer/QOrganizerManagerEngineFactory -%%ORGANIZER%%include/QtOrganizer/QOrganizerManagerEngineV2 -%%ORGANIZER%%include/QtOrganizer/QOrganizerNote -%%ORGANIZER%%include/QtOrganizer/QOrganizerRecurrenceRule -%%ORGANIZER%%include/QtOrganizer/QOrganizerTodo -%%ORGANIZER%%include/QtOrganizer/QOrganizerTodoOccurrence -%%ORGANIZER%%include/QtOrganizer/QOrganizerTodoProgress -%%ORGANIZER%%include/QtOrganizer/QOrganizerTodoTime -%%ORGANIZER%%include/QtOrganizer/qorganizerabstractrequest.h -%%ORGANIZER%%include/QtOrganizer/qorganizercollection.h -%%ORGANIZER%%include/QtOrganizer/qorganizercollectionchangeset.h -%%ORGANIZER%%include/QtOrganizer/qorganizercollectionengineid.h -%%ORGANIZER%%include/QtOrganizer/qorganizercollectionfetchrequest.h -%%ORGANIZER%%include/QtOrganizer/qorganizercollectionid.h -%%ORGANIZER%%include/QtOrganizer/qorganizercollectionremoverequest.h -%%ORGANIZER%%include/QtOrganizer/qorganizercollectionsaverequest.h -%%ORGANIZER%%include/QtOrganizer/qorganizerevent.h -%%ORGANIZER%%include/QtOrganizer/qorganizereventoccurrence.h -%%ORGANIZER%%include/QtOrganizer/qorganizereventtime.h -%%ORGANIZER%%include/QtOrganizer/qorganizeritem.h -%%ORGANIZER%%include/QtOrganizer/qorganizeritemaudiblereminder.h -%%ORGANIZER%%include/QtOrganizer/qorganizeritemchangelogfilter.h -%%ORGANIZER%%include/QtOrganizer/qorganizeritemchangeset.h -%%ORGANIZER%%include/QtOrganizer/qorganizeritemcollectionfilter.h -%%ORGANIZER%%include/QtOrganizer/qorganizeritemcomment.h -%%ORGANIZER%%include/QtOrganizer/qorganizeritemdescription.h -%%ORGANIZER%%include/QtOrganizer/qorganizeritemdetail.h -%%ORGANIZER%%include/QtOrganizer/qorganizeritemdetaildefinition.h -%%ORGANIZER%%include/QtOrganizer/qorganizeritemdetaildefinitionfetchrequest.h -%%ORGANIZER%%include/QtOrganizer/qorganizeritemdetaildefinitionremoverequest.h -%%ORGANIZER%%include/QtOrganizer/qorganizeritemdetaildefinitionsaverequest.h -%%ORGANIZER%%include/QtOrganizer/qorganizeritemdetailfielddefinition.h -%%ORGANIZER%%include/QtOrganizer/qorganizeritemdetailfilter.h -%%ORGANIZER%%include/QtOrganizer/qorganizeritemdetailrangefilter.h -%%ORGANIZER%%include/QtOrganizer/qorganizeritemdetails.h -%%ORGANIZER%%include/QtOrganizer/qorganizeritemdisplaylabel.h -%%ORGANIZER%%include/QtOrganizer/qorganizeritememailreminder.h -%%ORGANIZER%%include/QtOrganizer/qorganizeritemengineid.h -%%ORGANIZER%%include/QtOrganizer/qorganizeritemfetchbyidrequest.h -%%ORGANIZER%%include/QtOrganizer/qorganizeritemfetchforexportrequest.h -%%ORGANIZER%%include/QtOrganizer/qorganizeritemfetchhint.h -%%ORGANIZER%%include/QtOrganizer/qorganizeritemfetchrequest.h -%%ORGANIZER%%include/QtOrganizer/qorganizeritemfilter.h -%%ORGANIZER%%include/QtOrganizer/qorganizeritemfilters.h -%%ORGANIZER%%include/QtOrganizer/qorganizeritemguid.h -%%ORGANIZER%%include/QtOrganizer/qorganizeritemid.h -%%ORGANIZER%%include/QtOrganizer/qorganizeritemidfetchrequest.h -%%ORGANIZER%%include/QtOrganizer/qorganizeritemidfilter.h -%%ORGANIZER%%include/QtOrganizer/qorganizeritemintersectionfilter.h -%%ORGANIZER%%include/QtOrganizer/qorganizeriteminvalidfilter.h -%%ORGANIZER%%include/QtOrganizer/qorganizeritemlocation.h -%%ORGANIZER%%include/QtOrganizer/qorganizeritemobserver.h -%%ORGANIZER%%include/QtOrganizer/qorganizeritemoccurrencefetchrequest.h -%%ORGANIZER%%include/QtOrganizer/qorganizeritemparent.h -%%ORGANIZER%%include/QtOrganizer/qorganizeritempriority.h -%%ORGANIZER%%include/QtOrganizer/qorganizeritemrecurrence.h -%%ORGANIZER%%include/QtOrganizer/qorganizeritemreminder.h -%%ORGANIZER%%include/QtOrganizer/qorganizeritemremoverequest.h -%%ORGANIZER%%include/QtOrganizer/qorganizeritemrequests.h -%%ORGANIZER%%include/QtOrganizer/qorganizeritems.h -%%ORGANIZER%%include/QtOrganizer/qorganizeritemsaverequest.h -%%ORGANIZER%%include/QtOrganizer/qorganizeritemsortorder.h -%%ORGANIZER%%include/QtOrganizer/qorganizeritemtag.h -%%ORGANIZER%%include/QtOrganizer/qorganizeritemtimestamp.h -%%ORGANIZER%%include/QtOrganizer/qorganizeritemtype.h -%%ORGANIZER%%include/QtOrganizer/qorganizeritemunionfilter.h -%%ORGANIZER%%include/QtOrganizer/qorganizeritemvisualreminder.h -%%ORGANIZER%%include/QtOrganizer/qorganizerjournal.h -%%ORGANIZER%%include/QtOrganizer/qorganizerjournaltime.h -%%ORGANIZER%%include/QtOrganizer/qorganizermanager.h -%%ORGANIZER%%include/QtOrganizer/qorganizermanagerengine.h -%%ORGANIZER%%include/QtOrganizer/qorganizermanagerenginefactory.h -%%ORGANIZER%%include/QtOrganizer/qorganizernote.h -%%ORGANIZER%%include/QtOrganizer/qorganizerrecurrencerule.h -%%ORGANIZER%%include/QtOrganizer/qorganizertodo.h -%%ORGANIZER%%include/QtOrganizer/qorganizertodooccurrence.h -%%ORGANIZER%%include/QtOrganizer/qorganizertodoprogress.h -%%ORGANIZER%%include/QtOrganizer/qorganizertodotime.h -%%ORGANIZER%%include/QtOrganizer/qtorganizer.h -%%ORGANIZER%%include/QtOrganizer/qtorganizerglobal.h -%%ORGANIZER%%lib/libQtOrganizer.prl -%%ORGANIZER%%lib/libQtOrganizer.so -%%ORGANIZER%%lib/libQtOrganizer.so.1 -%%ORGANIZER%%lib/libQtOrganizer.so.1.2 -%%ORGANIZER%%lib/libQtOrganizer.so.1.2.2 -%%PUBLISHSUBSCRIBE%%bin/qcrmlgen -%%PUBLISHSUBSCRIBE%%bin/vsexplorer -%%PUBLISHSUBSCRIBE%%include/QtPublishSubscribe/QValueSpace -%%PUBLISHSUBSCRIBE%%include/QtPublishSubscribe/QValueSpacePublisher -%%PUBLISHSUBSCRIBE%%include/QtPublishSubscribe/QValueSpaceSubscriber -%%PUBLISHSUBSCRIBE%%include/QtPublishSubscribe/qvaluespace.h -%%PUBLISHSUBSCRIBE%%include/QtPublishSubscribe/qvaluespacepublisher.h -%%PUBLISHSUBSCRIBE%%include/QtPublishSubscribe/qvaluespacesubscriber.h -%%PUBLISHSUBSCRIBE%%%%QT_IMPORTDIR%%/QtMobility/publishsubscribe/libdeclarative_publishsubscribe.so -%%PUBLISHSUBSCRIBE%%%%QT_IMPORTDIR%%/QtMobility/publishsubscribe/qmldir -%%PUBLISHSUBSCRIBE%%lib/libQtPublishSubscribe.prl -%%PUBLISHSUBSCRIBE%%lib/libQtPublishSubscribe.so -%%PUBLISHSUBSCRIBE%%lib/libQtPublishSubscribe.so.1 -%%PUBLISHSUBSCRIBE%%lib/libQtPublishSubscribe.so.1.2 -%%PUBLISHSUBSCRIBE%%lib/libQtPublishSubscribe.so.1.2.2 -%%VERSIT%%include/QtVersit/QVersitContactExporter -%%VERSIT%%include/QtVersit/QVersitContactExporterDetailHandler -%%VERSIT%%include/QtVersit/QVersitContactExporterDetailHandlerV2 -%%VERSIT%%include/QtVersit/QVersitContactHandler -%%VERSIT%%include/QtVersit/QVersitContactHandlerFactory -%%VERSIT%%include/QtVersit/QVersitContactImporter -%%VERSIT%%include/QtVersit/QVersitContactImporterPropertyHandler -%%VERSIT%%include/QtVersit/QVersitContactImporterPropertyHandlerV2 -%%VERSIT%%include/QtVersit/QVersitDefaultResourceHandler -%%VERSIT%%include/QtVersit/QVersitDocument -%%VERSIT%%include/QtVersit/QVersitProperty -%%VERSIT%%include/QtVersit/QVersitReader -%%VERSIT%%include/QtVersit/QVersitResourceHandler -%%VERSIT%%include/QtVersit/QVersitWriter -%%VERSIT%%include/QtVersit/qversitcontactexporter.h -%%VERSIT%%include/QtVersit/qversitcontacthandler.h -%%VERSIT%%include/QtVersit/qversitcontactimporter.h -%%VERSIT%%include/QtVersit/qversitdocument.h -%%VERSIT%%include/QtVersit/qversitproperty.h -%%VERSIT%%include/QtVersit/qversitreader.h -%%VERSIT%%include/QtVersit/qversitresourcehandler.h -%%VERSIT%%include/QtVersit/qversitwriter.h -%%VERSIT%%%%QT_IMPORTDIR%%/QtMobility/contacts/libdeclarative_contacts.so -%%VERSIT%%%%QT_IMPORTDIR%%/QtMobility/contacts/qmldir -%%VERSIT%%lib/libQtVersit.prl -%%VERSIT%%lib/libQtVersit.so -%%VERSIT%%lib/libQtVersit.so.1 -%%VERSIT%%lib/libQtVersit.so.1.2 -%%VERSIT%%lib/libQtVersit.so.1.2.2 -%%VERSIT%%%%QT_PLUGINDIR%%/versit/libqtversit_backuphandler.so -%%VERSIT%%%%QT_PLUGINDIR%%/versit/libqtversit_vcardpreserver.so -%%VERSITORGANIZER%%include/QtVersitOrganizer/QVersitOrganizerExporter -%%VERSITORGANIZER%%include/QtVersitOrganizer/QVersitOrganizerExporterDetailHandler -%%VERSITORGANIZER%%include/QtVersitOrganizer/QVersitOrganizerHandler -%%VERSITORGANIZER%%include/QtVersitOrganizer/QVersitOrganizerHandlerFactory -%%VERSITORGANIZER%%include/QtVersitOrganizer/QVersitOrganizerImporter -%%VERSITORGANIZER%%include/QtVersitOrganizer/QVersitOrganizerImporterPropertyHandler -%%VERSITORGANIZER%%include/QtVersitOrganizer/QVersitTimeZoneHandler -%%VERSITORGANIZER%%include/QtVersitOrganizer/qversitorganizerexporter.h -%%VERSITORGANIZER%%include/QtVersitOrganizer/qversitorganizerhandler.h -%%VERSITORGANIZER%%include/QtVersitOrganizer/qversitorganizerimporter.h -%%VERSITORGANIZER%%include/QtVersitOrganizer/qversittimezonehandler.h -%%VERSITORGANIZER%%%%QT_IMPORTDIR%%/QtMobility/organizer/libdeclarative_organizer.so -%%VERSITORGANIZER%%%%QT_IMPORTDIR%%/QtMobility/organizer/qmldir -%%VERSITORGANIZER%%lib/libQtVersitOrganizer.prl -%%VERSITORGANIZER%%lib/libQtVersitOrganizer.so -%%VERSITORGANIZER%%lib/libQtVersitOrganizer.so.1 -%%VERSITORGANIZER%%lib/libQtVersitOrganizer.so.1.2 -%%VERSITORGANIZER%%lib/libQtVersitOrganizer.so.1.2.2 -%%VERSITFEEDBACK%%%%QT_PLUGINDIR%%/feedback/libqtfeedback_mmk.so diff --git a/multimedia/qt4-multimedia/Makefile b/multimedia/qt4-multimedia/Makefile deleted file mode 100644 index 523f4dcfa30a..000000000000 --- a/multimedia/qt4-multimedia/Makefile +++ /dev/null @@ -1,56 +0,0 @@ -# $FreeBSD$ - -PORTNAME= multimedia -DISTVERSION= ${QT4_VERSION} -PORTREVISION= 2 -CATEGORIES= multimedia -PKGNAMEPREFIX= qt4- - -MAINTAINER= kde@FreeBSD.org -COMMENT= Qt low-level multimedia API - -DEPRECATED= Qt4 has been EOL since december 2015 -EXPIRATION_DATE= 2019-03-15 - -USES= qmake:no_env qt-dist:4 -USE_QT= moc_build uic_build corelib gui - -HAS_CONFIGURE= yes -USE_LDCONFIG= ${PREFIX}/${QT_LIBDIR_REL} - -ALL_TARGET= first -CONFIGURE_ENV?= QTDIR=${WRKSRC} PATH=${WRKSRC}/bin:$$PATH -MAKE_ENV?= QTDIR=${WRKSRC} LD_LIBRARY_PATH=${WRKSRC}/lib:$$LD_LIBRARY_PATH \ - PATH=${WRKSRC}/bin:$$PATH - -DO_NOT_EXTRACT= demos doc examples mkspecs qmake tools translations \ - src/activeqt src/dbus src/opengl src/openvg src/phonon \ - src/qt3support src/s60installs src/s60main src/script \ - src/scripttools src/sql src/svg src/testlib src/tools \ - src/winmain src/xml src/xmlpatterns src/3rdparty/clucene \ - src/3rdparty/freetype src/3rdparty/libjpeg src/3rdparty/libmng \ - src/3rdparty/libpng src/3rdparty/libtiff src/3rdparty/phonon \ - src/3rdparty/webkit -.for dne in ${DO_NOT_EXTRACT} -EXTRACT_AFTER_ARGS+= --exclude '${DISTNAME}/${dne}' -.endfor - -BUILD_WRKSRC= ${WRKSRC}/src/${PORTNAME} -INSTALL_WRKSRC= ${BUILD_WRKSRC} - -pre-configure: - ${MKDIR} ${WRKSRC}/mkspecs - ${LN} -sf ${QMAKE} ${WRKSRC}/bin/qmake - ${LN} -sf ${MOC} ${WRKSRC}/bin/moc - ${LN} -sf ${UIC} ${WRKSRC}/bin/uic - -post-configure: - ${REINPLACE_CMD} \ - -e 's|${PREFIX}/${QT_LIBDIR_REL}/pkgconfig|${PREFIX}/libdata/pkgconfig|g' \ - -e 's|.*$$(QMAKE).*||g' ${BUILD_WRKSRC}/Makefile - ${REINPLACE_CMD} -E -e 's|-L.[^[:space:]]*qt-x11-opensource.[^[:space:]]*lib||g' \ - -E -e 's|(.*location=).*moc|\1${PREFIX}/${QT_BINDIR_REL}/${MOC:T}|g' \ - -E -e 's|(.*location=).*uic|\1${PREFIX}/${QT_BINDIR_REL}/${UIC:T}|g' \ - ${WRKSRC}/lib/pkgconfig/QtMultimedia.pc - -.include <bsd.port.mk> diff --git a/multimedia/qt4-multimedia/pkg-plist b/multimedia/qt4-multimedia/pkg-plist deleted file mode 100644 index 05a74281fbf8..000000000000 --- a/multimedia/qt4-multimedia/pkg-plist +++ /dev/null @@ -1,45 +0,0 @@ -%%QT_INCDIR%%/Qt/QtMultimedia -%%QT_INCDIR%%/Qt/qabstractvideobuffer.h -%%QT_INCDIR%%/Qt/qabstractvideosurface.h -%%QT_INCDIR%%/Qt/qaudio.h -%%QT_INCDIR%%/Qt/qaudiodeviceinfo.h -%%QT_INCDIR%%/Qt/qaudioengine.h -%%QT_INCDIR%%/Qt/qaudioengineplugin.h -%%QT_INCDIR%%/Qt/qaudioformat.h -%%QT_INCDIR%%/Qt/qaudioinput.h -%%QT_INCDIR%%/Qt/qaudiooutput.h -%%QT_INCDIR%%/Qt/qvideoframe.h -%%QT_INCDIR%%/Qt/qvideosurfaceformat.h -%%QT_INCDIR%%/QtMultimedia/QAbstractAudioDeviceInfo -%%QT_INCDIR%%/QtMultimedia/QAbstractAudioInput -%%QT_INCDIR%%/QtMultimedia/QAbstractAudioOutput -%%QT_INCDIR%%/QtMultimedia/QAbstractVideoBuffer -%%QT_INCDIR%%/QtMultimedia/QAbstractVideoSurface -%%QT_INCDIR%%/QtMultimedia/QAudio -%%QT_INCDIR%%/QtMultimedia/QAudioDeviceInfo -%%QT_INCDIR%%/QtMultimedia/QAudioEngineFactoryInterface -%%QT_INCDIR%%/QtMultimedia/QAudioEnginePlugin -%%QT_INCDIR%%/QtMultimedia/QAudioFormat -%%QT_INCDIR%%/QtMultimedia/QAudioInput -%%QT_INCDIR%%/QtMultimedia/QAudioOutput -%%QT_INCDIR%%/QtMultimedia/QVideoFrame -%%QT_INCDIR%%/QtMultimedia/QVideoSurfaceFormat -%%QT_INCDIR%%/QtMultimedia/QtMultimedia -%%QT_INCDIR%%/QtMultimedia/qabstractvideobuffer.h -%%QT_INCDIR%%/QtMultimedia/qabstractvideosurface.h -%%QT_INCDIR%%/QtMultimedia/qaudio.h -%%QT_INCDIR%%/QtMultimedia/qaudiodeviceinfo.h -%%QT_INCDIR%%/QtMultimedia/qaudioengine.h -%%QT_INCDIR%%/QtMultimedia/qaudioengineplugin.h -%%QT_INCDIR%%/QtMultimedia/qaudioformat.h -%%QT_INCDIR%%/QtMultimedia/qaudioinput.h -%%QT_INCDIR%%/QtMultimedia/qaudiooutput.h -%%QT_INCDIR%%/QtMultimedia/qvideoframe.h -%%QT_INCDIR%%/QtMultimedia/qvideosurfaceformat.h -%%QT_LIBDIR%%/libQtMultimedia.prl -%%QT_LIBDIR%%/libQtMultimedia.so -%%QT_LIBDIR%%/libQtMultimedia.so.4 -%%QT_LIBDIR%%/libQtMultimedia.so.%%SHORTVER%% -%%QT_LIBDIR%%/libQtMultimedia.so.%%FULLVER%% -%%DEBUG%%%%QT_LIBDIR%%/libQtMultimedia.so.%%FULLVER%%.debug -libdata/pkgconfig/QtMultimedia.pc diff --git a/multimedia/umplayer/Makefile b/multimedia/umplayer/Makefile deleted file mode 100644 index fc739fdddfe7..000000000000 --- a/multimedia/umplayer/Makefile +++ /dev/null @@ -1,49 +0,0 @@ -# Created by: Zhihao Yuan <lichray@gmail.com> -# $FreeBSD$ - -PORTNAME= umplayer -DISTVERSION= 0.97 -PORTREVISION= 4 -CATEGORIES= multimedia audio kde -MASTER_SITES= LOCAL/wen - -MAINTAINER= lichray@gmail.com -COMMENT= Modern front-end for MPlayer (fork of SMPlayer) - -LICENSE= GPLv3 -LICENSE_FILE= ${WRKSRC}/Copying.txt - -DEPRECATED= Qt4 has been EOL since december 2015 -EXPIRATION_DATE= 2019-03-15 - -RUN_DEPENDS= mplayer:multimedia/mplayer - -USES= desktop-file-utils gmake qmake qt:4 tar:xz -USE_QT= gui network xml moc_build rcc_build uic_build \ - linguisttools_build -INSTALLS_ICONS= yes -MAKE_ARGS+= PREFIX=${PREFIX} DESTDIR=${STAGEDIR} -QMAKE_ARGS+= "DEFINES+=NO_DEBUG_ON_CONSOLE" -ALL_TARGET= src/umplayer -CONFIGURE_WRKSRC= ${WRKSRC}/src - -OPTIONS_DEFINE= DOCS - -post-patch: - @${REINPLACE_CMD} -e 's| make| $$(MAKE)|' \ - -e 's|cd src|(&| ; /cd src/s|$$|)|' \ - -e 's|&& $$(QMAKE) $$(QMAKE_OPTS)||' \ - -e 's|lrelease|${LRELEASE}|' \ - -e 's|/share/man|/man|' \ - -e 's|/doc/packages|/doc|' \ - -e 's|^.*/get_svn_revision.sh$$||' \ - ${WRKSRC}/Makefile - -post-patch-DOCS-off: - @${REINPLACE_CMD} -E -e '/(install|tar).*DOC_PATH/d' \ - ${WRKSRC}/Makefile - -post-install: - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME} - -.include <bsd.port.mk> diff --git a/multimedia/umplayer/distinfo b/multimedia/umplayer/distinfo deleted file mode 100644 index b9330b855104..000000000000 --- a/multimedia/umplayer/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (umplayer-0.97.tar.xz) = c293a4da2e8bf9b1bede3ef2f48c49b17ec907ed0781ccefb1da27709150e2b1 -SIZE (umplayer-0.97.tar.xz) = 3047372 diff --git a/multimedia/umplayer/files/patch-src_umplayer.cpp b/multimedia/umplayer/files/patch-src_umplayer.cpp deleted file mode 100644 index 8eba09485a80..000000000000 --- a/multimedia/umplayer/files/patch-src_umplayer.cpp +++ /dev/null @@ -1,19 +0,0 @@ ---- src/umplayer.cpp.orig 2011-09-13 08:33:08 UTC -+++ src/umplayer.cpp -@@ -447,13 +447,13 @@ void UMPlayer::showInfo() { - .arg(umplayerVersion()) - #ifdef Q_OS_LINUX - .arg("Linux") --#else --#ifdef Q_OS_WIN -+#elif defined(Q_OS_FREEBSD) -+ .arg("FreeBSD") -+#elif defined(Q_OS_WIN) - .arg("Windows ("+win_ver+")") - #else - .arg("Other OS") - #endif --#endif - ; - - printf("%s\n", s.toLocal8Bit().data() ); diff --git a/multimedia/umplayer/pkg-descr b/multimedia/umplayer/pkg-descr deleted file mode 100644 index 1bd95a873b49..000000000000 --- a/multimedia/umplayer/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -UMPlayer is the multimedia player that fills all your needs. With dozens of -advanced features and built-in codecs it can handle any media format, and -can play Audio CDs, DVDs, (S)VCDs, TV / Radio cards, YouTube" and -SHOUTcast" streams and even incomplete or damaged media files. - -WWW: http://www.umplayer.com/ diff --git a/multimedia/umplayer/pkg-plist b/multimedia/umplayer/pkg-plist deleted file mode 100644 index ab1e5fcd8d00..000000000000 --- a/multimedia/umplayer/pkg-plist +++ /dev/null @@ -1,267 +0,0 @@ -bin/umplayer -man/man1/umplayer.1.gz -share/applications/umplayer.desktop -share/applications/umplayer_enqueue.desktop -%%PORTDOCS%%%%DOCSDIR%%/Audio_equalizer.txt -%%PORTDOCS%%%%DOCSDIR%%/Changelog -%%PORTDOCS%%%%DOCSDIR%%/Configuring_the_toolbars.txt -%%PORTDOCS%%%%DOCSDIR%%/Copying.txt -%%PORTDOCS%%%%DOCSDIR%%/Finding_subtitles.txt -%%PORTDOCS%%%%DOCSDIR%%/Install.txt -%%PORTDOCS%%%%DOCSDIR%%/Not_so_obvious_things.txt -%%PORTDOCS%%%%DOCSDIR%%/Portable_Edition.txt -%%PORTDOCS%%%%DOCSDIR%%/Readme.txt -%%PORTDOCS%%%%DOCSDIR%%/Release_notes.txt -%%PORTDOCS%%%%DOCSDIR%%/Watching_TV.txt -%%PORTDOCS%%%%DOCSDIR%%/cs/faq.html -%%PORTDOCS%%%%DOCSDIR%%/cs/gpl.html -%%PORTDOCS%%%%DOCSDIR%%/de/gpl.html -%%PORTDOCS%%%%DOCSDIR%%/dvdmenus.txt -%%PORTDOCS%%%%DOCSDIR%%/en/faq.html -%%PORTDOCS%%%%DOCSDIR%%/en/gpl.html -%%PORTDOCS%%%%DOCSDIR%%/es/gpl.html -%%PORTDOCS%%%%DOCSDIR%%/gpl.txt -%%PORTDOCS%%%%DOCSDIR%%/hu/faq.html -%%PORTDOCS%%%%DOCSDIR%%/hu/gpl.html -%%PORTDOCS%%%%DOCSDIR%%/it/faq.html -%%PORTDOCS%%%%DOCSDIR%%/it/gpl.html -%%PORTDOCS%%%%DOCSDIR%%/ja/faq.html -%%PORTDOCS%%%%DOCSDIR%%/ja/gpl.html -%%PORTDOCS%%%%DOCSDIR%%/nl/gpl.html -%%PORTDOCS%%%%DOCSDIR%%/ro/gpl.html -%%PORTDOCS%%%%DOCSDIR%%/ru/faq.html -%%PORTDOCS%%%%DOCSDIR%%/ru/gpl.html -share/icons/hicolor/16x16/apps/umplayer.png -share/icons/hicolor/22x22/apps/umplayer.png -share/icons/hicolor/32x32/apps/umplayer.png -share/icons/hicolor/64x64/apps/umplayer.png -%%DATADIR%%/input.conf -%%DATADIR%%/shortcuts/default.keys -%%DATADIR%%/shortcuts/sda.keys -%%DATADIR%%/themes/Black/bg-mediabar.png -%%DATADIR%%/themes/Black/bg-menu.png -%%DATADIR%%/themes/Black/bg-panel-left.png -%%DATADIR%%/themes/Black/bg-panel-right.png -%%DATADIR%%/themes/Black/bg-panel.png -%%DATADIR%%/themes/Black/bg-search-box-left.png -%%DATADIR%%/themes/Black/bg-search-box-right.png -%%DATADIR%%/themes/Black/bg-search-box.png -%%DATADIR%%/themes/Black/bg-seekbar-buffering.png -%%DATADIR%%/themes/Black/bg-seekbar-left.png -%%DATADIR%%/themes/Black/bg-seekbar-progress.png -%%DATADIR%%/themes/Black/bg-seekbar-right.png -%%DATADIR%%/themes/Black/bg-seekbar.png -%%DATADIR%%/themes/Black/bg-toolbar.png -%%DATADIR%%/themes/Black/bg-volumebar-progress.png -%%DATADIR%%/themes/Black/bg-volumebar.png -%%DATADIR%%/themes/Black/button-equalizer.png -%%DATADIR%%/themes/Black/button-fastforward.png -%%DATADIR%%/themes/Black/button-fullscreen.png -%%DATADIR%%/themes/Black/button-max-volume.png -%%DATADIR%%/themes/Black/button-min-volume.png -%%DATADIR%%/themes/Black/button-next.png -%%DATADIR%%/themes/Black/button-play-pause.png -%%DATADIR%%/themes/Black/button-playlist.png -%%DATADIR%%/themes/Black/button-previous.png -%%DATADIR%%/themes/Black/button-record.png -%%DATADIR%%/themes/Black/button-repeat.png -%%DATADIR%%/themes/Black/button-rewind.png -%%DATADIR%%/themes/Black/button-seek-knob.png -%%DATADIR%%/themes/Black/button-shuffle.png -%%DATADIR%%/themes/Black/button-stop.png -%%DATADIR%%/themes/Black/button-toolbar.png -%%DATADIR%%/themes/Black/button-volume-knob.png -%%DATADIR%%/themes/Black/main.css -%%DATADIR%%/themes/Black/search-arrow.png -%%DATADIR%%/themes/Black/search-icon.png -%%DATADIR%%/themes/Black/search-shoutcast.png -%%DATADIR%%/themes/Black/search-youtube.png -%%DATADIR%%/themes/Gonzo/bg-mediabar.png -%%DATADIR%%/themes/Gonzo/bg-menu.png -%%DATADIR%%/themes/Gonzo/bg-panel-left.png -%%DATADIR%%/themes/Gonzo/bg-panel-right.png -%%DATADIR%%/themes/Gonzo/bg-panel.png -%%DATADIR%%/themes/Gonzo/bg-search-box-left.png -%%DATADIR%%/themes/Gonzo/bg-search-box-right.png -%%DATADIR%%/themes/Gonzo/bg-search-box.png -%%DATADIR%%/themes/Gonzo/bg-seekbar-buffering.png -%%DATADIR%%/themes/Gonzo/bg-seekbar-left.png -%%DATADIR%%/themes/Gonzo/bg-seekbar-progress.png -%%DATADIR%%/themes/Gonzo/bg-seekbar-right.png -%%DATADIR%%/themes/Gonzo/bg-seekbar.png -%%DATADIR%%/themes/Gonzo/bg-toolbar.png -%%DATADIR%%/themes/Gonzo/bg-volumebar-progress.png -%%DATADIR%%/themes/Gonzo/bg-volumebar.png -%%DATADIR%%/themes/Gonzo/button-equalizer.png -%%DATADIR%%/themes/Gonzo/button-fastforward.png -%%DATADIR%%/themes/Gonzo/button-fullscreen.png -%%DATADIR%%/themes/Gonzo/button-max-volume.png -%%DATADIR%%/themes/Gonzo/button-min-volume.png -%%DATADIR%%/themes/Gonzo/button-next.png -%%DATADIR%%/themes/Gonzo/button-play-pause.png -%%DATADIR%%/themes/Gonzo/button-playlist.png -%%DATADIR%%/themes/Gonzo/button-previous.png -%%DATADIR%%/themes/Gonzo/button-record.png -%%DATADIR%%/themes/Gonzo/button-repeat.png -%%DATADIR%%/themes/Gonzo/button-rewind.png -%%DATADIR%%/themes/Gonzo/button-seek-knob.png -%%DATADIR%%/themes/Gonzo/button-shuffle.png -%%DATADIR%%/themes/Gonzo/button-stop.png -%%DATADIR%%/themes/Gonzo/button-toolbar.png -%%DATADIR%%/themes/Gonzo/button-volume-knob.png -%%DATADIR%%/themes/Gonzo/main.css -%%DATADIR%%/themes/Gonzo/search-arrow.png -%%DATADIR%%/themes/Gonzo/search-icon.png -%%DATADIR%%/themes/Gonzo/search-shoutcast.png -%%DATADIR%%/themes/Gonzo/search-youtube.png -%%DATADIR%%/themes/Gonzo/toolbar-splitter.png -%%DATADIR%%/themes/Gonzo/toolbar-splitter2.png -%%DATADIR%%/themes/Mac/bg-mediabar.png -%%DATADIR%%/themes/Mac/bg-menu.png -%%DATADIR%%/themes/Mac/bg-panel-left.png -%%DATADIR%%/themes/Mac/bg-panel-right.png -%%DATADIR%%/themes/Mac/bg-panel.png -%%DATADIR%%/themes/Mac/bg-search-box-left.png -%%DATADIR%%/themes/Mac/bg-search-box-right.png -%%DATADIR%%/themes/Mac/bg-search-box.png -%%DATADIR%%/themes/Mac/bg-seekbar-buffering.png -%%DATADIR%%/themes/Mac/bg-seekbar-left.png -%%DATADIR%%/themes/Mac/bg-seekbar-progress.png -%%DATADIR%%/themes/Mac/bg-seekbar-right.png -%%DATADIR%%/themes/Mac/bg-seekbar.png -%%DATADIR%%/themes/Mac/bg-toolbar.png -%%DATADIR%%/themes/Mac/bg-volumebar-progress.png -%%DATADIR%%/themes/Mac/bg-volumebar.png -%%DATADIR%%/themes/Mac/button-equalizer.png -%%DATADIR%%/themes/Mac/button-fastforward.png -%%DATADIR%%/themes/Mac/button-fullscreen.png -%%DATADIR%%/themes/Mac/button-max-volume.png -%%DATADIR%%/themes/Mac/button-min-volume.png -%%DATADIR%%/themes/Mac/button-next.png -%%DATADIR%%/themes/Mac/button-play-pause.png -%%DATADIR%%/themes/Mac/button-playlist.png -%%DATADIR%%/themes/Mac/button-previous.png -%%DATADIR%%/themes/Mac/button-record.png -%%DATADIR%%/themes/Mac/button-repeat.png -%%DATADIR%%/themes/Mac/button-rewind.png -%%DATADIR%%/themes/Mac/button-seek-knob.png -%%DATADIR%%/themes/Mac/button-shuffle.png -%%DATADIR%%/themes/Mac/button-stop.png -%%DATADIR%%/themes/Mac/button-toolbar.png -%%DATADIR%%/themes/Mac/button-volume-knob.png -%%DATADIR%%/themes/Mac/main.css -%%DATADIR%%/themes/Mac/search-arrow.png -%%DATADIR%%/themes/Mac/search-icon.png -%%DATADIR%%/themes/Mac/search-shoutcast.png -%%DATADIR%%/themes/Mac/search-youtube.png -%%DATADIR%%/themes/Modern/bg-mediabar.png -%%DATADIR%%/themes/Modern/bg-menu.png -%%DATADIR%%/themes/Modern/bg-panel-left.png -%%DATADIR%%/themes/Modern/bg-panel-right.png -%%DATADIR%%/themes/Modern/bg-panel.png -%%DATADIR%%/themes/Modern/bg-search-box-left.png -%%DATADIR%%/themes/Modern/bg-search-box-right.png -%%DATADIR%%/themes/Modern/bg-search-box.png -%%DATADIR%%/themes/Modern/bg-seekbar-buffering.png -%%DATADIR%%/themes/Modern/bg-seekbar-left.png -%%DATADIR%%/themes/Modern/bg-seekbar-progress.png -%%DATADIR%%/themes/Modern/bg-seekbar-right.png -%%DATADIR%%/themes/Modern/bg-seekbar.png -%%DATADIR%%/themes/Modern/bg-toolbar.png -%%DATADIR%%/themes/Modern/bg-volumebar-progress.png -%%DATADIR%%/themes/Modern/bg-volumebar.png -%%DATADIR%%/themes/Modern/button-equalizer.png -%%DATADIR%%/themes/Modern/button-fastforward.png -%%DATADIR%%/themes/Modern/button-fullscreen.png -%%DATADIR%%/themes/Modern/button-max-volume.png -%%DATADIR%%/themes/Modern/button-min-volume.png -%%DATADIR%%/themes/Modern/button-next.png -%%DATADIR%%/themes/Modern/button-play-pause.png -%%DATADIR%%/themes/Modern/button-playlist.png -%%DATADIR%%/themes/Modern/button-previous.png -%%DATADIR%%/themes/Modern/button-record.png -%%DATADIR%%/themes/Modern/button-repeat.png -%%DATADIR%%/themes/Modern/button-rewind.png -%%DATADIR%%/themes/Modern/button-seek-knob.png -%%DATADIR%%/themes/Modern/button-shuffle.png -%%DATADIR%%/themes/Modern/button-stop.png -%%DATADIR%%/themes/Modern/button-toolbar.png -%%DATADIR%%/themes/Modern/button-volume-knob.png -%%DATADIR%%/themes/Modern/main.css -%%DATADIR%%/themes/Modern/search-arrow.png -%%DATADIR%%/themes/Modern/search-icon.png -%%DATADIR%%/themes/Modern/search-shoutcast.png -%%DATADIR%%/themes/Modern/search-youtube.png -%%DATADIR%%/themes/Vista/bg-mediabar.png -%%DATADIR%%/themes/Vista/bg-menu.png -%%DATADIR%%/themes/Vista/bg-panel-left.png -%%DATADIR%%/themes/Vista/bg-panel-right.png -%%DATADIR%%/themes/Vista/bg-panel.png -%%DATADIR%%/themes/Vista/bg-search-box-left.png -%%DATADIR%%/themes/Vista/bg-search-box-right.png -%%DATADIR%%/themes/Vista/bg-search-box.png -%%DATADIR%%/themes/Vista/bg-seekbar-buffering.png -%%DATADIR%%/themes/Vista/bg-seekbar-left.png -%%DATADIR%%/themes/Vista/bg-seekbar-progress.png -%%DATADIR%%/themes/Vista/bg-seekbar-right.png -%%DATADIR%%/themes/Vista/bg-seekbar.png -%%DATADIR%%/themes/Vista/bg-toolbar.png -%%DATADIR%%/themes/Vista/bg-volumebar-progress.png -%%DATADIR%%/themes/Vista/bg-volumebar.png -%%DATADIR%%/themes/Vista/button-equalizer.png -%%DATADIR%%/themes/Vista/button-fastforward.png -%%DATADIR%%/themes/Vista/button-fullscreen.png -%%DATADIR%%/themes/Vista/button-max-volume.png -%%DATADIR%%/themes/Vista/button-min-volume.png -%%DATADIR%%/themes/Vista/button-next.png -%%DATADIR%%/themes/Vista/button-play-pause.png -%%DATADIR%%/themes/Vista/button-playlist.png -%%DATADIR%%/themes/Vista/button-previous.png -%%DATADIR%%/themes/Vista/button-record.png -%%DATADIR%%/themes/Vista/button-repeat.png -%%DATADIR%%/themes/Vista/button-rewind.png -%%DATADIR%%/themes/Vista/button-seek-knob.png -%%DATADIR%%/themes/Vista/button-shuffle.png -%%DATADIR%%/themes/Vista/button-stop.png -%%DATADIR%%/themes/Vista/button-toolbar.png -%%DATADIR%%/themes/Vista/button-volume-knob.png -%%DATADIR%%/themes/Vista/main.css -%%DATADIR%%/themes/Vista/search-arrow.png -%%DATADIR%%/themes/Vista/search-icon.png -%%DATADIR%%/themes/Vista/search-shoutcast.png -%%DATADIR%%/themes/Vista/search-youtube.png -%%DATADIR%%/translations/umplayer_ar_SY.qm -%%DATADIR%%/translations/umplayer_bg.qm -%%DATADIR%%/translations/umplayer_ca.qm -%%DATADIR%%/translations/umplayer_cs.qm -%%DATADIR%%/translations/umplayer_de.qm -%%DATADIR%%/translations/umplayer_el_GR.qm -%%DATADIR%%/translations/umplayer_en_US.qm -%%DATADIR%%/translations/umplayer_es.qm -%%DATADIR%%/translations/umplayer_et.qm -%%DATADIR%%/translations/umplayer_eu.qm -%%DATADIR%%/translations/umplayer_fi.qm -%%DATADIR%%/translations/umplayer_fr.qm -%%DATADIR%%/translations/umplayer_gl.qm -%%DATADIR%%/translations/umplayer_hu.qm -%%DATADIR%%/translations/umplayer_it.qm -%%DATADIR%%/translations/umplayer_ja.qm -%%DATADIR%%/translations/umplayer_ka.qm -%%DATADIR%%/translations/umplayer_ko.qm -%%DATADIR%%/translations/umplayer_ku.qm -%%DATADIR%%/translations/umplayer_mk.qm -%%DATADIR%%/translations/umplayer_nl.qm -%%DATADIR%%/translations/umplayer_pl.qm -%%DATADIR%%/translations/umplayer_pt.qm -%%DATADIR%%/translations/umplayer_pt_BR.qm -%%DATADIR%%/translations/umplayer_ro_RO.qm -%%DATADIR%%/translations/umplayer_ru_RU.qm -%%DATADIR%%/translations/umplayer_sk.qm -%%DATADIR%%/translations/umplayer_sl_SI.qm -%%DATADIR%%/translations/umplayer_sr.qm -%%DATADIR%%/translations/umplayer_sv.qm -%%DATADIR%%/translations/umplayer_tr.qm -%%DATADIR%%/translations/umplayer_uk_UA.qm -%%DATADIR%%/translations/umplayer_vi_VN.qm -%%DATADIR%%/translations/umplayer_zh_CN.qm -%%DATADIR%%/translations/umplayer_zh_TW.qm |