forked from gentoo/gentoo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
media-libs/mlt: metadata.xml: Clean indentation and sort
Package-Manager: Portage-2.3.13, Repoman-2.3.4
- Loading branch information
Showing
1 changed file
with
29 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,33 +1,33 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> | ||
<pkgmetadata> | ||
<maintainer type="project"> | ||
<email>[email protected]</email> | ||
</maintainer> | ||
<maintainer type="project"> | ||
<email>[email protected]</email> | ||
<name>Gentoo KDE Project</name> | ||
</maintainer> | ||
<use> | ||
<flag name="compressed-lumas">Compress the luma files in png.</flag> | ||
<flag name="frei0r">Build the module for <pkg>media-plugins/frei0r-plugins</pkg></flag> | ||
<flag name="melt">Build the melt commandline tool</flag> | ||
<flag name="lua">Build SWIG bindings for Lua</flag> | ||
<flag name="kdenlive">Build support for <pkg>kde-apps/kdenlive</pkg></flag> | ||
<flag name="opencv">Build motion tracking module using <pkg>media-libs/opencv</pkg></flag> | ||
<flag name="python">Build SWIG bindings for Python</flag> | ||
<flag name="rtaudio">Builds rtaudio consumer for native audio support on multiple platforms.</flag> | ||
<flag name="ruby">Build SWIG bindings for Ruby</flag> | ||
<!-- | ||
<flag name="swfdec">Use <pkg>media-libs/swfdec</pkg> for reading .swf files (Macromedia Flash) instead of libavformat.</flag> | ||
<flag name="java">Build SWIG bindings for Java</flag> | ||
<flag name="perl">Build SWIG bindings for Perl</flag> | ||
<flag name="php">Build SWIG bindings for PHP</flag> | ||
<flag name="tcl">Build SWIG bindings for TCL</flag> | ||
--> | ||
</use> | ||
<upstream> | ||
<remote-id type="sourceforge">mlt</remote-id> | ||
<remote-id type="github">mltframework/mlt</remote-id> | ||
</upstream> | ||
<maintainer type="project"> | ||
<email>[email protected]</email> | ||
</maintainer> | ||
<maintainer type="project"> | ||
<email>[email protected]</email> | ||
<name>Gentoo KDE Project</name> | ||
</maintainer> | ||
<use> | ||
<flag name="compressed-lumas">Compress the luma files in png.</flag> | ||
<flag name="frei0r">Build the module for <pkg>media-plugins/frei0r-plugins</pkg></flag> | ||
<flag name="kdenlive">Build support for <pkg>kde-apps/kdenlive</pkg></flag> | ||
<flag name="lua">Build SWIG bindings for Lua</flag> | ||
<flag name="melt">Build the melt commandline tool</flag> | ||
<flag name="opencv">Build motion tracking module using <pkg>media-libs/opencv</pkg></flag> | ||
<flag name="python">Build SWIG bindings for Python</flag> | ||
<flag name="rtaudio">Builds rtaudio consumer for native audio support on multiple platforms.</flag> | ||
<flag name="ruby">Build SWIG bindings for Ruby</flag> | ||
<!-- | ||
<flag name="swfdec">Use <pkg>media-libs/swfdec</pkg> for reading .swf files (Macromedia Flash) instead of libavformat.</flag> | ||
<flag name="java">Build SWIG bindings for Java</flag> | ||
<flag name="perl">Build SWIG bindings for Perl</flag> | ||
<flag name="php">Build SWIG bindings for PHP</flag> | ||
<flag name="tcl">Build SWIG bindings for TCL</flag> | ||
--> | ||
</use> | ||
<upstream> | ||
<remote-id type="sourceforge">mlt</remote-id> | ||
<remote-id type="github">mltframework/mlt</remote-id> | ||
</upstream> | ||
</pkgmetadata> |