Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
Chakra
Packages
core
Commits
aee60347
Commit
aee60347
authored
Apr 01, 2016
by
AlmAck
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
mlt 6.0.0, enabled GPU processing with movit
parent
b5441b85
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
35 additions
and
7 deletions
+35
-7
mlt/PKGBUILD
mlt/PKGBUILD
+12
-7
movit/PKGBUILD
movit/PKGBUILD
+23
-0
No files found.
mlt/PKGBUILD
View file @
aee60347
# Maintainer: H W Tovetjärn (totte) <totte@tott.es>
# Contributors: AlmAck
pkgbase
=
mlt
pkgname
=(
mlt mlt-python-bindings
)
pkgver
=
0.9.8
pkgrel
=
3
pkgver
=
6.0.0
pkgrel
=
2
pkgdesc
=
"An open source multimedia framework"
arch
=(
'x86_64'
)
url
=
"http://www.mltframework.org"
license
=(
GPL
)
makedepends
=(
ladspa frei0r-plugins libdv sdl_image libsamplerate sox ffmpeg vid.stab qt5-svg jack libexif python2 swig
)
makedepends
=(
ladspa frei0r-plugins libdv sdl_image libsamplerate sox ffmpeg vid.stab qt5-svg jack libexif python2 swig
movit eigen3
)
source
=(
"https://github.com/mltframework/mlt/archive/v
${
pkgver
}
.tar.gz"
)
md5sums
=(
'57397f2f0fa0545c248c5e9b59c140d5'
)
md5sums
=(
'df4909bbf3dacb1186b5c1bd2aeef568'
)
options
=(
'debug'
)
build
()
{
# mlt
...
...
@@ -37,10 +41,11 @@ package_mlt() {
'sox: for SOX (Audio Swiss Army Knife) plugin'
'ffmpeg: for ffmpeg plugin'
'vid.stab: for video stabilize plugin'
'gtk2: Gtk plugin'
'qt5-svg: for Qt5 plugins'
'jack2: for JACK sound output plugin'
'libexif: for auto rotate plugin'
)
'libexif: for auto rotate plugin'
'frei0r-plugins: for additional effects'
'movit: opengl plugin'
)
conflicts
=(
'mlt++<=0.3.8'
)
cd
"
$srcdir
/mlt-
$pkgver
"
...
...
@@ -48,7 +53,7 @@ package_mlt() {
}
package_mlt-python-bindings
()
{
depends
=(
'python2'
'mlt
>=0.8
'
)
depends
=(
'python2'
'mlt'
)
cd
"
$srcdir
/mlt-
$pkgver
/src/swig/python"
mkdir
-p
"
$pkgdir
/usr/lib/python2.7/"
...
...
movit/PKGBUILD
0 → 100644
View file @
aee60347
pkgname
=
movit
pkgver
=
1.3.2
pkgrel
=
1
pkgdesc
=
"The modern video toolkit"
arch
=(
x86_64
)
url
=
"http://movit.sesse.net/"
license
=(
GPL
)
depends
=(
fftw libepoxy
)
makedepends
=(
eigen3 gtest sdl2
)
source
=(
"https://movit.sesse.net/
$pkgname
-
$pkgver
.tar.gz"
)
md5sums
=(
'dadc7e1695ac784a0233df6b2a1a2b8b'
)
build
()
{
cd
$pkgname
-
$pkgver
./configure
--prefix
=
/usr
make
}
package
()
{
cd
$pkgname
-
$pkgver
make
DESTDIR
=
"
$pkgdir
"
install
}
Write
Preview
Markdown
is supported
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