Skip to content

Commit dea0623

Browse files
authored
Merge pull request #177 from lool/pipewire-no-aptx
feat(overlay): Add pipewire without APT-X
2 parents 3745316 + 9f03bee commit dea0623

File tree

2 files changed

+45
-0
lines changed

2 files changed

+45
-0
lines changed
Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
diff -Nru pipewire-1.4.2/debian/changelog pipewire-1.4.2/debian/changelog
2+
--- pipewire-1.4.2/debian/changelog 2025-04-14 14:04:20.000000000 +0000
3+
+++ pipewire-1.4.2/debian/changelog 2025-10-10 17:37:25.000000000 +0000
4+
@@ -1,3 +1,9 @@
5+
+pipewire (1.4.2-1~qcom1) trixie; urgency=medium
6+
+
7+
+ * Drop libfreeaptx build-deb and configure with APT-X codec disabled.
8+
+
9+
+ -- Loïc Minier <[email protected]> Fri, 10 Oct 2025 17:37:25 +0000
10+
+
11+
pipewire (1.4.2-1) unstable; urgency=medium
12+
13+
* New upstream release
14+
diff -Nru pipewire-1.4.2/debian/control pipewire-1.4.2/debian/control
15+
--- pipewire-1.4.2/debian/control 2025-04-14 14:04:20.000000000 +0000
16+
+++ pipewire-1.4.2/debian/control 2025-10-10 17:37:25.000000000 +0000
17+
@@ -18,7 +18,6 @@
18+
libebur128-dev,
19+
libffado-dev,
20+
libfftw3-dev,
21+
- libfreeaptx-dev,
22+
libglib2.0-dev,
23+
libgstreamer-plugins-base1.0-dev,
24+
libgstreamer1.0-dev,
25+
diff -Nru pipewire-1.4.2/debian/ld.so.conf.d/pipewire-jack-aarch64-linux-gnu.conf pipewire-1.4.2/debian/ld.so.conf.d/pipewire-jack-aarch64-linux-gnu.conf
26+
--- pipewire-1.4.2/debian/ld.so.conf.d/pipewire-jack-aarch64-linux-gnu.conf 1970-01-01 00:00:00.000000000 +0000
27+
+++ pipewire-1.4.2/debian/ld.so.conf.d/pipewire-jack-aarch64-linux-gnu.conf 2025-10-10 17:37:25.000000000 +0000
28+
@@ -0,0 +1 @@
29+
+/usr/lib/aarch64-linux-gnu/pipewire-0.3/jack/
30+
diff -Nru pipewire-1.4.2/debian/rules pipewire-1.4.2/debian/rules
31+
--- pipewire-1.4.2/debian/rules 2025-04-14 14:04:20.000000000 +0000
32+
+++ pipewire-1.4.2/debian/rules 2025-10-10 17:37:25.000000000 +0000
33+
@@ -68,7 +68,7 @@
34+
-Davahi=enabled \
35+
-Dbluez5-backend-native-mm=enabled \
36+
-Dbluez5-codec-aac=disabled \
37+
- -Dbluez5-codec-aptx=enabled \
38+
+ -Dbluez5-codec-aptx=disabled \
39+
-Dbluez5-codec-lc3=enabled \
40+
-Dbluez5-codec-lc3plus=disabled \
41+
-Dbluez5-codec-ldac=$(BLUEZ5_CODEC_LDAC) \
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
dsc_url: "https://snapshot.debian.org/archive/debian-debug/20250414T210501Z/pool/main/p/pipewire/pipewire_1.4.2-1.dsc"
2+
dsc_sha256sum: "602242d6287b6813c9c3f04307b438ad12cc257e5d7703afe22ace8b41b3645f"
3+
debdiff_file: "pipewire_1.4.2-1~qcom1.debdiff"
4+
suite: "trixie"

0 commit comments

Comments
 (0)