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
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
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
Maxim Karasev
aports
Commits
25e6d1f3
Commit
25e6d1f3
authored
9 years ago
by
Francesco Colista
Browse files
Options
Downloads
Patches
Plain Diff
main/v4l-utils: splitted lib from main package to -libs subpackage
parent
c1208d51
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
main/v4l-utils/APKBUILD
+9
-2
9 additions, 2 deletions
main/v4l-utils/APKBUILD
with
9 additions
and
2 deletions
main/v4l-utils/APKBUILD
+
9
−
2
View file @
25e6d1f3
...
...
@@ -2,7 +2,7 @@
# Maintainer: Francesco Colista <fcolista@alpinelinux.org>
pkgname
=
v4l-utils
pkgver
=
1.8.1
pkgrel
=
2
pkgrel
=
3
pkgdesc
=
"Userspace tools and conversion library for Video 4 Linux"
url
=
"http://freshmeat.net/projects/libv4l"
arch
=
"all"
...
...
@@ -10,7 +10,7 @@ license="LGPL2+"
depends
=
""
makedepends
=
"qt-dev libjpeg-turbo-dev argp-standalone linux-headers"
install
=
""
subpackages
=
"
$pkgname
-dev
$pkgname
-doc qv4l2
$pkgname
-dvbv5 ir_keytable"
subpackages
=
"
$pkgname
-dev
$pkgname
-doc qv4l2
$pkgname
-dvbv5
$pkgname
-libs
ir_keytable"
source
=
"http://linuxtv.org/downloads/v4l-utils/
$pkgname
-
$pkgver
.tar.bz2
qv4l2.svg
qv4l2.desktop
...
...
@@ -71,6 +71,13 @@ dvbv5() {
"
$subpkgdir
"
/usr/lib/
||
return
1
}
libs
()
{
pkgdesc
=
"Collection of video4linux support libraries"
mkdir
-p
"
$subpkgdir
"
/usr/lib
mv
"
$pkgdir
"
/usr/lib/
*
\
"
$subpkgdir
"
/usr/lib
||
return
1
}
ir_keytable
()
{
pkgdesc
=
"Alter keymaps of Remote Controller devices"
mkdir
-p
"
$subpkgdir
"
/lib/udev/rc_keymaps
\
...
...
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