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
175
Merge Requests
175
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
fdaeaeae
Commit
fdaeaeae
authored
Nov 25, 2011
by
Natanael Copa
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
main/libavc1394: upgrade to 0.5.4
parent
9a693067
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
19 additions
and
5 deletions
+19
-5
main/libavc1394/APKBUILD
main/libavc1394/APKBUILD
+8
-5
main/libavc1394/argp.patch
main/libavc1394/argp.patch
+11
-0
No files found.
main/libavc1394/APKBUILD
View file @
fdaeaeae
# Contributor: Natanael Copa <ncopa@alpinelinux.org>
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname
=
libavc1394
pkgver
=
0.5.
3
pkgrel
=
1
pkgver
=
0.5.
4
pkgrel
=
0
pkgdesc
=
"Audio/Video Control library for IEEE-1394 devices"
url
=
"http://sourceforge.net/projects/libavc1394/"
arch
=
"all"
license
=
"GPLv2+ LGPLv2+"
depends
=
depends_dev
=
"libraw1394-dev"
makedepends
=
"
$depends_dev
"
makedepends
=
"
$depends_dev
libtool automake autoconf argp-standalone
"
install
=
""
subpackages
=
"
$pkgname
-dev
$pkgname
-doc"
source
=
"http://downloads.sourceforge.net/libavc1394/libavc1394-
$pkgver
.tar.gz"
source
=
"http://downloads.sourceforge.net/libavc1394/libavc1394-
$pkgver
.tar.gz
argp.patch"
_builddir
=
"
$srcdir
"
/libavc1394-
$pkgver
prepare
()
{
...
...
@@ -23,6 +24,7 @@ prepare() {
*
.patch
)
msg
$i
;
patch
-p1
-i
"
$srcdir
"
/
$i
||
return
1
;;
esac
done
libtoolize
&&
aclocal
&&
autoconf
&&
automake
}
build
()
{
...
...
@@ -42,4 +44,5 @@ package() {
rm
"
$pkgdir
"
/usr/lib/
*
.la
}
md5sums
=
"09e30b1fb5ae455b6d8407e457a711a3 libavc1394-0.5.3.tar.gz"
md5sums
=
"caf0db059d8b8d35d6f08e6c0e1c7dfe libavc1394-0.5.4.tar.gz
c939fbdf47f9e5cd5511cd23acb6e835 argp.patch"
main/libavc1394/argp.patch
0 → 100644
View file @
fdaeaeae
--- ./configure.in.orig
+++ ./configure.in
@@ -11,6 +11,8 @@
AC_HEADER_STDC
AC_CHECK_HEADERS(sys/time.h sys/types.h unistd.h string.h netinet/in.h stdio.h)
+AC_SEARCH_LIBS([argp_usage], [argp], [],
+ [AC_MSG_ERROR([argp not found. Consider installing argp-standalone])])
PKG_CHECK_MODULES(LIBRAW1394, libraw1394 >= 1.0.0)
#set the libtool shared library version numbers
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