First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 235630
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Qt Bug Alias <qt@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Nico Schlömer <nico.schloemer@gmail.com>
Add CC:
CC:
Remove selected CCs
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
qpitch-1.0.1.ebuild qpitch-1.0.1 ebuild text/plain Nico Schlömer 2008-08-24 20:33 0000 654 bytes Details
add-cmake-minimum-version.patch patch suppress warning message when compiling patch Nico Schlömer 2008-08-24 20:34 0000 397 bytes Details | Diff
add-make-install.patch patch that adds make install target patch Nico Schlömer 2008-08-24 20:34 0000 382 bytes Details | Diff
qpitch-1.0.1-icon.patch patch to install .png icon instead of .xpm, as it is unavailable patch kavol@email.cz 2009-05-20 10:46 0000 331 bytes Details | Diff
qpitch.desktop desktop file, doesn't use absolute path text/plain kavol@email.cz 2009-05-20 10:47 0000 201 bytes Details
qpitch-1.0.1.ebuild qpitch 1.0.1 ebuild, committed to sunrise at 2009-05-21 text/plain Gokdeniz Karadag 2009-05-20 23:21 0000 624 bytes Details
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 235630 depends on: Show dependency tree
Bug 235630 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2008-08-24 20:31 0000
hi!

i just wrote an ebuild plus to tiny little patches for qpitch, a musical
intrument tuner program written with qt 4. 

it might be a replacement candidate for media-sound/k3guitune which, according
to the homepage, is no longer maintained.

i don't really know what the procedure is here as this is my first ebuild, but
i suggest you guys have a look at it first and see if it compiles for you.

cheers,
nico

Reproducible: Always

------- Comment #1 From Nico Schlömer 2008-08-24 20:33:13 0000 -------
Created an attachment (id=163726) [details]
qpitch-1.0.1 ebuild

------- Comment #2 From Nico Schlömer 2008-08-24 20:34:09 0000 -------
Created an attachment (id=163727) [details]
patch suppress warning message when compiling

------- Comment #3 From Nico Schlömer 2008-08-24 20:34:39 0000 -------
Created an attachment (id=163729) [details]
patch that adds make install target

------- Comment #4 From kavol@email.cz 2009-05-19 15:34:45 0000 -------
note that the location of this project changed ... however, after modifying the
source URI, I'm still unable to install it due to various errors (install patch
rejected, files referenced in CMakeLists.txt missing ...)

------- Comment #5 From kavol@email.cz 2009-05-20 10:44:53 0000 -------
ok, I took a closer look and I was able to get it installed ...

--- qpitch-1.0.1.ebuild~        2009-05-19 16:19:21.000000000 +0200
+++ qpitch-1.0.1.ebuild 2009-05-20 12:21:49.000000000 +0200
@@ -7,8 +7,8 @@
 inherit eutils cmake-utils

 DESCRIPTION="A program to tune musical instruments using Qt 4."
-HOMEPAGE="http://wspinell.altervista.org/qpitch/"
-SRC_URI="http://wspinell.altervista.org/qpitch/files/${P}.tar.bz2"
+HOMEPAGE="http://www.webalice.it/wspinelli/qpitch/"
+SRC_URI="http://download.gna.org/qpitch/releases/${P}.tar.gz"

 LICENSE="GPL-2"
 KEYWORDS="~amd64 ~x86"
@@ -23,6 +23,8 @@
 src_unpack () {
        unpack ${A}
        cd "${S}"
+       mkdir "src/data"
+       cp ${FILESDIR}/qpitch.desktop "src/data/qpitch.desktop"
        epatch ${FILESDIR}/add-cmake-minimum-version.patch
-       epatch ${FILESDIR}/add-make-install.patch
+       epatch ${FILESDIR}/${P}-icon.patch
 }

------- Comment #6 From kavol@email.cz 2009-05-20 10:46:06 0000 -------
Created an attachment (id=191896) [details]
patch to install .png icon instead of .xpm, as it is unavailable

------- Comment #7 From kavol@email.cz 2009-05-20 10:47:36 0000 -------
Created an attachment (id=191897) [details]
desktop file, doesn't use absolute

------- Comment #8 From Gokdeniz Karadag 2009-05-20 19:28:18 0000 -------
(In reply to comment #4)
> note that the location of this project changed ... however, after modifying the
> source URI, I'm still unable to install it due to various errors (install patch
> rejected, files referenced in CMakeLists.txt missing ...)
> 

I contacted the maintainer and he added the missing files to tarball.

I'm currently working on a an ebuild to be included in sunrise overlay.

------- Comment #9 From Gokdeniz Karadag 2009-05-20 23:21:54 0000 -------
Created an attachment (id=191967) [details]
qpitch 1.0.1 ebuild, committed to sunrise at 2009-05-21

Attached qpitch 1.0.1 ebuild that is committed to sunrise overlay.

------- Comment #10 From Nico Schlömer 2009-06-07 22:37:01 0000 -------
Hi,

I guess the the manual install line should read

        doman src/data/qpitch.1.gz || die "Could not install man page"

(with .gz).

Cheers,
Nico

------- Comment #11 From Gokdeniz Karadag 2009-06-07 23:23:07 0000 -------
(In reply to comment #10)

Hi,

Latest version of qpitch installs the man page by itself. See;
http://overlays.gentoo.org/proj/sunrise/browser/sunrise/media-sound/qpitch

BTW, doman without a .gz worked fine.

------- Comment #12 From Nico Schlömer 2009-06-07 23:32:35 0000 -------
> BTW, doman without a .gz worked fine.
Hm, not for me. It always fails with

/usr/libexec/paludis/utils/doman: src/data/qpitch.1 does not exist

Anyway, I'm fine with the doman gone. Thanks for the heads-up!

------- Comment #13 From Markos Chandras 2009-06-07 23:45:26 0000 -------
Qt herd will pick this up. Moved from sunrise to qting-edge for testing before
I commit it to portage tree. I added a live ebuild for this package as well

Thank you

------- Comment #14 From Markos Chandras 2009-06-08 13:33:43 0000 -------
+*qpitch-1.0.1 (08 Jun 2009)
+
+  08 Jun 2009; Markos Chandras <hwoarang@gentoo.org> +qpitch-1.0.1.ebuild,
+  +metadata.xml:
+  Initial commit of qpitch package. Thanks to Nico Schlömer, kavol@email.cz
+  and
+  Gokdeniz Karadag for the initial ebuilds. Fixes bug 235630

On tree. Thank you all

Live ebuild will stay on qting-edge overlay

------- Comment #15 From Lars 2009-12-19 23:03:02 0000 -------
I installed this ebuild. If I'm trying to start qpitch:

  $ qpitch
  Speicherzugriffsfehler

Speicherzugriffsfehler = segmentation fault

eix qpitch
[I] media-sound/qpitch
     Available versions:  (~)1.0.1
     Installed versions:  1.0.1(23:30:48 19.12.2009)
     Homepage:            http://wspinell.altervista.org/qpitch/
     Description:         A program to tune musical instruments using Qt4

------- Comment #16 From Markos Chandras 2009-12-20 19:33:10 0000 -------
Try the live ebuild instead or report the bug upstream

First Last Prev Next    No search results available      Search page      Enter new bug