mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
- Update to 0.9.10.
- Make DOCS optional. - Add dependency on nepomuk-core. [1] [1] nepomuk-core isn't Nepomuk itself, it's just a tiny support library with few extra dependencies. This is a bugfix release with a few minor changes: http://kdenlive.org/discover/0.9.10
This commit is contained in:
parent
c1677ca11a
commit
432b524a10
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=369828
@ -1,7 +1,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= kdenlive
|
||||
PORTVERSION= 0.9.8
|
||||
PORTVERSION= 0.9.10
|
||||
CATEGORIES= multimedia kde
|
||||
MASTER_SITES= ${MASTER_SITE_KDE}
|
||||
MASTER_SITE_SUBDIR= stable/${PORTNAME}/${PORTVERSION}/src/
|
||||
@ -15,8 +15,8 @@ LIB_DEPENDS= libmlt.so:${PORTSDIR}/multimedia/mlt \
|
||||
libqjson.so:${PORTSDIR}/devel/qjson
|
||||
RUN_DEPENDS= ffmpeg${FFMPEG_SUFX}:${PORTSDIR}/multimedia/ffmpeg${FFMPEG_SUFX}
|
||||
|
||||
USE_KDE4= kdehier kdelibs kdeprefix automoc4
|
||||
USE_QT4= dbus gui opengl script svg xml \
|
||||
USE_KDE4= automoc4 kdehier kdelibs kdeprefix nepomuk-core
|
||||
USE_QT4= corelib dbus gui opengl script svg xml \
|
||||
moc_build qmake_build rcc_build uic_build
|
||||
USE_XORG= x11
|
||||
USES= cmake pkgconfig shared-mime-info tar:bzip2
|
||||
@ -25,15 +25,17 @@ CMAKE_ARGS= -DFFMPEG_SUFFIX:STRING="${FFMPEG_SUFX}"
|
||||
# Keep in sync with multimedia/mlt, possibly.
|
||||
FFMPEG_SUFX= # Currently empty.
|
||||
|
||||
OPTIONS_DEFINE= DVDWIZARD FREI0R LADSPA NLS SCREENCAST V4L XINE
|
||||
OPTIONS_DEFINE= DOCS DVDWIZARD FREI0R LADSPA NLS SCREENCAST V4L XINE
|
||||
OPTIONS_DEFAULT=DVDWIZARD FREI0R LADSPA SCREENCAST V4L XINE
|
||||
OPTIONS_SUB= yes
|
||||
|
||||
DVDWIZARD_DESC= DVD authoring via DVDAuthor and cdrtools
|
||||
SCREENCAST_DESC=Screen capture support via recordMyDesktop
|
||||
V4L_DESC= Webcam support via Video 4 Linux
|
||||
V4L_DESC= Webcam support via Video4Linux
|
||||
XINE_DESC= DVD preview support via xine
|
||||
|
||||
DOCS_CMAKE_OFF= -DBUILD_doc:BOOL=FALSE
|
||||
|
||||
DVDWIZARD_RUN_DEPENDS= dvdauthor:${PORTSDIR}/multimedia/dvdauthor \
|
||||
cdrecord:${PORTSDIR}/sysutils/cdrtools
|
||||
|
||||
@ -54,12 +56,7 @@ XINE_RUN_DEPENDS= xine:${PORTSDIR}/multimedia/xine
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -E -e '/${PORTNAME}.(menu|xpm)/ d' \
|
||||
-e '/^update_xdg_mimetypes/ d; /SharedMimeInfo/ d' \
|
||||
${PATCH_WRKSRC}/data/CMakeLists.txt
|
||||
@${REINPLACE_CMD} -e '/^update_xdg_mimetypes/ d; /SharedMimeInfo/ d' \
|
||||
${PATCH_WRKSRC}/src/mimetypes/CMakeLists.txt
|
||||
.for lang in bs ca ca@valencia cs da de el es et fi fr ga gl he hr hu it ja lt mr nb nds nl pl pt pt_BR ro ru sk sl sv tr ug uk zh_CN zh_TW
|
||||
@${REINPLACE_CMD} -e 's,fr ALL,${lang} ALL,' \
|
||||
${PATCH_WRKSRC}/po/${lang}/CMakeLists.txt
|
||||
.endfor
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (kdenlive-0.9.8.tar.bz2) = 96ca31f9f6d4dc339b1e1daf46ec0803516118e712a5a2d75d9433ee5fd6a59f
|
||||
SIZE (kdenlive-0.9.8.tar.bz2) = 4775988
|
||||
SHA256 (kdenlive-0.9.10.tar.bz2) = f68fdb39173e69ce422fdd57bbc4ced47711317e538b0101eee6a1bc9cedb763
|
||||
SIZE (kdenlive-0.9.10.tar.bz2) = 4666332
|
||||
|
@ -170,27 +170,57 @@ share/config/kdenlive_titles.knsrc
|
||||
share/config/kdenlive_wipes.knsrc
|
||||
share/config/kdenliveeffectscategory.rc
|
||||
share/config/kdenlivetranscodingrc
|
||||
share/doc/HTML/en/kdenlive/Kdenlive-Quickstart-Add-Last-Clip.png
|
||||
share/doc/HTML/en/kdenlive/Kdenlive-Quickstart-Add-Transition.png
|
||||
share/doc/HTML/en/kdenlive/Kdenlive-Quickstart-EffectStack.png
|
||||
share/doc/HTML/en/kdenlive/Kdenlive_Quickstart-Add-Clips.png
|
||||
share/doc/HTML/en/kdenlive/Kdenlive_Quickstart-Add-Effect.png
|
||||
share/doc/HTML/en/kdenlive/Kdenlive_Quickstart-Effect-Flag.png
|
||||
share/doc/HTML/en/kdenlive/Kdenlive_Quickstart-Fadeout.png
|
||||
share/doc/HTML/en/kdenlive/Kdenlive_Quickstart-Folder-Structure.png
|
||||
share/doc/HTML/en/kdenlive/Kdenlive_Quickstart-Keyframes.png
|
||||
share/doc/HTML/en/kdenlive/Kdenlive_Quickstart-Mainwindow.png
|
||||
share/doc/HTML/en/kdenlive/Kdenlive_Quickstart-New-Project.png
|
||||
share/doc/HTML/en/kdenlive/Kdenlive_Quickstart-Overlap-Clips.png
|
||||
share/doc/HTML/en/kdenlive/Kdenlive_Quickstart-Renderer.png
|
||||
share/doc/HTML/en/kdenlive/Kdenlive_Quickstart-Rendering.png
|
||||
share/doc/HTML/en/kdenlive/Kdenlive_Quickstart-Resize-Marker.png
|
||||
share/doc/HTML/en/kdenlive/Kdenlive_Quickstart-Save-Project.png
|
||||
share/doc/HTML/en/kdenlive/Kdenlive_Quickstart-Timeline-Clips.png
|
||||
share/doc/HTML/en/kdenlive/Kdenlive_Quickstart-TimelineCursor.png
|
||||
share/doc/HTML/en/kdenlive/common
|
||||
share/doc/HTML/en/kdenlive/index.cache.bz2
|
||||
share/doc/HTML/en/kdenlive/index.docbook
|
||||
%%PORTDOCS%%share/doc/HTML/ca/kdenlive/common
|
||||
%%PORTDOCS%%share/doc/HTML/ca/kdenlive/index.cache.bz2
|
||||
%%PORTDOCS%%share/doc/HTML/ca/kdenlive/index.docbook
|
||||
%%PORTDOCS%%share/doc/HTML/de/kdenlive/common
|
||||
%%PORTDOCS%%share/doc/HTML/de/kdenlive/index.cache.bz2
|
||||
%%PORTDOCS%%share/doc/HTML/de/kdenlive/index.docbook
|
||||
%%PORTDOCS%%share/doc/HTML/en/kdenlive/Kdenlive-Quickstart-Add-Last-Clip.png
|
||||
%%PORTDOCS%%share/doc/HTML/en/kdenlive/Kdenlive-Quickstart-Add-Transition.png
|
||||
%%PORTDOCS%%share/doc/HTML/en/kdenlive/Kdenlive-Quickstart-EffectStack.png
|
||||
%%PORTDOCS%%share/doc/HTML/en/kdenlive/Kdenlive_Quickstart-Add-Clips.png
|
||||
%%PORTDOCS%%share/doc/HTML/en/kdenlive/Kdenlive_Quickstart-Add-Effect.png
|
||||
%%PORTDOCS%%share/doc/HTML/en/kdenlive/Kdenlive_Quickstart-Effect-Flag.png
|
||||
%%PORTDOCS%%share/doc/HTML/en/kdenlive/Kdenlive_Quickstart-Fadeout.png
|
||||
%%PORTDOCS%%share/doc/HTML/en/kdenlive/Kdenlive_Quickstart-Folder-Structure.png
|
||||
%%PORTDOCS%%share/doc/HTML/en/kdenlive/Kdenlive_Quickstart-Keyframes.png
|
||||
%%PORTDOCS%%share/doc/HTML/en/kdenlive/Kdenlive_Quickstart-Mainwindow.png
|
||||
%%PORTDOCS%%share/doc/HTML/en/kdenlive/Kdenlive_Quickstart-New-Project.png
|
||||
%%PORTDOCS%%share/doc/HTML/en/kdenlive/Kdenlive_Quickstart-Overlap-Clips.png
|
||||
%%PORTDOCS%%share/doc/HTML/en/kdenlive/Kdenlive_Quickstart-Renderer.png
|
||||
%%PORTDOCS%%share/doc/HTML/en/kdenlive/Kdenlive_Quickstart-Rendering.png
|
||||
%%PORTDOCS%%share/doc/HTML/en/kdenlive/Kdenlive_Quickstart-Resize-Marker.png
|
||||
%%PORTDOCS%%share/doc/HTML/en/kdenlive/Kdenlive_Quickstart-Save-Project.png
|
||||
%%PORTDOCS%%share/doc/HTML/en/kdenlive/Kdenlive_Quickstart-Timeline-Clips.png
|
||||
%%PORTDOCS%%share/doc/HTML/en/kdenlive/Kdenlive_Quickstart-TimelineCursor.png
|
||||
%%PORTDOCS%%share/doc/HTML/en/kdenlive/common
|
||||
%%PORTDOCS%%share/doc/HTML/en/kdenlive/index.cache.bz2
|
||||
%%PORTDOCS%%share/doc/HTML/en/kdenlive/index.docbook
|
||||
%%PORTDOCS%%share/doc/HTML/es/kdenlive/common
|
||||
%%PORTDOCS%%share/doc/HTML/es/kdenlive/index.cache.bz2
|
||||
%%PORTDOCS%%share/doc/HTML/es/kdenlive/index.docbook
|
||||
%%PORTDOCS%%share/doc/HTML/fr/kdenlive/common
|
||||
%%PORTDOCS%%share/doc/HTML/fr/kdenlive/index.cache.bz2
|
||||
%%PORTDOCS%%share/doc/HTML/fr/kdenlive/index.docbook
|
||||
%%PORTDOCS%%share/doc/HTML/it/kdenlive/common
|
||||
%%PORTDOCS%%share/doc/HTML/it/kdenlive/index.cache.bz2
|
||||
%%PORTDOCS%%share/doc/HTML/it/kdenlive/index.docbook
|
||||
%%PORTDOCS%%share/doc/HTML/nl/kdenlive/common
|
||||
%%PORTDOCS%%share/doc/HTML/nl/kdenlive/index.cache.bz2
|
||||
%%PORTDOCS%%share/doc/HTML/nl/kdenlive/index.docbook
|
||||
%%PORTDOCS%%share/doc/HTML/pt/kdenlive/common
|
||||
%%PORTDOCS%%share/doc/HTML/pt/kdenlive/index.cache.bz2
|
||||
%%PORTDOCS%%share/doc/HTML/pt/kdenlive/index.docbook
|
||||
%%PORTDOCS%%share/doc/HTML/pt_BR/kdenlive/common
|
||||
%%PORTDOCS%%share/doc/HTML/pt_BR/kdenlive/index.cache.bz2
|
||||
%%PORTDOCS%%share/doc/HTML/pt_BR/kdenlive/index.docbook
|
||||
%%PORTDOCS%%share/doc/HTML/sv/kdenlive/common
|
||||
%%PORTDOCS%%share/doc/HTML/sv/kdenlive/index.cache.bz2
|
||||
%%PORTDOCS%%share/doc/HTML/sv/kdenlive/index.docbook
|
||||
%%PORTDOCS%%share/doc/HTML/uk/kdenlive/common
|
||||
%%PORTDOCS%%share/doc/HTML/uk/kdenlive/index.cache.bz2
|
||||
%%PORTDOCS%%share/doc/HTML/uk/kdenlive/index.docbook
|
||||
share/icons/hicolor/128x128/actions/kdenlive-select-all.png
|
||||
share/icons/hicolor/128x128/mimetypes/application-x-kdenlivetitle.png
|
||||
share/icons/hicolor/16x16/actions/kdenlive-add-clip.png
|
||||
@ -361,6 +391,7 @@ share/kde4/services/westleypreview.desktop
|
||||
%%NLS%%share/locale/da/LC_MESSAGES/kdenlive.mo
|
||||
%%NLS%%share/locale/de/LC_MESSAGES/kdenlive.mo
|
||||
%%NLS%%share/locale/el/LC_MESSAGES/kdenlive.mo
|
||||
%%NLS%%share/locale/en_GB/LC_MESSAGES/kdenlive.mo
|
||||
%%NLS%%share/locale/es/LC_MESSAGES/kdenlive.mo
|
||||
%%NLS%%share/locale/et/LC_MESSAGES/kdenlive.mo
|
||||
%%NLS%%share/locale/fi/LC_MESSAGES/kdenlive.mo
|
||||
@ -386,6 +417,7 @@ share/kde4/services/westleypreview.desktop
|
||||
%%NLS%%share/locale/sl/LC_MESSAGES/kdenlive.mo
|
||||
%%NLS%%share/locale/sv/LC_MESSAGES/kdenlive.mo
|
||||
%%NLS%%share/locale/tr/LC_MESSAGES/kdenlive.mo
|
||||
%%NLS%%share/locale/ug/LC_MESSAGES/kdenlive.mo
|
||||
%%NLS%%share/locale/uk/LC_MESSAGES/kdenlive.mo
|
||||
%%NLS%%share/locale/zh_CN/LC_MESSAGES/kdenlive.mo
|
||||
%%NLS%%share/locale/zh_TW/LC_MESSAGES/kdenlive.mo
|
||||
|
Loading…
Reference in New Issue
Block a user