Changeset 388 for trunk


Ignore:
Timestamp:
May 12, 2021, 9:45:44 PM (3 years ago)
Author:
chronos
Message:
  • Fixed: Sound was not working in snap package.
Location:
trunk/Install/snap
Files:
1 deleted
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Install/snap/snapcraft.yaml

    r383 r388  
    1616license: NLPL
    1717
     18environment:
     19  LD_LIBRARY_PATH: $SNAP/usr/lib/$SNAPCRAFT_ARCH_TRIPLET/pulseaudio
     20  PULSE_SERVER: unix:/run/user/1000/pulse/native
     21
     22layout:
     23  /usr/lib/$SNAPCRAFT_ARCH_TRIPLET/sox:
     24    bind: $SNAP/usr/lib/$SNAPCRAFT_ARCH_TRIPLET/sox   
     25 
    1826parts:
    1927  c-evo:
     
    6371    - libxrender1
    6472    override-build: |
     73      snapcraftctl build
    6574      (cd AI/StdAI &&lazbuild --build-mode=Release StdAI.lpi)
    6675      mv AI/StdAI/libstdai.so AI/StdAI/libstdai-amd64.so
     
    107116      - audio-playback
    108117      - desktop
     118      - x11
Note: See TracChangeset for help on using the changeset viewer.