Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
desktop
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
16
Issues
16
List
Boards
Labels
Service Desk
Milestones
Iterations
Merge Requests
6
Merge Requests
6
Requirements
Requirements
List
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Code Review
Insights
Issue
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Chakra
Packages
desktop
Commits
827d3afb
Commit
827d3afb
authored
May 16, 2019
by
Jeff Huang
🤔
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[skip-ci] libtorrent-rasterbar: update to 1.1.13
parent
0a8c1212
Pipeline
#3568
skipped
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
libtorrent-rasterbar/PKGBUILD
libtorrent-rasterbar/PKGBUILD
+6
-6
No files found.
libtorrent-rasterbar/PKGBUILD
View file @
827d3afb
pkgname
=
libtorrent-rasterbar
pkgver
=
1.1.1
1
pkgver
=
1.1.1
3
_pkgver
=
${
pkgver
//./_
}
pkgrel
=
1
pkgdesc
=
"A C++ library that aims to be a good alternative to all the other bittorrent implementations around"
...
...
@@ -9,12 +9,12 @@ license=('BSD')
depends
=(
'boost-libs'
'python2'
'python3'
'geoip'
'websocketpp'
)
makedepends
=(
'boost'
'cmake'
)
options
=(
'!emptydirs'
)
source
=(
https://github.com/arvidn/libtorrent/archive/libtorrent
_
${
_pkgver
}
/
$pkgname
-
$pkgver
.tar.gz
)
sha256sums
=(
'
d98ea107513537771ce661d17ccc16148cda1294c2d42ff4efe314482e0de441
'
)
source
=(
https://github.com/arvidn/libtorrent/archive/libtorrent
-
${
_pkgver
}
/
$pkgname
-
$pkgver
.tar.gz
)
sha256sums
=(
'
b88d043a4f56eb5b48ae219783029d7f6cff24401161d2f054aef96286ce912b
'
)
prepare
()
{
mkdir
py2 py3
cd
libtorrent-libtorrent
_
${
_pkgver
}
cd
libtorrent-libtorrent
-
${
_pkgver
}
# Avoid depending on newer processors
sed
-i
's/-msse4.2//'
configure.ac
...
...
@@ -32,7 +32,7 @@ _build() (
# https://github.com/qbittorrent/qBittorrent/issues/5265#issuecomment-220007436
CXXFLAGS
=
"
$CXXFLAGS
-std=c++11"
\
PYTHON
=
/usr/bin/python
$1
\
../libtorrent-libtorrent
_
${
_pkgver
}
/configure
\
../libtorrent-libtorrent
-
${
_pkgver
}
/configure
\
--prefix
=
/usr
\
--enable-python-binding
\
--enable-examples
\
...
...
@@ -49,7 +49,7 @@ build() {
package
()
{
make
-C
py2
DESTDIR
=
"
$pkgdir
"
install
make
-C
py3
DESTDIR
=
"
$pkgdir
"
install
install
-Dm644
libtorrent-libtorrent
_
${
_pkgver
}
/COPYING
\
install
-Dm644
libtorrent-libtorrent
-
${
_pkgver
}
/COPYING
\
"
$pkgdir
/usr/share/licenses/
$pkgname
/LICENSE"
# Remove most example binaries
...
...
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