tla changes --diff was what I wanted.I’ve built and tested it; it works. You can get the binary I used here. I doubt it will work unless you have a configuration similar to mine:
logjam 4.4.1 build configuration:
- GTK: yes
- GtkSpell: yes
- GtkHTML: 3.6
- librsvg: yes
- Docklet (“tray icon”): yes
- Networking: libsoup
- XMMS helper: yes
- SQLite3: yesPlus similar library versions and stuff.I’ve sent the patch to
[update: Okay, I've made a proper changeset. You can build your own copy after you've checked out the 4.5 source (directions):
tar xzvf logjam_tags.changeset.tar.gz
tla apply-changeset logjam_tags.changeset/ logjam--dev--4.5--patch-6/
cd logjam--dev--4.5--patch-6/
./autogen.sh
./configure --with-sqlite3
make all
./src/logjamThe SQLite bit is required because there's a problem with journalstore_xml.c I'm not sure what I did that broke it :( ]
[update:
(cross-posted to my own journal)
June 17 2005, 02:45:59 UTC 6 years ago
June 17 2005, 02:51:24 UTC 6 years ago
it's better for developing full-on branches which you publish for me to integrate.
but that's sorta lame because it's too much effort on your part for not enough gain.
i haven't touched logjam in a while 'cause my dev archives were all on a broken disk that is still sitting here at my feet. i'll integrate it once i get my life back together, but until then know that i appreciate your effort and thank you.
June 17 2005, 09:10:45 UTC 6 years ago
Only one small bug: if you enter some tags and go to preview the HTML, the "Tags" list shows Current Music instead. Something tells me it's this line (near the very end of the patch):
g_string_append_printf(str, "%s: %s", _("Tags"), entry->music);
I'm going to take a shot in the dark here and say it should read:
g_string_append_printf(str, "%s: %s", _("Tags"), entry->tags);
I'd make the change myself, but I couldn't get the source to compile on my system, so I just downloaded your binary. Note that this bug has no effect on the tags when posted--those show up as entered when the entry is posted. It's cosmetic really.
Bonus points if you can figure out why this is happening when I attempt to
make all(./configurewent without a hitch):make[2]: Leaving directory `/usr/src/logjam--dev--4.5--patch-6/data'Making all in doc
make[2]: Entering directory `/usr/src/logjam--dev--4.5--patch-6/doc'
make[2]: *** No rule to make target `logjam.1', needed by `all-am'. Stop.
make[2]: Leaving directory `/usr/src/logjam--dev--4.5--patch-6/doc'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/src/logjam--dev--4.5--patch-6'
make: *** [all] Error 2
(Disclaimer: I am not a programmer.)
June 17 2005, 15:59:08 UTC 6 years ago
logjam.1 is the man page ... I'm not sure why the file is missing. Here's a copy of it.
June 17 2005, 17:47:14 UTC 6 years ago
June 17 2005, 12:01:48 UTC 6 years ago
Is the CVS version suppose to say version 4.4.1?
June 17 2005, 16:00:59 UTC 6 years ago
June 19 2005, 18:07:00 UTC 6 years ago
June 25 2005, 19:02:48 UTC 6 years ago
Now I've just print
tla update
and got --patch7. I cannot build it, because some problems with libtool. Is it known issue, or just my troubles?