Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New package: zrythm and dependencies #26356

Closed
wants to merge 4 commits into from
Closed

Conversation

teldra
Copy link
Contributor

@teldra teldra commented Nov 13, 2020

No description provided.

@teldra teldra changed the title New package: zrythm and dependencies [WIP] New package: zrythm and dependencies Nov 13, 2020
@teldra
Copy link
Contributor Author

teldra commented Nov 13, 2020

When I try to crosscompile zrythm, I get this error:

ERROR:
Cannot use target zrythm as a generator because it is built for the
host machine and no exe wrapper is defined or needs_exe_wrapper is
true. You might want to set `native: true` instead to build it for
the build machine.

Has anyone suggestions to solve this?

@ericonr
Copy link
Member

ericonr commented Nov 13, 2020

build_helper=qemu

@teldra
Copy link
Contributor Author

teldra commented Nov 13, 2020

build_helper=qemu

Yes! Thank you @ericonr

@teldra teldra changed the title [WIP] New package: zrythm and dependencies New package: zrythm and dependencies Nov 13, 2020
@teldra teldra force-pushed the zrythm branch 5 times, most recently from 47f4338 to d3baff3 Compare November 16, 2020 13:01
@ericonr ericonr added the new-package This PR adds a new package label Dec 20, 2020
@teldra teldra force-pushed the zrythm branch 3 times, most recently from 123320e to 2394f12 Compare December 27, 2020 23:11
Comment on lines +13 to +14
export CFLAGS="$CFLAGS -fPIC"
export BUILD_CFLAGS="$BUILD_CFLAGS -fPIC"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If you're adding to them, it should probably happen in pre_configure. And you can use +=" -fPIC"

# Move bash-completion to the correct dir.
vmkdir usr/share/bash-completion/completions
mv ${DESTDIR}/etc/bash_completion.d \
${DESTDIR}/usr/share/bash-completion/completions
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
${DESTDIR}/usr/share/bash-completion/completions
${DESTDIR}/usr/share/bash-completion/completions

pkgname=zrythm
version=0.8.982
revision=1
archs="~*-musl"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why is it limited?

libaudec-devel_package() {
short_desc+=" - development files"
depends="${sourcepkg}>=${version}_${revision}"
nostrip=yes
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why?

@teldra teldra closed this Feb 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new-package This PR adds a new package
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants