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
650
Issues
650
List
Boards
Labels
Service Desk
Milestones
Merge Requests
214
Merge Requests
214
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
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
bf4a081b
Commit
bf4a081b
authored
Nov 28, 2009
by
Timo Teräs
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
main/libpri: upgrade to latest svn snapshot
parent
25668b00
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
39990 additions
and
5677 deletions
+39990
-5677
main/asterisk/301-libpri-autoconf.patch
main/asterisk/301-libpri-autoconf.patch
+21
-0
main/libpri/APKBUILD
main/libpri/APKBUILD
+8
-9
main/libpri/libpri-1.4-r1357.patch
main/libpri/libpri-1.4-r1357.patch
+39961
-0
main/libpri/libpri-1.4.9-i14292.patch
main/libpri/libpri-1.4.9-i14292.patch
+0
-5668
No files found.
main/asterisk/301-libpri-autoconf.patch
0 → 100644
View file @
bf4a081b
Index: configure.ac
===================================================================
--- a/configure.ac.orig Fri Nov 27 22:58:39 2009
+++ b/configure.ac Sat Nov 28 00:14:40 2009
@@ -261,11 +261,11 @@
AST_EXT_LIB_SETUP([POPT], [popt], [popt])
AST_EXT_LIB_SETUP([PORTAUDIO], [PortAudio], [portaudio])
AST_EXT_LIB_SETUP([PRI], [ISDN PRI], [pri])
-AST_EXT_LIB_SETUP_DEPENDENT([PRI_VERSION], [ISDN PRI get_version], [PRI], [pri])
-AST_EXT_LIB_SETUP_DEPENDENT([PRI_INBANDDISCONNECT], [ISDN PRI set_inbanddisconnect], [PRI], [pri])
-AST_EXT_LIB_SETUP_DEPENDENT([PRI_PROG_W_CAUSE], [ISDN progress with cause], [PRI], [pri])
-AST_EXT_LIB_SETUP_DEPENDENT([PRI_SERVICE_MESSAGES], [ISDN service messages], [PRI], [pri])
-AST_EXT_LIB_SETUP_DEPENDENT([PRI_REVERSE_CHARGE], [ISDN reverse charge], [PRI], [pri])
+#AST_EXT_LIB_SETUP_DEPENDENT([PRI_VERSION], [ISDN PRI get_version], [PRI], [pri])
+#AST_EXT_LIB_SETUP_DEPENDENT([PRI_INBANDDISCONNECT], [ISDN PRI set_inbanddisconnect], [PRI], [pri])
+#AST_EXT_LIB_SETUP_DEPENDENT([PRI_PROG_W_CAUSE], [ISDN progress with cause], [PRI], [pri])
+#AST_EXT_LIB_SETUP_DEPENDENT([PRI_SERVICE_MESSAGES], [ISDN service messages], [PRI], [pri])
+#AST_EXT_LIB_SETUP_DEPENDENT([PRI_REVERSE_CHARGE], [ISDN reverse charge], [PRI], [pri])
AST_EXT_LIB_SETUP([RESAMPLE], [LIBRESAMPLE], [resample])
AST_EXT_LIB_SETUP([SPANDSP], [SPANDSP], [spandsp])
AST_EXT_LIB_SETUP([SS7], [ISDN SS7], [ss7])
main/libpri/APKBUILD
View file @
bf4a081b
# Contributor: Timo Teras <timo.teras@iki.fi>
# Maintainer: Timo Teras <timo.teras@iki.fi>
pkgname
=
libpri
pkgver
=
1.4.9
pkgrel
=
1
pkgver
=
1.4.11_alpha1
_pkgver
=
1.4.10.2
pkgrel
=
0
pkgdesc
=
"Primary Rate ISDN (PRI) library"
url
=
"http://www.asterisk.orig"
license
=
"GPL"
...
...
@@ -10,12 +11,11 @@ depends=""
makedepends
=
""
install
=
subpackages
=
"
$pkgname
-dev"
source
=
"http://downloads.digium.com/pub/telephony/libpri/releases/
$pkgname
-
$pkgver
.tar.gz
libpri-cflags.patch
libpri-1.4.9-i14292.patch"
source
=
"http://downloads.digium.com/pub/telephony/libpri/releases/
$pkgname
-
$_pkgver
.tar.gz
libpri-1.4-r1357.patch"
build
()
{
cd
"
$srcdir
/
$pkgname
-
$pkgver
"
cd
"
$srcdir
/
$pkgname
-
$
_
pkgver
"
for
i
in
../
*
.patch
;
do
msg
"Applying
$i
"
patch
-p1
<
$i
||
return
1
;
...
...
@@ -28,6 +28,5 @@ build() {
# install -m644 -D "$srcdir"/$pkgname.confd "$pkgdir"/etc/conf.d/$pkgname
}
md5sums
=
"97332edeaa2de0320d85fda88afb96f9 libpri-1.4.9.tar.gz
8df2ca48ce7db4f1a8604b0904bc9394 libpri-cflags.patch
240e4057980c88f2c2576c5c25744c70 libpri-1.4.9-i14292.patch"
md5sums
=
"dc1523d8ee027cd62f20fc6cc9727489 libpri-1.4.10.2.tar.gz
61a245689a40e456643ed654441a280d libpri-1.4-r1357.patch"
main/libpri/libpri-1.4-r1357.patch
0 → 100644
View file @
bf4a081b
This diff is collapsed.
Click to expand it.
main/libpri/libpri-1.4.9-i14292.patch
deleted
100644 → 0
View file @
25668b00
This diff is collapsed.
Click to expand it.
Timo Teräs
@fabled
mentioned in commit
806ec05e
·
Jul 12, 2019
mentioned in commit
806ec05e
mentioned in commit 806ec05e217ad080784c75f9ee4d1b956d4646d2
Toggle commit list
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