From chess at chessgriffin.com Sun Nov 1 03:27:23 2009 From: chess at chessgriffin.com (Chess Griffin) Date: Sat, 31 Oct 2009 23:27:23 -0400 Subject: [Slackbuilds-users] Sbopkg 0.31.0 Released Message-ID: <20091101032723.GA3909@localhost> On behalf of the sbopkg team, I would like to announce a new version 0.31.0 has been released. Thanks to those sbopkg users who sent us feedback, posted to the ML, and filed bug reports, we were able to quash several issues that needed quashing. :-) I'd also like to note that the 0.30.1 release has been, by all accounts, our most successful and popular release to date. Thanks to everyone for your support. Now, on to the new bits. Here is the unedited ChangeLog: * Fix typo in 50-default renames file. * Fix the "Uncheck installed" feature. The code apparently worked fine even without the fix. Spotted by slakmagik. * Add $ARCH information in dialog backtitles. * Add ":force" to sbopkg.conf WGETFLAGS --progress=bar to correctly display the wget progress bar; thanks to happyslacker for nudging me on this issue again. * Fix an issue with the build options dialog menu where selecting 'None' would not work; thanks to happyslacker for the bug report. * Add the ability to uninstall SBo packages from the dialog interface that lists installed packages. Thanks to pokipoki08 for the suggestion. * Fix an incompatibility regarding the way bash 3.1, 3.2, and 4.0 handle the RHS of [[ commands using the =~ operator which broke the repo file validation, among other things. Thanks to SiegeX, Zmyrgel, and BCarey for the reports and suggestions. * Add the ability to run multiple sbopkg instances simultaneously. This has been suggested many times in the past. Users should read the sbopkg.conf man page before using this option (which is disabled by default). * Be more strict validating YES/NO configuration variables. * Add a KNOWN_ISSUES file - if you encounter a bug, check this file before reporting it to see if it's known and if there's a workaround. * Modify sspm to be root-only and change the default checkout location. In case it isn't obvious, this means the checkout will be root-owned if it isn't already. * Fix cosmetic bug where ARCH and BUILD were not displaying correctly in list of updates on x86_64. * Add a dialog and cli option to show all READMEs for the queued packages. This can come handy to do "final checks" on the active queue before starting the build process. * Reworked the options selection menu to avoid seeing only a truncated set of the actual options; thanks to Erik Hanson for the bug report. * Work around build issues caused by custom LC_COLLATE values. * Add tint=tint2 to /etc/sbopkg/renames.d/50-default file. * Prevent an infinite download loop by modifying get_source() and check_source(); make sure that we do try to guess about the file name in a DOWNLOAD/filename mismatch but only when we absolutely have to, by modifying get_source_names(). Thanks to godling for noticing the problem. * The 'check for updates' function now always lists apparent downgrades, since it sometimes can mistakenly classify an upgrade as a downgrade (e.g. version 1.0.1 looks older than 1.0-rc2 to sbopkg). The apparent downgrades are added to the queue but are disabled by default. +--------------------------+ There is a new sbopkg.conf configuration variable, ALLOW_MULTI, that will need to be manually merged in or added if you are not going to use the included sbopkg.conf.new. Also, because the question of how to set $ARCH in sbopkg seems to crop up fairly regularly there is now some information about $ARCH in sbopkg.conf(5) that provides more detail about this setting. As always, a new package and source tarball are available for direct download from the sbopkg project website: http://www.sbopkg.org. Please report any bugs or issues to the sbopkg mailing list or at the Issue Tracker on the sbopkg Google Code page. Information about both of these resources can be found at the sbopkg website. Thanks to Mauro Giachero and slakmagik for their continued valuable assistance in developing this software. Enjoy! -- Chess Griffin -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 197 bytes Desc: not available URL: From rworkman at slackbuilds.org Mon Nov 2 04:16:50 2009 From: rworkman at slackbuilds.org (Robby Workman) Date: Sun, 1 Nov 2009 22:16:50 -0600 Subject: [Slackbuilds-users] schedtool SlackBuild In-Reply-To: <4AE2FE50.3060702@gmail.com> References: <4AE2FE50.3060702@gmail.com> Message-ID: <20091101221650.66a100b0@liberty.rlwhome.lan> On Sat, 24 Oct 2009 09:17:04 -0400 Dave Margell wrote: > I've been using Con Kolivas' BFS (Brain F**k Scheduler) patch version > 304, and my desktop seems stable and very responsive with this patch. > (2.6.31-sched-bfs-304.patch) > http://ck.kolivas.org/patches/bfs/ > > Con mentions using schedtool in his "bfs-faq", > and it sounds like it could be a useful tool even on a vanilla kernel. > So I thought I'd take a crack at writing a schedtool.SlackBuild. > > Problem is schedtool doesn't have a configure script, > and I can't find a way to pass custom CFLAGS to "make" > without directly editing the Makefile. > > The author sets the CFLAGS to: > CFLAGS=-Os -fomit-frame-pointer -s -pipe > > I've used sed to replace the CFLAGS, and I wonder if this is > acceptable, or if there's another way to accomplish this. > Or should I just leave the authors CFLAGS alone? > > I've temporarily included the slack-desc, url and md5sum > within the attached script. > Do you think it could meet SBo standards? > > Any advice would be appreciated. Apply the attached patch and then do this in the build script: make install \ OPT="$SLKCFLAGS" \ PREFIX=/usr \ MANDIR=/usr/man \ DOCDIR=/usr/doc/$PRGNAM-$VERSION \ DESTDIR=$PKG (no need for a separate "make" invocation) Feel free to send the patch upstream if you'd like. -RW -------------- next part -------------- A non-text attachment was scrubbed... Name: schedtool-Makefile.diff Type: text/x-patch Size: 1514 bytes Desc: not available URL: From rworkman at slackbuilds.org Mon Nov 2 04:19:46 2009 From: rworkman at slackbuilds.org (Robby Workman) Date: Sun, 1 Nov 2009 22:19:46 -0600 Subject: [Slackbuilds-users] Osmo re-add/update to 0.2.8 In-Reply-To: <20091029000307.304b2b17.elyb@ioplasm.net> References: <20091029000307.304b2b17.elyb@ioplasm.net> Message-ID: <20091101221946.4130412b@liberty.rlwhome.lan> On Thu, 29 Oct 2009 00:03:07 -0400 Brad Ely wrote: > I wanted to try Osmo on 13.0 so gave a shot at updating the Slackbuild > (not tested on _64). Please submit this using our submit form and one of us will get to it (eventually) :-) -RW -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 198 bytes Desc: not available URL: From rworkman at slackbuilds.org Mon Nov 2 04:20:06 2009 From: rworkman at slackbuilds.org (Robby Workman) Date: Sun, 1 Nov 2009 22:20:06 -0600 Subject: [Slackbuilds-users] Prozilla slackbuild submission In-Reply-To: References: Message-ID: <20091101222006.63819e4a@liberty.rlwhome.lan> On Thu, 29 Oct 2009 12:08:04 -0300 Pablo Santamaria wrote: > I found a bug with the SlackBuild I submitted. > Please remove this of the pending queue. Done. -RW -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 198 bytes Desc: not available URL: From rworkman at slackbuilds.org Mon Nov 2 05:09:48 2009 From: rworkman at slackbuilds.org (Robby Workman) Date: Mon, 2 Nov 2009 05:09:48 +0000 Subject: [Slackbuilds-users] Updates - 20091102 Message-ID: <20091102050948.GA24764@slackbuilds.org> Mon Nov 2 05:07:39 UTC 2009 academic/lapack95: Added - LAPACK95 is a Fortran 95 interface to LAPACK. Thanks to Pablo Santamaria. --rworkman development/acpica: Updated for version 20091013. Thanks to Heinz Wiesinger (pprkut). --rworkman development/django: Updated for version 1.1.1. Thanks to Carlos Corbacho. --pprkut development/latrace: Added - latrace is a frontend to the LD_AUDIT feature in glibc 2.4+. Thanks to Peter Wang. --rworkman games/bsnes: Updated for version 0.054. Thanks to Larry Hajali. --pprkut graphics/qcomicbook: Added - qcomicbook is a comic book reader. Thanks to Niels Horn. --rworkman libraries/enca: Updated for version 1.12. Thanks to Larry Hajali. --pprkut libraries/libvdpau: Added - a library for VDPAU devices. Thanks to Heinz Wiesinger (pprkut). --rworkman libraries/python-distutils-extra: Updated for version 2.12. Thanks to Larry Hajali. --rworkman libraries/xmltv_prereq: Added - xmltv_prereq is a package of several perl modules required to build and run xmltv. Thanks to David Somero. --rworkman misc/nvclock: Added - NVClock is a small utility that allows users to overclock NVIDIA based video cards. Thanks to M.Dinslage. --rworkman misc/vdpauinfo: Added - this is a tool to query and display NVIDIA VDPAU capabilities. Thanks to Heinz Wiesinger (pprkut). --rworkman multimedia/mythplugins: Added - plugins for mythtv. Thanks to David Somero. --rworkman multimedia/myththemes: Added - themes for mythtv. Thanks to David Somero. --rworkman multimedia/mythtv: Added - MythTV is a GPL licensed suite of programs that allow you to build the mythical home media convergence box on your own. Thanks to David Somero. --rworkman multimedia/xmltv: Added - XMLTV is a set of utilities to manage TV viewing. Thanks to David Somero. --rworkman network/ekiga: Fixed yet another typo in the build script. Sorry for my (stupid) mistakes, and thanks to Mauro Giachero for his patience. --rworkman network/isync: Added - isync is a command line application which synchronizes mailboxes. Thanks to Tom Canich. --rworkman network/opera: Updated for version 10.01. Thanks to Robby Workman. --pprkut network/shorewall: Updated for version 4.4.3. Thanks to ArTourter. -RW office/abiword: Updated for version 2.8.1. Thanks to Tim Goya. --rworkman office/adobe-reader: Updated for version 9.2. Thanks to pprkut. --rworkman office/dictd: Fixes to the init script and some config enhancements. Thanks to sercari. --rworkman office/freemind: Added - freemind is a mind-mapping application. Thanks to Bruno Russo. --rworkman system/lbzip2: Updated for version 0.17. Thanks to Erik Hanson. --pprkut system/nvidia-driver: Updated for version 190.42. Thanks to pprkut. --rworkman system/nvidia-kernel: Updated for version 190.42. Thanks to pprkut. --rworkman system/qemu-kvm: Added. This is the stable release of kvm, which uses the mainline kernel modules instead of building its own (ala the standalone kvm). Thanks to Stu Miller for his patience and valuable feedback in addition to the original submission. --rworkman system/virt-manager: Noted additional deps in README. --rworkman system/virtualbox-kernel: Updated for version 3.0.10. Thanks to pprkut. system/virtualbox-kernel-addons: Updated for version 3.0.10. Thanks to pprkut. system/virtualbox-ose: Updated for version 3.0.10. Thanks to pprkut. system/virtualbox-ose-addons: Updated for version 3.0.10. Thanks to pprkut. From rworkman at slackbuilds.org Mon Nov 2 05:15:29 2009 From: rworkman at slackbuilds.org (Robby Workman) Date: Sun, 1 Nov 2009 23:15:29 -0600 Subject: [Slackbuilds-users] Link to source djview4 incorrect In-Reply-To: <20091031114646.GB25596@apollo> References: <20091031114646.GB25596@apollo> Message-ID: <20091101231529.54b1ebea@liberty.rlwhome.lan> On Sat, 31 Oct 2009 16:46:47 +0500 "Murat D. Kadirov" wrote: > On djview4 page is written version 4.5 but the application link links > to version 4.4. djview4.info file has proper link. Thanks; it's fixed now. -RW -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 198 bytes Desc: not available URL: From rworkman at slackbuilds.org Mon Nov 2 05:16:26 2009 From: rworkman at slackbuilds.org (Robby Workman) Date: Sun, 1 Nov 2009 23:16:26 -0600 Subject: [Slackbuilds-users] Strange Wiki Webpage In-Reply-To: <4AEB32E5.1060904@skmail.ikp.physik.tu-darmstadt.de> References: <4AEB32E5.1060904@skmail.ikp.physik.tu-darmstadt.de> Message-ID: <20091101231626.21a918ab@liberty.rlwhome.lan> On Fri, 30 Oct 2009 19:39:33 +0100 Serban Udrea wrote: > Hello! > > I just tried to access SlackWiki.org from the links provided on > > http://slackbuilds.org/howto/ > > and got a strange result, please see attached picture. This should be fixed soon ; the domain has been properly renewed. In the meantime, you can use slackwiki.info instead of slackwiki.org. -RW -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 198 bytes Desc: not available URL: From rworkman at slackbuilds.org Mon Nov 2 05:17:59 2009 From: rworkman at slackbuilds.org (Robby Workman) Date: Sun, 1 Nov 2009 23:17:59 -0600 Subject: [Slackbuilds-users] SlackBuilds for gecko-mediaplayer and gnome-mplayer still being maintained? In-Reply-To: <483919.66161.qm@web57705.mail.re3.yahoo.com> References: <2015330f0910262108m60b0708crb03574ea13e2a814@mail.gmail.com> <483919.66161.qm@web57705.mail.re3.yahoo.com> Message-ID: <20091101231759.0000508f@liberty.rlwhome.lan> On Tue, 27 Oct 2009 11:26:28 -0700 (PDT) Phillip Warner wrote: > Are the slackBuilds for gecko-mediaplayer and gnome-mplayer still > being maintained? > > I made my own versions a couple of weeks ago, and then I noticed that > they are in the 12.2 repo. They were never updated for 13.0. > > I'd be happy to submit mine. I do not use gconf whatsoever, so I did > not make any provisions for it as the original author had in the 12.2 > SlackBuilds. I do not plan on adding this support, since it is not > something I use and could check for proper function. I haven't heard from Frank in quite some time (Frank, are you there?), so I guess you can go ahead and submit what you have. -RW -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 198 bytes Desc: not available URL: From rworkman at slackbuilds.org Mon Nov 2 05:21:17 2009 From: rworkman at slackbuilds.org (Robby Workman) Date: Sun, 1 Nov 2009 23:21:17 -0600 Subject: [Slackbuilds-users] Broken package page In-Reply-To: <4AE6194E.1080600@slackware.it> References: <4AE6194E.1080600@slackware.it> Message-ID: <20091101232117.42d190a7@liberty.rlwhome.lan> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Mon, 26 Oct 2009 22:49:02 +0100 Marco Bonetti wrote: > one of my slackbuilds user pointed me to this page: > http://slackbuilds.org/repository/13.0/network/openvas-plugins/ > looks like a bit broken, doesn't it? openvas-plugins is still needed > at least until the next major openvas-server release ;-) I don't know how that got dropped, but we don't have the tarball or anythign for that either. Could you submit a known-good one to us (via the usual method)? BTW, I'm getting this on your address: [23:20:24] SMTP< 450 4.1.2 : Recipient address rejected: Domain not found ** error occurred on SMTP session *** Error occurred while sending the message: 450 4.1.2 : Recipient address rejected: Domain not found -RW -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.12 (GNU/Linux) iEYEARECAAYFAkrubE0ACgkQvGy9tf6lsvuQnQCfQ6CTgjC01tZXBJpak2T3fXck MBkAniqg1thLnO3PhulisyCukrmjXQSl =cuN4 -----END PGP SIGNATURE----- From rworkman at slackbuilds.org Mon Nov 2 05:29:17 2009 From: rworkman at slackbuilds.org (Robby Workman) Date: Sun, 1 Nov 2009 23:29:17 -0600 Subject: [Slackbuilds-users] Link dead on Wv In-Reply-To: <20091024215310.0159b087@darkstar.example.net> References: <20091024215310.0159b087@darkstar.example.net> Message-ID: <20091101232917.3aa54a5a@liberty.rlwhome.lan> On Sat, 24 Oct 2009 21:53:10 +0200 Morten Juhl-Johansen Z?lde-Fej?r wrote: > I was building Abiword and needed Wv - but it seems the link to the > 1.2.1 source in the Wv Slackbuild doesn't check out anymore; there is > a link to 1.2.4 on the site. I've got this queued for an update; note that it will require a rebuild of abiword due to an soname bump. -RW -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 198 bytes Desc: not available URL: From rworkman at slackbuilds.org Mon Nov 2 05:42:34 2009 From: rworkman at slackbuilds.org (Robby Workman) Date: Sun, 1 Nov 2009 23:42:34 -0600 Subject: [Slackbuilds-users] Link dead on Wv In-Reply-To: <20091101232917.3aa54a5a@liberty.rlwhome.lan> References: <20091024215310.0159b087@darkstar.example.net> <20091101232917.3aa54a5a@liberty.rlwhome.lan> Message-ID: <20091101234234.2fbf3cfb@liberty.rlwhome.lan> On Sun, 1 Nov 2009 23:29:17 -0600 Robby Workman wrote: > On Sat, 24 Oct 2009 21:53:10 +0200 > Morten Juhl-Johansen Z?lde-Fej?r wrote: > > > I was building Abiword and needed Wv - but it seems the link to the > > 1.2.1 source in the Wv Slackbuild doesn't check out anymore; there > > is a link to 1.2.4 on the site. > > > I've got this queued for an update; note that it will require a > rebuild of abiword due to an soname bump. And even worse, you'll have to remove any installed version of abiword due to the way the package is built. :/ -RW -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 198 bytes Desc: not available URL: From rworkman at slackbuilds.org Mon Nov 2 05:45:35 2009 From: rworkman at slackbuilds.org (Robby Workman) Date: Sun, 1 Nov 2009 23:45:35 -0600 Subject: [Slackbuilds-users] efax-gtk's README.SLACKWARE correction In-Reply-To: <200910191634.02783.lukenshiro@ngi.it> References: <200910191634.02783.lukenshiro@ngi.it> Message-ID: <20091101234535.397751d9@liberty.rlwhome.lan> On Mon, 19 Oct 2009 16:34:02 +0200 LukenShiro wrote: > There is a tiny correction I've forgotten to do, in order to abide by > this rule in 50-udev-default.rules: > KERNEL=="tty[A-Z]*[0-9]|pppox[0-9]*|ircomm[0-9]*|noz[0-9]*", > GROUP="dialout" > > I'd need to edit group reference for serial devices written in efax- > gtk's README.SLACKWARE, from "uucp" to "dialout". Sorry for the delay ; it's fixed now. -RW -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 198 bytes Desc: not available URL: From rworkman at slackbuilds.org Mon Nov 2 05:46:38 2009 From: rworkman at slackbuilds.org (Robby Workman) Date: Sun, 1 Nov 2009 23:46:38 -0600 Subject: [Slackbuilds-users] rar source 404 In-Reply-To: <8ba30f850910140716x6b1a3f48m95edbc7b14e127c4@mail.gmail.com> References: <20091014075047.GA25822@Junius> <20091014124332.GA18583@RawFedDogs.net> <8ba30f850910140716x6b1a3f48m95edbc7b14e127c4@mail.gmail.com> Message-ID: <20091101234638.386ac3aa@liberty.rlwhome.lan> On Wed, 14 Oct 2009 07:16:45 -0700 Larry Hajali wrote: > I already emailed the maintainer on September 21 about this issue and > I still haven't gotten a response. One of you is more than welcome to submit an update since the maintainer is apparently unresponsive. -RW -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 198 bytes Desc: not available URL: From robrown at rogerbrown.org Mon Nov 2 09:16:04 2009 From: robrown at rogerbrown.org (Roger Brown) Date: Mon, 2 Nov 2009 20:16:04 +1100 Subject: [Slackbuilds-users] Updates - 20091102 In-Reply-To: <20091102050948.GA24764@slackbuilds.org> References: <20091102050948.GA24764@slackbuilds.org> Message-ID: <20091102201604.69672a78@rogerbrown.org> On Mon, 2 Nov 2009 05:09:48 +0000 Robby Workman wrote: > office/abiword: Updated for version 2.8.1. Thanks to Tim Goya. > --rworkman As an ordinary user I'm a little puzzled by this. Is the dependency list complete - wv only? It used to require libgnomecups libgnomeprint and libgnomeprintui IIRC. Noted also that print preview seems broken unless evince is installed. -- Roger Brown me at rogerbrown.org http://rogerbrown.info http://rogerbrown.org From mjjzf at syntaktisk.dk Mon Nov 2 09:43:27 2009 From: mjjzf at syntaktisk.dk (Morten Juhl-Johansen =?iso-8859-1?Q?Z=F6lde-Fej=E9r?=) Date: Mon, 2 Nov 2009 10:43:27 +0100 Subject: [Slackbuilds-users] Updates - 20091102 In-Reply-To: <20091102201604.69672a78@rogerbrown.org> References: <20091102050948.GA24764@slackbuilds.org> <20091102201604.69672a78@rogerbrown.org> Message-ID: <6dacee0e2d64202ec1ad285303136e4c.squirrel@squirrelmail.gigahost.dk> ---- 8< ---- Roger Brown ---- 8< ---- > On Mon, 2 Nov 2009 05:09:48 +0000 > Robby Workman wrote: >> office/abiword: Updated for version 2.8.1. Thanks to Tim Goya. >> --rworkman > As an ordinary user I'm a little puzzled by this. > Is the dependency list complete - wv only? It used to require > libgnomecups libgnomeprint and libgnomeprintui IIRC. > Noted also that print preview seems broken unless evince is installed. ---- 8< ---- Roger Brown ---- 8< ---- Yes, it is true. There has been a massive rewrite in order to let GTK2 do the work previously handled by Gnome componenents. However, when I was addressing the new Abiword series earlier, gsf-gio was a dependency, needing a rebuild of the libgsf offered by Slackware. Has this been removed/resolved? Yours, Morten __ http://www.syntaktisk.dk From robrown at rogerbrown.org Mon Nov 2 09:53:33 2009 From: robrown at rogerbrown.org (Roger Brown) Date: Mon, 2 Nov 2009 20:53:33 +1100 Subject: [Slackbuilds-users] Updates - 20091102 In-Reply-To: <6dacee0e2d64202ec1ad285303136e4c.squirrel@squirrelmail.gigahost.dk> References: <20091102050948.GA24764@slackbuilds.org> <20091102201604.69672a78@rogerbrown.org> <6dacee0e2d64202ec1ad285303136e4c.squirrel@squirrelmail.gigahost.dk> Message-ID: <20091102205333.3cdf41ce@rogerbrown.org> On Mon, 2 Nov 2009 10:43:27 +0100 Morten Juhl-Johansen Z?lde-Fej?r wrote: > Yes, it is true. > There has been a massive rewrite in order to let GTK2 do the work > previously handled by Gnome componenents. Yes I subsequently realised I could check that with ldd. Great stuff - that certainly makes things easier for the future. Perhaps one of you influential people might even be able to twist PV's arm enough to get him to put it back in the main distro. After all his stated reason for removing it originally was that it was that at that time he had trouble getting it to compile without Gnome Did you have the same issue with print preview (needs evince) ? -- Roger Brown me at rogerbrown.org http://rogerbrown.info http://rogerbrown.org From banderols at gmail.com Mon Nov 2 10:25:19 2009 From: banderols at gmail.com (Murat D. Kadirov) Date: Mon, 2 Nov 2009 15:25:19 +0500 Subject: [Slackbuilds-users] Updates - 20091102 In-Reply-To: <6dacee0e2d64202ec1ad285303136e4c.squirrel@squirrelmail.gigahost.dk> References: <20091102050948.GA24764@slackbuilds.org> <20091102201604.69672a78@rogerbrown.org> <6dacee0e2d64202ec1ad285303136e4c.squirrel@squirrelmail.gigahost.dk> Message-ID: <20091102102519.GA3506@darkstar> On Mon, Nov 02, 2009 at 10:43:27AM +0100, Morten Juhl-Johansen Z?lde-Fej?r wrote: > ---- 8< ---- Roger Brown ---- 8< ---- > > On Mon, 2 Nov 2009 05:09:48 +0000 > > Robby Workman wrote: > >> office/abiword: Updated for version 2.8.1. Thanks to Tim Goya. > >> --rworkman > > As an ordinary user I'm a little puzzled by this. > > Is the dependency list complete - wv only? It used to require > > libgnomecups libgnomeprint and libgnomeprintui IIRC. > > Noted also that print preview seems broken unless evince is installed. > ---- 8< ---- Roger Brown ---- 8< ---- > > Yes, it is true. > There has been a massive rewrite in order to let GTK2 do the work > previously handled by Gnome componenents. > However, when I was addressing the new Abiword series earlier, gsf-gio was > a dependency, needing a rebuild of the libgsf offered by Slackware. > Has this been removed/resolved? Not abiword. Gnumeric needs rebuilding libgsf offered by slackware. I emailed about to P. but without result.. May be it has somewhat negative influence on other packages depend on libgsf. -- Murat D. Kadirov PGP fingerprint: 3081 EBFA 5CB9 BD24 4DB6 76EE 1B97 0A0E CEC0 6AA0 From mjjzf at syntaktisk.dk Mon Nov 2 10:59:18 2009 From: mjjzf at syntaktisk.dk (Morten Juhl-Johansen =?iso-8859-1?Q?Z=F6lde-Fej=E9r?=) Date: Mon, 2 Nov 2009 11:59:18 +0100 Subject: [Slackbuilds-users] Updates - 20091102 In-Reply-To: <20091102102519.GA3506@darkstar> References: <20091102050948.GA24764@slackbuilds.org> <20091102201604.69672a78@rogerbrown.org> <6dacee0e2d64202ec1ad285303136e4c.squirrel@squirrelmail.gigahost.dk> <20091102102519.GA3506@darkstar> Message-ID: <106d04ed2700ee0272e4c7f09b9e4ebf.squirrel@squirrelmail.gigahost.dk> ---- 8< ---- Murat D. Kadirov ---- 8< ---- >> Yes, it is true. >> There has been a massive rewrite in order to let GTK2 do the work >> previously handled by Gnome componenents. >> However, when I was addressing the new Abiword series earlier, gsf-gio >> was >> a dependency, needing a rebuild of the libgsf offered by Slackware. >> Has this been removed/resolved? > Not abiword. Gnumeric needs rebuilding libgsf offered by slackware. I > emailed about to P. but without result.. May be it has somewhat negative > influence on other packages depend on libgsf. ---- 8< ---- Murat D. Kadirov ---- 8< ---- I seem to remember someone mentioning that there were some issues with including GIO that Pat didn't want to get into. I wrote to him about including Abiword at some point, and it seems he took a wait-and-see approach to it. I would love Abiword in Slackware - it fits very well into the Abiword philosophy, I think. But of course, there is also the question about how to look at the binding to Abicollab.net - their free-of-cost-but-otherwise-not new service for putting docs in the cloud. Yours, Morten __ http://www.syntaktisk.dk From marco.bonetti at slackware.it Mon Nov 2 12:03:34 2009 From: marco.bonetti at slackware.it (Marco Bonetti) Date: Mon, 02 Nov 2009 13:03:34 +0100 Subject: [Slackbuilds-users] Broken package page In-Reply-To: <20091101232117.42d190a7@liberty.rlwhome.lan> References: <4AE6194E.1080600@slackware.it> <20091101232117.42d190a7@liberty.rlwhome.lan> Message-ID: <4AEECA96.7030902@slackware.it> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Robby Workman wrote: > I don't know how that got dropped, but we don't have the > tarball or anythign for that either. Could you submit a > known-good one to us (via the usual method)? aye > BTW, I'm getting this on your address: > > [23:20:24] SMTP< 450 4.1.2 : Recipient > address rejected: Domain not found ** error occurred on SMTP session > *** Error occurred while sending the message: > 450 4.1.2 : Recipient address rejected: > Domain not found we did have some great mail problems in these days. I'll ping the admins, let me know if they'll persist. ciao - -- Marco Bonetti Slackintosh Linux Project Developer: http://workaround.ch/ Linux-live for powerpc: http://workaround.ch/pub/rsync/mb/linux-live/ My GnuPG key id: 0x0B60BC5F -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAkruypUACgkQTYvJ9gtgvF97AACdEhY4XJSWkN6w5ZAJtN/bwy2k N+8An3oeOPwJlsE3MOYgiI/+8walY8St =D5rQ -----END PGP SIGNATURE----- From mjjzf at syntaktisk.dk Mon Nov 2 12:25:14 2009 From: mjjzf at syntaktisk.dk (Morten Juhl-Johansen =?iso-8859-1?Q?Z=F6lde-Fej=E9r?=) Date: Mon, 2 Nov 2009 13:25:14 +0100 Subject: [Slackbuilds-users] Link dead on Wv In-Reply-To: <20091101234234.2fbf3cfb@liberty.rlwhome.lan> References: <20091024215310.0159b087@darkstar.example.net> <20091101232917.3aa54a5a@liberty.rlwhome.lan> <20091101234234.2fbf3cfb@liberty.rlwhome.lan> Message-ID: ---- 8< ---- Robby Workman ---- 8< ---- > And even worse, you'll have to remove any installed version of > abiword due to the way the package is built. :/ > > -RW ---- 8< ---- Robby Workman ---- 8< ---- But then, since Abiword is currently releasing a fresh version every two weeks, we would probably do that anyway... :-D Cheers, M __ http://www.syntaktisk.dk From rworkman at slackbuilds.org Mon Nov 2 14:19:30 2009 From: rworkman at slackbuilds.org (Robby Workman) Date: Mon, 2 Nov 2009 08:19:30 -0600 Subject: [Slackbuilds-users] Updates - 20091102 In-Reply-To: <20091102102519.GA3506@darkstar> References: <20091102050948.GA24764@slackbuilds.org> <20091102201604.69672a78@rogerbrown.org> <6dacee0e2d64202ec1ad285303136e4c.squirrel@squirrelmail.gigahost.dk> <20091102102519.GA3506@darkstar> Message-ID: <20091102081930.24a6ca55@liberty.rlwhome.lan> On Mon, 2 Nov 2009 15:25:19 +0500 "Murat D. Kadirov" wrote: > > However, when I was addressing the new Abiword series earlier, > > gsf-gio was a dependency, needing a rebuild of the libgsf offered > > by Slackware. Has this been removed/resolved? > > Not abiword. Gnumeric needs rebuilding libgsf offered by slackware. I > emailed about to P. but without result.. May be it has somewhat > negative influence on other packages depend on libgsf. abiword needs it too, but you can disable it by passing --with-gio=no to configure, which is what we did. gio support in 13.0's glib/gtk stack isn't needed by anything in 13.0, so it was left out. -RW -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 198 bytes Desc: not available URL: From rworkman at slackbuilds.org Mon Nov 2 14:20:35 2009 From: rworkman at slackbuilds.org (Robby Workman) Date: Mon, 2 Nov 2009 08:20:35 -0600 Subject: [Slackbuilds-users] Updates - 20091102 In-Reply-To: <20091102201604.69672a78@rogerbrown.org> References: <20091102050948.GA24764@slackbuilds.org> <20091102201604.69672a78@rogerbrown.org> Message-ID: <20091102082035.7cd9754c@liberty.rlwhome.lan> On Mon, 2 Nov 2009 20:16:04 +1100 Roger Brown wrote: > Noted also that print preview seems broken unless evince is installed. Hrm, I'll look into this when I'm back home again; I have evince installed here and print preview (obviously) works. I'll have to check it on an otherwise vanilla system. -RW -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 198 bytes Desc: not available URL: From marco.bonetti at slackware.it Mon Nov 2 14:51:05 2009 From: marco.bonetti at slackware.it (Marco Bonetti) Date: Mon, 02 Nov 2009 15:51:05 +0100 Subject: [Slackbuilds-users] Broken package page In-Reply-To: <4AEECA96.7030902@slackware.it> References: <4AE6194E.1080600@slackware.it> <20091101232117.42d190a7@liberty.rlwhome.lan> <4AEECA96.7030902@slackware.it> Message-ID: <4AEEF1D9.1090201@slackware.it> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Marco Bonetti wrote: > Robby Workman wrote: >> I don't know how that got dropped, but we don't have the >> tarball or anythign for that either. Could you submit a >> known-good one to us (via the usual method)? > aye uploaded :) - -- Marco Bonetti Slackintosh Linux Project Developer: http://workaround.ch/ Linux-live for powerpc: http://workaround.ch/pub/rsync/mb/linux-live/ My GnuPG key id: 0x0B60BC5F -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAkru8dkACgkQTYvJ9gtgvF/ufwCg1chtfUIkENtH/SJutImIU4+1 7QAAoMkrwry84DVEsHGPQGrW4OjQe3vN =ix5s -----END PGP SIGNATURE----- From mjjzf at syntaktisk.dk Mon Nov 2 15:01:06 2009 From: mjjzf at syntaktisk.dk (Morten Juhl-Johansen =?iso-8859-1?Q?Z=F6lde-Fej=E9r?=) Date: Mon, 2 Nov 2009 16:01:06 +0100 Subject: [Slackbuilds-users] Updates - 20091102 In-Reply-To: <20091102081930.24a6ca55@liberty.rlwhome.lan> References: <20091102050948.GA24764@slackbuilds.org> <20091102201604.69672a78@rogerbrown.org> <6dacee0e2d64202ec1ad285303136e4c.squirrel@squirrelmail.gigahost.dk> <20091102102519.GA3506@darkstar> <20091102081930.24a6ca55@liberty.rlwhome.lan> Message-ID: <39fed86996264cba7c73df29cbf9a711.squirrel@squirrelmail.gigahost.dk> ---- 8< ---- Robby Workman ---- 8< ---- > On Mon, 2 Nov 2009 15:25:19 +0500 > "Murat D. Kadirov" wrote: >> Not abiword. Gnumeric needs rebuilding libgsf offered by slackware. I >> emailed about to P. but without result.. May be it has somewhat >> negative influence on other packages depend on libgsf. > abiword needs it too, but you can disable it by passing --with-gio=no > to configure, which is what we did. gio support in 13.0's glib/gtk > stack isn't needed by anything in 13.0, so it was left out. ---- 8< ---- Robby Workman ---- 8< ---- These are good news - I did not see that. Thank you. Yours, Morten __ http://www.syntaktisk.dk From tuxdev103 at gmail.com Mon Nov 2 16:05:06 2009 From: tuxdev103 at gmail.com (Tim Goya) Date: Mon, 2 Nov 2009 08:05:06 -0800 Subject: [Slackbuilds-users] AbiWord print preview Message-ID: > Noted also that print preview seems broken unless evince is installed. Add something like this to .gtkrc-2.0: gtk-print-preview-command="xpdf -q %f" Tim Goya From atelszewski at gmail.com Mon Nov 2 22:35:36 2009 From: atelszewski at gmail.com (Andrzej Telszewski) Date: Mon, 02 Nov 2009 23:35:36 +0100 Subject: [Slackbuilds-users] Invalid link to sources in qt4 for Slack 12.2 Message-ID: <4AEF5EB8.2010402@gmail.com> Hi there, It seems that the http://get.qtsoftware.com/qt/source/qt-x11-opensource-src-4.5.1.tar.bz2 link found in http://slackbuilds.org/repository/12.2/libraries/qt4/ is no more valid. I found sources under http://ftp3.ie.freebsd.org/pub/trolltech/pub/qt/source/ -- Best regards, Andrzej Telszewski From rworkman at slackbuilds.org Mon Nov 2 23:36:52 2009 From: rworkman at slackbuilds.org (Robby Workman) Date: Mon, 2 Nov 2009 17:36:52 -0600 Subject: [Slackbuilds-users] Invalid link to sources in qt4 for Slack 12.2 In-Reply-To: <4AEF5EB8.2010402@gmail.com> References: <4AEF5EB8.2010402@gmail.com> Message-ID: <20091102173652.63a6378f@liberty.rlwhome.lan> On Mon, 02 Nov 2009 23:35:36 +0100 Andrzej Telszewski wrote: > It seems that the > http://get.qtsoftware.com/qt/source/qt-x11-opensource-src-4.5.1.tar.bz2 > link found in http://slackbuilds.org/repository/12.2/libraries/qt4/ > is no more valid. I found sources under > http://ftp3.ie.freebsd.org/pub/trolltech/pub/qt/source/ Glad you found it. The 12.2 repo is "dead" as far as we are concerned - we don't even attempt to keep old releases up to date or correct with respect to download links or anything else. -RW -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 198 bytes Desc: not available URL: From serban.udrea at skmail.ikp.physik.tu-darmstadt.de Tue Nov 3 11:12:38 2009 From: serban.udrea at skmail.ikp.physik.tu-darmstadt.de (Serban Udrea) Date: Tue, 03 Nov 2009 12:12:38 +0100 Subject: [Slackbuilds-users] Strange Wiki Webpage In-Reply-To: <20091101231626.21a918ab@liberty.rlwhome.lan> References: <4AEB32E5.1060904@skmail.ikp.physik.tu-darmstadt.de> <20091101231626.21a918ab@liberty.rlwhome.lan> Message-ID: <4AF01026.2050605@skmail.ikp.physik.tu-darmstadt.de> Robby Workman wrote: > On Fri, 30 Oct 2009 19:39:33 +0100 > Serban Udrea wrote: > >> Hello! >> >> I just tried to access SlackWiki.org from the links provided on >> >> http://slackbuilds.org/howto/ >> >> and got a strange result, please see attached picture. > > > This should be fixed soon ; the domain has been properly > renewed. In the meantime, you can use slackwiki.info > instead of slackwiki.org. > ... Thank you, slackwiki.info works! Best regards, Serban Udrea From mjjzf at syntaktisk.dk Tue Nov 3 16:42:24 2009 From: mjjzf at syntaktisk.dk (Morten Juhl-Johansen =?ISO-8859-1?Q?Z=F6lde-Fej=E9r?=) Date: Tue, 3 Nov 2009 17:42:24 +0100 Subject: [Slackbuilds-users] Abiword Help Browser Message-ID: <20091103174224.470cd27b@darkstar.example.net> I have built Abiword 2.8.1 with the Slackbuild. Can anyone tell me why choosing the Abiword Help Browser opens the docs in Konqueror - when I am using Xfce with FF as my main browser? Yours, Morten __ Morten Juhl-Johansen Z?lde-Fej?r mjjzf at syntaktisk.dk * http://syntaktisk.dk From tuxdev103 at gmail.com Tue Nov 3 16:53:29 2009 From: tuxdev103 at gmail.com (Tim Goya) Date: Tue, 3 Nov 2009 08:53:29 -0800 Subject: [Slackbuilds-users] Abiword Help Browser In-Reply-To: <20091103174224.470cd27b@darkstar.example.net> References: <20091103174224.470cd27b@darkstar.example.net> Message-ID: That is strange, since FireFox is above konqueror in the browser list.. Anyhow, if you use this version of url_show.patch it puts xdg-open on the top of the browser list so it'll respect your MIME settings. Tim Goya -------------- next part -------------- A non-text attachment was scrubbed... Name: url_show.patch Type: application/octet-stream Size: 1087 bytes Desc: not available URL: From kristofru at gmail.com Tue Nov 3 17:07:15 2009 From: kristofru at gmail.com (Chris Abela) Date: Tue, 3 Nov 2009 18:07:15 +0100 Subject: [Slackbuilds-users] davfs2.SlackBuild Message-ID: What shall happen to davfs2.SlackBuild? It is still in the 12.2 and 12.1 repositories and it worked on my Slack64-13. >From the ChangeLog: The following entries were not checked at all for 13.0, as we simply ran out of time to do them. We know that some of these were likely mentioned on the mailing list, but we were too busy trying to get everything ready for the release of 13.0. Sorry for the inconvenience, but maybe we'll be ready for new submissions pretty soon... . . . . . network/davfs2: Removed. . . . . . Are you working on re-introducing it after the relevant updates, or are you waiting for the maintainer to forward his submission. Chris From matteo.bernardini at sns.it Wed Nov 4 10:04:22 2009 From: matteo.bernardini at sns.it (Matteo Bernardini) Date: Wed, 04 Nov 2009 11:04:22 +0100 Subject: [Slackbuilds-users] trying sbo with gcc 4.4.2 Message-ID: <4AF151A6.3080400@sns.it> Hi fellas :) I'm at home with flu :( , so to do something I decided to run my usual sbopkg queue (177 packages) with the gcc 4.4.2 in testing on a freshly installed slackware64-current virtual machine :D Posted this originally on linuxquestions but i thought after that maybe this mailing list is the proper place. this is the queue file I've used: ---------------------------------- ocaml icu4c lua libevent cppunit podofo soundtouch scribus sshfs-fuse stella stellarium sylpheed portaudio trrntzip twolame unrar wvstreams wvdial xerces-c wmCalClock wmMoonClock wmSun wmakerconf wmdrawer wminfo wmmixer wmmon wmnet wmpower wmsm.app wmtop wmweather tor privoxy scons pyOpenSSL pysetuptools mod_evasive pcsx-df facile locale-gettext perl-File-Slurp help2man feedparser hping3 htop iftop js hylafax aften bchunk allegro libmspack cabextract conky cryptopp | VERSION=5.5.2 ctorrent darkstat ddrescue dia dirac ebook-tools faac faad2 libdca xvidcore zope.interface zisofs-tools mjpegtools a52dec libdv libdvbpsi libdvdcss libdvdnav libebml libmp4v2 libmpeg2 libmpcdec libnet libnotify fftw | PORTABLE=yes SSE2=yes libsndfile libsamplerate libsoup swfdec libsigc++ speex libshout openjpeg libdc1394 libavc1394 libofa libmatroska libmms amrnb amrwb schroedinger x264 lame ffmpeg | DC1394=yes DIRAC=yes JP2=yes SCHROEDINGER=yes SPEEX=yes XVID=yes AMRNB=yes AMRWB=yes libquicktime transcode | A52DEC=yes FAAC=yes LIBDV=yes MJPEGTOOLS=yes QUICKTIME=yes X264=yes XVID=yes dvdauthor id3lib id3v2 imlib2 gpodder grsync gsl gtkglarea gtkglext lablgtk ladspa_sdk libast foremost flash-player-plugin OpenAL wxPython mkvtoolnix CImg wxcam p7zip | GUI=yes gajim aMule cmus ptlib opal ORBit2 GConf ekiga | KDE=yes KAB=yes GS=yes GCONF=yes gst-plugins-good gst-plugins-bad gst-plugins-ugly libgnomecanvas lighttpd ettercap-NG eina eet evas ecore e_dbus efreet embryo edje enlightenment eyeD3 fontforge glibmm libxml++ gnokii zenity pcsc-lite tls transmission mldonkey SDL_gfx SDL_perl cairomm pangomm gtkmm libglademm gsmartcontrol clamav | COUNTRY=it gtkglarea gtkglext audacity avidemux | QT4="no" freepats isomaster TiMidity++ squid webkit perl-File-Slurp xmltv_prereq xmltv lirc mythtv -------------------------- installed yasm from extras (for x264). these are the problems (some depending on the new gcc, some indipendent from it) that I've seen: wmpower ----------------------------------------------- checking stdio.h presence... yes configure: WARNING: stdio.h: present but cannot be compiled configure: WARNING: stdio.h: check for missing prerequisite headers? configure: WARNING: stdio.h: see the Autoconf documentation configure: WARNING: stdio.h: section "Present But Cannot Be Compiled" configure: WARNING: stdio.h: proceeding with the preprocessor's result configure: WARNING: stdio.h: in the future, the compiler will take precedence configure: WARNING: ## ------------------------------------------- ## configure: WARNING: ## Report this to michele.noberasco at tiscali.it ## configure: WARNING: ## ------------------------------------------- ## checking for stdio.h... yes checking for stdlib.h... (cached) no configure: error: One or more system headers that are necessary to compile this program are missing on this system. Cannot continue. NOT SOLVED ----------------------------------------------- tor ----------------------------------------------- updated on a new version on their homepage, link for download not working changed version: http://www.torproject.org/dist/tor-0.2.1.20.tar.gz ----------------------------------------------- dirac ----------------------------------------------- looks like they suppressed the downloads from their site changed download location: http://downloads.sourceforge.net/project/dirac/dirac-codec/Dirac-1.0.2/dirac-1.0.2.tar.gz ----------------------------------------------- libofa ----------------------------------------------- make[2]: Entering directory `/tmp/sbopkg/sbopkg-build-directory/libofa-0.9.3/examples' if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I../include -O2 -fPIC -Wall -g -MT example.o -MD -MP -MF ".deps/example.Tpo" -c -o example.o example.cpp; \ then mv -f ".deps/example.Tpo" ".deps/example.Po"; else rm -f ".deps/example.Tpo"; exit 1; fi example.cpp: In function 'int main(int, char**)': example.cpp:40: error: 'printf' was not declared in this scope example.cpp:44: error: 'printf' was not declared in this scope example.cpp:48: error: 'printf' was not declared in this scope example.cpp:54: error: 'printf' was not declared in this scope example.cpp:63: error: 'printf' was not declared in this scope example.cpp:66: error: 'printf' was not declared in this scope make[2]: *** [example.o] Error 1 make[2]: Leaving directory `/tmp/sbopkg/sbopkg-build-directory/libofa-0.9.3/examples' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/tmp/sbopkg/sbopkg-build-directory/libofa-0.9.3' make: *** [all] Error 2[/code] added patch to build no examples *** libofa-0.9.3.orig/configure 2009-11-03 16:27:43.048270114 +0100 --- libofa-0.9.3/configure 2009-11-03 16:28:08.448967041 +0100 *************** *** 20625,20631 **** ! ac_config_files="$ac_config_files Makefile include/Makefile include/ofa1/Makefile lib/Makefile lib/JAMA/Makefile lib/AFLIB/Makefile examples/Makefile libofa.pc" ac_config_commands="$ac_config_commands default" cat >confcache <<\_ACEOF # This file is a shell script that caches the results of configure --- 20625,20631 ---- ! ac_config_files="$ac_config_files Makefile include/Makefile include/ofa1/Makefile lib/Makefile lib/JAMA/Makefile lib/AFLIB/Makefile libofa.pc" ac_config_commands="$ac_config_commands default" cat >confcache <<\_ACEOF # This file is a shell script that caches the results of configure *************** *** 21245,21251 **** "lib/Makefile" ) CONFIG_FILES="$CONFIG_FILES lib/Makefile" ;; "lib/JAMA/Makefile" ) CONFIG_FILES="$CONFIG_FILES lib/JAMA/Makefile" ;; "lib/AFLIB/Makefile" ) CONFIG_FILES="$CONFIG_FILES lib/AFLIB/Makefile" ;; - "examples/Makefile" ) CONFIG_FILES="$CONFIG_FILES examples/Makefile" ;; "libofa.pc" ) CONFIG_FILES="$CONFIG_FILES libofa.pc" ;; "depfiles" ) CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;; "default" ) CONFIG_COMMANDS="$CONFIG_COMMANDS default" ;; --- 21245,21250 ---- *** libofa-0.9.3.orig/Makefile.in 2009-11-03 16:33:04.866850559 +0100 --- libofa-0.9.3/Makefile.in 2009-11-03 16:33:31.637164247 +0100 *************** *** 193,200 **** # #------------------------------------------------------------------- AUTOMAKE_OPTIONS = foreign ! SUBDIRS = include lib examples ! DIST_SUBDIRS = include lib examples pcdir = $(libdir)/pkgconfig pc_DATA = libofa.pc --- 193,200 ---- # #------------------------------------------------------------------- AUTOMAKE_OPTIONS = foreign ! SUBDIRS = include lib ! DIST_SUBDIRS = include lib pcdir = $(libdir)/pkgconfig pc_DATA = libofa.pc ----------------------------------------------- schroedinger ----------------------------------------------- 1.0.7 is unavailable like dirac and I wasn't able to find an official download spot, so I took my own route and used alien's 1.0.8 from http://connie.slackware.com/~alien/slackbuilds/vlc/build/ with relative patch. ----------------------------------------------- ptlib ----------------------------------------------- upgraded to 2.6.4 because of opal ----------------------------------------------- opal ----------------------------------------------- g++ -I../../../include -I.. -I../../common -I../../../ -fPIC -Os -O2 -fPIC -c enc-ctx.cxx -o obj/enc-ctx.o enc-ctx.cxx: In function 'void logCallbackX264(void*, int, const char*, __va_list_tag*)': enc-ctx.cxx:54: error: 'sprintf' was not declared in this scope enc-ctx.cxx:55: error: 'vsprintf' was not declared in this scope make[3]: *** [obj/enc-ctx.o] Error 1 make[3]: Leaving directory `/tmp/sbopkg/sbopkg-build-directory/opal-3.6.2/plugins/video/H.264/gpl' make[2]: *** [h264_video_pwplugin.so] Error 2 make[2]: Leaving directory `/tmp/sbopkg/sbopkg-build-directory/opal-3.6.2/plugins/video/H.264' make[1]: *** [all] Error 2 make[1]: Leaving directory `/tmp/sbopkg/sbopkg-build-directory/opal-3.6.2/plugins' make: *** [subdirs] Error 2 solved upgrading ptlib to 2.6.4 and opal to 3.6.4 ----------------------------------------------- ekiga ----------------------------------------------- upgraded to 3.2.5 because of opal: it doesn't need the ekiga-3.2.4-fix_compile_gtk_212.patch (already applied) ----------------------------------------------- lighttpd ----------------------------------------------- Building lighttpd lighttpd: --2009-11-03 20:40:28-- http://www.lighttpd.net/download/lighttpd-1.4.23.tar.gz Resolving www.lighttpd.net... 64.34.173.165 Connecting to www.lighttpd.net|64.34.173.165|:80... connected. HTTP request sent, awaiting response... 200 OK Length: 803422 (785K) [application/octet-stream] Saving to: `lighttpd-1.4.23.tar.gz' 100%[======================================>] 803,422 166K/s in 4.9s 2009-11-03 20:40:34 (161 KB/s) - `lighttpd-1.4.23.tar.gz' saved [803422/803422] Checking MD5SUM: MD5SUM check for lighttpd-1.4.23.tar.gz ... FAILED! Expected: 0ab6bb7b17bf0f515ce7dce68e5e215a Found: 41dfad5c366d34d83c3d2b46d4c08f5c Do you want to use the downloaded lighttpd source: lighttpd-1.4.23.tar.gz in /var/cache/sbopkg? You can choose among the following options: - (Y)es, keep the source and continue the build process; - (N)o, delete the source and abort the build process; or - (R)etry download and continue the build process. Your choice? Y checked md5 on their site ;) ----------------------------------------------- gnokii ----------------------------------------------- updated on a new version on their homepage, link for download not working changed version: http://www.gnokii.org/download/gnokii/gnokii-0.6.28.tar.bz2 ----------------------------------------------- gsmartcontrol ----------------------------------------------- g++ -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../src -I../../src/pcrecpp -include global_macros.h -pthread -I/usr/include/gtkmm-2.4 -I/usr/lib64/gtkmm-2.4/include -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/giomm-2.4 -I/usr/lib64/giomm-2.4/include -I/usr/include/gdkmm-2.4 -I/usr/lib64/gdkmm-2.4/include -I/usr/include/pangomm-1.4 -I/usr/include/atkmm-1.6 -I/usr/include/gtk-2.0 -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/lib64/gtk-2.0/include -I/usr/include/cairomm-1.0 -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/atk-1.0 -O2 -fPIC -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wfloat-equal -Wnon-virtual-dtor -Woverloaded-virtual -Wpointer-arith -Wshadow -Wsign-compare -Wsign-promo -Wundef -Wwrite-strings -pthread -D_MT -D_THREAD_SAFE -D_GNU_SOURCE -DPACKAGE_PKGDATA_DIR="\"/usr/share/gsmartcontrol\"" -DPACKAGE_SYSCONF_DIR="\"/etc\"" -DTOP_SRC_DIR="\"../..\"" -DHAVE_CONFIG_H -MT dcmdarg.o -MD -MP -MF .deps/dcmdarg.Tpo -c -o dcmdarg.o dcmdarg.cpp In file included from dstate.h:19, from dcmdarg.cpp:23: dstream.h: In member function 'virtual int debug_internal::DebugStreamBuf::overflow(int)': dstream.h:85: error: 'EOF' was not declared in this scope make[3]: *** [dcmdarg.o] Error 1 make[3]: Leaving directory `/tmp/sbopkg/sbopkg-build-directory/gsmartcontrol-0.8.4/src/libdebug' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/tmp/sbopkg/sbopkg-build-directory/gsmartcontrol-0.8.4/src' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/tmp/sbopkg/sbopkg-build-directory/gsmartcontrol-0.8.4' make: *** [all] Error 2 solved upgrading to 0.8.5 ----------------------------------------------- avidemux ----------------------------------------------- cd /tmp/sbopkg/sbopkg-build-directory/avidemux-2.4.4/avidemux/ADM_video && /usr/bin/c++ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -DHAVE_CONFIG_H -O2 -fPIC -O3 -DNDEBUG -I/tmp/sbopkg/sbopkg-build-directory/avidemux-2.4.4 -I/tmp/sbopkg/sbopkg-build-directory/avidemux-2.4.4/avidemux -I/tmp/sbopkg/sbopkg-build-directory/avidemux-2.4.4/avidemux/ADM_libraries -I/tmp/sbopkg/sbopkg-build-directory/avidemux-2.4.4/avidemux/ADM_libraries/ADM_utilities -I/tmp/sbopkg/sbopkg-build-directory/avidemux-2.4.4/avidemux/ADM_libraries/ADM_lavutil -I/tmp/sbopkg/sbopkg-build-directory/avidemux-2.4.4/avidemux/ADM_libraries/ADM_lavcodec -I/tmp/sbopkg/sbopkg-build-directory/avidemux-2.4.4/avidemux/ADM_userInterfaces/ADM_commonUI -I/tmp/sbopkg/sbopkg-build-directory/avidemux-2.4.4/avidemux/ADM_outputs -I/tmp/sbopkg/sbopkg-build-directory/avidemux-2.4.4/avidemux/ADM_video/../ADM_inputs -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -o CMakeFiles/ADM_video.dir/ADM_interlaced.o -c /tmp/sbopkg/sbopkg-build-directory/avidemux-2.4.4/avidemux/ADM_video/ADM_interlaced.cpp /tmp/sbopkg/sbopkg-build-directory/avidemux-2.4.4/avidemux/ADM_video/ADM_interlaced.cpp: Assembler messages: /tmp/sbopkg/sbopkg-build-directory/avidemux-2.4.4/avidemux/ADM_video/ADM_interlaced.cpp:140: Error: suffix or operands invalid for `movq' /tmp/sbopkg/sbopkg-build-directory/avidemux-2.4.4/avidemux/ADM_video/ADM_interlaced.cpp:141: Error: suffix or operands invalid for `movq' make[2]: *** [avidemux/ADM_video/CMakeFiles/ADM_video.dir/ADM_interlaced.o] Error 1 make[2]: Leaving directory `/tmp/sbopkg/sbopkg-build-directory/avidemux-2.4.4' make[1]: *** [avidemux/ADM_video/CMakeFiles/ADM_video.dir/all] Error 2 make[1]: Leaving directory `/tmp/sbopkg/sbopkg-build-directory/avidemux-2.4.4' make: *** [all] Error 2 NOT SOLVED :( ----------------------------------------------- if you want have a look here are the built packages. http://www2.arch.unipi.it:81/gcc442/ From ash at spooksoftware.com Wed Nov 4 11:54:12 2009 From: ash at spooksoftware.com (Ash Wiren) Date: Wed, 4 Nov 2009 19:54:12 +0800 Subject: [Slackbuilds-users] davfs2.SlackBuild In-Reply-To: References: Message-ID: It means it never got checked, which means you'd have a pretty easy time of checking it and resubmitting it. Try emailing the maintainer and if you don't get a response feel free to submit a build. Regards Ash Wiren On Wed, Nov 4, 2009 at 1:07 AM, Chris Abela wrote: > What shall happen to davfs2.SlackBuild? It is still in the 12.2 and > 12.1 repositories and it worked on my Slack64-13. > > >From the ChangeLog: > > The following entries were not checked at all for 13.0, as we simply ran > ?out of time to do them. ?We know that some of these were likely mentioned > ?on the mailing list, but we were too busy trying to get everything ready > ?for the release of 13.0. ?Sorry for the inconvenience, but maybe we'll > ?be ready for new submissions pretty soon... > . > . > . > . > . > network/davfs2: Removed. > . > . > . > . > . > > > Are you working on re-introducing it after the relevant updates, or > are you waiting for the maintainer to forward his submission. > > Chris > _______________________________________________ > SlackBuilds-users mailing list > SlackBuilds-users at slackbuilds.org > http://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users > Archives - http://lists.slackbuilds.org/pipermail/slackbuilds-users/ > FAQ - http://slackbuilds.org/faq/ > > From chris.abela at maltats.com Wed Nov 4 14:15:08 2009 From: chris.abela at maltats.com (chris.abela at maltats.com) Date: Wed, 4 Nov 2009 14:15:08 +0000 Subject: [Slackbuilds-users] davfs2.SlackBuild Message-ID: <1107170550-1257343993-cardhu_decombobulator_blackberry.rim.net-615262395-@bda044.bisx.produk.on.blackberry> Wilco ------Original Message------ From: Ash Wiren Sender: slackbuilds-users-bounces at slackbuilds.org To: SlackBuilds.org Users List Subject: Re: [Slackbuilds-users] davfs2.SlackBuild Sent: Nov 4, 2009 12:54 It means it never got checked, which means you'd have a pretty easy time of checking it and resubmitting it. Try emailing the maintainer and if you don't get a response feel free to submit a build. Regards Ash Wiren On Wed, Nov 4, 2009 at 1:07 AM, Chris Abela wrote: > What shall happen to davfs2.SlackBuild? It is still in the 12.2 and > 12.1 repositories and it worked on my Slack64-13. > > >From the ChangeLog: > > The following entries were not checked at all for 13.0, as we simply ran > ?out of time to do them. ?We know that some of these were likely mentioned > ?on the mailing list, but we were too busy trying to get everything ready > ?for the release of 13.0. ?Sorry for the inconvenience, but maybe we'll > ?be ready for new submissions pretty soon... > . > . > . > . > . > network/davfs2: Removed. > . > . > . > . > . > > > Are you working on re-introducing it after the relevant updates, or > are you waiting for the maintainer to forward his submission. > > Chris > _______________________________________________ > SlackBuilds-users mailing list > SlackBuilds-users at slackbuilds.org > http://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users > Archives - http://lists.slackbuilds.org/pipermail/slackbuilds-users/ > FAQ - http://slackbuilds.org/faq/ > > _______________________________________________ SlackBuilds-users mailing list SlackBuilds-users at slackbuilds.org http://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users Archives - http://lists.slackbuilds.org/pipermail/slackbuilds-users/ FAQ - http://slackbuilds.org/faq/ Powered by BlackBerry? from Vodafone From dn2010 at km.ru Wed Nov 4 12:52:39 2009 From: dn2010 at km.ru (Daniil Bratashov) Date: Wed, 4 Nov 2009 15:52:39 +0300 Subject: [Slackbuilds-users] gwyddion 2.18 Message-ID: <20091104155239.2b85da0d@darkstar.example.net> Please remove gwyddion 2.18 slackbuild from pending, I'll submit new one with official patch instead of workaround. WBR, Daniil Bratashov. From rworkman at slackbuilds.org Thu Nov 5 03:12:35 2009 From: rworkman at slackbuilds.org (Robby Workman) Date: Thu, 5 Nov 2009 03:12:35 +0000 Subject: [Slackbuilds-users] Updates - 20091105 Message-ID: <20091105031235.GA5568@slackbuilds.org> Thu Nov 5 02:59:00 UTC 2009 audio/lash: Added - LASH is a session management system for GNU/Linux audio applications. Thanks to David Woodfall. --pprkut audio/opencore-amr: Added - OpenCORE AMR is an implementation of the amrnb and amrwb speech codec. Thanks to Andre Barboza. --pprkut development/amaya: Added - Amaya is a Web editor. Thanks to Vincent Batts. --rworkman desktop/quickaccess: Added - quickaccess is a kde plasmoid for quick access to folders. Thanks to Phillip Warner. --rworkman desktop/windowlist: Added - windowlist is a kde plasmoid to show open windows. Thanks to Phillip Warner. --rworkman libraries/libsndfile: Updated for version 1.0.20. Thanks to Paul Wisehart. --pprkut libraries/lxml: Updated for version 2.2.3. Thanks to Larry Hajali. --pprkut libraries/wv: Updated for version 1.2.4. If you happen to be an abiword user, you will need to rebuild it after upgrading this, and for those who use our build script for it, you'll need to uninstall any existing abiword package first. Thanks to Robby Workman. --pprkut multimedia/miro: Updated for version 2.5.3. Thanks to Larry Hajali. --rworkman network/filezilla: Updated for version 3.2.8.1. Thanks to Grigorios Bouzakis. --pprkut network/openvas-plugins: Re-added - This was somehow lost in the transition to Slackware 13.0. Thanks to Marco Bonetti for making us aware of the issue and submitting the script again. --pprkut office/sunbird: Added - Sunbird is Mozilla's standalone calendar applicaton. Thanks to Althaf K Backer. --rworkman system/gnome-commander: Added - gnome-commander is a two-pane file manager. Thanks to Bogdan Tatarov. --rworkman system/ipmitool: Added - IPMItool is a utility for managing and configuring devices that support the Intelligent Platform Management Interface. Thanks to Zordrak. --pprkut From rworkman at slackbuilds.org Thu Nov 5 03:48:01 2009 From: rworkman at slackbuilds.org (Robby Workman) Date: Wed, 4 Nov 2009 21:48:01 -0600 Subject: [Slackbuilds-users] gwyddion 2.18 In-Reply-To: <20091104155239.2b85da0d@darkstar.example.net> References: <20091104155239.2b85da0d@darkstar.example.net> Message-ID: <20091104214801.54c9005d@liberty.rlwhome.lan> On Wed, 4 Nov 2009 15:52:39 +0300 Daniil Bratashov wrote: > Please remove gwyddion 2.18 slackbuild from pending, I'll submit new > one with official patch instead of workaround. Done. -RW -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 198 bytes Desc: not available URL: From rworkman at slackbuilds.org Sun Nov 8 06:30:11 2009 From: rworkman at slackbuilds.org (Robby Workman) Date: Sun, 8 Nov 2009 06:30:11 +0000 Subject: [Slackbuilds-users] Updates - 20091108 Message-ID: <20091108063011.GA11637@slackbuilds.org> Sun Nov 8 06:29:08 UTC 2009 desktop/afterstep: Updated for version 2.2.9. Thanks to NetrixTardis. --RW desktop/wmdl: Added - wmdl is a simple LOAD or CPU meter using ID Software's DOOM faces. Thanks to Pablo Santamaria. --rworkman desktop/wmtime: Added - wmtime displays the time and date in Windowmaker. Thanks to Pablo Santamaria. --rworkman desktop/wmvolman: Added - wmVolMan is a small volume manager for Window Maker. Thanks to Pablo Santamaria. --rworkman development/ddd: Added - GNU DDD is a graphical front-end for command-line debuggers. Thanks to Ken Milmore. --rworkman development/mono: Re-added for Slackware 13.0. Thanks to Sebasti?n Salazar Molina. --rworkman games/blobwars: Updated for version 1.14. Thakns to Tim Dickson. --rworkman games/starfighter: Several bugfixes and enhancements to the script. --rworkman games/worldofgoo: Added - World of Goo is a physics based puzzle/construction game. Thanks to Pierre Cazenave. --rworkman libraries/libgdiplus: Updated for version 2.4.2. --rworkman libraries/libpaper: Added - libpaper is a library for handling paper characteristics. Thanks to Pablo Santamaria. --rworkman libraries/liblastfm: Added - liblastfm is a collection of libraries to help you integrate Last.fm services into your rich desktop software. Thanks to Heinz Wiesinger (pprkut). --rworkman libraries/libtar: Added - libtar is a C library for manipulating POSIX tar files. Thanks to David Woodfall. --pprkut libraries/libtorrent-rasterbar: Updated for version 0.14.6. Thanks to Erik Hanson. --rworkman misc/ibus: Updated for version 1.2.0.20091024. Thanks to Grissiom. --rworkman misc/ibus-qt: Updated for version 1.2.0.20091014. Thanks to Grissiom. --rworkman multimedia/xvid4conf: Added - xvid4conf is a tool to create XviD configuration files. Thanks to Luis Henrique. --rworkman system/fbterm: Added - FbTerm is a fast terminal emulator for linux with frame buffer device. Thanks to vvoody. --rworkman system/unison: Added - Unison is a file-synchronization tool. Thanks to Ferenc Deak. --rworkman From rworkman at slackbuilds.org Mon Nov 9 03:28:32 2009 From: rworkman at slackbuilds.org (Robby Workman) Date: Sun, 8 Nov 2009 21:28:32 -0600 Subject: [Slackbuilds-users] davfs2.SlackBuild In-Reply-To: References: Message-ID: <20091108212832.7631e6d1@liberty.rlwhome.lan> On Tue, 3 Nov 2009 18:07:15 +0100 Chris Abela wrote: > What shall happen to davfs2.SlackBuild? It is still in the 12.2 and > 12.1 repositories and it worked on my Slack64-13. > > >From the ChangeLog: > ... > network/davfs2: Removed. > ... > > > Are you working on re-introducing it after the relevant updates, or > are you waiting for the maintainer to forward his submission. Waiting on the maintainer, but enough time has passed at this point that I'd say it's fair game for anyone to take over the maintenance on it, so feel free. -RW -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 198 bytes Desc: not available URL: From rworkman at slackbuilds.org Mon Nov 9 03:37:30 2009 From: rworkman at slackbuilds.org (Robby Workman) Date: Sun, 8 Nov 2009 21:37:30 -0600 Subject: [Slackbuilds-users] Abiword Help Browser In-Reply-To: References: <20091103174224.470cd27b@darkstar.example.net> Message-ID: <20091108213730.61caec7b@liberty.rlwhome.lan> On Tue, 3 Nov 2009 08:53:29 -0800 Tim Goya wrote: > That is strange, since FireFox is above konqueror in the browser > list.. Anyhow, if you use this version of url_show.patch it puts > xdg-open on the top of the browser list so it'll respect your MIME > settings. I just resubmitted a new tarball that includes the new url_show patch and a note in the README about using !evince for print previews. Thanks again for the assistance on this, Tim! -RW -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 198 bytes Desc: not available URL: From rworkman at slackbuilds.org Mon Nov 9 04:41:14 2009 From: rworkman at slackbuilds.org (Robby Workman) Date: Mon, 9 Nov 2009 04:41:14 +0000 Subject: [Slackbuilds-users] Updates - 20091109 Message-ID: <20091109044113.GA25497@slackbuilds.org> Mon Nov 9 04:40:09 UTC 2009 academic/ladr: Updated for version 2009_02A. Thanks to Heinz Wiesinger. --dsomero academic/gwyddion: Updated for version 2.18. Thanks to Daniil Bratashov. -RW academic/tuxmath: Added - TuxMath is a math drill game starring Tux the Linux Penguin. Thanks to Larry Hajali. --rworkman audio/mpd: Updated for version 0.15.5. Thanks to Andrew Brouwers. -RW audio/sonata: Updated for version 1.6.2.1. Thanks to Andrew Brouwers. -RW desktop/thunar-vcs-plugin: Updated for version 0.1.2. Thanks to Robby Workman. --dsomero development/paramiko: Updated for version 1.7.5. Thanks to Heinz Wiesinger. --dsomero development/stgit: Updated for version 0.15. Thanks to Carlos Corbacho. -RW games/rezerwar: Added - Rezerwar is a puzzle game. Thanks to Larry Hajali. games/snes9x_gtk: Updated for version 1.51r78. Thanks to B. Watson. -RW libraries/libdbi-drivers: Included the sqlite drivers in the package. Thanks to Vincent Batts. --rworkman libraries/libgsasl: Added - GNU SASL is an implementation of the Simple Authentication and Security Layer framework and a few common SASL mechanisms. Thanks to Marcel Saegebarth. --rworkman libraries/pytz: Updated for version 2009n. Thanks to Heinz Wiesinger (pprkut). --rworkman misc/clawsker: Updated for version 0.7.0. Thanks to Erik Hanson. --dsomero misc/tal: Added - tal is a "trailer alignment" tool that outputs text which has its trailing characters aligned in columns. Thanks to Peter Wang. --rworkman multimedia/dvdrip: Added - dvd::rip is a full featured DVD copy program written in Perl. Thanks to Luis Henrique. --rworkman multimedia/farsight2: Updated for version 0.0.16. Thanks to David Woodfall. --rworkman multimedia/subtitlecomposer: Added - this is a text-based subtitles editor. Thanks to Pablo Santamaria. --rworkman network/bitlbee: Updated for version 1.2.4. Thanks to Michiel van Wessem. --dsomero network/fqterm: Updated for version 0.9.5.2. Thanks to vvoody. --rworkman network/gajim: Updated for version 0.12.5. Thanks to Morten Juhl-Johansen Z?lde-Fej?r. --rworkman network/shorewall6: Updated for version 4.4.3. Thanks to ArTourter. -RW network/xtables-addons: Updated for version 1.18. Thanks to Robby Workman. --dsomero system/schedtool: Added - schedtool interfaces with the kernel's scheduler and allows the user to set and query the CPU-affinity and nice-levels of processes. Thanks to Dave Margell. --rworkman From chris.abela at maltats.com Mon Nov 9 10:36:48 2009 From: chris.abela at maltats.com (Chris Abela) Date: Mon, 9 Nov 2009 11:36:48 +0100 Subject: [Slackbuilds-users] Hands off davfs2.SlackBuild for now! In-Reply-To: <20091108212832.7631e6d1@liberty.rlwhome.lan> Message-ID: I had taken the previous cue to contact the maintainer and I got this reponse on the 4th Nov: "Sorry to have been out of the loop! I'll be happy to do so. I am without slack ATM, but need to get my vm's sorted anyway. Probably in the next couple of weeks then." It appears that no-one had contacted him, and he slacked off... As it involves someone taking the trouble of re-installing Slack after a long time, and it is evident that a lot of love was invested in it, I am keeping my hands of it. If by end 2009, we are still with no updates, we should reconsider. If anyone needs this SlackBuild urgently, simply update the $VERSION, and it works even on Slack64. Chris -----Original Message----- From: slackbuilds-users-bounces at slackbuilds.org [mailto:slackbuilds-users-bounces at slackbuilds.org] On Behalf Of Robby Workman Sent: 09 November 2009 04:29 To: SlackBuilds.org Users List Cc: kristofru at gmail.com Subject: Re: [Slackbuilds-users] davfs2.SlackBuild On Tue, 3 Nov 2009 18:07:15 +0100 Chris Abela wrote: > What shall happen to davfs2.SlackBuild? It is still in the 12.2 and > 12.1 repositories and it worked on my Slack64-13. > > >From the ChangeLog: > ... > network/davfs2: Removed. > ... > > > Are you working on re-introducing it after the relevant updates, or > are you waiting for the maintainer to forward his submission. Waiting on the maintainer, but enough time has passed at this point that I'd say it's fair game for anyone to take over the maintenance on it, so feel free. -RW From mark at markwalling.org Mon Nov 9 13:49:09 2009 From: mark at markwalling.org (Mark Walling) Date: Mon, 9 Nov 2009 08:49:09 -0500 Subject: [Slackbuilds-users] glade3 In-Reply-To: References: Message-ID: <20091109134909.GS10365@you.dontlike.us> On Mon, Nov 09, 2009 at 06:24:07AM -0600, alkos333 wrote: > Mark, > > Would you be so kind as to update and resubmit a slackbuild for Glade 3.6.7? > It is all yours. I don't use it anymore. My other SlackBuilds also should probably be considered abandoned too, since I don't have time to maintain them. -Mark -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: Digital signature URL: From opablo at gmail.com Mon Nov 9 16:15:54 2009 From: opablo at gmail.com (=?ISO-8859-1?B?UGFibG8gT3PpcyAoR21haWwp?=) Date: Mon, 9 Nov 2009 13:15:54 -0300 Subject: [Slackbuilds-users] zaptel on slackware 13.0 Message-ID: <88c186760911090815n78e85098r54ab5a8c4ae6b316@mail.gmail.com> I just subscribed to the list so I'm sorry if this topic has already been talked... Did anybody succeded in fixing the zaptel.Slackbuild in the 12.2 repository to flawlessly build in the slackware 13.0 new kernel 2.6.29 ? Thanks in advance. -------------- next part -------------- An HTML attachment was scrubbed... URL: From rworkman at slackbuilds.org Mon Nov 9 18:09:35 2009 From: rworkman at slackbuilds.org (Robby Workman) Date: Mon, 9 Nov 2009 18:09:35 +0000 Subject: [Slackbuilds-users] Update #2 - 20091109 Message-ID: <20091109180935.GA357@slackbuilds.org> Mon Nov 9 18:08:14 UTC 2009 system/slim: Added a patch to build with newer gcc (the patch is harmless on stock 13.0 systems). Thanks to metrofox for pointing out the problem. -RW From rworkman at slackbuilds.org Mon Nov 9 18:13:47 2009 From: rworkman at slackbuilds.org (Robby Workman) Date: Mon, 9 Nov 2009 12:13:47 -0600 Subject: [Slackbuilds-users] zaptel on slackware 13.0 In-Reply-To: <88c186760911090815n78e85098r54ab5a8c4ae6b316@mail.gmail.com> References: <88c186760911090815n78e85098r54ab5a8c4ae6b316@mail.gmail.com> Message-ID: <20091109121347.10b8fd4e@liberty.rlwhome.lan> On Mon, 9 Nov 2009 13:15:54 -0300 Pablo Os?s (Gmail) wrote: > I just subscribed to the list so I'm sorry if this topic has already > been talked... > > Did anybody succeded in fixing the zaptel.Slackbuild in the 12.2 > repository to flawlessly build in the slackware 13.0 new kernel > 2.6.29 ? Not going to happen. IIRC, zaptel is no longer used by asterisk; look into dahdi-linux and dahdi-tools instead. -RW -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 198 bytes Desc: not available URL: From vbatts at hashbangbash.com Mon Nov 9 18:25:09 2009 From: vbatts at hashbangbash.com (Vincent Batts) Date: Mon, 9 Nov 2009 12:25:09 -0600 Subject: [Slackbuilds-users] zaptel on slackware 13.0 In-Reply-To: <20091109121347.10b8fd4e@liberty.rlwhome.lan> References: <88c186760911090815n78e85098r54ab5a8c4ae6b316@mail.gmail.com> <20091109121347.10b8fd4e@liberty.rlwhome.lan> Message-ID: <2015330f0911091025r6a41412akf458e6e8772e9f29@mail.gmail.com> the dahdi stuff are now, what zaptel used to be. this was a name change done by digium due to trademark and copyright issues. vb On Mon, Nov 9, 2009 at 12:13 PM, Robby Workman wrote: > On Mon, 9 Nov 2009 13:15:54 -0300 > Pablo Os?s (Gmail) wrote: > >> I just subscribed to the list so I'm sorry if this topic has already >> been talked... >> >> Did anybody succeded in fixing the zaptel.Slackbuild in the 12.2 >> repository to flawlessly build in the slackware 13.0 new kernel >> 2.6.29 ? > > > Not going to happen. ?IIRC, zaptel is no longer used by asterisk; > look into dahdi-linux and dahdi-tools instead. > > -RW > > _______________________________________________ > SlackBuilds-users mailing list > SlackBuilds-users at slackbuilds.org > http://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users > Archives - http://lists.slackbuilds.org/pipermail/slackbuilds-users/ > FAQ - http://slackbuilds.org/faq/ > > > From alan at lizella.net Mon Nov 9 20:26:04 2009 From: alan at lizella.net (Alan Hicks) Date: Mon, 9 Nov 2009 15:26:04 -0500 Subject: [Slackbuilds-users] zaptel on slackware 13.0 In-Reply-To: <20091109121347.10b8fd4e@liberty.rlwhome.lan> References: <88c186760911090815n78e85098r54ab5a8c4ae6b316@mail.gmail.com> <20091109121347.10b8fd4e@liberty.rlwhome.lan> Message-ID: <20091109152604.285ded6f@raven.lizella.net> On Mon, 9 Nov 2009 12:13:47 -0600 Robby Workman wrote: > Not going to happen. IIRC, zaptel is no longer used by asterisk; > look into dahdi-linux and dahdi-tools instead. That isn't entirely true. Asterisk will still use zaptel drivers if it finds them, but it will prefer the dahdi-linux drivers and tools over zaptel if both are installed on a given system. If you have an older machine, you can retain your existing zaptel compile and upgrade Asterisk as you life and everything _should_ still work. -- It is better to hear the rebuke of the wise, Than for a man to hear the song of fools. Ecclesiastes 7:5 -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 197 bytes Desc: not available URL: From rob0 at slackbuilds.org Mon Nov 9 20:56:14 2009 From: rob0 at slackbuilds.org (Rob McGee) Date: Mon, 9 Nov 2009 15:56:14 -0500 Subject: [Slackbuilds-users] zaptel on slackware 13.0 In-Reply-To: <20091109152604.285ded6f@raven.lizella.net> References: <88c186760911090815n78e85098r54ab5a8c4ae6b316@mail.gmail.com> <20091109121347.10b8fd4e@liberty.rlwhome.lan> <20091109152604.285ded6f@raven.lizella.net> Message-ID: <200911091456.14709.rob0@slackbuilds.org> On Monday 09 November 2009 14:26:04 Alan Hicks wrote: > On Mon, 9 Nov 2009 12:13:47 -0600 > > Robby Workman wrote: > > Not going to happen. IIRC, zaptel is no longer used by asterisk; > > look into dahdi-linux and dahdi-tools instead. > > That isn't entirely true. Asterisk will still use zaptel drivers > if it finds them, but it will prefer the dahdi-linux drivers and > tools over zaptel if both are installed on a given system. I don't recall seeing this anywhere. What I did read: http://blogs.digium.com/2008/05/19/zaptel-project-being-renamed-to-dahdi/ > If you have an older machine, you can retain your existing zaptel > compile and upgrade Asterisk as you life and everything _should_ > still work. Uh ... "Asterisk 1.6.0 will use DAHDI exclusively (it will not have support for Zaptel), although this will be done in a highly backwards- compatible way so that disruption to existing dialplans and configurations will be minimized. "Asterisk 1.4 will continue to have support for Zaptel, although it will be enhanced to also transparently support DAHDI instead, and the documentation (and default configuration files) will encourage new users to use DAHDI instead of Zaptel. "Asterisk 1.2 will be unaffected by these changes." So no, it depends on your version, and once you upgrade beyond 1.4.x there's no going back to Zaptel. It's all just a name change anyway. Stupid lawyer crap. From gmartin at gmartin.org Tue Nov 10 02:37:45 2009 From: gmartin at gmartin.org (gmartin) Date: Mon, 9 Nov 2009 21:37:45 -0500 Subject: [Slackbuilds-users] nagios Slackbuild Message-ID: SB.o maintainers - I see that the nagios-plugins script has been approved, but the core package is still pending. If if i can help with testing, let me know. Thanks (sorry for the repeat. I sent the original from a non-list account) -- \\Greg -------------- next part -------------- An HTML attachment was scrubbed... URL: From niels.horn at gmail.com Tue Nov 10 08:47:00 2009 From: niels.horn at gmail.com (Niels Horn) Date: Tue, 10 Nov 2009 06:47:00 -0200 Subject: [Slackbuilds-users] nagios Slackbuild In-Reply-To: References: Message-ID: <3f18b2310911100047p769625aeq5b3a017ca4bfb105@mail.gmail.com> On Tue, Nov 10, 2009 at 12:37 AM, gmartin wrote: > SB.o maintainers - > I see that the nagios-plugins script has been approved, but the core package > is still pending.? If if i can help with testing, let me know. > > Thanks > > (sorry for the repeat.? I sent the original from a non-list account) > > -- > \\Greg > Greg, I am the "maintainer" of the nagios script and am currently improving some parts - mainly documentation and instructions. If you are interested, I can send you the script for testing, but it will still be the not-approved version. Niels From sbo at tpa.me.uk Tue Nov 10 10:28:04 2009 From: sbo at tpa.me.uk (Zordrak) Date: Tue, 10 Nov 2009 10:28:04 +0000 Subject: [Slackbuilds-users] nagios Slackbuild In-Reply-To: References: Message-ID: <4AF94034.7000101@tpa.me.uk> gmartin wrote: > SB.o maintainers - > I see that the nagios-plugins script has been approved, but the core > package is still pending. If if i can help with testing, let me know. I told you, we're working on it :) -- Zordrak sbo at tpa.me.uk From gmartin at gmartin.org Tue Nov 10 12:10:04 2009 From: gmartin at gmartin.org (gmartin) Date: Tue, 10 Nov 2009 07:10:04 -0500 Subject: [Slackbuilds-users] nagios Slackbuild In-Reply-To: <4AF94034.7000101@tpa.me.uk> References: <4AF94034.7000101@tpa.me.uk> Message-ID: I'd appreciate that. I've started to write my own, but i don't trust the completeness of my knowledge. Thanks \\Greg On Tue, Nov 10, 2009 at 5:28 AM, Zordrak wrote: > gmartin wrote: > > SB.o maintainers - > > I see that the nagios-plugins script has been approved, but the core > > package is still pending. If if i can help with testing, let me know. > > I told you, we're working on it :) > -- > Zordrak > sbo at tpa.me.uk > _______________________________________________ > SlackBuilds-users mailing list > SlackBuilds-users at slackbuilds.org > http://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users > Archives - http://lists.slackbuilds.org/pipermail/slackbuilds-users/ > FAQ - http://slackbuilds.org/faq/ > > -- \\Greg -------------- next part -------------- An HTML attachment was scrubbed... URL: From opablo at gmail.com Tue Nov 10 18:56:35 2009 From: opablo at gmail.com (=?ISO-8859-1?B?UGFibG8gT3PpcyAoR21haWwp?=) Date: Tue, 10 Nov 2009 15:56:35 -0300 Subject: [Slackbuilds-users] libiptc and miniupnpd for slackware 13.0 Message-ID: <88c186760911101056p4214565fsf5cb16bd17c5a952@mail.gmail.com> I am the creator of the libiptc and the miniupnpd slackbuilds. (First appeared in 12.2 repositories) I just wanted to say that I am working on the update for the 13.0 repositories and I would be really happy if someone here is interested in testing/using it because I have a 12.2->13.0 upgraded slackware installation and it would be prudent to test it in a 13.0 fresh install of slackware before publishing it. If you can read spanish you can read the "slackware multipropose home server how to" that I write and which pushed me to create the libiptc and miniupnpd slackbuilds. http://wiki.buenosaireslibre.org/HowToProApSlackware I'm thinking in translating it to english... Thanks you all, BucanerO -------------- next part -------------- An HTML attachment was scrubbed... URL: From rshepard at appl-ecosys.com Tue Nov 10 22:15:22 2009 From: rshepard at appl-ecosys.com (Rich Shepard) Date: Tue, 10 Nov 2009 14:15:22 -0800 (PST) Subject: [Slackbuilds-users] mdbtools-0.5 Seg Faults Message-ID: I have some .mdb files that accompany spatial data and I need to translate them into a format I can use, sqlite or (perhaps) postgres. I downloaded the source and SlackBuild script from the Web site, built and installed it. When I try to run mdb-export on a 12.6M file it seg faults. It also segfaults after a brief output of mbd-schema: DROP TABLE SYSTEM - Report Parameters - Int; CREATE TABLE SYSTEM - Report Parameters - Int ( Interpretation Name Text (120) ); -- CREATE ANY INDEXES ... DROP TABLE SYSTEM - Soil Survey Area; CREATE TABLE SYSTEM - Soil Survey Area ( Area Symbol Text (40), Area Name Text (270), Legend Key Long Integer (4) ); -- CREATE ANY INDEXES ... -- CREATE ANY Relationships ... Segmentation fault I'd appreciate suggestions where to go for help in getting this to work for this large file. TIA, Rich From matteo.bernardini at sns.it Wed Nov 11 05:06:49 2009 From: matteo.bernardini at sns.it (Matteo Bernardini) Date: Wed, 11 Nov 2009 06:06:49 +0100 Subject: [Slackbuilds-users] mdbtools-0.5 Seg Faults In-Reply-To: References: Message-ID: <4AFA4669.9020408@sns.it> Rich Shepard ha scritto: > I'd appreciate suggestions where to go for help in getting this to work > for this large file. you can check with the developers of the application: have a look here http://mdbtools.cvs.sourceforge.net/viewvc/*checkout*/mdbtools/mdbtools/ChangeLog it seems last cvs commit is of may 2006, but there are their email addresses, you can check if they can help you... you can also try with the 0.6pre1 still on sourceforge or checking out the cvs version http://sourceforge.net/projects/mdbtools/files/ http://sourceforge.net/projects/mdbtools/develop don't know if that will fix your problem, though From mjjzf at syntaktisk.dk Wed Nov 11 14:16:49 2009 From: mjjzf at syntaktisk.dk (Morten Juhl-Johansen =?iso-8859-1?Q?Z=F6lde-Fej=E9r?=) Date: Wed, 11 Nov 2009 15:16:49 +0100 Subject: [Slackbuilds-users] Recordmydesktop Slackbuild Message-ID: <5a928260d868f3f928cda4f9ee1ef4d0.squirrel@squirrelmail.gigahost.dk> Since the maintainer didn't respond to my email, I'll ask the question here, too: Is the Recordmydesktop Slackbuild (http://slackbuilds.org/repository/12.2/multimedia/recordmydesktop/) still maintained - I see that it wasn't submitted for Slackware 13.0? I have made a fresh 'build for it and can submit and maintain it, if you the previous maintainer is no longer able to. I have been working on builds of the two frontends, too. Yours, Morten __ Morten Juhl-Johansen Z?lde-Fej?r mjjzf at syntaktisk.dk * http://syntaktisk.dk From grbzks at xsmail.com Wed Nov 11 15:29:51 2009 From: grbzks at xsmail.com (Grigorios Bouzakis) Date: Wed, 11 Nov 2009 17:29:51 +0200 Subject: [Slackbuilds-users] Recordmydesktop Slackbuild In-Reply-To: <5a928260d868f3f928cda4f9ee1ef4d0.squirrel@squirrelmail.gigahost.dk> References: <5a928260d868f3f928cda4f9ee1ef4d0.squirrel@squirrelmail.gigahost.dk> Message-ID: <200911111729.56643.grbzks@xsmail.com> On Wednesday 11 of November 2009 16:16:49 Morten Juhl-Johansen Z?lde-Fej?r wrote: > Since the maintainer didn't respond to my email, I'll ask the question > here, too: > Is the Recordmydesktop Slackbuild > (http://slackbuilds.org/repository/12.2/multimedia/recordmydesktop/) still > maintained - I see that it wasn't submitted for Slackware 13.0? > I have made a fresh 'build for it and can submit and maintain it, if you > the previous maintainer is no longer able to. I have been working on > builds of the two frontends, too. > > Yours, > Morten Recordmydesktop seems to be in extra for x86_64 http://slackware.osuosl.org/slackware64-13.0/extra/recordmydesktop/ but not x86_32. I can't answer your question but if i were in your place i'd ask Pat to include it in 32bit too and the problem would be solved. -- Greg -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 835 bytes Desc: This is a digitally signed message part. URL: From ozan.turkyilmaz at gmail.com Wed Nov 11 17:08:14 2009 From: ozan.turkyilmaz at gmail.com (=?UTF-8?B?T3phbiBUw7xya3nEsWxtYXo=?=) Date: Wed, 11 Nov 2009 19:08:14 +0200 Subject: [Slackbuilds-users] unrar and rar Bulid Scripts Message-ID: Hi all, i summited the modifed rar build script after waiting anwser from maintaner for 3 days. unrar build script script actually needs almost no modifications at all. version change (and info file change for new version and md5) is all needed. i tested it on my system and it had no problem. i was thinking of extending the biuld script to include unrarlib build (if user wants to). should i create new slackbuild script just for unrarlib, or should it stay in the unrar build script? -- Ozan ??? Close the world, txEn eht nepO From mjjzf at syntaktisk.dk Wed Nov 11 19:40:47 2009 From: mjjzf at syntaktisk.dk (Morten Juhl-Johansen =?ISO-8859-1?Q?Z=F6lde-Fej=E9r?=) Date: Wed, 11 Nov 2009 20:40:47 +0100 Subject: [Slackbuilds-users] Recordmydesktop Slackbuild In-Reply-To: <200911111729.56643.grbzks@xsmail.com> References: <5a928260d868f3f928cda4f9ee1ef4d0.squirrel@squirrelmail.gigahost.dk> <200911111729.56643.grbzks@xsmail.com> Message-ID: <20091111204047.06762ec9@darkstar.example.net> On Wed, 11 Nov 2009 17:29:51 +0200 Grigorios Bouzakis wrote: > Recordmydesktop seems to be in extra for x86_64 > http://slackware.osuosl.org/slackware64-13.0/extra/recordmydesktop/ > but not x86_32. > I can't answer your question but if i were in your place i'd ask Pat > to include it in 32bit too and the problem would be solved. Thank you, that is a pleasant surprise. He is, after all, the Man for the task. I'll talk to him. Yours, Morten __ Morten Juhl-Johansen Z?lde-Fej?r mjjzf at syntaktisk.dk * http://syntaktisk.dk From rworkman at slackbuilds.org Thu Nov 12 04:42:07 2009 From: rworkman at slackbuilds.org (Robby Workman) Date: Thu, 12 Nov 2009 04:42:07 +0000 Subject: [Slackbuilds-users] Updates- 20091112 Message-ID: <20091112044207.GA4633@slackbuilds.org> Thu Nov 12 04:41:10 UTC 2009 libraries/libg15: Added - The libg15 library gives applications low-level access to the G15 and G11 keyboards and the Z10 speakers. Thanks to Alan Alberghini. --rworkman libraries/libg15render: Added - This is a library to render text and shapes into a buffer usable by the Logitech G15 Gaming Keyboard. Thanks to Alan Alberghini. --rworkman misc/g15composer: Added - G15Composer is a scriptable command interface to the libg15render drawing functions. Thanks to Alan Alberghini. --rworkman misc/g15daemon: Added - the G15daemon is a userspace driver/multiplexer for the G15 keyboard and its LCD. Thanks to Alan Alberghini. --rworkman misc/g15stats: Added - G15Stats is a CPU / Memory / Swap / Network / Battery / Temperature / Fan Speed / CPU Frequencies usage meter for G15Daemon. Thanks to Alan Alberghini. --rworkman network/msmtp: Updated for version 1.4.19. Thanks to Grigorios Bouzakis. network/squid: Updated for version 3.0.STABLE20. Thanks to dsomero. -RW office/texlive: Added - TeXLive is a tetex replacment. Note that this package is intended to completely replace the tetex packages in Slackware. You will need to remove tetex and tetex-doc before installing TeXLive. If you want to build this on -current, you'll need to change the --with-system-xpdf to --without-system-xpdf due to the API change in xpdf and the poppler library. Thanks to Robby Workman, who wishes to also thank Grissiom for LOTS of help getting this done correctly. --dsomero From marco.bonetti at slackware.it Thu Nov 12 15:41:42 2009 From: marco.bonetti at slackware.it (Marco Bonetti) Date: Thu, 12 Nov 2009 16:41:42 +0100 Subject: [Slackbuilds-users] Nikto broken download link Message-ID: <4AFC2CB6.9050805@slackware.it> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi all, a user report to me that nikto 2.03 download link is broken, I've already submitted an update for 2.1.0 which is in /pending right now, in the meanwhile you can use http://sid77.slackware.it/tmp/nikto-2.03.tar.bz2 if you still need it. ciao - -- Marco Bonetti Slackintosh Linux Project Developer: http://workaround.ch/ Linux-live for powerpc: http://workaround.ch/pub/rsync/mb/linux-live/ My GnuPG key id: 0x0B60BC5F -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAkr8LLYACgkQTYvJ9gtgvF/bxQCdEJ4r3NtPPxvRwgPtFaKJgoyo 5HoAoM/TrTdlPihbK+HcanF8AXYKjmIP =BXAr -----END PGP SIGNATURE----- From me at alkos333.net Thu Nov 12 18:09:02 2009 From: me at alkos333.net (alkos333) Date: Thu, 12 Nov 2009 12:09:02 -0600 Subject: [Slackbuilds-users] NTed invalid link Message-ID: nted: /usr/sbin/sbopkg: line 2578: nted.info.build: No such file or directory --2009-11-12 03:08:04-- http://vsr.informatik.tu-chemnitz.de/staff/jan/nted/oldversions/nted-1.8.7.tar.gz Resolving vsr.informatik.tu-chemnitz.de... 134.109.193.89 Connecting to vsr.informatik.tu-chemnitz.de|134.109.193.89|:80... connected. HTTP request sent, awaiting response... 404 Not Found 2009-11-12 03:08:04 ERROR 404: Not Found. -- Alex Lysenka Computer Science Major Operations Management & Information Systems Major Northern Illinois University alysenka at niu.edu From nille.kungen at gmail.com Thu Nov 12 22:35:18 2009 From: nille.kungen at gmail.com (Nille Kungen) Date: Thu, 12 Nov 2009 23:35:18 +0100 Subject: [Slackbuilds-users] trying sbo with gcc 4.4.2 In-Reply-To: <4AF151A6.3080400@sns.it> References: <4AF151A6.3080400@sns.it> Message-ID: <9a43f1a10911121435g73662dc5gfb53bee5412ef04c@mail.gmail.com> 2009/11/4 Matteo Bernardini > Hi fellas :) > > I'm at home with flu :( , so to do something I decided to run my usual > sbopkg queue (177 packages) with the gcc 4.4.2 in testing on a freshly > installed slackware64-current virtual machine :D > Posted this originally on linuxquestions but i thought after that maybe > this mailing list is the proper place. > > this is the queue file I've used: > ---------------------------------- > > avidemux | QT4="no" > > -------------------------- > avidemux > ----------------------------------------------- > cd /tmp/sbopkg/sbopkg-build-directory/avidemux-2.4.4/avidemux/ADM_video && > /usr/bin/c++ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -DHAVE_CONFIG_H -O2 > -fPIC -O3 -DNDEBUG -I/tmp/sbopkg/sbopkg-build-directory/avidemux-2.4.4 > -I/tmp/sbopkg/sbopkg-build-directory/avidemux-2.4.4/avidemux > -I/tmp/sbopkg/sbopkg-build-directory/avidemux-2.4.4/avidemux/ADM_libraries > -I/tmp/sbopkg/sbopkg-build-directory/avidemux-2.4.4/avidemux/ADM_libraries/ADM_utilities > -I/tmp/sbopkg/sbopkg-build-directory/avidemux-2.4.4/avidemux/ADM_libraries/ADM_lavutil > -I/tmp/sbopkg/sbopkg-build-directory/avidemux-2.4.4/avidemux/ADM_libraries/ADM_lavcodec > -I/tmp/sbopkg/sbopkg-build-directory/avidemux-2.4.4/avidemux/ADM_userInterfaces/ADM_commonUI > -I/tmp/sbopkg/sbopkg-build-directory/avidemux-2.4.4/avidemux/ADM_outputs > -I/tmp/sbopkg/sbopkg-build-directory/avidemux-2.4.4/avidemux/ADM_video/../ADM_inputs > -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include > -I/usr/include/freetype2 -o CMakeFiles/ADM_video.dir/ADM_interlaced.o -c > /tmp/sbopkg/sbopkg-build-directory/avidemux-2.4.4/avidemux/ADM_video/ADM_interlaced.cpp > /tmp/sbopkg/sbopkg-build-directory/avidemux-2.4.4/avidemux/ADM_video/ADM_interlaced.cpp: > Assembler messages: > /tmp/sbopkg/sbopkg-build-directory/avidemux-2.4.4/avidemux/ADM_video/ADM_interlaced.cpp:140: > Error: suffix or operands invalid for `movq' > /tmp/sbopkg/sbopkg-build-directory/avidemux-2.4.4/avidemux/ADM_video/ADM_interlaced.cpp:141: > Error: suffix or operands invalid for `movq' > make[2]: *** [avidemux/ADM_video/CMakeFiles/ADM_video.dir/ADM_interlaced.o] > Error 1 > make[2]: Leaving directory > `/tmp/sbopkg/sbopkg-build-directory/avidemux-2.4.4' > make[1]: *** [avidemux/ADM_video/CMakeFiles/ADM_video.dir/all] Error 2 > make[1]: Leaving directory > `/tmp/sbopkg/sbopkg-build-directory/avidemux-2.4.4' > make: *** [all] Error 2 > > NOT SOLVED :( > ----------------------------------------------- > > if you want have a look here are the built packages. > http://www2.arch.unipi.it:81/gcc442/ > > I was thinking about upgrade avidemux to 2.5.1 That would solve the issue. But 2.4.4 still works better overall but 2.5.1 is better on 64bit (atleast i think so) So if you users want 2.5.1 now then i will upgrade the avidemux build. /Nille -------------- next part -------------- An HTML attachment was scrubbed... URL: From chaos.proton at gmail.com Fri Nov 13 00:32:32 2009 From: chaos.proton at gmail.com (Grissiom) Date: Fri, 13 Nov 2009 08:32:32 +0800 Subject: [Slackbuilds-users] aria2 download link dead... Message-ID: Hi, The link have changed and should be http://sourceforge.net/projects/aria2/files/stable/archives/aria2-1.6.0/aria2-1.6.0.tar.bz2now. The latest version is 1.6.3 now. -- Cheers, Grissiom -------------- next part -------------- An HTML attachment was scrubbed... URL: From mrc.ildp at gmail.com Fri Nov 13 07:49:51 2009 From: mrc.ildp at gmail.com (Marco Cecchetti) Date: Fri, 13 Nov 2009 08:49:51 +0100 Subject: [Slackbuilds-users] aria2 download link dead... In-Reply-To: References: Message-ID: <207ff4b00911122349h7733603bw6c59af772ac5020d@mail.gmail.com> 2009/11/13 Grissiom > Hi, > > The link have changed and should be > http://sourceforge.net/projects/aria2/files/stable/archives/aria2-1.6.0/aria2-1.6.0.tar.bz2now. The latest version is 1.6.3 now. > > -- > Cheers, > Grissiom > > _______________________________________________ > SlackBuilds-users mailing list > SlackBuilds-users at slackbuilds.org > http://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users > Archives - http://lists.slackbuilds.org/pipermail/slackbuilds-users/ > FAQ - http://slackbuilds.org/faq/ > > > Hi, I will submit the update for 1.6.3 soon. Thanks, Marco -------------- next part -------------- An HTML attachment was scrubbed... URL: From pwcazenave at gmail.com Fri Nov 13 11:32:44 2009 From: pwcazenave at gmail.com (Pierre Cazenave) Date: Fri, 13 Nov 2009 11:32:44 +0000 Subject: [Slackbuilds-users] Dirac download location Message-ID: <4AFD43DC.2050506@gmail.com> I'm getting a 404 on the dirac download location in the .info. It seems they've reorganised a bit. The sourceforge link below seems like a good replacement. http://downloads.sourceforge.net/project/dirac/dirac-codec/Dirac-1.0.2/dirac-1.0.2.tar.gz Pierre From eha at alienbase.nl Fri Nov 13 11:57:54 2009 From: eha at alienbase.nl (Eric Hameleers) Date: Fri, 13 Nov 2009 12:57:54 +0100 (CET) Subject: [Slackbuilds-users] Dirac download location In-Reply-To: <4AFD43DC.2050506@gmail.com> References: <4AFD43DC.2050506@gmail.com> Message-ID: On Fri, 13 Nov 2009, Pierre Cazenave wrote: > I'm getting a 404 on the dirac download location in the .info. It seems > they've reorganised a bit. > > The sourceforge link below seems like a good replacement. > > http://downloads.sourceforge.net/project/dirac/dirac-codec/Dirac-1.0.2/dirac-1.0.2.tar.gz > > Pierre The most recent Dirac version is indeed 1.0.2 - Dirac team abandoned their SourceForge site early 2009 but this download URL is still useable. Their new site has undergone some re-organizing and it seems they paused right in the middle. The download URL for the tarballs is broken, hopefully only temporarily. If you need a schroedinger tarball right now (schroedinger implementation is where all the Dirac codec development is concentrated), you can get my copy at: http://slackware.org.uk/3rd-party/alien/slackbuilds/vlc/build/schroedinger-1.0.8.tar.gz Cheers, Eric -- Eric Hameleers Email: alien at slackware.com Jabber: alien at jabber.xs4all.nl Gpg fingerprint: F2CE 1B92 EE1F 2C0C E97E 581E 5E56 AAAF A75C BDA0 The two basic principles of Windows system administration: * For minor problems, reboot * For major problems, reinstall From pwcazenave at gmail.com Fri Nov 13 12:47:10 2009 From: pwcazenave at gmail.com (Pierre Cazenave) Date: Fri, 13 Nov 2009 12:47:10 +0000 Subject: [Slackbuilds-users] Dirac download location In-Reply-To: References: <4AFD43DC.2050506@gmail.com> Message-ID: <4AFD554E.9070509@gmail.com> Eric Hameleers wrote: > On Fri, 13 Nov 2009, Pierre Cazenave wrote: > >> I'm getting a 404 on the dirac download location in the .info. It >> seems they've reorganised a bit. >> >> The sourceforge link below seems like a good replacement. >> >> http://downloads.sourceforge.net/project/dirac/dirac-codec/Dirac-1.0.2/dirac-1.0.2.tar.gz >> >> >> >> Pierre > > The most recent Dirac version is indeed 1.0.2 - Dirac team abandoned > their SourceForge site early 2009 but this download URL is still > useable. Their new site has undergone some re-organizing and it seems > they paused right in the middle. The download URL for the tarballs > is broken, hopefully only temporarily. > > If you need a schroedinger tarball right now (schroedinger > implementation is where all the Dirac codec development is > concentrated), you can get my copy at: > http://slackware.org.uk/3rd-party/alien/slackbuilds/vlc/build/schroedinger-1.0.8.tar.gz > > > > Cheers, Eric > Eric, Thanks for the link. I'm trying to use the 1.0.7 build script with the 1.0.8 tarball you've got in your repository. Hopefully it'll build OK - it's running as I type (on a slow processor). Pierre From pwcazenave at gmail.com Fri Nov 13 16:07:35 2009 From: pwcazenave at gmail.com (Pierre Cazenave) Date: Fri, 13 Nov 2009 16:07:35 +0000 Subject: [Slackbuilds-users] Dirac download location In-Reply-To: References: <4AFD43DC.2050506@gmail.com> Message-ID: <4AFD8447.8060808@gmail.com> Eric Hameleers wrote: > On Fri, 13 Nov 2009, Pierre Cazenave wrote: > >> I'm getting a 404 on the dirac download location in the .info. It >> seems they've reorganised a bit. >> >> The sourceforge link below seems like a good replacement. >> >> http://downloads.sourceforge.net/project/dirac/dirac-codec/Dirac-1.0.2/dirac-1.0.2.tar.gz >> >> >> >> Pierre > > The most recent Dirac version is indeed 1.0.2 - Dirac team abandoned > their SourceForge site early 2009 but this download URL is still > useable. Their new site has undergone some re-organizing and it seems > they paused right in the middle. The download URL for the tarballs > is broken, hopefully only temporarily. > > If you need a schroedinger tarball right now (schroedinger > implementation is where all the Dirac codec development is > concentrated), you can get my copy at: > http://slackware.org.uk/3rd-party/alien/slackbuilds/vlc/build/schroedinger-1.0.8.tar.gz > > > > Cheers, Eric > The 1.0.8 source with the 1.0.7 SlackBuild seems to have worked fine. Pierre From ozan.turkyilmaz at gmail.com Fri Nov 13 16:22:22 2009 From: ozan.turkyilmaz at gmail.com (=?UTF-8?B?T3phbiBUw7xya3nEsWxtYXo=?=) Date: Fri, 13 Nov 2009 18:22:22 +0200 Subject: [Slackbuilds-users] Dirac download location In-Reply-To: <4AFD8447.8060808@gmail.com> References: <4AFD43DC.2050506@gmail.com> <4AFD8447.8060808@gmail.com> Message-ID: 2009/11/13 Pierre Cazenave : > The 1.0.8 source with the 1.0.7 SlackBuild seems to have worked fine. it worked on 64bit system i have, too. -- Ozan ??? Close the world, txEn eht nepO From nille.kungen at gmail.com Fri Nov 13 16:37:14 2009 From: nille.kungen at gmail.com (Nille Kungen) Date: Fri, 13 Nov 2009 17:37:14 +0100 Subject: [Slackbuilds-users] Dirac download location In-Reply-To: References: <4AFD43DC.2050506@gmail.com> Message-ID: <9a43f1a10911130837v699799cfpb1b3d792a6bdeca8@mail.gmail.com> > On Fri, 13 Nov 2009, Pierre Cazenave wrote: > > I'm getting a 404 on the dirac download location in the .info. It seems >> they've reorganised a bit. >> >> The sourceforge link below seems like a good replacement. >> >> >> http://downloads.sourceforge.net/project/dirac/dirac-codec/Dirac-1.0.2/dirac-1.0.2.tar.gz >> >> Pierre >> > > I think there changing servers and it should be back thursday. /Nille -------------- next part -------------- An HTML attachment was scrubbed... URL: From dave at unrealize.co.uk Sat Nov 14 23:43:24 2009 From: dave at unrealize.co.uk (David Woodfall) Date: Sat, 14 Nov 2009 23:43:24 +0000 Subject: [Slackbuilds-users] Kqemu slackbuild problems compiling? Message-ID: <20091114234324.GA1065@Junius> Hi all I had an email today from a guy from slacky.it saying that my kqemu slackbuild doesn't compile and needs a small patch which he attached. I haven't had any problems compiling on 13.3 with 2.6.29.6 kernel and gcc 4.3.3 So this is a wide call for info on whether or not anyone has problems compiling it (using 2.6.29.6 + stock gcc). Any info greatly appreciated. I don't want to add a patch if it works fine on stock setup. Thanks in advance. David -- Don't look back, the lemmings are gaining on you. -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 489 bytes Desc: not available URL: From dave at unrealize.co.uk Sun Nov 15 00:37:11 2009 From: dave at unrealize.co.uk (David Woodfall) Date: Sun, 15 Nov 2009 00:37:11 +0000 Subject: [Slackbuilds-users] Kqemu slackbuild problems compiling? In-Reply-To: <20091114234324.GA1065@Junius> References: <20091114234324.GA1065@Junius> Message-ID: <20091115003711.GA1790@Junius> On (23:43 14/11/09), David Woodfall put forth the proposition: > Hi all > > I had an email today from a guy from slacky.it saying that my kqemu > slackbuild doesn't compile and needs a small patch which he attached. > > I haven't had any problems compiling on 13.3 with 2.6.29.6 kernel and > gcc 4.3.3 I do of course mean 13.0 > > So this is a wide call for info on whether or not anyone has problems > compiling it (using 2.6.29.6 + stock gcc). > > Any info greatly appreciated. I don't want to add a patch if it works > fine on stock setup. > > Thanks in advance. > > David > > -- > Don't look back, the lemmings are gaining on you. >_______________________________________________ >SlackBuilds-users mailing list >SlackBuilds-users at slackbuilds.org >http://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users >Archives - http://lists.slackbuilds.org/pipermail/slackbuilds-users/ >FAQ - http://slackbuilds.org/faq/ > -- Don't look back, the lemmings are gaining on you. -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 489 bytes Desc: not available URL: From ozan.turkyilmaz at gmail.com Sun Nov 15 10:15:39 2009 From: ozan.turkyilmaz at gmail.com (=?UTF-8?B?T3phbiBUw7xya3nEsWxtYXo=?=) Date: Sun, 15 Nov 2009 12:15:39 +0200 Subject: [Slackbuilds-users] Kqemu slackbuild problems compiling? In-Reply-To: <20091114234324.GA1065@Junius> References: <20091114234324.GA1065@Junius> Message-ID: 2009/11/15 David Woodfall : > Hi all > > I had an email today from a guy from slacky.it saying that my kqemu > slackbuild doesn't compile and needs a small patch which he attached. > > I haven't had any problems compiling on 13.3 with 2.6.29.6 kernel and > gcc 4.3.3 > > So this is a wide call for info on whether or not anyone has problems > compiling it (using 2.6.29.6 + stock gcc). > > Any info greatly appreciated. I don't want to add a patch if it works > fine on stock setup. > well it compiled fine on multi lib Slackware 64 13. -- Ozan ??? Close the world, txEn eht nepO From didier.spaier at epsm.fr Sun Nov 15 12:06:40 2009 From: didier.spaier at epsm.fr (Didier Spaier) Date: Sun, 15 Nov 2009 13:06:40 +0100 Subject: [Slackbuilds-users] Kqemu slackbuild problems compiling? In-Reply-To: <20091114234324.GA1065@Junius> References: <20091114234324.GA1065@Junius> Message-ID: <4AFFEED0.3090608@epsm.fr> David Woodfall wrote: > Hi all > > I had an email today from a guy from slacky.it saying that my kqemu > slackbuild doesn't compile and needs a small patch which he attached. > > I haven't had any problems compiling on 13.3 with 2.6.29.6 kernel and > gcc 4.3.3 > > So this is a wide call for info on whether or not anyone has problems > compiling it (using 2.6.29.6 + stock gcc). > > Any info greatly appreciated. I don't want to add a patch if it works > fine on stock setup. > > Thanks in advance. > > David I had no problem making a package with your SlackBuild on: - Slackware64-13 multilib - Slackware 13.0 in a VirtualBox VM (stock installation, generic kernel) - Slackware64-13.0 in a VirtualBox VM (idem) Best regards, Didier From carlos at strangeworlds.co.uk Tue Nov 17 22:35:37 2009 From: carlos at strangeworlds.co.uk (Carlos Corbacho) Date: Tue, 17 Nov 2009 22:35:37 +0000 Subject: [Slackbuilds-users] Postfix link dead Message-ID: <200911172235.37957.carlos@strangeworlds.co.uk> It has ceased to be, it is no more, it is an ex-link, etc. Other mirrors appear fine though. -Carlos -- E-Mail: carlos at strangeworlds.co.uk Web: strangeworlds.co.uk GPG Key ID: 0x23EE722D From thomas at beingboiled.info Sat Nov 21 02:17:47 2009 From: thomas at beingboiled.info (Thomas Morper) Date: Sat, 21 Nov 2009 03:17:47 +0100 Subject: [Slackbuilds-users] ulogd database driver selection doesn't work Message-ID: <200911210317.47769.thomas@beingboiled.info> The ulogd Slackbuild allows to disable the MySQL- and SQLite-plugins during build-time, but actually this doesn't work because the corresponding "configure"-parameters don't work as expected. SQLite is always included, and trying to disable MySQL will cause the SlackBuild to fail. The simple fix: don't use "--without-mysql" or "--without-sqlite3"; just set "do_mysql" and "do_sqlite" to an empty string instead. Cheers, Thomas -- From rworkman at slackbuilds.org Mon Nov 23 07:14:56 2009 From: rworkman at slackbuilds.org (Robby Workman) Date: Mon, 23 Nov 2009 01:14:56 -0600 Subject: [Slackbuilds-users] ulogd database driver selection doesn't work In-Reply-To: <200911210317.47769.thomas@beingboiled.info> References: <200911210317.47769.thomas@beingboiled.info> Message-ID: <20091123011456.366d03e5@liberty.rlwhome.lan> On Sat, 21 Nov 2009 03:17:47 +0100 Thomas Morper wrote: > The ulogd Slackbuild allows to disable the MySQL- and SQLite-plugins > during build-time, but actually this doesn't work because the > corresponding "configure"-parameters don't work as expected. SQLite > is always included, and trying to disable MySQL will cause the > SlackBuild to fail. > > The simple fix: don't use "--without-mysql" or "--without-sqlite3"; > just set "do_mysql" and "do_sqlite" to an empty string instead. IOW, we just need to include both regardless, right? Assuming that's the case, I pushed a change (that will go out in the next update) to use --with-sqlite3 --with-mysql always and don't allow for building without them. -RW -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 198 bytes Desc: not available URL: From thomas at beingboiled.info Mon Nov 23 08:47:46 2009 From: thomas at beingboiled.info (Thomas Morper) Date: Mon, 23 Nov 2009 09:47:46 +0100 Subject: [Slackbuilds-users] ulogd database driver selection doesn't work In-Reply-To: <20091123011456.366d03e5@liberty.rlwhome.lan> References: <200911210317.47769.thomas@beingboiled.info> <20091123011456.366d03e5@liberty.rlwhome.lan> Message-ID: <200911230947.46941.thomas@beingboiled.info> Am Montag, 23. November 2009 08:14:56 schrieb Robby Workman: > IOW, we just need to include both regardless, right? Not quite. It *is* possible to turn linking against MySQL or SQLite off, it's just that "--without-XXX" is not the right way to do it - the empty string is. It could be fixed, but on the other hand... > Assuming that's the case, I pushed a change (that will go out > in the next update) to use --with-sqlite3 --with-mysql always > and don't allow for building without them. ...that's fine. The SlackBuild will "just work" then and ulogd's output modules are user-configurable during runtime anyway. Problem solved. Cheers, Thomas -- From ozan.turkyilmaz at gmail.com Mon Nov 23 16:02:25 2009 From: ozan.turkyilmaz at gmail.com (=?UTF-8?B?T3phbiBUw7xya3nEsWxtYXo=?=) Date: Mon, 23 Nov 2009 18:02:25 +0200 Subject: [Slackbuilds-users] ulogd database driver selection doesn't work In-Reply-To: <200911230947.46941.thomas@beingboiled.info> References: <200911210317.47769.thomas@beingboiled.info> <20091123011456.366d03e5@liberty.rlwhome.lan> <200911230947.46941.thomas@beingboiled.info> Message-ID: 2009/11/23 Thomas Morper : > Am Montag, 23. November 2009 08:14:56 schrieb Robby Workman: > >> IOW, we just need to include both regardless, right? > > Not quite. It *is* possible to turn linking against MySQL or SQLite off, > it's just that "--without-XXX" is not the right way to do it - the empty > string is. It could be fixed, but on the other hand... > >> Assuming that's the case, I pushed a change (that will go out >> in the next update) to use --with-sqlite3 --with-mysql always >> and don't allow for building without them. > > ...that's fine. The SlackBuild will "just work" then and ulogd's output > modules are user-configurable during runtime anyway. Problem solved. > Well, wording in the documentation implies that it will use if --with-mysql used: from doc/ulogd.txt "If you want to build ulogd with MySQL support, type './configure --with-mysql'. You may also have to specify the path of the mysql libraries using '--with-mysql=path'. To build ulogd without MySQL support, just use './configure'." i run configure without anything and did make, i did not compiled mysql or sqlite modules. i run configure --with-mysql and it try to compile mysql module. (compile error, it seems it misconfigures itself.) --with-mysql= is needed. which folder is implied is unknown to me. :( -- Ozan ??? Close the world, txEn eht nepO From rworkman at slackbuilds.org Mon Nov 23 17:33:56 2009 From: rworkman at slackbuilds.org (Robby Workman) Date: Mon, 23 Nov 2009 17:33:56 +0000 Subject: [Slackbuilds-users] Updates - 20091123 Message-ID: <20091123173356.GA22752@slackbuilds.org> Mon Nov 23 17:29:36 UTC 2009 academic/glpk: Updated for version 4.40. academic/mathomatic: Updated for version 14.6.1. Thanks to Dylan Armitage. --rworkman academic/mopac7: Updated for version 1.15. academic/wxmacmolplt: Updated for version 7.4. academic/xcircuit: Added - XCircuit is a program for drawing high-quality electrical circuit schematic diagrams and related figures. Thanks to B. Jogai. --rworkman audio/amSynth: Added - this is an Analogue Modeling SYNTHesizer. Thanks to Christopher Forrest. --rworkman desktop/crystal: Updated for version 2.0.5. desktop/xfce4-volumed: Added - an audio volume management daemon for XFCE4. Thanks to Robby Workman. development/jeex: Added - jeex is a simple GTK+ Hex Editor. Thanks to Luis Henrique. development/xtruss: Added - an easy to use X protocol tracing program. Thanks to V'yacheslav Stetskevych. --rworkman games/wesnoth: Updated for version 1.6.5. games/zdoom: Added - zdoom is an enhanced port of the official DOOM source code. Thanks to Pablo Santamaria. libraries/SDL_gfx: Updated for version 2.0.20. libraries/fmodapi: Added - fmodapi is a cross platform audio library. Thanks to Pablo Santamaria. libraries/gtkimageview: Added - GtkImageView is a simple image viewer widget for GTK. Thanks to Larry Hajali. libraries/libewf: Updated for version 20091114. libraries/libkate: Updated for version 0.3.7. libraries/libmikmod: Added - libmikmod is a library for playing many types of mod-format files. Thanks to Larry Hajali. libraries/libunique: Updated for version 1.1.6. libraries/lxml: Updated for version 2.2.4. libraries/perl-tk: Added - perl-tk is a Tk graphical interface for Perl. Thanks to Pablo Santamaria. --rworkman libraries/yaz: Updated for version 3.0.50. misc/bsdsfv: Added - bsdsfv is a command-line SFV utility. Thanks to Niklas 'Nille' ?erstr?misc/cksfv: Added - cksfv is a command-line SFV utility. Thanks to Niklas 'Nille' ?erstr?multimedia/GoogleEarth: Updated for version 5.1.3533.1731. multimedia/kaffeine: Updated for version 1.0-pre2. network/aMule: Updated for version 2.2.6. network/aria2: Updated for version 1.6.3. network/knemo: Re-added - knemo is a network monitor for KDE. Thanks to the new maintainer Andre Barboza. network/konversation: Updated for version 1.2.1. network/midori: Updated for version 0.2.0. network/nicotine+: Updated for version 1.2.14. network/nikto: Updated for version 2.1.0. Thanks to Marco Bonetti. --rworkman network/perl-IO-Interface: Added - IO::Interface is a perl extension for access to network card configuration information. Thanks to Marco Bonetti. --rworkman network/perl-IO-Socket-INET6: Added - IO::Socket::INET6 provides an object interface to creating and using sockets in AF_INET or AF_INET6 domains. Thanks to Marco Bonetti. --rworkman network/perl-Net-DNS: Added - Net::DNS is a DNS resolver implemented in Perl. Thanks to Marco Bonetti. --rworkman network/perl-Net-Pcap: Added - Net::Pcap is a Perl binding to the pcap(3) library. Thanks to Marco Bonetti. --rworkman network/perl-Net-RawIP: Added - Perl extension to manipulate raw IP packets with interface to libpcap. Thanks to Marco Bonetti. --rworkman network/perl-NetPacket: Added - modules to assemble/disassemble network packets at the protocol level. Thanks to Marco Bonetti. --rworkman network/perl-Socket6: Added - a perl module that provides glue routines to the various IPv6 functions. Thanks to Marco Bonetti. --rworkman network/sqlninja: Added - Sqlninja is a tool to exploit SQL Injection vulnerabilities on a web application that uses Microsoft SQL Server as its back-end. Thanks to Marco Bonetti. --rworkman network/wireshark: Updated for version 1.2.4. network/x11vnc: Updated for version 0.9.8. network/zsync: Added - zsync is a file transfer program. Thanks to "Grissiom". office/abiword: BUILD=2, with enhancements from Tim Goya to make the help browser respect mime settings and a README addition describing how to use an alternative application for print previews. office/apvlv: Updated for version 0.0.7.5. Thanks to Grigorios Bouzakis. --rworkman office/grisbi: Updated for version 0.6.0b2. office/gnokii: Updated for version 0.6.28.1. Thanks to Andrzej Telszewski. --rworkman office/kchmviewer: Updated for version 4.1. office/osmo: Re-added at version 0.2.8. Thanks to Frank Caraballo. --rworkman system/artwiz-aleczapka: Re-added - Artwiz Fonts Revisited. Thanks to Kyle Guinn. system/biew: Updated for version 6.0.2. system/bonnie++: Updated for version 1.03e. system/gparted: Updated for version 0.4.8. Thanks to Erik Hanson. --rworkman system/iotop: Updated for version 0.3.2. system/pcmanfm: Updated for version 0.5.2. system/testdisk: Updated for version 6.11. system/ulogd: Fixed the script to require mysql and sqlite3 plugins, since it won't build without them anyway. Thanks to Thomas Morper for the report. From listreader at lupulin.net Mon Nov 23 17:38:12 2009 From: listreader at lupulin.net (paul wisehart) Date: Mon, 23 Nov 2009 12:38:12 -0500 Subject: [Slackbuilds-users] Updates - 20091123 In-Reply-To: <20091123173356.GA22752@slackbuilds.org> References: <20091123173356.GA22752@slackbuilds.org> Message-ID: <4B0AC884.7020306@lupulin.net> Robby Workman wrote: > audio/amSynth: Added - this is an Analogue Modeling SYNTHesizer. > Thanks to Christopher Forrest. --rworkman feel free to chop out the copyright clause of this slackbuild. i don't use them anymore on the slackbuilds i write. From lukenshiro at ngi.it Mon Nov 23 19:04:34 2009 From: lukenshiro at ngi.it (LukenShiro) Date: Mon, 23 Nov 2009 20:04:34 +0100 Subject: [Slackbuilds-users] Updates - 20091123 In-Reply-To: <20091123173356.GA22752@slackbuilds.org> References: <20091123173356.GA22752@slackbuilds.org> Message-ID: <20091123200434.6aa3fdd9lukenshiro@ngi.it@hamalay.mnt> Il giorno Mon, 23 Nov 2009 17:33:56 +0000 Robby Workman ha scritto: > network/perl-Net-DNS: Added - Net::DNS is a DNS resolver implemented > in Perl. Thanks to Marco Bonetti. --rworkman Sorry, but as far as I remember I had already submitted this package as "perl-net-dns" (it was indeed a necessary dependency of Spamassassin). According to my sbopkg local repo it had been re-added on 2009-08-27 (maybe automatically when slack 13.0 version has been released?), as you can see on: ftp://ftp.slackbuilds.org/13.0/libraries/perl-net-dns/ P.S.: anyway I don't have any problem if Marco wishes to become its maintainer, but I have not been warned at all ... -- GNU/Linux * Slackware64 current Slackware 13.0-32bit VM LU #210970 LM #98222 SU #12583 From rworkman at slackbuilds.org Mon Nov 23 19:43:05 2009 From: rworkman at slackbuilds.org (Robby Workman) Date: Mon, 23 Nov 2009 13:43:05 -0600 Subject: [Slackbuilds-users] Updates - 20091123 In-Reply-To: <20091123200434.6aa3fdd9lukenshiro@ngi.it@hamalay.mnt> References: <20091123173356.GA22752@slackbuilds.org> <20091123200434.6aa3fdd9lukenshiro@ngi.it@hamalay.mnt> Message-ID: <20091123134305.06eea7b2@liberty.rlwhome.lan> On Mon, 23 Nov 2009 20:04:34 +0100 LukenShiro wrote: > Il giorno Mon, 23 Nov 2009 17:33:56 +0000 > Robby Workman ha scritto: > > > network/perl-Net-DNS: Added - Net::DNS is a DNS resolver implemented > > in Perl. Thanks to Marco Bonetti. --rworkman > > Sorry, but as far as I remember I had already submitted this package > as "perl-net-dns" (it was indeed a necessary dependency of > Spamassassin). > > According to my sbopkg local repo it had been re-added on 2009-08-27 > (maybe automatically when slack 13.0 version has been released?), as > you can see on: ftp://ftp.slackbuilds.org/13.0/libraries/perl-net-dns/ > > > P.S.: anyway I don't have any problem if Marco wishes to become its > maintainer, but I have not been warned at all ... Oops, my fault on that. The difference in case caused me not to find it when checking to see if we already had it (and I suspect that's what happened to Marco as well). You guys let me know what you want me to do - it doesn't matter to us as long as one of them stays :-) -RW -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 198 bytes Desc: not available URL: From marco.bonetti at slackware.it Mon Nov 23 21:09:58 2009 From: marco.bonetti at slackware.it (Marco Bonetti) Date: Mon, 23 Nov 2009 22:09:58 +0100 Subject: [Slackbuilds-users] Updates - 20091123 In-Reply-To: <20091123134305.06eea7b2@liberty.rlwhome.lan> References: <20091123173356.GA22752@slackbuilds.org> <20091123200434.6aa3fdd9lukenshiro@ngi.it@hamalay.mnt> <20091123134305.06eea7b2@liberty.rlwhome.lan> Message-ID: <4B0AFA26.2030002@slackware.it> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Robby Workman wrote: > You guys let me know what you want me to do - it doesn't matter > to us as long as one of them stays :-) LunkeShiro's, this is his package. I'm too sorry for submitting it: following the rage of sqlninja dependencies I too overlook the case difference. My bad! - -- Marco Bonetti Slackintosh Linux Project Developer: http://workaround.ch/ Linux-live for powerpc: http://workaround.ch/pub/rsync/mb/linux-live/ My GnuPG key id: 0x0B60BC5F -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAksK+iYACgkQTYvJ9gtgvF+uMACgrsKo8Dtox5KxfsThttVBqh7T EngAoOWTa1HM8u/981zuzJIY/hy9ikJe =ee5G -----END PGP SIGNATURE----- From rworkman at slackbuilds.org Thu Nov 26 07:05:56 2009 From: rworkman at slackbuilds.org (Robby Workman) Date: Thu, 26 Nov 2009 07:05:56 +0000 Subject: [Slackbuilds-users] Updates - 20091126 Message-ID: <20091126070556.GA20672@slackbuilds.org> Thu Nov 26 07:03:00 UTC 2009 academic/ngspice: Added - ngspice is a mixed-level/mixed-signal circuit simulator. Thanks to B. Jogai. --dsomero academic/sword: Updated for version 1.6.0. audio/phat: Added - phat is a collection of GTK+ widgets geared toward pro-audio apps. Thanks to Christopher Forrest. --dsomero audio/specimen: Added - specimen is a MIDI controllable audio sampler. Thanks to Christopher Forrest. --dsomero audio/xmms2: Added - xmms2 is a music player. Thanks to Andrew Brouwers. --dsomero business/openerp-client: Updated for version 5.0.4. Thanks to pprkut. -RW business/openerp-server: Updated for version 5.0.4. Thanks to pprkut. -RW desktop/wally: Added - wally is a Qt4 wallpaper changer. Thanks to Larry Hajali. --dsomero development/avr8-burn-o-mat: Added - avr8-burn-o-mat is a GUI for avrdude. Thanks to Andrzej Telszewski. --dsomero development/eric: Added - eric is a python ide. Thanks to Rudson Alves. --dsomero development/pip: Updated for version 0.5.1. Thanks to Audrius Kazukauskas. --dsomero development/psycopg2: Updated for version 2.0.13 and noted this as currently unmaintained. --rworkman development/sloccount: Re-added, thanks to new maintainer Heinz Wiesinger. development/yaml: Updated for version 0.70. games/assaultcube: Added - assaultcube is a first person shooter game. Thanks to Larry Hajali. --dsomero games/chromium-bsu: Added - chromium-bsu a fast paced, arcade-style, top-scrolling shooter. Thanks to Niklas 'Nille' ?kerstr?m. --dsomero games/stella: Updated for version 3.0. Thanks to Luis Henrique. --dsomero games/supertuxkart: Updated for version 0.6.2a. Thanks to Larry Hajali. --dsomero games/tomenet: Added - tomenet is a multiplayer fantasy dungeon exploration game. Thanks to David Melik. --dsomero graphics/inkscape: Updated for version 0.47. graphics/kphotoalbum: Updated for version 4.1.1. Thanks to Ben. --dsomero graphics/qiv: Added - qiv is a drawing program for young children. Thanks to Pablo Santamaria. --dsomero graphics/svp: Added - svp is a ghostscript front end for svgalib. Thanks to Luis Henrique. --dsomero graphics/tuxpaint-stamps: Added - tuxpaint-stamps is a rubber stamps collection for Tux Paint. Thanks to Pablo Santamaria. --dsomero graphics/tuxpaint: Added - tuxpaint is a drawing program for young children. Thanks to Pablo Santamaria. --dsomero libraries/ggz-base-libs: Added - The GGZ Gaming Zone base libraries. Thanks to Heinz Wiesinger. libraries/haskell-binary: Added - haskell-binary is a binary serialisation library for Haskell. Thanks to Peter Wang. --dsomero libraries/haskell-digest: Added - haskell-digest is a cryptographic hash library for Haskell. Thanks to Peter Wang. --dsomero libraries/haskell-utf8-string: Added - haskell-utf8-string is a UTF-8 library for Haskell. Thanks to Peter Wang. --dsomero libraries/haskell-zip-archive: Added - haskell-zip-archive is a Haskell library for zip archive. Thanks to Peter Wang. --dsomero libraries/haskell-zlib: Added - haskell-zlib is a compression library for Haskell. Thanks to Peter Wang. --dsomero libraries/libiptcdata: Added - libiptcdata is a library to manipulate iptc image metadata. Thanks to Nishant Limbachia. --dsomero libraries/lightblue: Added - lightblue is a Cross platform Bluetooth API for Python. Thanks to Larry Hajali. --dsomero libraries/OpenAL: Updated for version 1.10.622. Thanks to Erik Hanson. --dsomero libraries/pthsem: Added - pthsem is a extended version of the GNU Pth. Thanks to V'yacheslav Stetskevych. --dsomero libraries/pyyaml: Added - pyyaml is a YAML parser and emitter for Python. Thanks to Pablo Santamaria. --dsomero libraries/virtualenv: Updated for version 1.4.2. Thanks to Larry Hajali. --dsomero misc/dbview: Added - dbview is a dBase file viewer. Thanks to Oleg O. Chukaev. --dsomero misc/flashrom: Updated for version 0.9.1. Thanks to Niklas 'Nille' ?kerstr?m. --dsomero misc/recode: Added - recode is a a Charset converter. Thanks to Chris Abela. --dsomero multimedia/smplayer: Updated for version 0.6.8. Thanks to Erik Hanson. --dsomero multimedia/tabu_audio_player: Added - tabu_audio_player is a gstreamer based audio player. Thanks to Luciano Tropea. --dsomero multimedia/vkeybd: Added - vkeybd is a virtual keyboard. Thanks to Luis Henrique. --dsomero network/LimeWire: Updated for version 5.3. network/arora: Added - arora is a simple cross platform web browser. Thanks to Luciano Tropea. --dsomero network/cacti: Added - cacti is a complete network graphing solution. Thanks to Niels Horn. --dsomero network/deluge: Updated for version 1.2.0_rc3. Thanks to Marco Bonetti. --dsomero network/linuxdcpp: Added - linuxdcpp is an Unix/Linux port of the DC++ client. Thanks to Niklas 'Nille' ?kerstr?m. --dsomero network/mz: Updated for version 0.34.9. network/nagios: Added - nagios is a monitoring system. Thanks to Niels Horn and Zordrak. --rworkman network/ntpclient: Added - ntpclient is a NTP (RFC-1305) client. Thanks to Andrzej Telszewski. --dsomero network/opera: Updated for version 10.10. network/pidgin-facebookchat: Updated for version 1.63. Thanks to Erik Hanson. --rworkman network/python-twisted: Added - python-twisted is a Python networking engine. Thanks to Marco Bonetti. --dsomero network/tor: Updated for version 0.2.1.20. Thanks to Erik Hanson. --dsomero network/transmission: Updated for version 1.76. Thanks to Iskar Enev. --dsomero office/ganttproject: Added - ganttproject is a free tool for project scheduling and management. Thanks to Chris Abela. --dsomero office/pandoc: Added - pandoc is a markup conversion tool. Thanks to Peter Wang. --dsomero office/pdftk: Re-added with a patch for x86_64 along with another to use our custom SLKCFLAGS. Thanks to Yalla-One and Martinezio from LQ. --rworkman office/rednotebook: Added - rednotebook is a graphical daily journal with calendar. Thanks to Pablo Santamaria. --dsomero office/wink: Added - wink is a presentation creator. Thanks to Ben Collver. --dsomero system/amanda: Updated Slackbuild with minor changes. Thanks to Christopher Walker. --dsomero system/bootchart: Updated to add a script to aid creating an initrd. Thanks to Marco Cecchetti. --dsomero system/dosemu: Added - dosemu a DOS EMUlator. Thanks to Niklas 'Nille' ?kerstr?m. --dsomero system/eibd: Added - eibd is a interface to the EIB/KNX bus. Thanks to V'yacheslav Stetskevych. --dsomero system/fpm2: Updated for version 0.76.1. Thanks to Erik Hanson. --dsomero system/postgis: Re-added at version 1.4.0. Thanks to Peter Sarkoci. -RW system/unrar: Updated for version 3.9.6. Thanks to Niklas 'Nille' ?kerstr?m. --dsomero system/xautomation: Added - xautomation contains tools to control the X server from the command line. Thanks to V'yacheslav Stetskevych. --dsomero system/zeroinstall-injector: Updated for version 0.43. Thanks to Erik Hanson. --rworkman From marco.bonetti at slackware.it Thu Nov 26 09:33:27 2009 From: marco.bonetti at slackware.it (Marco Bonetti) Date: Thu, 26 Nov 2009 10:33:27 +0100 Subject: [Slackbuilds-users] framework /pending package Message-ID: <4B0E4B67.4020105@slackware.it> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hello all, could you please remove the framework SlackBuild from the pending queue? I'm investigating an issue with Slackware ruby 1.8 giving some headaches. Thanks in advance, ciao! - -- Marco Bonetti Slackintosh Linux Project Developer: http://workaround.ch/ Linux-live for powerpc: http://workaround.ch/pub/rsync/mb/linux-live/ My GnuPG key id: 0x0B60BC5F -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAksOS2cACgkQTYvJ9gtgvF+KawCePVSNemoJDTTbcNt1Gr2m7T5N CTkAoJt/YztJX0xAAzjk83afH6YCO7Do =RHKW -----END PGP SIGNATURE----- From pprkut at slackbuilds.org Thu Nov 26 09:39:51 2009 From: pprkut at slackbuilds.org (Heinz Wiesinger) Date: Thu, 26 Nov 2009 10:39:51 +0100 Subject: [Slackbuilds-users] framework /pending package In-Reply-To: <4B0E4B67.4020105@slackware.it> References: <4B0E4B67.4020105@slackware.it> Message-ID: <200911261039.58537.pprkut@slackbuilds.org> On Thursday 26 November 2009 10:33:27 Marco Bonetti wrote: > - gpg control packet > Hello all, > could you please remove the framework SlackBuild from the pending queue? > I'm investigating an issue with Slackware ruby 1.8 giving some headaches. Done. Grs, Heinz -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 197 bytes Desc: This is a digitally signed message part. URL: From thomas at beingboiled.info Thu Nov 26 10:21:17 2009 From: thomas at beingboiled.info (Thomas Morper) Date: Thu, 26 Nov 2009 11:21:17 +0100 Subject: [Slackbuilds-users] Updates - 20091123 In-Reply-To: <20091123173356.GA22752@slackbuilds.org> References: <20091123173356.GA22752@slackbuilds.org> Message-ID: <200911261121.17790.thomas@beingboiled.info> Am Montag, 23. November 2009 18:33:56 schrieb Robby Workman: > multimedia/GoogleEarth: Updated for version 5.1.3533.1731. The new SlackBuild will always build a .tgz-Package regardless of the PKGTYPE setting. Cheers, Thomas -- From pprkut at slackbuilds.org Thu Nov 26 12:48:41 2009 From: pprkut at slackbuilds.org (Heinz Wiesinger) Date: Thu, 26 Nov 2009 13:48:41 +0100 Subject: [Slackbuilds-users] Updates - 20091123 In-Reply-To: <200911261121.17790.thomas@beingboiled.info> References: <20091123173356.GA22752@slackbuilds.org> <200911261121.17790.thomas@beingboiled.info> Message-ID: <200911261348.50692.pprkut@slackbuilds.org> On Thursday 26 November 2009 11:21:17 Thomas Morper wrote: > Am Montag, 23. November 2009 18:33:56 schrieb Robby Workman: > > multimedia/GoogleEarth: Updated for version 5.1.3533.1731. > > The new SlackBuild will always build a .tgz-Package regardless of the > PKGTYPE setting. Fixed. Thanks! Grs, Heinz -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 197 bytes Desc: This is a digitally signed message part. URL: From gmartin at gmartin.org Thu Nov 26 14:46:40 2009 From: gmartin at gmartin.org (gmartin) Date: Thu, 26 Nov 2009 09:46:40 -0500 Subject: [Slackbuilds-users] Updates - 20091126 In-Reply-To: <20091126070556.GA20672@slackbuilds.org> References: <20091126070556.GA20672@slackbuilds.org> Message-ID: Wow! What a batch. Great work everyone. Thank you! \\Greg On Thu, Nov 26, 2009 at 2:05 AM, Robby Workman wrote: > Thu Nov 26 07:03:00 UTC 2009 > academic/ngspice: Added - ngspice is a mixed-level/mixed-signal circuit > simulator. Thanks to B. Jogai. --dsomero > academic/sword: Updated for version 1.6.0. > audio/phat: Added - phat is a collection of GTK+ widgets geared toward > pro-audio apps. Thanks to Christopher Forrest. --dsomero > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From rworkman at slackbuilds.org Fri Nov 27 20:30:27 2009 From: rworkman at slackbuilds.org (Robby Workman) Date: Fri, 27 Nov 2009 14:30:27 -0600 Subject: [Slackbuilds-users] unrar and rar Bulid Scripts In-Reply-To: References: Message-ID: <20091127143027.399c6996@liberty.rlwhome.lan> On Wed, 11 Nov 2009 19:08:14 +0200 Ozan T?rky?lmaz wrote: > i summited the modifed rar build script after waiting anwser from > maintaner for 3 days. 3 days is a bit short, but since this also adds x86_64 support, I went ahead and accepted it. > i was thinking of extending the biuld script to include unrarlib build > (if user wants to). should i create new slackbuild script just for > unrarlib, or should it stay in the unrar build script? Leave them separate. -RW -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 198 bytes Desc: not available URL: From danr.r236 at gmail.com Fri Nov 27 23:32:56 2009 From: danr.r236 at gmail.com (Dan R) Date: Fri, 27 Nov 2009 13:32:56 -1000 Subject: [Slackbuilds-users] Slackware 13 - Deluge and link to dependency (pyxdg) 404'd. Message-ID: Deluge requires pyxdg but the link that the slackbuilds uses does not work. The link to pyxdg is here: http://freedesktop.org/wiki/Software/pyxdg Direct link here: http://www.freedesktop.org/~lanius/pyxdg-0.17.tar.gz Slackbulds uses pyxdg 0.17 but this does not exist. For deluge, the dependencies listed has few spelling errors. libbtorrent-rasterbar python-twised Anyway, thank you very much for adding Deluge. I been waiting for this for a long time. -------------- next part -------------- An HTML attachment was scrubbed... URL: From artourter at gmail.com Sat Nov 28 15:09:14 2009 From: artourter at gmail.com (Greg' Ar Tourter) Date: Sat, 28 Nov 2009 15:09:14 +0000 Subject: [Slackbuilds-users] Slackware 13 - Deluge and link to dependency (pyxdg) 404'd. In-Reply-To: References: Message-ID: <9b4c59690911280709k12aa5107udcb31da16f534876@mail.gmail.com> Hi, seems that pyxdg is one of these project where the source is removed from the server as soon as a new version comes up (despite the fact that the web site still provide a link to the old versions, 404 of course). Why do people do that!!!? 2009/11/27 Dan R : > Deluge requires pyxdg but the link that the slackbuilds uses does not work. > > The link to pyxdg is here: > http://freedesktop.org/wiki/Software/pyxdg > > Direct link here: > http://www.freedesktop.org/~lanius/pyxdg-0.17.tar.gz > > Slackbulds uses pyxdg 0.17 but this does not exist. > > For deluge, the dependencies listed has few spelling errors. > libbtorrent-rasterbar > python-twised > > Anyway, thank you very much for adding Deluge. I been waiting for this for a > long time. > > _______________________________________________ > SlackBuilds-users mailing list > SlackBuilds-users at slackbuilds.org > http://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users > Archives - http://lists.slackbuilds.org/pipermail/slackbuilds-users/ > FAQ - http://slackbuilds.org/faq/ > > > From marco.bonetti at slackware.it Sat Nov 28 16:41:33 2009 From: marco.bonetti at slackware.it (Marco Bonetti) Date: Sat, 28 Nov 2009 17:41:33 +0100 Subject: [Slackbuilds-users] Slackware 13 - Deluge and link to dependency (pyxdg) 404'd. In-Reply-To: References: Message-ID: <4B1152BD.3030407@slackware.it> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Dan R wrote: > Anyway, thank you very much for adding Deluge. I just gave a small update to the original SlackBuild :-P Thanks for using it! - -- Marco Bonetti Slackintosh Linux Project Developer: http://workaround.ch/ Linux-live for powerpc: http://workaround.ch/pub/rsync/mb/linux-live/ My GnuPG key id: 0x0B60BC5F -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFLEVK9TYvJ9gtgvF8RAhxbAKCEKtymQrIyAAiQR5wCqTk1esxoHgCg8OLa bg9GLrEV9q1DZ84kdFVgaXc= =wrdu -----END PGP SIGNATURE----- From nille.kungen at gmail.com Sun Nov 29 20:54:51 2009 From: nille.kungen at gmail.com (=?UTF-8?B?TmlrbGFzICdOaWxsZScgw4VrZXJzdHLDtm0=?=) Date: Sun, 29 Nov 2009 21:54:51 +0100 Subject: [Slackbuilds-users] unrar and rar Bulid Scripts In-Reply-To: <20091127143027.399c6996@liberty.rlwhome.lan> References: <20091127143027.399c6996@liberty.rlwhome.lan> Message-ID: <4B12DF9B.5010606@gmail.com> Robby Workman wrote: > On Wed, 11 Nov 2009 19:08:14 +0200 > Ozan T?rky?lmaz wrote: > > >> i summited the modifed rar build script after waiting anwser from >> maintaner for 3 days. >> > > > 3 days is a bit short, but since this also adds x86_64 support, > I went ahead and accepted it. > > > >> i was thinking of extending the biuld script to include unrarlib build >> (if user wants to). should i create new slackbuild script just for >> unrarlib, or should it stay in the unrar build script? >> > > > Leave them separate. > > -RW > When i saw this message i looked at SBo and saw that the unrar.SlackBuild isn't the one i uploaded some week ago. But more importantly it contains bugs. (as my old build did) 1 it doesn't use SLKCFLAGS 2 it doesn't copy SlackBuild to docs. Now i couldn't see the rush with this update since it already did support 64bit and it was only an version update. So i have uploaded an new unrar build that fixes the bugs. /Nille From rworkman at slackbuilds.org Sun Nov 29 21:14:45 2009 From: rworkman at slackbuilds.org (Robby Workman) Date: Sun, 29 Nov 2009 15:14:45 -0600 Subject: [Slackbuilds-users] unrar and rar Bulid Scripts In-Reply-To: <4B12DF9B.5010606@gmail.com> References: <20091127143027.399c6996@liberty.rlwhome.lan> <4B12DF9B.5010606@gmail.com> Message-ID: <20091129151445.335ec893@liberty.rlwhome.lan> On Sun, 29 Nov 2009 21:54:51 +0100 Niklas 'Nille' ?kerstr?m wrote: > When i saw this message i looked at SBo and saw that the > unrar.SlackBuild isn't the one i uploaded some week ago. > But more importantly it contains bugs. (as my old build did) > 1 it doesn't use SLKCFLAGS > 2 it doesn't copy SlackBuild to docs. > > Now i couldn't see the rush with this update since it already did > support 64bit and it was only an version update. > So i have uploaded an new unrar build that fixes the bugs. Oh, crap. Ignore my mail in response to that submission. I forgot about this whole exchange :/ Please resubmit it though - as I already removed it from the pending queue. Sorry! -RW -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 198 bytes Desc: not available URL: From rworkman at slackbuilds.org Mon Nov 30 07:21:03 2009 From: rworkman at slackbuilds.org (Robby Workman) Date: Mon, 30 Nov 2009 07:21:03 +0000 Subject: [Slackbuilds-users] Updates - 20091130 Message-ID: <20091130072103.GA29700@slackbuilds.org> Mon Nov 30 07:19:34 UTC 2009 Okay, here's a big batch of updates and additions resulting from several hours of work over the holidays :-) Several of you (submitters) requested some feedback in your submission notes, and while we were able to reply to a few of the mails, many of them did not get a reply due to time constraints. Have a look at the approved scripts, note the differences, and if any of the reasons for those differences aren't clear, let us know on the -users list and we'll try to clarify. As always, be sure to sync your local copies of the scripts and support files with the ones in our repository before you submit any updates and such. Enjoy! -RW academic/ess: Added - Emacs Speaks Statistics. Thanks to Joel J. Adamson. --rworkman academic/geda-gaf: Added - The gEDA project is a toolkit of Electronic Design Automation tools. Thanks to Stephen Van Berg. --rworkman academic/rkward: Updated for version 0.5.2. Thanks to Germ?M?uez Mej? academic/slatec: Added - SLATEC Common Mathematical Library is a software library containing some general purpose mathematical and statistical routines written in Fortran 77. Thanks to Pablo Santamaria. --rworkman academic/words: Added - words is a latin to english (and english to latin) dictionary. Thanks to Tom Canich. --rworkman audio/SimpleSysexxer: Added - Simple Sysexxer is a GUI tool to create backups of the memory contents of your MIDI devices. Thanks to Michales Michaloudes. --rworkman audio/caps: Added - CAPS, the C* Audio Plugin Suite, is a set of refined LADSPA audio plugins mainly intended for realtime operation. Thanks to B. Watson. --rworkman audio/cmt: Added - The Computer Music Toolkit (CMT) is a collection of LADSPA plugins for use with software synthesis and recording packages on Linux. Thanks to B. Watson. --rworkman audio/cuberok: Added - Cuberok is an audio player and a collection manager. Thanks to Pablo Santamaria. --rworkman audio/portmidi: Added - PortMidi is a computer library for real time input and output of MIDI data. Thanks to David Woodfall. --rworkman audio/rakarrack: Added - Rakarrack is a virtual digitial effects rack. Thanks to B. Watson. --rworkman desktop/Alphacube-GTK: Added - Alphacube GTK Theme is a very simple and fast Alphacube Metacity theme. Thanks to alkos333. --rworkman desktop/kover: Updated for version 4 along with a patch for gcc-4.4.x. Thanks to Michales Michaloudes. --rworkman desktop/trayer: Added - trayer is a small program designed to provide systray functionality present in GNOME/KDE desktop environments for window managers which do not support that function. Thanks to Eugene Wissner. --rworkman development/flawfinder: Added - Flawfinder is a program that examines source code and reports possible security weaknesses ("flaws") sorted by risk level. Thanks to Andrzej Telszewski. --rworkman development/netbeans: Updated for version 6.7.1. Thanks to Antonio Hern?ndez Blas. --rworkman development/mysqlcc: Added - MySQLcc is a control center for MySQL. Thanks to Michales Michaloudes. --rworkman development/pydblite: Updated for version 2.4. Thanks to LukenShiro. --rworkman development/qdoc3: Added - qdoc3 is the tool used to generate the Qt reference documentation. Thanks to Christian Wansart. --rworkman development/rats: Added - RATS - Rough Auditing Tool for Security. Thanks to Andrzej Telszewski. --rworkman development/tig: Updated for version 0.15. Thanks to Grigorios Bouzakis. --rworkman games/SecondLife: Updated for version 1.23.5.136262. Thanks to Daniel Rodriguez. --rworkman games/gnubg: Updated for version 0.90.0_20091120. Thanks to Erik Hanson. --rworkman graphics/qiv: Updated for version 2.2.2. Thanks to Pablo Santamaria. --rworkman libraries/PyQwt: Added - PyQwt is a Python wrapper for the Qwt C++ class library. Thanks to Bartosz Bialy. --rworkman libraries/audiere: Added - Audiere is a high-level audio API. Thanks to Pablo Santamaria. --rworkman libraries/fltk2: Added - the 2.x development branch of FLTK. Thanks to Mikhail Zotov. --rworkman libraries/hdf5: Updated for version 1.8.4. Thanks to LukenShiro. --rworkman libraries/libapreq2: Updated for version 2.12. Thanks to luoyi. --dsomero libraries/libparapin: Added - Parapin makes it easy to write code to control individual pins on a parallel port. Thanks to Andrzej Telszewski. --rworkman libraries/libtorrent: Updated for version 0.12.5. --rworkman libraries/libwww-perl: Updated for version 5.833. Thanks to LukenShiro. --rworkman libraries/perl-ExtUtils-XSBuilder: Added - XSBuilder is a set modules to parse C header files and create XS glue code and documentation out of it. Thanks to David Somero. --rworkman libraries/perl-Parse-RecDescent: Added - Parse::RecDescent incrementally generates top-down recursive-descent text parsers from simple yacc-like grammar specifications. Thanks to David Somero. --rworkman libraries/perl-Tie-IxHash: Added - Tie::IxHash implements ordered in-memory associative arrays in perl. Thanks to David Somero. --rworkman libraries/perl-dbd-sqlite: Added - DBD::SQLite - Self-contained RDBMS in a DBI Driver. Thanks to Thomas Morper. --rworkman libraries/perl-html-parser: Updated for version 3.64. Thanks to LukenShiro. --rworkman libraries/pytables: Updated for version 2.1.2. Thanks to LukenShiro. --RW libraries/xforms: Added - XForms is a GUI C toolkit based on X11 Xlib library. Thanks to LukenShiro. --rworkman misc/biosdisk: Re-added for 13.0. Thanks to Michales Michaloudes. --rworkman misc/task: Added - Task is a command line todo list manager. Thanks to Zoran Stojakovic. --rworkman multimedia/guvcview: Added - this is a gtk+ uvc viewer. Thanks to Zoran Stojakovic. --rworkman multimedia/minitube: Added - Minitube is a native YouTube client. Thanks to Mikhail Zotov. --rworkman multimedia/smplayer: Fixed an ownership problem in a theme directory. Thanks to Grissiom. --rworkman multimedia/videocut: Added - VideoCut is an open source desktop application specially created for capturing screenshots from video files. Thanks to Pablo Santamaria. --rworkman multimedia/zynaddsubfx: Added - ZynAddSubFX is a software synthesizer capable of making a countless number of instruments. Thanks to Christopher Forrest. --rworkman network/google-chrome: Added at version 4.0.249.11 (as of 20091128); note that Google changes the tarballs with every version bump, but the tarballs are not versioned, so there's no way for us to know when they change except for the incorrect md5sums. Check the Help --> About information to see your installed version. Thanks to Erik Hanson. --rworkman network/icecat: Added - GNU IceCat is the GNU version of the Firefox browser. Thanks to David Negroni. --rworkman network/kmess: Added - KMess is an alternative Live Messenger chat client for Linux. Thanks to metrofox. --rworkman network/leechcraft: Added - LeechCraft is a full-featured modular "Internet client" application. Thanks to rexim. --rworkman network/mew: Updated for version 6.3. Thanks to vvoody. --rworkman network/mitter: Added -- mitter is a twitter client. Thanks to Georgi Hristozov. --rworkman network/proxymini: Added - proxymini is a small proxy server that fully supports HTTP, HTTP CONNECT, SOCKS4, and SOCKS5. Thanks to Thomas Morper. --rworkman network/rtorrent: Re-added for 13.0. Thanks to Brian Kysela. --rworkman office/leafpad: Updated for version 0.8.17. Thanks to Grigorios Bouzakis. --rworkman system/ccd2iso: Added - ccd2iso converts CD backup files created using the non-free CloneCD program to a format understood by most Free Software CD writing programs. Thanks to Bogdan Tatarov. --rworkman system/drbd: Added - drbd (Distributed Replicated Block Device) is a block device which is designed to build high availability clusters. Thanks to Zordrak. --rworkman system/ecofont-ttf: Fixed up the build for source tarball restructuring (no version bump). Thanks to LukenShiro. --rworkman system/gigolo: Added - Gigolo is a frontend to easily manage connections to remote filesystems using GIO/GVfs. Thanks to Luis Henrique. --rworkman system/gkrellm-volume: Added - gkrellm-volume is a plugin for gkrellm-2 that lets you control your sound mixer. Thanks to Eugene Wissner. --rworkman system/gtklp: Added - GtkLP and GtkLPQ are GUI tools for the use and admin of CUPS. Thanks to Luis Henrique. --rworkman system/lbzip2: Updated for version 0.18. Thanks to Erik Hanson. --rworkman system/openct: Updated for version 0.6.18. Thanks to LukenShiro. --rworkman system/opensc: Updated for version 0.11.11. Thanks to LukenShiro. --rworkman system/rar: Updated for version 3.9.0. Note that this update also adds x86_64 support from upstream. Thanks to Ozan T?rky?lmaz. --rworkman system/smbldap-tools: Fixed my bug in doinst.sh. Thanks to Christopher Walker. --rworkman system/tmux: Updated for version 1.1 and changed maintainer. Thanks to Bogdan Pangrati. --rworkman system/unrar: Fixed a doc bug in the build script. Thanks to Niklas 'Nille' ?kerstr?m. --rworkman system/xjobs: Updated for version 20091012. Thanks to Erik Hanson. --rworkman From marco.bonetti at slackware.it Mon Nov 30 15:51:00 2009 From: marco.bonetti at slackware.it (Marco Bonetti) Date: Mon, 30 Nov 2009 16:51:00 +0100 Subject: [Slackbuilds-users] framework /pending package In-Reply-To: <4B0E4B67.4020105@slackware.it> References: <4B0E4B67.4020105@slackware.it> Message-ID: <4B13E9E4.5060307@slackware.it> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Marco Bonetti wrote: > I'm investigating an issue with Slackware ruby 1.8 giving some headaches. Solved: it was a problem with an existing rubygems installation. The Metasploit Framework needs ruby-1.9 to work, understanding that no one still carries out such version in their stable releases (I think), Rapid7 chooses to build a metasploit bundle with everything within, ready to use. Unfortunately, theirs run.sh setup script does not take into account the GEM_PATH variable: having any system gems overlapping with the framework ones will break everything. The current 3.3 release is unusable in Slackware+rubygems unless you remove any conflicting system gems or you unset the GEM_PATH variable before running any msf* programs. There already is a ticket for such issue, I will resend an up-to-date SlackBuild as soon as 3.3.1 is out. Ciao! - -- Marco Bonetti Slackintosh Linux Project Developer: http://workaround.ch/ Linux-live for powerpc: http://workaround.ch/pub/rsync/mb/linux-live/ My GnuPG key id: 0x0B60BC5F -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAksT6eQACgkQTYvJ9gtgvF+EKQCeIEJeKkmOFw9F27MkxizMoeSL hhAAoLviGCATv1P8w5agXb306jJi9cBG =8rOJ -----END PGP SIGNATURE----- From me at alkos333.net Mon Nov 30 21:09:46 2009 From: me at alkos333.net (alkos333) Date: Mon, 30 Nov 2009 15:09:46 -0600 Subject: [Slackbuilds-users] Error When Installing Alphacube-GTK Message-ID: I'm installing using the dialog interface and this is the error I'm running into: Alphacube-GTK: readlink: extra operand `GTK' Try `readlink --help' for more information. Alphacube-GTK: Would you like to continue processing the rest of the build queue or would you like to abort? If this failed package is a dependency of another package in the queue then it may not make sense to continue. Press (Y)es to continue, (N)o to abort, (R)etry to try to build the package again. -- Alex Lysenka Computer Science Major Operations Management & Information Systems Major Northern Illinois University alysenka at niu.edu From erik at slackbuilds.org Mon Nov 30 21:21:55 2009 From: erik at slackbuilds.org (Erik Hanson) Date: Mon, 30 Nov 2009 15:21:55 -0600 Subject: [Slackbuilds-users] Error When Installing Alphacube-GTK In-Reply-To: References: Message-ID: <20091130152155.3d4f7195@shaggy.doo> On Nov 30, 2009, at 3:09 PM, alkos333 wrote: > I'm installing using the dialog interface and this is the error I'm > running into: > > Alphacube-GTK: > readlink: extra operand `GTK' > Try `readlink --help' for more information. Do you have clearlooks installed? When I attempted to approve Alphacube-GTK I noticed that this dependency isn't listed in the README. http://slackbuilds.org/repository/13.0/desktop/clearlooks/ -- Erik Hanson http://slackbuilds.org/ -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 197 bytes Desc: not available URL: From erik at slackbuilds.org Mon Nov 30 21:24:16 2009 From: erik at slackbuilds.org (Erik Hanson) Date: Mon, 30 Nov 2009 15:24:16 -0600 Subject: [Slackbuilds-users] Error When Installing Alphacube-GTK In-Reply-To: <20091130152155.3d4f7195@shaggy.doo> References: <20091130152155.3d4f7195@shaggy.doo> Message-ID: <20091130152416.4a7d1e61@shaggy.doo> On Nov 30, 2009, at 3:21 PM, Erik Hanson wrote: > On Nov 30, 2009, at 3:09 PM, alkos333 wrote: > > > I'm installing using the dialog interface and this is the error I'm > > running into: > > > > Alphacube-GTK: > > readlink: extra operand `GTK' > > Try `readlink --help' for more information. > > Do you have clearlooks installed? When I attempted to approve Alphacube-GTK I > noticed that this dependency isn't listed in the README. > http://slackbuilds.org/repository/13.0/desktop/clearlooks/ After hitting Send I remembered this is a run-time dependency and not a build-time. Oh well, you'll need it anyway. Try building Alphacube-GTK outside of sbopkg. -- Erik Hanson http://slackbuilds.org/ -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 197 bytes Desc: not available URL: From slakmagik at gmail.com Mon Nov 30 22:52:16 2009 From: slakmagik at gmail.com (slakmagik) Date: Mon, 30 Nov 2009 17:52:16 -0500 Subject: [Slackbuilds-users] Error When Installing Alphacube-GTK In-Reply-To: References: Message-ID: <20091130225216.GA19048@surfbox> On 2009-11-30 (Mon) 15:09:46 [-0600], alkos333 wrote: > I'm installing using the dialog interface and this is the error I'm > running into: > > Alphacube-GTK: > readlink: extra operand `GTK' > Try `readlink --help' for more information. > > Alphacube-GTK: > Would you like to continue processing the rest of the > build queue or would you like to abort? If this failed > package is a dependency of another package in the queue > then it may not make sense to continue. > > Press (Y)es to continue, (N)o to abort, (R)etry to try > to build the package again. > This should have been reported to the sbopkg list or site, as it's a problem with junk I added to sbopkg (before 0.30.1 to deal with other problems) which causes it to not handle SRCNAME's with spaces "properly" (though I think the impropriety is spaces in the filenames in the first place, but what can ya do). Anyway - try quoting 'SRCNAME' in l.2633 (assuming you're using 0.30.1). I'll look into making sure it's the right general fix later but it seems to address this particular issue. And, yeah - whenever you hit a snag with sbopkg, always assume it's a problem with sbopkg or try it outside of sbopkg to see where the problem really lies.