First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 108284
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Default Assignee for New Packages <maintainer-wanted@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Thomas Maguin <T.Maguin@web.de>
Add CC:
CC:
Remove selected CCs
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
qpxtool-0.3.1.ebuild ebuild for qpxtool-0.3.1 text/plain Thomas Maguin 2005-10-06 08:50 0000 748 bytes Details
makefile-update.patch patch to update Makefile patch Thomas Maguin 2005-10-06 08:51 0000 461 bytes Details | Diff
qpxtool-0.3.1-r1.ebuild updated ebuild 0.3.1-r1 text/plain Thomas Maguin 2005-10-06 09:51 0000 738 bytes Details
qpxtool-0.3.1-r2.ebuild updated ebuild text/plain Thomas Maguin 2005-10-07 13:09 0000 762 bytes Details
qpxtool-0.3.2-r2.ebuild updated ebuild & new sw-version text/plain Thomas Maguin 2005-10-08 06:22 0000 913 bytes Details
makefile-update.patch extended makefile update text/plain Thomas Maguin 2005-10-08 15:35 0000 1.05 KB Details
clean-up.patch new clean-up.patch text/plain Thomas Maguin 2005-10-08 15:37 0000 2.26 KB Details
qpxtool-0.3.2-r3.ebuild updated ebuild text/plain Thomas Maguin 2005-10-09 00:57 0000 899 bytes Details
makefile-update.patch makefile-update.patch text/plain Thomas Maguin 2005-10-09 12:02 0000 459 bytes Details
qpxtool-0.3.2-r3.ebuild final ebuild text/plain Thomas Maguin 2005-10-10 11:21 0000 900 bytes Details
qpxtool-0.3.3.ebuild ebuild for qpxtool 0.3.3 text/plain Thomas Maguin 2005-10-25 05:40 0000 743 bytes Details
qpxtool-0.3.4-r1.ebuild updated ebuild 0.3.4-r1 text/plain Thomas Maguin 2005-10-26 12:25 0000 678 bytes Details
qpxtool-0.3.5.8.ebuild ebuild qpxtool-0.3.5.8 text/plain Thomas Maguin 2005-11-01 00:58 0000 668 bytes Details
qpxtool-0.3.5.8-r2.ebuild updated ebuild text/plain Thomas Maguin 2005-11-03 01:38 0000 751 bytes Details
qpxtool-0.4.0-r1.ebuild updated ebuild 0.4.0-r1 text/plain Thomas Maguin 2005-11-05 13:13 0000 656 bytes Details
qpxtool-0.3.5.8-r2.ebuild updated ebuild 0.4.0-r2 text/plain Thomas Maguin 2005-11-05 15:46 0000 751 bytes Details
qpxtool-0.4.0-r2.ebuild updated ebuild 0.4.0-r2 text/plain Thomas Maguin 2005-11-05 15:49 0000 626 bytes Details
qpxtool-0.4.1.ebuild actual release of qpxtool text/plain Thomas Maguin 2005-12-03 05:02 0000 626 bytes Details
qpxtool-0.4.2.ebuild ebuild qpxtool-0.4.2 text/plain Thomas Maguin 2006-01-02 04:58 0000 626 bytes Details
Create a New Attachment (proposed patch, testcase, etc.) View All

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

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







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


Description:   Opened: 2005-10-06 08:48 0000
There is an ebuild attached for compiling PQxTool-0.3.1, which can be found on
sourceforge. It is a cd/dvd quality check tool for Plextor devices.
There is also a patch, which updates two paths of the original Makefile.

General information about cd/dvd quality check:
http://www-user.tu-chemnitz.de/~noe/Plextor/

I suggest app-cdr/qpxtool. 
Also the ebuild depends on qt-3 and dvd+rw-tools.

------- Comment #1 From Thomas Maguin 2005-10-06 08:50:24 0000 -------
Created an attachment (id=69996) [edit]
ebuild for qpxtool-0.3.1

------- Comment #2 From Thomas Maguin 2005-10-06 08:51:27 0000 -------
Created an attachment (id=69997) [edit]
patch to update Makefile

------- Comment #3 From Carsten Lohrke 2005-10-06 09:40:50 0000 -------
- Please don't assign bugs when you don't know to whom.
- inheriting kde.eclass adds a kdelibs dependency. Use qt3.eclass.

------- Comment #4 From Thomas Maguin 2005-10-06 09:51:43 0000 -------
Created an attachment (id=70002) [edit]
updated ebuild 0.3.1-r1

------- Comment #5 From Thomas Maguin 2005-10-06 10:32:34 0000 -------
(From update of attachment 70002 [edit])
removed inherit kde
added inherit qt3

------- Comment #6 From Carsten Lohrke 2005-10-07 03:51:20 0000 -------
The qt3.eclass doesn't automatically add the qt dependency for you...

------- Comment #7 From Thomas Maguin 2005-10-07 13:09:35 0000 -------
Created an attachment (id=70115) [edit]
updated ebuild 

added: DEPEND	       qt? ( =x11-libs/qt-3* )

------- Comment #8 From Thomas Maguin 2005-10-08 06:22:08 0000 -------
Created an attachment (id=70145) [edit]
updated ebuild & new sw-version

ebuild now uses qmake, emake, dobin

------- Comment #9 From Thomas Maguin 2005-10-08 15:35:59 0000 -------
Created an attachment (id=70183) [edit]
extended makefile update

removed deprecated compiler flag with -mtune.

