Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 143177 - app-text/xournal (new ebuild)
Summary: app-text/xournal (new ebuild)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Robert Buchholz (RETIRED)
URL: http://xournal.sourceforge.net/
Whiteboard:
Keywords: EBUILD
: 143179 (view as bug list)
Depends on:
Blocks:
 
Reported: 2006-08-08 01:56 UTC by Caleb Cushing
Modified: 2009-02-06 15:31 UTC (History)
5 users (show)

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


Attachments
xournal-0.3.2.ebuild (xournal-0.3.2.ebuild,745 bytes, text/plain)
2006-12-21 10:38 UTC, Saleem Abdulrasool (RETIRED)
Details
update (xournal-0.3.3.ebuild,745 bytes, text/plain)
2007-03-28 02:03 UTC, unnamedrambler
Details
an alternative ebuild (xournal-0.3.3.ebuild,942 bytes, text/plain)
2007-07-17 04:20 UTC, antonmx
Details
xournal-0.4.1 with pdf and not xpdf (xournal-0.4.1.ebuild,942 bytes, text/plain)
2008-02-06 19:31 UTC, joachim Langenbach
Details
Updated ebuild reflecting poppler dependency (xournal-0.4.1-r1.ebuild,947 bytes, text/plain)
2008-02-17 23:45 UTC, Gautam Iyer
Details
added desktop menu install (xournal-0.4.1-r2.ebuild,1.05 KB, text/plain)
2008-02-22 22:19 UTC, John Troxler
Details
Fix sourceforge bug 1891727 with xorg-server-1.4 (xournal-0.4.1-r3.ebuild,1.21 KB, text/plain)
2008-03-22 21:27 UTC, Gautam Iyer
Details
Patch from sourceforge bug 1891727 (xo-callbacks-xorg73.patch,1.20 KB, patch)
2008-03-22 21:28 UTC, Gautam Iyer
Details | Diff
Ebuild for the newly released xournal-0.4.2 (xournal-0.4.2.ebuild,1.04 KB, text/plain)
2008-03-25 06:53 UTC, Gautam Iyer
Details
Version bump for bugfix release 0.4.2.1 (xournal-0.4.2.1.ebuild,1.04 KB, text/plain)
2008-03-28 09:09 UTC, Gautam Iyer
Details
xournal-0.4.2.1.ebuild (xournal-0.4.2.1.ebuild,905 bytes, text/plain)
2008-03-29 02:01 UTC, Robert Buchholz (RETIRED)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Caleb Cushing 2006-08-08 01:56:34 UTC
Xournal is an application for notetaking, sketching, keeping a journal using a stylus. 

previewed on linux.com I haven't tried it but it looks cool. provided link to it's homepage on sourceforge.
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2006-08-08 02:07:47 UTC
*** Bug 143179 has been marked as a duplicate of this bug. ***
Comment 2 Saleem Abdulrasool (RETIRED) gentoo-dev 2006-12-21 10:38:31 UTC
Created attachment 104526 [details]
xournal-0.3.2.ebuild

Heres an ebuild that I whipped up for it, but I dont have a tablet, so I wouldnt feel comfortable maintaining the package.
Comment 3 Justin Blanchard 2007-02-21 10:49:36 UTC
I've been very bad about reporting my experiences...
The contributed ebuild worked great for me for about a month of regular use.
Thanks, Saleem.
There was some misbehavior (failing to track the pen, or crashing) when I used xrandr or xsetpointer while the app was running.
A new version of the program, 0.3.3, has been released.
Renaming the ebuild to xournal-0.3.3.ebuild is sufficient.
0.3.3 is also functional, and the bugs I mentioned seem to have been fixed. (This is probably related to the new support for drawing with the core pointer.)

I would love to see this in portage, but I don't think I have the time to maintain it myself. =(
Comment 4 unnamedrambler 2007-03-28 02:03:13 UTC
Created attachment 114694 [details]
update

Here is the updated 0.3.3 ebuild for xournal.
Comment 5 Sam Jacobson 2007-04-24 16:07:37 UTC
0.3.3 tested on AMD64. Works well.
Comment 6 antonmx 2007-07-17 04:20:39 UTC
Created attachment 125143 [details]
an alternative ebuild

I wrote my own ebuild before I found this one. I put my one here just because I do not want to throw it away. The ebuilds are almost identical.
Comment 7 antonmx 2007-10-03 00:13:40 UTC
Also works with Xournal 4.1 - just rename the ebuild
Comment 8 joachim Langenbach 2008-02-06 19:31:57 UTC
Created attachment 142839 [details]
xournal-0.4.1 with pdf and not xpdf

