Skip to content

Commit

Permalink
Remove pipewire dependency from manifest as a new enough version is n…
Browse files Browse the repository at this point in the history
…ow shipped with the runtime

Closes #537
  • Loading branch information
streetpea committed Feb 3, 2025
1 parent 0a6616f commit 5d7006a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 68 deletions.
34 changes: 0 additions & 34 deletions scripts/flatpak/chiaki4deck-devel.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -105,40 +105,6 @@ modules:
url: https://files.pythonhosted.org/packages/ba/dd/f8a01b146bf45ac12a829bbc599e6590aa6a6849ace7d28c42d77041d6ab/protobuf-4.21.12.tar.gz
sha256: 7cd532c4566d0e6feafecc1059d04c7915aec8e182d1cf7adee8b24ef1e2e6ab

- name: libpipewire
buildsystem: meson
config-opts:
- -Dexamples=disabled
- -Daudiotestsrc=disabled
- -Djack=disabled
- -Droc=disabled
- -Dvideotestsrc=disabled
- -Dvolume=disabled
- -Dvulkan=disabled
- -Ddocs=disabled
- -Dman=disabled
- -Dbluez5-codec-ldac=disabled
- -Dbluez5-codec-aptx=disabled
- -Dlibcamera=disabled
- -Dpipewire-v4l2=disabled
- -Dlibcanberra=disabled
- -Dbluez5-codec-lc3=disabled
- -Dbluez5-codec-lc3plus=disabled
- -Dlv2=disabled
- -Dsystemd=disabled
- -Dsdl2=disabled
- -Dsession-managers=[]
- -Dudevrulesdir=$(pkg-config --variable=udevdir udev)/rules.d
cleanup:
- /etc
- /bin
- /include
- /lib/pkgconfig
sources:
- type: git
url: https://gitlab.freedesktop.org/pipewire/pipewire.git
tag: 0.3.62

- name: python3-requests
buildsystem: simple
build-commands:
Expand Down
34 changes: 0 additions & 34 deletions scripts/flatpak/chiaki4deck.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -109,40 +109,6 @@ modules:
url: https://files.pythonhosted.org/packages/ba/dd/f8a01b146bf45ac12a829bbc599e6590aa6a6849ace7d28c42d77041d6ab/protobuf-4.21.12.tar.gz
sha256: 7cd532c4566d0e6feafecc1059d04c7915aec8e182d1cf7adee8b24ef1e2e6ab

- name: libpipewire
buildsystem: meson
config-opts:
- -Dexamples=disabled
- -Daudiotestsrc=disabled
- -Djack=disabled
- -Droc=disabled
- -Dvideotestsrc=disabled
- -Dvolume=disabled
- -Dvulkan=disabled
- -Ddocs=disabled
- -Dman=disabled
- -Dbluez5-codec-ldac=disabled
- -Dbluez5-codec-aptx=disabled
- -Dlibcamera=disabled
- -Dpipewire-v4l2=disabled
- -Dlibcanberra=disabled
- -Dbluez5-codec-lc3=disabled
- -Dbluez5-codec-lc3plus=disabled
- -Dlv2=disabled
- -Dsystemd=disabled
- -Dsdl2=disabled
- -Dsession-managers=[]
- -Dudevrulesdir=$(pkg-config --variable=udevdir udev)/rules.d
cleanup:
- /etc
- /bin
- /include
- /lib/pkgconfig
sources:
- type: git
url: https://gitlab.freedesktop.org/pipewire/pipewire.git
tag: 0.3.62

- name: python3-requests
buildsystem: simple
build-commands:
Expand Down

0 comments on commit 5d7006a

Please sign in to comment.