Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 489136 - media-video/minitube: use system copy of dev-qt/qtsingleapplication
Summary: media-video/minitube: use system copy of dev-qt/qtsingleapplication
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Markos Chandras (RETIRED)
URL:
Whiteboard:
Keywords: PATCH
Depends on:
Blocks: bundled-libs
  Show dependency tree
 
Reported: 2013-10-23 13:16 UTC by Nikoli
Modified: 2014-11-07 22:26 UTC (History)
4 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
patch to ebuild to make minitube use system-wide qtsingleapplication (file_489136.txt,869 bytes, patch)
2014-11-03 18:16 UTC, cyberbat
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Nikoli 2013-10-23 13:16:43 UTC
minitube $ grep -i qtsingleapplication *.pro
include(src/qtsingleapplication/qtsingleapplication.pri)
Comment 1 Markos Chandras (RETIRED) gentoo-dev 2013-10-23 13:21:29 UTC
Is there a way for the package to support the system library? Otherwise we may have to patch it (who?) and upstream is not very friendly with non-ubuntu-ish distributions.
Comment 2 Nikoli 2013-10-23 13:29:10 UTC
You need to patch build system, example:
https://code.google.com/p/quite-rss/source/detail?r=eb1892cbe9a0
Also you need to check if internal copy of qtsingleapplication is patched.
Comment 3 Markos Chandras (RETIRED) gentoo-dev 2013-10-25 09:01:38 UTC
I am not very keen in patching the build system. would you like to move this discussion upstream so they can do it properly?
Comment 4 cyberbat 2014-11-03 18:16:12 UTC
Created attachment 388460 [details, diff]
patch to ebuild to make minitube use system-wide qtsingleapplication

Here is patch fixing the issue. I've tried it removing src/qtsingleapplication, compiling minitube then and successfully running it.
Comment 5 Markos Chandras (RETIRED) gentoo-dev 2014-11-07 22:26:12 UTC
+*minitube-2.3-r1 (07 Nov 2014)
+
+  07 Nov 2014; Markos Chandras <hwoarang@gentoo.org> +minitube-2.3-r1.ebuild,
+  -minitube-2.3.ebuild:
+  Use system qtsingleapplication. Patch by cyberbat. Bug #489136
+