From 35f0e5ffa375b642eecfe550e36d44a7ecc36203 Mon Sep 17 00:00:00 2001 From: B Stack Date: Thu, 21 Nov 2019 11:09:40 -0500 Subject: build veracrypt with libwxgtk3.0-gtk3-dev --- veracrypt/debian/changelog | 6 ++++++ veracrypt/debian/control | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/veracrypt/debian/changelog b/veracrypt/debian/changelog index 884430d..13d13d3 100644 --- a/veracrypt/debian/changelog +++ b/veracrypt/debian/changelog @@ -1,3 +1,9 @@ +veracrypt (1.24-2+devuan) obs; urgency=low + + * Attempt a build with gtk3 + + -- B Stack Thu, 21 Nov 2019 10:58:35 -0500 + veracrypt (1.24-1+devuan) obs; urgency=low * New upstream version diff --git a/veracrypt/debian/control b/veracrypt/debian/control index 02fb1aa..b33eb0e 100644 --- a/veracrypt/debian/control +++ b/veracrypt/debian/control @@ -5,7 +5,7 @@ Maintainer: B Stack Build-Depends: debhelper (>= 11), libayatana-appindicator-dev | libappindicator-dev, libfuse-dev, - libwxgtk3.0-dev, + libwxgtk3.0-gtk3-dev, pkg-config, yasm [any-i386 any-amd64] Standards-Version: 4.2.1 -- cgit From b954677841fd949a537fa92fa456add5d370fb0f Mon Sep 17 00:00:00 2001 From: B Stack Date: Thu, 21 Nov 2019 13:46:55 -0500 Subject: WIP: makemkv-oss try to fix build deps for obs --- makemkv-oss/debian/changelog | 6 ++++++ makemkv-oss/debian/control | 1 + 2 files changed, 7 insertions(+) diff --git a/makemkv-oss/debian/changelog b/makemkv-oss/debian/changelog index 3d2c9db..084217b 100644 --- a/makemkv-oss/debian/changelog +++ b/makemkv-oss/debian/changelog @@ -1,3 +1,9 @@ +makemkv-oss (1.14.5-2+devuan) obs; urgency=low + + * Change build deps for OBS + + -- B Stack Thu, 21 Nov 2019 13:20:28 -0500 + makemkv-oss (1.14.5-1+devuan) manual; urgency=low * Update diff --git a/makemkv-oss/debian/control b/makemkv-oss/debian/control index 4b2e1d9..4a1f0ed 100644 --- a/makemkv-oss/debian/control +++ b/makemkv-oss/debian/control @@ -4,6 +4,7 @@ Priority: optional Maintainer: B Stack Build-Depends: debhelper (>=11~), libavcodec-dev, + libavcodec58 || libavcodec-extra58, libc6-dev, libexpat1-dev, libgl1-mesa-dev, -- cgit From 4971265aea319446479daa7cd6446358613c6250 Mon Sep 17 00:00:00 2001 From: B Stack Date: Thu, 21 Nov 2019 16:19:08 -0500 Subject: makemkv dpkgs: fix dependencies for obs It appears two packages provide the libavcodec58-dev option: libavcodec58 and libavcodec-extra58. These two conflict, and apparently OBS chokes on the choice. So by making my packages pick one of them, obs can build them. --- makemkv-bin/debian/changelog | 6 ++++++ makemkv-bin/debian/control | 2 ++ makemkv-oss/debian/control | 3 ++- 3 files changed, 10 insertions(+), 1 deletion(-) diff --git a/makemkv-bin/debian/changelog b/makemkv-bin/debian/changelog index 51f03d6..35b6629 100644 --- a/makemkv-bin/debian/changelog +++ b/makemkv-bin/debian/changelog @@ -1,3 +1,9 @@ +makemkv-bin (1.14.5-2+devuan) obs; urgency=low + + * Change build deps for OBS + + -- B Stack Thu, 21 Nov 2019 16:17:41 -0500 + makemkv-bin (1.14.5-1+devuan) manual; urgency=low * Update diff --git a/makemkv-bin/debian/control b/makemkv-bin/debian/control index fd4c301..e963bc3 100644 --- a/makemkv-bin/debian/control +++ b/makemkv-bin/debian/control @@ -3,9 +3,11 @@ Section: video Priority: optional Maintainer: B Stack Build-Depends: debhelper (>=11~), + libavcodec58, makemkv-oss Standards-Version: 4.1.4 Homepage: https://www.makemkv.com +# libavcodec58 is listed only to prevent the "two choices available" error in obs. makemkv-oss handles the dependencies Package: makemkv-bin Architecture: any diff --git a/makemkv-oss/debian/control b/makemkv-oss/debian/control index 4a1f0ed..09b2912 100644 --- a/makemkv-oss/debian/control +++ b/makemkv-oss/debian/control @@ -4,7 +4,7 @@ Priority: optional Maintainer: B Stack Build-Depends: debhelper (>=11~), libavcodec-dev, - libavcodec58 || libavcodec-extra58, + libavcodec58, libc6-dev, libexpat1-dev, libgl1-mesa-dev, @@ -14,6 +14,7 @@ Build-Depends: debhelper (>=11~), zlib1g-dev Standards-Version: 4.1.4 Homepage: https://www.makemkv.com +# libavcodec58 is listed only to prevent the "two choies available" error in obs. makemkv-oss handles the dependencies Package: makemkv-oss Architecture: any -- cgit From be9f835f01836dfb3b7ba302c2e060720692ac92 Mon Sep 17 00:00:00 2001 From: B Stack Date: Sat, 23 Nov 2019 15:27:55 -0500 Subject: fix typo --- makemkv-oss/debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makemkv-oss/debian/control b/makemkv-oss/debian/control index 09b2912..7c55684 100644 --- a/makemkv-oss/debian/control +++ b/makemkv-oss/debian/control @@ -14,7 +14,7 @@ Build-Depends: debhelper (>=11~), zlib1g-dev Standards-Version: 4.1.4 Homepage: https://www.makemkv.com -# libavcodec58 is listed only to prevent the "two choies available" error in obs. makemkv-oss handles the dependencies +# libavcodec58 is listed only to prevent the "two choices available" error in obs. makemkv-oss handles the dependencies Package: makemkv-oss Architecture: any -- cgit