Skip to content

Commit

Permalink
audio/zita-alsa-pcmi: Add comments
Browse files Browse the repository at this point in the history
  • Loading branch information
yurivict committed Jul 14, 2022
1 parent bfdb36a commit ad6d1be
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
5 changes: 4 additions & 1 deletion audio/zita-alsa-pcmi/Makefile
Expand Up @@ -39,8 +39,11 @@ do-install:
.endfor

post-install:
# add symlink, see comment in the patch
@cd ${STAGEDIR}${PREFIX} && \
(cd lib && ${RLN} libzita-alsa-pcmi.so.${DISTVERSION} libzita-alsa-pcmi.so.${DISTVERSION:R:R})
# strip binaries
@cd ${STAGEDIR}${PREFIX} && \
(cd lib && ${RLN} libzita-alsa-pcmi.so.${DISTVERSION} libzita-alsa-pcmi.so.${DISTVERSION:R:R}) && \
${STRIP_CMD} \
bin/alsa_delay \
bin/alsa_loopback \
Expand Down
4 changes: 4 additions & 0 deletions audio/zita-alsa-pcmi/files/patch-source_Makefile
@@ -1,3 +1,7 @@
- patch out ldcondig: the author believes that users mostly install manually
- and not through packages, and refuses to fix the bug that it fails to install
- into a stage directory. Do not contact the author about this.

--- source/Makefile.orig 2018-08-24 18:41:30 UTC
+++ source/Makefile
@@ -20,7 +20,7 @@
Expand Down

0 comments on commit ad6d1be

Please sign in to comment.