Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
aports
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
knuxify
aports
Commits
c76a31e3
Commit
c76a31e3
authored
5 years ago
by
Leo
Committed by
Andy Postnikov
5 years ago
Browse files
Options
Downloads
Patches
Plain Diff
testing/frei0r-plugins: upgrade to 1.6.1
- Stop using opencv since it is unmaintained - Fix license - Use modern style
parent
8d7d6fa8
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
testing/frei0r-plugins/APKBUILD
+6
-18
6 additions, 18 deletions
testing/frei0r-plugins/APKBUILD
with
6 additions
and
18 deletions
testing/frei0r-plugins/APKBUILD
+
6
−
18
View file @
c76a31e3
# Contributor: Carlo Landmeter <clandmeter@gmail.com>
# Contributor: Carlo Landmeter <clandmeter@gmail.com>
# Maintainer:
# Maintainer:
pkgname
=
frei0r-plugins
pkgname
=
frei0r-plugins
pkgver
=
1.
5.0
pkgver
=
1.
6.1
pkgrel
=
2
pkgrel
=
0
pkgdesc
=
"A minimalistic plugin API for video sources and filters"
pkgdesc
=
"A minimalistic plugin API for video sources and filters"
url
=
"http://
www.piksel.org/frei0r
"
url
=
"http
s
://
frei0r.dyne.org/
"
arch
=
"all"
arch
=
"all"
options
=
"!check"
# No test suite.
options
=
"!check"
# No test suite.
license
=
"GPL-2.0+"
license
=
"GPL-2.0-or-later"
depends
=
""
makedepends
=
"gavl-dev file cairo-dev doxygen"
makedepends
=
"opencv-dev gavl-dev file cairo-dev doxygen
automake autoconf libtool"
install
=
""
subpackages
=
"
$pkgname
-dev
$pkgname
-doc"
subpackages
=
"
$pkgname
-dev
$pkgname
-doc"
source
=
"https://files.dyne.org/frei0r/releases/frei0r-plugins-
$pkgver
.tar.gz"
source
=
"https://files.dyne.org/frei0r/releases/frei0r-plugins-
$pkgver
.tar.gz"
prepare
()
{
default_prepare
cd
"
$builddir
"
touch
README AUTHORS ChangeLog TODO
autoreconf
-i
}
build
()
{
build
()
{
cd
"
$builddir
"
./configure
\
./configure
\
--build
=
$CBUILD
\
--build
=
$CBUILD
\
--host
=
$CHOST
\
--host
=
$CHOST
\
...
@@ -32,8 +21,7 @@ build() {
...
@@ -32,8 +21,7 @@ build() {
}
}
package
()
{
package
()
{
cd
"
$builddir
"
make
DESTDIR
=
"
$pkgdir
"
install
make
DESTDIR
=
"
$pkgdir
"
install
}
}
sha512sums
=
"
9be0384421ff5ac9000dcda9acefb5cb2b6dc05ea72d9771fae990cb5fad4424dcef8dd15c1e5031a89169f914af8c7a30e47934ad007a3bc0150f3c005bc6bf
frei0r-plugins-1.
5.0
.tar.gz"
sha512sums
=
"
843790389e6de83817d1c3744a91d3365864bb0c22cf6598707ccba5ec8933f6209434011cde1303e16edd89f6cde2f22aa1fb6eca3548d892a2c77332c44aac
frei0r-plugins-1.
6.1
.tar.gz"
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment