Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Multimedia
Kdenlive
Commits
5a7add26
Commit
5a7add26
authored
Jun 24, 2014
by
Vincent PINON
Browse files
moving files (might be refined later)
parent
5fcf17f2
Changes
516
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
5a7add26
...
...
@@ -76,17 +76,11 @@ set(MLT_PREFIX ${MLT_ROOT_DIR})
add_subdirectory
(
data
)
macro_optional_add_subdirectory
(
doc
)
add_subdirectory
(
effects
)
add_subdirectory
(
export
)
add_subdirectory
(
icons
)
add_subdirectory
(
lumas
)
add_subdirectory
(
man
)
add_subdirectory
(
plugins
)
macro_optional_add_subdirectory
(
po
)
add_subdirectory
(
renderer
)
add_subdirectory
(
src
)
add_subdirectory
(
thumbnailer
)
add_subdirectory
(
titles
)
#add_subdirectory(testingArea)
macro_display_feature_log
()
...
...
data/CMakeLists.txt
View file @
5a7add26
install
(
FILES banner.png timeline_nothumbs.png timeline_athumbs.png timeline_vthumbs.png timeline_avthumbs.png metadata.properties blacklisted_effects.txt blacklisted_transitions.txt encodingprofiles.rc meta_ffmpeg.png meta_libav.png meta_magiclantern.png DESTINATION
${
DATA_INSTALL_DIR
}
/kdenlive
)
install
(
FILES kdenliveeffectscategory.rc DESTINATION
${
CONFIG_INSTALL_DIR
}
)
install
(
FILES kdenlive.xpm DESTINATION share/pixmaps
)
install
(
FILES kdenlive.menu DESTINATION share/menu RENAME kdenlive
)
add_subdirectory
(
effects
)
add_subdirectory
(
icons
)
add_subdirectory
(
lumas
)
add_subdirectory
(
man
)
add_subdirectory
(
titles
)
install
(
FILES
banner.png
blacklisted_effects.txt
blacklisted_transitions.txt
encodingprofiles.rc
kdenliveui.rc
kdenlive.notifyrc
metadata.properties
meta_ffmpeg.png
meta_libav.png
meta_magiclantern.png
timeline_athumbs.png
timeline_avthumbs.png
timeline_nothumbs.png
timeline_vthumbs.png
DESTINATION
${
DATA_INSTALL_DIR
}
/kdenlive
)
install
(
FILES profiles.xml DESTINATION
${
DATA_INSTALL_DIR
}
/kdenlive/export
)
install
(
FILES
kdenliveeffectscategory.rc
kdenlive_projectprofiles.knsrc
kdenlive_renderprofiles.knsrc
kdenlive_titles.knsrc
kdenlive_wipes.knsrc
kdenlivetranscodingrc
DESTINATION
${
CONFIG_INSTALL_DIR
}
)
install
(
FILES kdenlive.xpm DESTINATION share/pixmaps
)
install
(
FILES kdenlive.menu DESTINATION share/menu RENAME kdenlive
)
install
(
FILES kdenlive.desktop DESTINATION
${
XDG_APPS_INSTALL_DIR
}
)
find_package
(
SharedMimeInfo REQUIRED
)
install
(
FILES kdenlive.xml westley.xml DESTINATION
${
XDG_MIME_INSTALL_DIR
}
)
update_xdg_mimetypes
(
${
XDG_MIME_INSTALL_DIR
}
)
effects/CMakeLists.txt
→
data/
effects/CMakeLists.txt
View file @
5a7add26
File moved
effects/README
→
data/
effects/README
View file @
5a7add26
File moved
effects/audiobalance.xml
→
data/
effects/audiobalance.xml
View file @
5a7add26
File moved
effects/audiopan.xml
→
data/
effects/audiopan.xml
View file @
5a7add26
File moved
effects/audiowave.xml
→
data/
effects/audiowave.xml
View file @
5a7add26
File moved
effects/automask.xml
→
data/
effects/automask.xml
View file @
5a7add26
File moved
effects/boxblur.xml
→
data/
effects/boxblur.xml
View file @
5a7add26
File moved
effects/brightness.xml
→
data/
effects/brightness.xml
View file @
5a7add26
File moved
effects/channelcopy.xml
→
data/
effects/channelcopy.xml
View file @
5a7add26
File moved
effects/charcoal.xml
→
data/
effects/charcoal.xml
View file @
5a7add26
File moved
effects/chroma.xml
→
data/
effects/chroma.xml
View file @
5a7add26
File moved
effects/chroma_hold.xml
→
data/
effects/chroma_hold.xml
View file @
5a7add26
File moved
effects/crop.xml
→
data/
effects/crop.xml
View file @
5a7add26
File moved
effects/dust.xml
→
data/
effects/dust.xml
View file @
5a7add26
File moved
effects/dynamictext.xml
→
data/
effects/dynamictext.xml
View file @
5a7add26
File moved
effects/fade_from_black.xml
→
data/
effects/fade_from_black.xml
View file @
5a7add26
File moved
effects/fade_to_black.xml
→
data/
effects/fade_to_black.xml
View file @
5a7add26
File moved
effects/fadein.xml
→
data/
effects/fadein.xml
View file @
5a7add26
File moved
Prev
1
2
3
4
5
…
26
Next
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment