Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Debian patches #9

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open

Debian patches #9

wants to merge 6 commits into from

Conversation

umlaeute
Copy link

these are patches taken from the Debian packaging of midisnoop.

  • don't export gitignore (taken from Exclude repository-config from exported archive #8)
  • add "Icon" & "Keywords" from midisnoop.deskop
  • exclude obsolete "Encoding" from midisnoop.deskop
  • fix builds with RtMidi-2.1
  • use pkg-config for RtMidi (rather than assuming some simplistic linker/compiler flags).
    This fixes the FTBFS with new versions of RtMidi where the include directory has moved and a -I flag is now needed.
  • add include to fix compilation with Qt5
  • switch configure & install-scripts to python3 (Python2 is dead!)

umlaeute and others added 6 commits October 27, 2020 10:24
when using 'git archive' to export a repository into an archive (e.g. as
is done by github/gitlab to create release-tarballs), we don't really want
to export any repository configuration (e.g. .gitignore), as this
interacts badly with downstream importing the release-tarball into their own
repositories.

e.g. Debian (for the Debian packages) uses their own git-repository for the
packaging. having debian/ ignored there is rather pointless.
Forwarded: Devin Anderson <[email protected]>

Gbp-Pq: Name 01-destop_file.patch
Forwarded: Devin Anderson <[email protected]>

Gbp-Pq: Name 03-fix_build_with_rtmidi_2_1.patch
Forwarded: Devin Anderson <[email protected]>

This fixes the FTBFS with new versions of RtMidi where the include directory
has moved and a -I flag is now needed.
Forwarded: Devin Anderson <[email protected]>
Gbp-Pq: Name 04-rtmidi-pkgconfig.patch
Signed-off-by: Dmitry Eremin-Solenikov <[email protected]>

Gbp-Pq: Name 0005-src-engine.h-another-qt5-fix.patch
Signed-off-by: Dmitry Eremin-Solenikov <[email protected]>

Gbp-Pq: Name 0006-switch-to-python3.patch
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants