Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Nate Graham
Kid3
Commits
f65f58af
Commit
f65f58af
authored
Mar 17, 2019
by
Urs Fleisch
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Disable mp4v2 when building deb package.
It is no longer available in Ubuntu 19.04.
parent
c2845057
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
2 deletions
+1
-2
deb/control
deb/control
+0
-1
deb/rules
deb/rules
+1
-1
No files found.
deb/control
View file @
f65f58af
...
@@ -18,7 +18,6 @@ Build-Depends: debhelper (>= 9),
...
@@ -18,7 +18,6 @@ Build-Depends: debhelper (>= 9),
libflac++-dev,
libflac++-dev,
libvorbis-dev,
libvorbis-dev,
libtag1-dev,
libtag1-dev,
libmp4v2-dev,
libchromaprint-dev,
libchromaprint-dev,
libavformat-dev,
libavformat-dev,
libavcodec-dev,
libavcodec-dev,
...
...
deb/rules
View file @
f65f58af
...
@@ -6,7 +6,7 @@ DEB_CMAKE_PREFIX = /usr
...
@@ -6,7 +6,7 @@ DEB_CMAKE_PREFIX = /usr
DEB_CONFIG_INSTALL_DIR = $(DEB_CMAKE_PREFIX)/share/kde4/config
DEB_CONFIG_INSTALL_DIR = $(DEB_CMAKE_PREFIX)/share/kde4/config
DEB_HTML_INSTALL_DIR = $(DEB_CMAKE_PREFIX)/share/doc/kde/HTML
DEB_HTML_INSTALL_DIR = $(DEB_CMAKE_PREFIX)/share/doc/kde/HTML
BASE_CMAKE_DEFS =
-DWITH_MP4V2=ON
-DKDE_INSTALL_BINDIR=$(DEB_CMAKE_PREFIX)/bin -Wno-dev -DWITH_FFMPEG=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo
BASE_CMAKE_DEFS = -DKDE_INSTALL_BINDIR=$(DEB_CMAKE_PREFIX)/bin -Wno-dev -DWITH_FFMPEG=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo
%:
%:
dh $@ --parallel --builddirectory=kid3-build
dh $@ --parallel --builddirectory=kid3-build
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment