projects
/
dcpomatic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
13b49d8
)
Remove old dependency on libgtk2.
author
Carl Hetherington
<cth@carlh.net>
Fri, 14 Mar 2025 19:36:17 +0000
(20:36 +0100)
committer
Carl Hetherington
<cth@carlh.net>
Sun, 16 Mar 2025 19:26:10 +0000
(20:26 +0100)
cscript
patch
|
blob
|
history
diff --git
a/cscript
b/cscript
index afffe48a3fc3b2e16973d735ff96aeda6f80c9e6..d33947695a892ffc7b6119b12c5a068b46c4db4c 100644
(file)
--- a/
cscript
+++ b/
cscript
@@
-34,7
+34,7
@@
def debian_name(variant):
deb_build_depends = dict()
-deb_build_depends_base = ['debhelper', 'g++', 'pkg-config', 'libsndfile1-dev', 'lib
gtk2.0-dev', 'lib
x264-dev']
+deb_build_depends_base = ['debhelper', 'g++', 'pkg-config', 'libsndfile1-dev', 'libx264-dev']
for v in ['16.04', '18.04', '20.04']:
deb_build_depends[v] = copy.deepcopy(deb_build_depends_base)