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
Container Registry
Model registry
Operate
Environments
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
Bart Ribbers
aports
Commits
48c23043
Commit
48c23043
authored
5 years ago
by
Leo
Browse files
Options
Downloads
Patches
Plain Diff
community/xpra: upgrade to 3.0.3
parent
7bfc20a0
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
community/xpra/APKBUILD
+4
-7
4 additions, 7 deletions
community/xpra/APKBUILD
community/xpra/avoid-x86-only-compile-flags.patch
+0
-17
0 additions, 17 deletions
community/xpra/avoid-x86-only-compile-flags.patch
with
4 additions
and
24 deletions
community/xpra/APKBUILD
+
4
−
7
View file @
48c23043
# Contributor: Stuart Cardall <developer@it-offshore.co.uk>
# Contributor: Stuart Cardall <developer@it-offshore.co.uk>
# Maintainer: Stuart Cardall <developer@it-offshore.co.uk>
# Maintainer: Stuart Cardall <developer@it-offshore.co.uk>
pkgname
=
xpra
pkgname
=
xpra
pkgver
=
3.0.
2
pkgver
=
3.0.
3
pkgrel
=
2
pkgrel
=
0
pkgdesc
=
"Xpra is 'screen for X' & allows you to run X programs, usually on a remote host over SSH or encrypted tcp"
pkgdesc
=
"Xpra is 'screen for X' & allows you to run X programs, usually on a remote host over SSH or encrypted tcp"
url
=
"https://xpra.org"
url
=
"https://xpra.org"
arch
=
"all"
arch
=
"all"
...
@@ -64,9 +64,7 @@ makedepends="
...
@@ -64,9 +64,7 @@ makedepends="
"
"
subpackages
=
"
$pkgname
-openrc
$pkgname
-doc
$pkgname
-tests::noarch
$pkgname
-webclient::noarch"
subpackages
=
"
$pkgname
-openrc
$pkgname
-doc
$pkgname
-tests::noarch
$pkgname
-webclient::noarch"
options
=
"!check"
options
=
"!check"
source
=
"https://xpra.org/src/xpra-
$pkgver
.tar.xz
source
=
"https://xpra.org/src/xpra-
$pkgver
.tar.xz"
avoid-x86-only-compile-flags.patch
"
build
()
{
build
()
{
# https://www.xpra.org/trac/ticket/1080
# https://www.xpra.org/trac/ticket/1080
...
@@ -102,5 +100,4 @@ webclient() {
...
@@ -102,5 +100,4 @@ webclient() {
cp
-rf
usr/share/xpra/www
"
$subpkgdir
"
/usr/share/xpra/
cp
-rf
usr/share/xpra/www
"
$subpkgdir
"
/usr/share/xpra/
}
}
sha512sums
=
"115f606ff5886d99a906f318cb1a7a4a86e80ebf23e4336e67938267d92ef624de577cc8fc06c6ce541b7c44a0cef58d930b5928f32e24dfc67c72127c7b623c xpra-3.0.2.tar.xz
sha512sums
=
"0d13a2685b22e0c90450c0dddeef0663255c6d9e15e347e960c9ac7857cd2081b15d1fdc29b816b5cfdf1f000375be34510fe25be23af3f3b63a8a25d1b31003 xpra-3.0.3.tar.xz"
249028f61d20ee8c8378f9cebe13c6e0f288c7635eb66be44e20fef9af023266e1266a893cd4ce56dd7714ac1eb851be59cea5733fb8fc787e4b92e4f10c2a16 avoid-x86-only-compile-flags.patch"
This diff is collapsed.
Click to expand it.
community/xpra/avoid-x86-only-compile-flags.patch
deleted
100644 → 0
+
0
−
17
View file @
7bfc20a0
diff --git a/setup.py b/setup.py
index 57c2d63..c896c62 100755
--- a/setup.py
+++ b/setup.py
@@ -1737,9 +1737,9 @@
membuffers_c = [memalign_c, buffers_c, xxhash_c]
if modules_ENABLED:
add_packages("xpra.buffers")
buffers_pkgconfig = pkgconfig(optimize=3)
- if BITS==32:
- #this may well be sub-optimal:
- add_to_keywords(buffers_pkgconfig, "extra_compile_args", "-mfpmath=387")
+# if BITS==32:
+# #this may well be sub-optimal:
+# add_to_keywords(buffers_pkgconfig, "extra_compile_args", "-mfpmath=387")
if cython_ENABLED:
cython_add(Extension("xpra.buffers.membuf",
["xpra/buffers/membuf.pyx"]+membuffers_c, **buffers_pkgconfig))
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