Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
aports
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
645
Issues
645
List
Boards
Labels
Service Desk
Milestones
Merge Requests
166
Merge Requests
166
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
alpine
aports
Commits
a9811147
Commit
a9811147
authored
Feb 10, 2018
by
A. Wilcox
Committed by
Ariadne Conill
Feb 16, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
main/libavc1394: modernise, add check
parent
1a6c5b45
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
18 deletions
+15
-18
main/libavc1394/APKBUILD
main/libavc1394/APKBUILD
+15
-18
No files found.
main/libavc1394/APKBUILD
View file @
a9811147
...
...
@@ -2,14 +2,13 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname
=
libavc1394
pkgver
=
0.5.4
pkgrel
=
1
pkgrel
=
2
pkgdesc
=
"Audio/Video Control library for IEEE-1394 devices"
url
=
"https://sourceforge.net/projects/libavc1394/"
arch
=
"all"
license
=
"GPL-2.0-or-later LGPL-2.0-or-later"
depends
=
depends_dev
=
"libraw1394-dev"
makedepends
=
"
$depends_dev
libtool automake autoconf"
makedepends
=
"libraw1394-dev libtool automake autoconf"
[
"
$ALPINE_LIBC
"
!=
"eglibc"
]
&&
makedepends
=
"
$makedepends
argp-standalone"
install
=
""
subpackages
=
"
$pkgname
-dev
$pkgname
-doc"
...
...
@@ -17,21 +16,15 @@ source="http://downloads.sourceforge.net/libavc1394/libavc1394-$pkgver.tar.gz
automake.patch
argp.patch"
_builddir
=
"
$srcdir
"
/libavc1394-
$pkgver
prepare
()
{
local
i
cd
"
$_builddir
"
update_config_sub
||
return
1
for
i
in
$source
;
do
case
$i
in
*
.patch
)
msg
$i
;
patch
-p1
-i
"
$srcdir
"
/
$i
||
return
1
;;
esac
done
cd
"
$builddir
"
update_config_sub
default_prepare
libtoolize
&&
aclocal
&&
autoconf
&&
automake
--add-missing
}
build
()
{
cd
"
$
_
builddir
"
cd
"
$builddir
"
./configure
\
--build
=
$CBUILD
\
--host
=
$CHOST
\
...
...
@@ -39,14 +32,18 @@ build() {
--sysconfdir
=
/etc
\
--mandir
=
/usr/share/man
\
--infodir
=
/usr/share/info
\
--localstatedir
=
/var
\
||
return
1
make
||
return
1
--localstatedir
=
/var
make
}
check
()
{
cd
"
$builddir
"
make check
}
package
()
{
cd
"
$
_
builddir
"
make
DESTDIR
=
"
$pkgdir
"
install
||
return
1
cd
"
$builddir
"
make
DESTDIR
=
"
$pkgdir
"
install
}
sha512sums
=
"ef07631cd2de9b79dec9d81247d705be318101e8f8a1fe007b946ffab3dfe7b97f392144614d867ef6b2315b6c0e82d53e915f07855d4e21401645293e18842a libavc1394-0.5.4.tar.gz
...
...
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