Xournal 0.4.1 works with kde-base/kpdf as pdf-application two.

But I'm new in editing ebuilds, so I don't know how to give several options in pdf? () so that emerge uses kpdf if installed or xpdf if installed so that only one pdf-application must be installed?
Comment 9 Gautam Iyer 2008-02-17 23:42:59 UTC
(In reply to comment #8)
> Xournal 0.4.1 works with kde-base/kpdf as pdf-application two.

Actually, Xournal only requires pdftoppm (which is provided by poppler). Xpdf, or kpdf are not required.

I'm attaching a new ebuild to reflect this.

GI
Comment 10 Gautam Iyer 2008-02-17 23:45:40 UTC
Created attachment 143833 [details]
Updated ebuild reflecting poppler dependency

Only need poppler, not xpdf / kpdf
Comment 11 John Troxler 2008-02-22 22:19:40 UTC
Created attachment 144389 [details]
added desktop menu install

* Removed the eautoconf command as xournal only needs autogen.sh to be run.
* Added the installation of the desktop menu entry and icons.
* Moved the pdf dependencies to RDEPEND as xournal is only dependent on them at run time, not compile time.
* Moved the autoconfigure commands into src_unpack() instead of src_compile() since emerge was complaining.
Comment 12 Gautam Iyer 2008-03-22 21:27:25 UTC
Created attachment 146943 [details]
Fix sourceforge bug 1891727 with xorg-server-1.4

See also Bug #214233, and references there in
Comment 13 Gautam Iyer 2008-03-22 21:28:35 UTC
Created attachment 146945 [details, diff]
Patch from sourceforge bug 1891727
Comment 14 Gautam Iyer 2008-03-25 06:53:46 UTC
Created attachment 147220 [details]
Ebuild for the newly released xournal-0.4.2

Xournal-0.4.2 was just released. I attach an ebuild.

Btw -- I notice that Gentoo has almost no software for tablet PC users. Xournal is by far the best one I've used, and it would be really nice if you added it to the "official" portage tree.

Thanks,

GI
Comment 15 Gautam Iyer 2008-03-28 09:09:52 UTC
Created attachment 147511 [details]
Version bump for bugfix release 0.4.2.1
Comment 16 Jeff Kowalczyk 2008-03-28 23:29:53 UTC
Works perfectly. No icon under accessories, though. I made it app-text/xournal, don't know what the consensus category would be. Thanks for the ebuild.
Comment 17 Robert Buchholz (RETIRED) gentoo-dev 2008-03-29 02:01:30 UTC
Created attachment 147598 [details]
xournal-0.4.2.1.ebuild

I would add the ebuild to the media-gfx category, which already carries applications like Inscape, other drawing tools and Cellwriter.
How do others feel about this?

I've already prepared a commit to the tree, so please raise objections now. Jeff, can you please test with the attached ebuild wheter the icon appears in Gnome properly?
Comment 18 Jeff Kowalczyk 2008-03-29 03:26:07 UTC
correction, the icon came up for display later. Works perfectly.
Comment 19 Gautam Iyer 2008-03-29 05:34:10 UTC
(In reply to comment #17)
> I would add the ebuild to the media-gfx category, which already carries
> applications like Inscape, other drawing tools and Cellwriter. How do others
> feel about this?

I added to app-office in my tree. It's primarily a note taking application, not a drawing program, so I don't know if media-gfx is appropriate.

GI
Comment 20 Robert Buchholz (RETIRED) gentoo-dev 2008-04-06 12:33:52 UTC
I have added app-text/xournal-0.4.2.1 to the tree.
In case you are working with this ebuild from your local overlay, and it was installed from a different category, please unmerge and re-emerge with the version in the tree.

I encourage everyone here to continue participating in xournal and Gentoo, please open new bugs for version bumps, or if something does not work as expected. Thanks! 

@category: I agree that media-gfx might not reflect the note-taking character of the application, but it's also not simply an office ebuild, especially since that category mostly contains officie suites.
Comment 21 I am 2009-02-06 15:00:20 UTC
in the recent version of xournal , pdf annotation don´t work.


the guys from archlinux have a working patch for this issue.

please include the patch !

http://bugs.archlinux.org/task/12923
Comment 22 Robert Buchholz (RETIRED) gentoo-dev 2009-02-06 15:31:16 UTC
(In reply to comment #21)
> in the recent version of xournal , pdf annotation don´t work.
> the guys from archlinux have a working patch for this issue.
> 
> please include the patch !

If this patch works for you, please report it upstream and ask them to release an update. Also, please do not reuse old bug reports for new issues.

http://sourceforge.net/tracker/index.php?func=detail&aid=2545508&group_id=163434&atid=827733