------- Comment #10 From Thomas Maguin 2005-10-08 15:37:57 0000 -------
Created an attachment (id=70184) [edit]
new clean-up.patch

removes useless code and the resulting compiler warnings

------- Comment #11 From Carsten Lohrke 2005-10-08 15:57:24 0000 -------
Thomas:

- -mcpu is deprecated, not -march. Moreover the currently stable gcc 3.3 doesn't
know anything about -mtune. -march implies -mcpu/-mtune.

- You prefix a dependency by useflag? when the dependency is optional, the qt?
is wrong. Have a look at qt3.eclass how the dependency should look like.

- IUSE="X gnome" should be IUSE=""

------- Comment #12 From Thomas Maguin 2005-10-09 00:57:00 0000 -------
Created an attachment (id=70205) [edit]
updated ebuild 

added: inherit kde-functions, need-qt 3
removed: use-flags, dependency qt?

------- Comment #13 From Thomas Maguin 2005-10-09 12:02:38 0000 -------
Created an attachment (id=70245) [edit]
makefile-update.patch

gcc-3.3 compatible makefile

------- Comment #14 From Thomas Maguin 2005-10-10 11:21:56 0000 -------
Created an attachment (id=70303) [edit]
final ebuild

removed the makefile-update.patch, it is not necessary any more.

------- Comment #15 From Thomas Maguin 2005-10-25 05:40:53 0000 -------
Created an attachment (id=71398) [edit]
ebuild for qpxtool 0.3.3

A new release of qpxtool. The patches are obsolete now. 

------- Comment #16 From Thomas Maguin 2005-10-26 12:25:42 0000 -------
Created an attachment (id=71523) [edit]
updated ebuild 

a little change to prevent compiling problems with qt4.

------- Comment #17 From Thomas Maguin 2005-11-01 00:58:07 0000 -------
Created an attachment (id=71852) [edit]
ebuild qpxtool-0.3.5.8

qpxtool is now with NEC support for CD quality scans.

------- Comment #18 From Krzysztof Stasiorowski 2005-11-02 09:06:00 0000 -------
You can easly add ~amd64. Works fine

------- Comment #19 From SpanKY 2005-11-02 17:50:26 0000 -------
ebuild needs work ... try reading:
http://www.gentoo.org/proj/en/devrel/handbook/handbook.xml?part=2&chap=3
and post a new version

------- Comment #20 From Thomas Maguin 2005-11-03 01:38:43 0000 -------
Created an attachment (id=71997) [edit]
updated ebuild 

added ~amd64 keyword, qt-3 dependecy
removed dvd+rw-tools dependeny
scr_compile uses now $QTDIR

------- Comment #21 From SpanKY 2005-11-04 20:05:47 0000 -------
- SRC_URI is still broken ... needs to use mirror://sourceforge syntax
- no point in putting qt into DEPEND, the 'need-qt 3' does that for you
- your src_unpack is pointless
- dont hardcode path to qmake, just run `qmake`

------- Comment #22 From Thomas Maguin 2005-11-05 13:13:27 0000 -------
Created an attachment (id=72236) [edit]
updated ebuild 0.4.0-r1

corrected URI with mirror://sourgeforge
removed qt from DEPEND
removed src_unpack

hardcorded path is needed to avoid incompatibilities with installed qt4.
qt4-qmake results in 
"uic: File generated with too old versions of QT Designer"
"qcanvas.h: No such file or directory"
and then compiling terminates.

There is a script called build in the tar-ball, which compiles fine with qt4.
Perhaps ebuild should use this skript. I don't know which way to prefere.

------- Comment #23 From SpanKY 2005-11-05 13:16:57 0000 -------
(In reply to comment #22)
> hardcorded path is needed to avoid incompatibilities with installed qt4.

no, that's a bug that you should take up with the QT team ... hardcoding the
path is not correct

also, please use english-only in the die messages

------- Comment #24 From Thomas Maguin 2005-11-05 15:46:38 0000 -------
Created an attachment (id=72249) [edit]
updated ebuild 0.4.0-r2

removed hardcoded Path of qmake

------- Comment #25 From Thomas Maguin 2005-11-05 15:49:24 0000 -------
Created an attachment (id=72250) [edit]
updated ebuild 0.4.0-r2

this is 0.4.0-r2

------- Comment #26 From Krzysztof Stasiorowski 2005-11-15 03:06:53 0000 -------
When you have installed qt4 ebuild 0.4.0-r2 doesn't compile. Need hardcode path
to qmake to work.

------- Comment #27 From SpanKY 2005-11-15 06:03:39 0000 -------
that isnt a problem for qpxtool to solve

the need-qt function should take care of all that cruft

------- Comment #28 From Thomas Maguin 2005-12-03 05:02:04 0000 -------
Created an attachment (id=73980) [edit]
actual release of qpxtool

This is the ebuild for the actual version of qpxtool.

Sorry, but maintaining is too slow. Also see xdvdshrink and dcpp.

------- Comment #29 From Thomas Maguin 2006-01-02 04:58:41 0000 -------
Created an attachment (id=75991) [edit]
ebuild qpxtool-0.4.2

ebuild for the new qpxtool version

------- Comment #30 From Thomas Maguin 2006-01-02 05:01:20 0000 -------
website is now http://qpxtool.sourceforge.net

------- Comment #31 From SpanKY 2006-01-03 21:02:48 0000 -------
in portage, thanks

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