Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
eepm
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
etersoft
eepm
Commits
a5074b88
Commit
a5074b88
authored
Apr 16, 2025
by
Boris Yumankulov
Committed by
Vitaly Lipatov
Apr 17, 2025
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
epm play sunshine: Use version from developer copr and fix boost name on p10 (eterbug #17913)
parent
ed245541
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
4 deletions
+10
-4
sunshine.sh
play.d/sunshine.sh
+8
-3
Sunshine.sh
repack.d/Sunshine.sh
+2
-1
No files found.
play.d/sunshine.sh
View file @
a5074b88
#!/bin/sh
PKGNAME
=
s
unshine
SUPPORTEDARCHES
=
"x86_64"
PKGNAME
=
S
unshine
SUPPORTEDARCHES
=
"x86_64
aarch64
"
VERSION
=
"
$2
"
DESCRIPTION
=
"Self-hosted game stream host for Moonlight"
URL
=
"https://app.lizardbyte.dev/Sunshine"
.
$(
dirname
$0
)
/common.sh
PKGURL
=
$(
get_github_url
"https://github.com/LizardByte/Sunshine/"
"sunshine-fedora-.*-amd64.rpm"
)
arch
=
$(
epm print info
-a
)
BUILD_ID
=
$(
eget
--list
https://copr.fedorainfracloud.org/coprs/lizardbyte/stable/package/Sunshine/ |
grep
-o
'build/[0-9]\+'
|
cut
-d
/
-f2
|
sort
-n
|
tail
-n1
)
PKGURL
=
$(
eget
--list
--latest
https://download.copr.fedorainfracloud.org/results/lizardbyte/stable/fedora-41-
$arch
/0
$BUILD_ID
-Sunshine
/ Sunshine-
*
.rpm
)
install_pkgurl
...
...
repack.d/
s
unshine.sh
→
repack.d/
S
unshine.sh
View file @
a5074b88
...
...
@@ -35,7 +35,8 @@ EOF
epm assure patchelf
epm assure ldd glibc-utils
BOOST_REPO_VERSION
=
$(
LC_ALL
=
C epm info boost |
grep
-oP
'^Version\s*:\s*\K[^\s]+'
|
sed
's/^[0-9]*://g'
|
cut
-d
'-'
-f
1
)
BOOST_NAME
=
$(
epm search boost |
head
-n1
|
awk
'{print $1}'
)
BOOST_REPO_VERSION
=
$(
LC_ALL
=
C epm info
$BOOST_NAME
|
grep
-oP
'^Version\s*:\s*\K[^\s]+'
|
sed
's/^[0-9]*://g'
|
cut
-d
'-'
-f
1
)
BOOST_FEDORA_VERSION
=
$(
a
=
''
ldd usr/bin/sunshine |
grep
-oP
'libboost_[^ ]+\.so\.\K[0-9]+\.[0-9]+\.[0-9]+'
|
sort
-u
)
BOOST_LIBS
=
$(
a
=
''
ldd usr/bin/sunshine |
grep
-oP
'libboost_[^ ]+\.so'
|
sort
-u
|
sed
's/libboost_//; s/\.so//'
)
...
...
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