From rworkman at slackbuilds.org Thu Jul 1 04:19:43 2010 From: rworkman at slackbuilds.org (Robby Workman) Date: Wed, 30 Jun 2010 23:19:43 -0500 Subject: [Slackbuilds-users] Stale rubygems entry on SBo website In-Reply-To: <20100630094551.GA9357@kiras> References: <20100630094551.GA9357@kiras> Message-ID: <20100630231943.5c61d31b@liberty.rlwhome.lan> On Wed, 30 Jun 2010 12:45:51 +0300 Audrius Ka?ukauskas wrote: > A quick note about rubygems still being visible on SBo website, while > it's no longer in git repository. It's gone now; thanks! > Also kqemu description on the site differs from its README. Hrm... fixed. -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 Thu Jul 1 04:22:33 2010 From: rworkman at slackbuilds.org (Robby Workman) Date: Wed, 30 Jun 2010 23:22:33 -0500 Subject: [Slackbuilds-users] gvfs / WebDAV question In-Reply-To: <4C2A4DB2.5090701@gmail.com> References: <4C2A4DB2.5090701@gmail.com> Message-ID: <20100630232233.6afbdf40@liberty.rlwhome.lan> On Tue, 29 Jun 2010 16:46:58 -0300 Luis Henrique wrote: > Hello, > > I'm *almost* writing a gvfs-1.4.3 slackbuild aiming for its use with > gigolo on Xfce. On a stock Slackware system it has only /optional/ > dependencies, such as GConf, libsoup, gnome-keyring and avahi. I > built it without further problems and then gigolo shows more than > Unix(file) as a supported protocol: ;) > > Unix Device (file) tested, works OK > SSH (sftp) tested, works OK > Network (network) > Windows Share (smb) tested, works OK > Archive (archive) > Obex (obex) > > Browsing through gvfs, But it does support webdav, but I don't know > crap about it and still would like to see it working with gvfs/gigolo > anyway. > > I tried to install davfs2 from SBo prior to configuring gvfs but it > didn't work. > > Suggestions? I've looked at gvfs as well, as it's going to be needed sooner or later by xfce (4.8). To get all of the backends built, you will need the optional deps, unfortunately. For http support, which iirc includes davfs, you need libsoup-gnome, which is part of the libsoup package IF libsoup is built with libproxy and gnome-keyring installed. -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 Thu Jul 1 04:25:32 2010 From: rworkman at slackbuilds.org (Robby Workman) Date: Wed, 30 Jun 2010 23:25:32 -0500 Subject: [Slackbuilds-users] gvfs / WebDAV question In-Reply-To: <20100630232233.6afbdf40@liberty.rlwhome.lan> References: <4C2A4DB2.5090701@gmail.com> <20100630232233.6afbdf40@liberty.rlwhome.lan> Message-ID: <20100630232532.178bee97@liberty.rlwhome.lan> On Wed, 30 Jun 2010 23:22:33 -0500 Robby Workman wrote: > On Tue, 29 Jun 2010 16:46:58 -0300 > Luis Henrique wrote: > > > Hello, > > > > I'm *almost* writing a gvfs-1.4.3 slackbuild aiming for its use > > with gigolo on Xfce. On a stock Slackware system it has > > only /optional/ dependencies, such as GConf, libsoup, gnome-keyring > > and avahi. I built it without further problems and then gigolo > > shows more than Unix(file) as a supported protocol: ;) > > > > Unix Device (file) tested, works OK > > SSH (sftp) tested, works OK > > Network (network) > > Windows Share (smb) tested, works OK > > Archive (archive) > > Obex (obex) > > > > Browsing through gvfs, But it does support webdav, but I don't know > > crap about it and still would like to see it working with > > gvfs/gigolo anyway. > > > > I tried to install davfs2 from SBo prior to configuring gvfs but it > > didn't work. > > > > Suggestions? > > > I've looked at gvfs as well, as it's going to be needed sooner > or later by xfce (4.8). To get all of the backends built, you > will need the optional deps, unfortunately. For http support, > which iirc includes davfs, you need libsoup-gnome, which is part > of the libsoup package IF libsoup is built with libproxy and > gnome-keyring installed. By the way, if anyone has run across anything that wants udisks and/or upower or any of the new stuff for volume and power management tasks, I've done some preliminary (that means it's pretty much untested with stuff that can use it) work on that: http://connie.slackware.com/~rworkman/halectomy/ Feedback is welcome. -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 Thu Jul 1 04:27:15 2010 From: rworkman at slackbuilds.org (Robby Workman) Date: Wed, 30 Jun 2010 23:27:15 -0500 Subject: [Slackbuilds-users] A suggestion for the perl template In-Reply-To: References: <20100621030824.09d94950@liberty.rlwhome.lan> Message-ID: <20100630232715.1724a26f@liberty.rlwhome.lan> On Mon, 21 Jun 2010 11:52:42 +0300 "V'yacheslav Stetskevych" wrote: > On Mon, Jun 21, 2010 at 11:08 AM, Robby Workman > wrote: > > On Mon, 21 Jun 2010 10:52:18 +0300 > > "V'yacheslav Stetskevych" wrote: > > > >> As evidently there are two ways of installing perl modules, one > >> being Makefile.PL, the other Build.PL, I suggest adding a > >> (commented) section for Build.PL to the current perl template. > > > > > > http://slackbuilds.org/gitweb/?p=templates.git;a=commit;h=e914440e0a2f6f2dcab0affb9c4eee425ce67e2c > > Wonderful. Now, I found a way to make it write mans to /usr/man too: > ./Build install \ > --install_path bindoc=/usr/man/man1 \ > --install_path libdoc=/usr/man/man3 > > Please merge :-) > > Reference: > http://munin-monitoring.org/browser/trunk/Makefile?rev=3729 > But does that also work with the other install methods? -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 Thu Jul 1 04:28:12 2010 From: rworkman at slackbuilds.org (Robby Workman) Date: Wed, 30 Jun 2010 23:28:12 -0500 Subject: [Slackbuilds-users] texlive/texi2html In-Reply-To: <20100621123838.GB16247@pollux.mlnet> References: <20100621123838.GB16247@pollux.mlnet> Message-ID: <20100630232812.76a517bf@liberty.rlwhome.lan> On Mon, 21 Jun 2010 14:38:38 +0200 emmel wrote: > Texlive includes the texi2html package. It might be better to seperate > those two. I realised my system was missing it when installing > lilypond (which lists it as recommended). I have installed texlive the > not-package-way in my /opt to avoid chaos when updating via tlmgr and > to keep the size down (who needs the complete texlive anyway), so I > have tex, but no texi2html. Not critical, just a suggestion. I'd *prefer* to keep texi2hmtl bundled with texlive if it's not a huge inconvenience... -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 Thu Jul 1 04:28:55 2010 From: rworkman at slackbuilds.org (Robby Workman) Date: Wed, 30 Jun 2010 23:28:55 -0500 Subject: [Slackbuilds-users] Perl-modules and CFLAGS In-Reply-To: <20100623232804.293ecd32@arktinen.local> References: <20100623232804.293ecd32@arktinen.local> Message-ID: <20100630232855.2b07caa3@liberty.rlwhome.lan> On Wed, 23 Jun 2010 23:28:04 +0200 Thomas Morper wrote: > Dear Slackbuilders, > > I'm in the process of preparing some Perl-modules for SBo but I'm > unsure how to handle CFLAGS "the right way" when C is involved. > > A MakeMaker-based Makefile.PL allows you to pass the CCFLAGS and > OPTIMIZE variables to the compiler, however... > > 1.) 'perl Makefile.PL CCFLAGS="$SLKCFLAGS"' isn't a very good idea, > since it will a overwrite the CCFLAGS defaults and something like a > missing "-D_LARGEFILE_SOURCE" will haunt you later on. > > 2.) 'perl Makefile.PL OPTIMIZE="$SLKCFLAGS"' isn't perfect, either. So > far I've got three modules and in each one OPTIMIZE behaves > differently: > > - module1 only has "-O2" as a default but will accept OPTIMIZE > - module2 uses what Perl was compiled with as a default, e.g. "-O2 > -march=i486 -mtune=i686" and thus doesn't need OPTIMIZE, but will > use it if it's set > - module3 is similar to module2, however for some of its C-sources it > will use the Perl defaults instead of whatever you set OPTIMIZE to > > My conclusion: there are 18000 modules on cpan.org - don't waste your > time trying to find the ?ber-perfect settings for each one, just go > with the defaults unless there's a good reason for manual > intervention (e.g. doesn't work otherwise). > > In SBo-terms: set ARCH, SLKCFLAGS and LIBDIRSUFFIX as we always do, > but don't care about it; the result will be fine for most users. > Those who want more from their Perl modules still only have to add a > single line to the module's SlackBuild script. > > Interestingly, this is what the current template does :-) So, is this > the way to go or am I missing something and the CFLAGS actually do > need more attention? > I think the status quo is good enough :-) -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 Thu Jul 1 05:08:53 2010 From: rworkman at slackbuilds.org (Robby Workman) Date: Thu, 1 Jul 2010 00:08:53 -0500 Subject: [Slackbuilds-users] Missing dependencies In-Reply-To: References: Message-ID: <20100701000853.68745b5a@liberty.rlwhome.lan> On Mon, 28 Jun 2010 15:12:25 +0200 Mauro Giachero wrote: > Hello folks, > looks like some of the packages available in the 13.1 repository miss > some required (as per their READMEs) dependencies: > allmydata-tahoe > requires Nevow > cdemu-daemon > requires vhba-module > opensc-ceres.sqf > requires pcsc-tools > opensc-dnie.sqf > requires pcsc-tools > supertuxkart-extra-karts.sqf > requires supertuxkart > supertuxkart-extra-tracks.sqf > requires supertuxkart > tucan.sqf > requires tesseract > All the missing dependencies are available in the 13.0 repository, > and if I'm not mistaken none of them are part of Slackware 13.1. > AFAIU people shouldn't be asked to pick scripts from repositories for > older Slackware releases. > Is this situation known to the admins/maintainers? Are the missing > apps looking for a new maintainer? Maybe these apps were forgotten in > the 13.0 -> 13.1 migration? (in the latter case, also note that > libpri -- an asterisk optional dependency -- is available for 13.0 > but missing for 13.1). -- Oops; oversights by us :-) I've got vhba-module, pcsc-tools, and tesseract in my git branch now, and supertuxkart went into the last public update, so other than Nevow (allmydata-tahoe), all of these should be good now. We'll wait on Marco for Nevow :-) Thanks for the heads-up, and by the way, your queue file repo is awesome! -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 Thu Jul 1 05:18:49 2010 From: rworkman at slackbuilds.org (Robby Workman) Date: Thu, 1 Jul 2010 05:18:49 +0000 Subject: [Slackbuilds-users] Updates - 20100701 Message-ID: <20100701051849.GA1892@slackbuilds.org> Thu Jul 1 05:10:47 UTC 2010 graphics/tesseract: Added (OCR engine) multimedia/gst-ffmpeg: Added (ffmpeg plugin for gstreamer) network/iscsitarget: Changed maintainer info network/quassel: Added (a qt4 IRC client) system/pcsc-tools: Added (PC/SC smartcard reader tools) system/vhba-module: Added (Virtual SCSI Host Bus adapter) From dave at unrealize.co.uk Thu Jul 1 06:07:00 2010 From: dave at unrealize.co.uk (David Woodfall) Date: Thu, 1 Jul 2010 07:07:00 +0100 Subject: [Slackbuilds-users] deadbeef music player - unmaintained? In-Reply-To: <201007010234.03379.grbzks@xsmail.com> References: <20100630214336.GA31071@Junius> <201007010234.03379.grbzks@xsmail.com> Message-ID: <20100701060700.GA16394@Junius> On (02:33 01/07/10), Grigorios Bouzakis put forth the proposition: >On Thursday 01 of July 2010 00:43:36 David Woodfall wrote: >> On (15:33 30/06/10), V'yacheslav Stetskevych put forth >the proposition: >> >Hi people, >> > >> >I've written mail to AlexGAV some 2 or 3 weeks ago about the state of >> >the deadbeef slackbuild which is at 0.3.3 when the program is at 0.4.1 >> >already. Got no response. Does anyone want to take it? If not, I can >> >submit an update myself. It's trivial, just bump the version and >> >change the source to .tar.bz2 from .tar.gz. >> >> I've also emailed him about this. If I get no reply I will submit an >> update. > >Speaking of deadbeef, does anyone else have unusually high CPU usage with it >specifically on low end machines? >For example i get very high usage of ~25% of both cores on my netbook. >Pretty much the same happens with Qmmp. It's ok on a T42 (1.8ghz). Uses ~ 5.3 CPU and 2% Mem. > >-- >Greg >_______________________________________________ >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: 198 bytes Desc: not available URL: From chris.abela at maltats.com Thu Jul 1 06:48:17 2010 From: chris.abela at maltats.com (Chris Abela) Date: Thu, 1 Jul 2010 08:48:17 +0200 Subject: [Slackbuilds-users] gvfs / WebDAV question In-Reply-To: <4C2B5C27.20102@gmail.com> Message-ID: Hi Luis Henrique, I built and installed gvfs and gigolo with your SlackBuilds and the following are my results: 1. Gigolo does not have enough documentation to guide users to mount davfs accounts onto their file systems. 2. Webdav is not in the list of supported protocols that Gigolo lists. 3. Gigolo does not present its users with any Graphical method with which to mount webdav accounts. I was left clueless as well. 4. When I mount my webdav account with davfs2, a new icon showing my account popped up on Gigolo. 5. Subsequently, I successfully browsed my account's content and umounted it via Gigolo. I conclude that Gigolo is not well endowed as I would have expected and in fact it lacks some essential tools for the webdav job. On the other hand it found gvfs as some webdav capability were noted. Chris -----Original Message----- From: slackbuilds-users-bounces at slackbuilds.org [mailto:slackbuilds-users-bounces at slackbuilds.org] On Behalf Of Luis Henrique Sent: 30 June 2010 17:01 To: SlackBuilds.org Users List Subject: Re: [Slackbuilds-users] gvfs / WebDAV question Here's a preliminary script, there is *no* required deps at all. - Luis ps: link to the source: ftp://ftp.gnome.org/pub/gnome/sources/gvfs/1.4/gvfs-1.4.3.tar.bz2 On 06/30/2010 07:38 AM, Chris Abela wrote: > Hi, > > In order to try webdav application, you need a webdav account on a webdav > server. Normally you need certificate/s to log in. I did not find any > functional free webdav servers with which one may test the webdav client, > but I have access to such a server that I use for my application. That is > how I test my davfs2.SlackBuild, but I may not share my account. > > According to my understanding Webdav certificates may be installed on MS IE > and possibly some open source File Managers. The Gigolo documentation on the > net seems a bit terse in this aspect and I have no experience. If you can > send the SlackBuild + any deps, I will test it on my account. > > However webdav should not be a showstopper anyhow. After mounting the webdav > server on, say, /mnt/webdav with davfs2, users may open that directory with > any file-manager that they choose. That would be following the UNIX-way of > doing things. > > Chris > > -----Original Message----- > From: slackbuilds-users-bounces at slackbuilds.org > [mailto:slackbuilds-users-bounces at slackbuilds.org] On Behalf Of Luis > Henrique > Sent: 29 June 2010 21:47 > To: slackbuilds-users at slackbuilds.org > Subject: [Slackbuilds-users] gvfs / WebDAV question > > Hello, > > I'm *almost* writing a gvfs-1.4.3 slackbuild aiming for its use with > gigolo on Xfce. On a stock Slackware system it has only /optional/ > dependencies, such as GConf, libsoup, gnome-keyring and avahi. I built > it without further problems and then gigolo shows more than Unix(file) > as a supported protocol: ;) > > Unix Device (file) tested, works OK > SSH (sftp) tested, works OK > Network (network) > Windows Share (smb) tested, works OK > Archive (archive) > Obex (obex) > > Browsing through gvfs, But it does support webdav, but I don't know crap > about it and still would like to see it working with gvfs/gigolo anyway. > > I tried to install davfs2 from SBo prior to configuring gvfs but it > didn't work. > > Suggestions? > > _______________________________________________ > 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/ > From disturbed1976 at gmail.com Thu Jul 1 07:39:02 2010 From: disturbed1976 at gmail.com (Keith Richie) Date: Thu, 1 Jul 2010 03:39:02 -0400 Subject: [Slackbuilds-users] state of gnucash In-Reply-To: References: Message-ID: On Wed, Jun 30, 2010 at 3:00 PM, Vincent Batts wrote: > ---------- Forwarded message ---------- > From: "Vincent Batts" > Date: Jun 30, 2010 2:20 PM > Subject: Re: [Slackbuilds-users] state of gnucash > To: "SlackBuilds.org Users List" > > If you do not have goffice installed then you'll be pulling goffice-0.8.5 > that is currently on SBo. That is what the patch included is for. > > Take care, > vb > >> >> On Jun 30, 2010 1:51 PM, "King Beowulf" wrote: >> >> Are there any issues... > > _______________________________________________ > SlackBuilds-users mailing list > SlackBuilds-users at sla... > > _______________________________________________ > 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/ > > > I'm sorry you track this package. It'd be nice if gnucash would go the way of Abiword and drop most of the Gnome dependencies. Or perhaps if Gnome would get their butt in gear and synchronize a few things. From the_emmel at gmx.net Thu Jul 1 07:46:21 2010 From: the_emmel at gmx.net (emmel) Date: Thu, 1 Jul 2010 09:46:21 +0200 Subject: [Slackbuilds-users] texlive/texi2html In-Reply-To: <20100630232812.76a517bf@liberty.rlwhome.lan> References: <20100621123838.GB16247@pollux.mlnet> <20100630232812.76a517bf@liberty.rlwhome.lan> Message-ID: <20100701074621.GA2009@pollux.mlnet> On Wed, Jun 30, 2010 at 11:28:12PM -0500, Robby Workman wrote: > On Mon, 21 Jun 2010 14:38:38 +0200 > emmel wrote: > > > Texlive includes the texi2html package. It might be better to seperate > > those two. I realised my system was missing it when installing > > lilypond (which lists it as recommended). I have installed texlive the > > not-package-way in my /opt to avoid chaos when updating via tlmgr and > > to keep the size down (who needs the complete texlive anyway), so I > > have tex, but no texi2html. Not critical, just a suggestion. > > > I'd *prefer* to keep texi2hmtl bundled with texlive if it's not > a huge inconvenience... > > -RW Nah, no great inconvenience. I don't really *need* is after all. If it makes things easier for you, then stick with it. -- emmel GPG signed Fingerprint: 60B4 D8E3 9617 900C 6726 168F D677 5AAD D40F CCE7 Certserver : hkp://pgp.mit.edu -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 198 bytes Desc: not available URL: From rworkman at slackbuilds.org Thu Jul 1 08:27:31 2010 From: rworkman at slackbuilds.org (Robby Workman) Date: Thu, 1 Jul 2010 08:27:31 +0000 Subject: [Slackbuilds-users] Updates #2 - 20100701 Message-ID: <20100701082731.GA4642@slackbuilds.org> Thu Jul 1 08:16:01 UTC 2010 audio/python-audiotools: Added (CLI audio handling programs) business/gnucash: Patched to build with goffice-0.8.x API. desktop/CurseTheWeather: Updated for version 0.6. desktop/QtCurve-Gtk2: Updated for version 1.5.0. desktop/dmenu: Updated for version 4.1.1. desktop/parcellite: Updated for version 0.9.2. desktop/wmweather: Updated for version 2.4.5. desktop/yawp: Added (Yet Another Weather Plasmoid) :-) development/perl-Tidy: Added (perl script indent/reformat tool) libraries/c-ares: Updated for version 1.7.3. libraries/perl-Net-Daemon: Added (portable daemons in perl) misc/clawsker: Updated for version 0.7.2. misc/nfoview: Updated for version 1.9.1. network/node: Added (JavaScript toolkit) network/pidgin-knotify: Added (KDE notifications in pidgin) network/pidgin-sound: Added (sound notifications for pidgin) network/skype: Updated for version 2.1.0.81. system/mbootpack: Added (multiboot kernel/module packer) From slava18 at gmail.com Thu Jul 1 08:44:51 2010 From: slava18 at gmail.com (V'yacheslav Stetskevych) Date: Thu, 1 Jul 2010 11:44:51 +0300 Subject: [Slackbuilds-users] A suggestion for the perl template In-Reply-To: <20100630232715.1724a26f@liberty.rlwhome.lan> References: <20100621030824.09d94950@liberty.rlwhome.lan> <20100630232715.1724a26f@liberty.rlwhome.lan> Message-ID: On Thu, Jul 1, 2010 at 7:27 AM, Robby Workman wrote: > On Mon, 21 Jun 2010 11:52:42 +0300 > "V'yacheslav Stetskevych" wrote: > >> On Mon, Jun 21, 2010 at 11:08 AM, Robby Workman >> wrote: >> > On Mon, 21 Jun 2010 10:52:18 +0300 >> > "V'yacheslav Stetskevych" wrote: >> > >> >> As evidently there are two ways of installing perl modules, one >> >> being Makefile.PL, the other Build.PL, I suggest adding a >> >> (commented) section for Build.PL to the current perl template. >> > >> > >> > http://slackbuilds.org/gitweb/?p=templates.git;a=commit;h=e914440e0a2f6f2dcab0affb9c4eee425ce67e2c >> >> Wonderful. Now, I found a way to make it write mans to /usr/man too: >> ./Build install \ >> ? --install_path bindoc=/usr/man/man1 \ >> ? --install_path libdoc=/usr/man/man3 >> >> Please merge :-) >> >> Reference: >> http://munin-monitoring.org/browser/trunk/Makefile?rev=3729 >> > > > But does that also work with the other install methods? Method #1 (Makefile.PL) specifies mandir with INSTALLVENDORMAN3DIR or INSTALLVENDORMAN1DIR (the number can be changed to whatever sections one needs). Example: http://slackbuilds.org/slackbuilds/13.1/libraries/perl-Device-SerialPort/perl-Device-SerialPort.SlackBuild Method #2 (Build.PL) specifies mandir with --install_path libdoc=/usr/man/man3 or --install_path bindoc=/usr/man/man1 Example: http://slackbuilds.org/slackbuilds/13.1/libraries/perl-Date-Manip/perl-Date-Manip.SlackBuild I suggest adding the lines --install_path bindoc=/usr/man/man1 \ --install_path libdoc=/usr/man/man3 to the Method #2 in the perl template. This avoids the need to move manpages manually from /usr/share/man later on, like this slackbuild illustrates: http://slackbuilds.org/slackbuilds/13.1/libraries/perl-Test-Pod/perl-Test-Pod.SlackBuild I hope I was clear. Regards, V'yacheslav. -- If you think of MS-DOS as mono, and Windows as stereo, then Linux is Dolby Digital and all the music is free... http://GetGNULinux.org http://PereidiNaLinux.org http://OtrymayLinux.org From mauro.giachero at gmail.com Thu Jul 1 11:47:51 2010 From: mauro.giachero at gmail.com (Mauro Giachero) Date: Thu, 1 Jul 2010 13:47:51 +0200 Subject: [Slackbuilds-users] Missing dependencies In-Reply-To: <20100701000853.68745b5a@liberty.rlwhome.lan> References: <20100701000853.68745b5a@liberty.rlwhome.lan> Message-ID: Thanks for all the replies. I'm glad I've pointed out real issues instead of simply spamming the list (as for supertuxkart, sorry -- I looked at the pending/ready queues for some packages, but looks like I forgot one...) On Thu, Jul 1, 2010 at 7:08 AM, Robby Workman wrote: > Thanks for the heads-up, and by the way, your queue file repo > is awesome! > > -RW > Thank you! :-) -- Mauro Giachero -------------- next part -------------- An HTML attachment was scrubbed... URL: From vbatts at gmail.com Thu Jul 1 12:55:45 2010 From: vbatts at gmail.com (Vincent Batts) Date: Thu, 1 Jul 2010 08:55:45 -0400 Subject: [Slackbuilds-users] state of gnucash In-Reply-To: References: Message-ID: gnucash is readying for their 2.4 release. Already their is severval beneficial features like using webkit instead of gtkhtml, and using alternate storage backends like sqlite, mysql, or postgresql. Another that they've slipped in (that is VERY feature poor, but a great start) is a QT frontend, called cutecash. I'm excited about it. In their 2.3.x series they are up to .14, I would submit a build for these, but they are considered unstable and have changed frequently. Take care, vb On Jul 1, 2010 3:39 AM, "Keith Richie" wrote: On Wed, Jun 30, 2010 at 3:00 PM, Vincent Batts wrote: > ---------- Forwarded mess... > SlackBuilds-users at slackbuilds.org > http://lists.slackbuilds.org/mailman/listinfo/slackbuilds-user... I'm sorry you track this package. It'd be nice if gnucash would go the way of Abiword and drop most of the Gnome dependencies. Or perhaps if Gnome would get their butt in gear and synchronize a few things. _______________________________________________ SlackBuilds-users mailing list SlackBuilds-users at slackbuilds.org http://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users Ar... -------------- next part -------------- An HTML attachment was scrubbed... URL: From baildon.research at googlemail.com Thu Jul 1 13:17:04 2010 From: baildon.research at googlemail.com (David Spencer) Date: Thu, 1 Jul 2010 14:17:04 +0100 Subject: [Slackbuilds-users] Some necessary changes to build a newer version of gpsd In-Reply-To: <20100622145241.GB2007@kiras> References: <20100622145241.GB2007@kiras> Message-ID: > I've just submitted kismet script after some adjustments for x86_64, so > if everything's OK, it should be accepted soon. ?I'm aware that kismet > is able to use gpsd, but I have no hardware to test it. ?If it doesn't > require any other steps than simply installing gpsd together with > kismet, I think it would be a good idea to mention gpsd as an option in > kismet's README file. I've just tested your newly released Kismet, and it works fine with gpsd-2.94. The new Viking works fine also works fine with gpsd-2.94. Thanks to Audrius and Pierre! A new upstream version of gpsd, 2.95, is due to be released right now, so I'll wait another few days before submitting the new gpsd SlackBuild, if that's ok with everyone. Thanks and regards -Dave Spencer From grbzks at xsmail.com Thu Jul 1 13:51:26 2010 From: grbzks at xsmail.com (Grigorios Bouzakis) Date: Thu, 1 Jul 2010 16:51:26 +0300 Subject: [Slackbuilds-users] deadbeef music player - unmaintained? In-Reply-To: References: <201007010234.03379.grbzks@xsmail.com> Message-ID: <201007011651.32511.grbzks@xsmail.com> On Thursday 01 of July 2010 02:45:39 Max Miorim wrote: > > That may be related to ALSA, specifically, the DMIX. By default, the > DMIX uses 48KHz sample rates and some applications that use lower > rates will have to resample the sound, which leads to he > aforementioned high CPU usage. > > You can try either configuring your applications to use 48KHz sample > rates or modify your $HOME/.asoundrc so the DMIX uses a lower rate > such as 44KHz, like this: > > pcm.swmixer { > type dmix > slave { > pcm "hw:0,0" > rate 44100 > } > } > > The ALSA wiki has some more details, have a look at > http://alsa.opensrc.org/index.php/Dmix. > > > -- Max If that was the case wouldnt it also be a problem with all players using alsa? I never experienced such bhaviour with neither cmus or amarok. -- Greg -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 836 bytes Desc: This is a digitally signed message part. URL: From disturbed1976 at gmail.com Thu Jul 1 14:59:14 2010 From: disturbed1976 at gmail.com (Keith Richie) Date: Thu, 1 Jul 2010 10:59:14 -0400 Subject: [Slackbuilds-users] deadbeef music player - unmaintained? In-Reply-To: <201007011651.32511.grbzks@xsmail.com> References: <201007010234.03379.grbzks@xsmail.com> <201007011651.32511.grbzks@xsmail.com> Message-ID: On Thu, Jul 1, 2010 at 9:51 AM, Grigorios Bouzakis wrote: > On Thursday 01 of July 2010 02:45:39 Max Miorim wrote: >> >> That may be related to ALSA, specifically, the DMIX. By default, the >> DMIX uses 48KHz sample rates and some applications that use > lower >> rates will have to resample the sound, which leads to he >> aforementioned high CPU usage. >> >> You can try either configuring your applications to use 48KHz sample >> rates or modify your $HOME/.asoundrc so the DMIX uses a lower rate >> such as 44KHz, like this: >> >> pcm.swmixer { >> ? ? type dmix >> ? ? ?slave { >> ? ? ? ? pcm "hw:0,0" >> ? ? ? ? ?rate 44100 >> ? ? } >> } >> >> The ALSA wiki has some more details, have a look at >> http://alsa.opensrc.org/index.php/Dmix. >> >> >> -- Max > > If that was the case wouldnt it also be a problem with all players using > alsa? I never experienced such bhaviour with neither cmus or amarok. > > -- > Greg > > _______________________________________________ > 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/ > > > Uses 1-2% CPU and 25MiB here. 1-2% CPU is what I get with xmms, goggle's music manager, and audacious, AMD x4 620 (x86_64). But on an Intel PDC 2140 (1.6ghz x 2) i486 with Intel GPU, it uses 10-20% cpu, same as audacious. xmms uses 1-2% CPU. For a light weight music player that doesn't need library management, it's still hard to beat xmms. It's been my single file player of choice for years. Must admit, deadbeef does look nice though :-) From miorimmax at gmail.com Thu Jul 1 15:31:47 2010 From: miorimmax at gmail.com (Max Miorim) Date: Thu, 1 Jul 2010 12:31:47 -0300 Subject: [Slackbuilds-users] deadbeef music player - unmaintained? In-Reply-To: <201007011651.32511.grbzks@xsmail.com> References: <201007010234.03379.grbzks@xsmail.com> <201007011651.32511.grbzks@xsmail.com> Message-ID: On Thu, Jul 1, 2010 at 10:51 AM, Grigorios Bouzakis wrote: > On Thursday 01 of July 2010 02:45:39 Max Miorim wrote: >> >> That may be related to ALSA, specifically, the DMIX. By default, the >> DMIX uses 48KHz sample rates and some applications that use > lower >> rates will have to resample the sound, which leads to he >> aforementioned high CPU usage. >> >> You can try either configuring your applications to use 48KHz sample >> rates or modify your $HOME/.asoundrc so the DMIX uses a lower rate >> such as 44KHz, like this: >> >> pcm.swmixer { >> ? ? type dmix >> ? ? ?slave { >> ? ? ? ? pcm "hw:0,0" >> ? ? ? ? ?rate 44100 >> ? ? } >> } >> >> The ALSA wiki has some more details, have a look at >> http://alsa.opensrc.org/index.php/Dmix. >> >> >> -- Max > > If that was the case wouldnt it also be a problem with all players using > alsa? I never experienced such bhaviour with neither cmus or amarok. > > -- > Greg Depends, I don't use Amarok but since it's a KDE applicataion, I believe it uses Phonon instead of Dmix for mixing, which may explain why it doesn't suffer from this. I don't know about cmus, does it uses the Dmix device, a "hw" device or something like Phonon/Gstreamer/PulseAudio? Using Dmix would lead to this issue on some computers (it's related to hardware mostly, because not all sound cards do hardware mixing), a "hw" device would make it less CPU intensive but one wouldn't be able to access it simultaneously on some (most?) cards and the Phonon, Gstreamer and the like usually handle it so in the end it's unnoticeable from the CPU usage perspective. ;) From sid77 at slackware.it Thu Jul 1 15:49:45 2010 From: sid77 at slackware.it (Marco Bonetti) Date: Thu, 01 Jul 2010 17:49:45 +0200 Subject: [Slackbuilds-users] Missing dependencies In-Reply-To: <20100701000853.68745b5a@liberty.rlwhome.lan> References: <20100701000853.68745b5a@liberty.rlwhome.lan> Message-ID: <4C2CB919.2080702@slackware.it> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 07/01/2010 07:08 AM, Robby Workman wrote: > We'll wait on Marco for Nevow :-) Oh, thanks, now I'm not feeling under pressure at all ;-) Nevow slackbuild updated following the python template and just uploaded! Thanks again for spotting the issue, the queue files repo really rocks. - -- Marco Bonetti Tor research and other stuff: http://sid77.slackware.it/ 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.10 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAkwsuRkACgkQTYvJ9gtgvF+yZgCeJl9fEdbugk104qqrCP8SDfIt 9kEAn3VsCepIos9yzcyCESe0JGDy564z =Tles -----END PGP SIGNATURE----- From miorimmax at gmail.com Fri Jul 2 07:13:26 2010 From: miorimmax at gmail.com (Max Miorim) Date: Fri, 2 Jul 2010 04:13:26 -0300 Subject: [Slackbuilds-users] urlgrabber download URL and homepage Message-ID: Hello folks, urlgrabber's HOMEPAGE and DOWNLOAD need to be updated to http://urlgrabber.baseurl.org/ and http://urlgrabber.baseurl.org/download/urlgrabber-3.1.0.tar.gz, respectivelly. -- Max From miorimmax at gmail.com Fri Jul 2 10:33:17 2010 From: miorimmax at gmail.com (Max Miorim) Date: Fri, 2 Jul 2010 07:33:17 -0300 Subject: [Slackbuilds-users] libjingle download URL needs to be updated Message-ID: Hi, libjingle.info needs to be updated, the DOWNLOAD should be http://farsight.freedesktop.org/releases/obsolete/libjingle/libjingle-0.3.12.tar.gz ;) -- Max From rworkman at slackbuilds.org Fri Jul 2 15:43:04 2010 From: rworkman at slackbuilds.org (Robby Workman) Date: Fri, 2 Jul 2010 10:43:04 -0500 Subject: [Slackbuilds-users] libjingle download URL needs to be updated In-Reply-To: References: Message-ID: <20100702104304.675d9800@liberty.rlwhome.lan> On Fri, 2 Jul 2010 07:33:17 -0300 Max Miorim wrote: > libjingle.info needs to be updated, the DOWNLOAD should be > http://farsight.freedesktop.org/releases/obsolete/libjingle/libjingle-0.3.12.tar.gz > ;) Got it for the next update; thanks! -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 Fri Jul 2 15:45:03 2010 From: rworkman at slackbuilds.org (Robby Workman) Date: Fri, 2 Jul 2010 10:45:03 -0500 Subject: [Slackbuilds-users] urlgrabber download URL and homepage In-Reply-To: References: Message-ID: <20100702104503.3c47917b@liberty.rlwhome.lan> On Fri, 2 Jul 2010 04:13:26 -0300 Max Miorim wrote: > urlgrabber's HOMEPAGE and DOWNLOAD need to be updated to > http://urlgrabber.baseurl.org/ and > http://urlgrabber.baseurl.org/download/urlgrabber-3.1.0.tar.gz, > respectivelly. Got it for the next update; thanks! -RW -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 198 bytes Desc: not available URL: From erik at slackbuilds.org Fri Jul 2 17:43:47 2010 From: erik at slackbuilds.org (Erik Hanson) Date: Fri, 2 Jul 2010 12:43:47 -0500 Subject: [Slackbuilds-users] Updates - 20100702.1 Message-ID: <20100702124347.0d544db0@shaggy.doo> Fri Jul 2 17:34:34 UTC 2010 desktop/QtCurve-KDE4: Updated for version 1.5.0. desktop/enlightenment: Updated for version 0.16.999.49898. desktop/recoll: Added (full text search tool) development/medit: Added (text editor) development/vile: Added (VI Like Emacs) development/xvile: Added (vile with x11 support) games/bsnes: Updated for version 0.065. graphics/dcraw: Updated for version 9.03. libraries/Nevow: Added (web app kit in python) libraries/e_dbus: Updated for version 0.5.0.49898. libraries/ecore: Updated for version 0.9.9.49898. libraries/edje: Updated for version 0.9.99.49898. libraries/eet: Updated for version 1.3.2. libraries/efreet: Updated for version 0.5.0.49898. libraries/eina: Updated for version 0.9.9.49898. libraries/embryo: Updated for version 0.9.9.49898. libraries/evas: Updated for version 0.9.9.49898. libraries/exiftool: Updated for version 8.15. libraries/libjingle: Fixed download link in .info file libraries/xapian-core: Updated for version 1.0.21. misc/ciso: Added (compress PSP iso to cso format) misc/uni2ascii: Added (unicode to ascii converter) network/kvirc: Updated for version 4.0.0. network/urlgrabber: Fixed homepage and download link system/biew: Added (Binary vIEW) system/eventlog: Added (Syslog API replacement) system/hebe: Added (KDE GUI for the Hercules z/Arch emulator) system/laptop-mode-tools: Added (laptop power saving package) system/qstardict: Added (stardict clone in qt) From lmello.009 at gmail.com Fri Jul 2 18:43:23 2010 From: lmello.009 at gmail.com (Luis Henrique) Date: Fri, 02 Jul 2010 15:43:23 -0300 Subject: [Slackbuilds-users] gvfs / WebDAV question In-Reply-To: <20100630232532.178bee97@liberty.rlwhome.lan> References: <4C2A4DB2.5090701@gmail.com> <20100630232233.6afbdf40@liberty.rlwhome.lan> <20100630232532.178bee97@liberty.rlwhome.lan> Message-ID: <4C2E334B.5090908@gmail.com> On 07/01/2010 01:25 AM, Robby Workman wrote: > On Wed, 30 Jun 2010 23:22:33 -0500 > Robby Workman wrote: > >> >> >> >> I've looked at gvfs as well, as it's going to be needed sooner >> or later by xfce (4.8). To get all of the backends built, you >> will need the optional deps, unfortunately. For http support, >> which iirc includes davfs, you need libsoup-gnome, which is part >> of the libsoup package IF libsoup is built with libproxy and >> gnome-keyring installed. > > > By the way, if anyone has run across anything that wants udisks > and/or upower or any of the new stuff for volume and power > management tasks, I've done some preliminary (that means it's > pretty much untested with stuff that can use it) work on that: > > http://connie.slackware.com/~rworkman/halectomy/ > > Feedback is welcome. > > -RW > Thanks for the info, robby. So, is gvfs will be needed by xfce 4.8.x? This either means: - Thunar will have URI support through gvfs - Gigolo will be incorporated to the default xfce installation That's nice, I guess. ;) - Luis From lmello.009 at gmail.com Fri Jul 2 19:16:33 2010 From: lmello.009 at gmail.com (Luis Henrique) Date: Fri, 02 Jul 2010 16:16:33 -0300 Subject: [Slackbuilds-users] gvfs / WebDAV question In-Reply-To: References: Message-ID: <4C2E3B11.20502@gmail.com> On 07/01/2010 03:48 AM, Chris Abela wrote: > Hi Luis Henrique, > > I built and installed gvfs and gigolo with your SlackBuilds and the > following are my results: > > 1. Gigolo does not have enough documentation to guide users to mount davfs > accounts onto their file systems. > > 2. Webdav is not in the list of supported protocols that Gigolo lists. > > 3. Gigolo does not present its users with any Graphical method with which to > mount webdav accounts. I was left clueless as well. > > 4. When I mount my webdav account with davfs2, a new icon showing my account > popped up on Gigolo. > > 5. Subsequently, I successfully browsed my account's content and umounted it > via Gigolo. > > I conclude that Gigolo is not well endowed as I would have expected and in > fact it lacks some essential tools for the webdav job. On the other hand it > found gvfs as some webdav capability were noted. > > Chris Thank you very much, Chris. Unfortunately, Gigolo is short on documentation, specially about how to deal with its supported protocols... there's a screenshot in the home page where the user sets a bookmark on a WebDAV account: http://goodies.xfce.org/_media/projects/applications/gigolo_bookmarks.png Maybe it can still be created using 'Custom Location' as your 'Service Type'... I'll have the 'full' script ready soon. From rworkman at slackbuilds.org Sat Jul 3 06:16:23 2010 From: rworkman at slackbuilds.org (Robby Workman) Date: Sat, 3 Jul 2010 01:16:23 -0500 Subject: [Slackbuilds-users] gvfs / WebDAV question In-Reply-To: <4C2E334B.5090908@gmail.com> References: <4C2A4DB2.5090701@gmail.com> <20100630232233.6afbdf40@liberty.rlwhome.lan> <20100630232532.178bee97@liberty.rlwhome.lan> <4C2E334B.5090908@gmail.com> Message-ID: <20100703011623.36bff891@liberty.rlwhome.lan> On Fri, 02 Jul 2010 15:43:23 -0300 Luis Henrique wrote: > On 07/01/2010 01:25 AM, Robby Workman wrote: > > On Wed, 30 Jun 2010 23:22:33 -0500 > > Robby Workman wrote: > > > >> > >> > >> > >> I've looked at gvfs as well, as it's going to be needed sooner > >> or later by xfce (4.8). To get all of the backends built, you > >> will need the optional deps, unfortunately. For http support, > >> which iirc includes davfs, you need libsoup-gnome, which is part > >> of the libsoup package IF libsoup is built with libproxy and > >> gnome-keyring installed. > > > > > > By the way, if anyone has run across anything that wants udisks > > and/or upower or any of the new stuff for volume and power > > management tasks, I've done some preliminary (that means it's > > pretty much untested with stuff that can use it) work on that: > > > > http://connie.slackware.com/~rworkman/halectomy/ > > > > Feedback is welcome. > > > > Thanks for the info, robby. > > So, is gvfs will be needed by xfce 4.8.x? This either means: > - Thunar will have URI support through gvfs > - Gigolo will be incorporated to the default xfce installation > > That's nice, I guess. ;) Thunar in 4.8.x will have URI support via gvfs. Jannis (Thunar dev) is supposedly having some company sponsor him (sponsor=pay) to port thunar-volman to use glib gio, and once that's done, everything should be in place, I think. -RW -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 198 bytes Desc: not available URL: From miorimmax at gmail.com Sat Jul 3 07:25:51 2010 From: miorimmax at gmail.com (Max Miorim) Date: Sat, 3 Jul 2010 04:25:51 -0300 Subject: [Slackbuilds-users] gvfs / WebDAV question In-Reply-To: <20100703011623.36bff891@liberty.rlwhome.lan> References: <4C2A4DB2.5090701@gmail.com> <20100630232233.6afbdf40@liberty.rlwhome.lan> <20100630232532.178bee97@liberty.rlwhome.lan> <4C2E334B.5090908@gmail.com> <20100703011623.36bff891@liberty.rlwhome.lan> Message-ID: On Sat, Jul 3, 2010 at 3:16 AM, Robby Workman wrote: > On Fri, 02 Jul 2010 15:43:23 -0300 > Luis Henrique wrote: > >> On 07/01/2010 01:25 AM, Robby Workman wrote: >> > On Wed, 30 Jun 2010 23:22:33 -0500 >> > Robby Workman ?wrote: >> > >> >> >> >> >> >> >> >> I've looked at gvfs as well, as it's going to be needed sooner >> >> or later by xfce (4.8). ?To get all of the backends built, you >> >> will need the optional deps, unfortunately. ?For http support, >> >> which iirc includes davfs, you need libsoup-gnome, which is part >> >> of the libsoup package IF libsoup is built with libproxy and >> >> gnome-keyring installed. >> > >> > >> > By the way, if anyone has run across anything that wants udisks >> > and/or upower or any of the new stuff for volume and power >> > management tasks, I've done some preliminary (that means it's >> > pretty much untested with stuff that can use it) work on that: >> > >> > ? ?http://connie.slackware.com/~rworkman/halectomy/ >> > >> > Feedback is welcome. >> > >> >> Thanks for the info, robby. >> >> So, is gvfs will be needed by xfce 4.8.x? This either means: >> - Thunar will have URI support through gvfs >> - Gigolo will be incorporated to the default xfce installation >> >> That's nice, I guess. ;) > > > Thunar in 4.8.x will have URI support via gvfs. > Jannis (Thunar dev) is supposedly having some company sponsor > him (sponsor=pay) to port thunar-volman to use glib gio, and > once that's done, everything should be in place, I think. > > -RW Those are good news, I was under the impression that they did drop it (gvfs/gio) because the newer versions tend to use DeviceKit instead of HAL for volume management, which would require "some" work on thunar-volman. :) On topic: I believe the folts at slacky.eu have packages for both gigolo and gvfs, I'd look at their SlackBuilds and slack-required, maybe they have had this issue already and found a way to fix it. -- Max From miorimmax at gmail.com Sat Jul 3 07:32:23 2010 From: miorimmax at gmail.com (Max Miorim) Date: Sat, 3 Jul 2010 04:32:23 -0300 Subject: [Slackbuilds-users] gvfs / WebDAV question In-Reply-To: References: <4C2A4DB2.5090701@gmail.com> <20100630232233.6afbdf40@liberty.rlwhome.lan> <20100630232532.178bee97@liberty.rlwhome.lan> <4C2E334B.5090908@gmail.com> <20100703011623.36bff891@liberty.rlwhome.lan> Message-ID: On Sat, Jul 3, 2010 at 4:25 AM, Max Miorim wrote: > On Sat, Jul 3, 2010 at 3:16 AM, Robby Workman wrote: >> On Fri, 02 Jul 2010 15:43:23 -0300 >> Luis Henrique wrote: >> >>> On 07/01/2010 01:25 AM, Robby Workman wrote: >>> > On Wed, 30 Jun 2010 23:22:33 -0500 >>> > Robby Workman ?wrote: >>> > >>> >> >>> >> >>> >> >>> >> I've looked at gvfs as well, as it's going to be needed sooner >>> >> or later by xfce (4.8). ?To get all of the backends built, you >>> >> will need the optional deps, unfortunately. ?For http support, >>> >> which iirc includes davfs, you need libsoup-gnome, which is part >>> >> of the libsoup package IF libsoup is built with libproxy and >>> >> gnome-keyring installed. >>> > >>> > >>> > By the way, if anyone has run across anything that wants udisks >>> > and/or upower or any of the new stuff for volume and power >>> > management tasks, I've done some preliminary (that means it's >>> > pretty much untested with stuff that can use it) work on that: >>> > >>> > ? ?http://connie.slackware.com/~rworkman/halectomy/ >>> > >>> > Feedback is welcome. >>> > >>> >>> Thanks for the info, robby. >>> >>> So, is gvfs will be needed by xfce 4.8.x? This either means: >>> - Thunar will have URI support through gvfs >>> - Gigolo will be incorporated to the default xfce installation >>> >>> That's nice, I guess. ;) >> >> >> Thunar in 4.8.x will have URI support via gvfs. >> Jannis (Thunar dev) is supposedly having some company sponsor >> him (sponsor=pay) to port thunar-volman to use glib gio, and >> once that's done, everything should be in place, I think. >> >> -RW > > Those are good news, I was under the impression that they did drop it > (gvfs/gio) because the newer versions tend to use DeviceKit instead of > HAL for volume management, which would require "some" work on > thunar-volman. :) > > On topic: I believe the folts at slacky.eu have packages for both > gigolo and gvfs, I'd look at their SlackBuilds and slack-required, > maybe they have had this issue already and found a way to fix it. > > -- Max > s/folts/folks/g, not sure how the k was read as a t but my handwriting is rather, well.. that's why i type things instead. :) From erik at slackbuilds.org Sat Jul 3 07:49:36 2010 From: erik at slackbuilds.org (Erik Hanson) Date: Sat, 3 Jul 2010 02:49:36 -0500 Subject: [Slackbuilds-users] Updates - 20100703.1 Message-ID: <20100703024936.017edd7d@shaggy.doo> Sat Jul 3 07:35:01 UTC 2010 academic/gwyddion: Updated for version 2.20. academic/qgis: Patched to disable broken SIP version check accessibility/easystroke: Updated for version 0.5.3. audio/lash: Source download URL changed. business/skrooge: Added (KDE4 Finance Application) development/bouml_doc: Added (docs for bouml) development/dpkg: Added (Debian's dpkg utility) development/eclipse: Updated for version 3.6. development/rapidsvn: Updated for version 0.12.0_1. games/mednafen: Updated for version 0.8.D. games/pingus: Added (A free Lemmings clone) games/prboom: Added (a port of the classic fps game Doom by id Software) games/pysolfc: Updated for version 2.0. games/wormux: Updated for version 0.9.2.1. graphics/GraphicsMagick: Added (Image Processing System) graphics/gpscorrelate: Updated for version 1.6.1. graphics/luminance-hdr: Added (replaces qtpfsgui) graphics/qtpfsgui: Removed (replaced by luminance-hdr) libraries/cuneiform: Updated for version 1.0.0. libraries/libgeotiff: Updated for version 1.3.0. multimedia/bombono-dvd: Added (Author DVD Freely) network/driftnet: Updated for version 0.1.6_p20090401. network/opera: Updated for version 10.60. network/phpmyadmin: Updated for version 3.3.4. network/sphinx: Updated for version 0.9.9. office/adobe-reader: Updated for version 9.3.3. office/kmymoney: Added (personal finance app) system/lxdm: Added (GUI login manager for LXDE) system/postgresql: Updated for version 8.4.4. system/rkhunter: Updated for version 1.3.6. system/unrtf: Updated for version 0.21.1. system/xf86-input-evtouch: Added (X.org touchscreen driver) From erik at slackbuilds.org Sat Jul 3 18:18:11 2010 From: erik at slackbuilds.org (Erik Hanson) Date: Sat, 3 Jul 2010 13:18:11 -0500 Subject: [Slackbuilds-users] Updates - 20100703.2 Message-ID: <20100703131811.1dd5dcd9@shaggy.doo> Sat Jul 3 18:13:15 UTC 2010 development/monotone: Added (A Distributed Version Control System) graphics/jhead: Added (JPEG Exif header manipulation tool) libraries/Botan: Fixed broken package config file. misc/ibus-qt: Updated for version 1.3.0. multimedia/mkvtoolnix: Updated for version 4.1.0. From rworkman at slackbuilds.org Sun Jul 4 07:30:37 2010 From: rworkman at slackbuilds.org (Robby Workman) Date: Sun, 4 Jul 2010 07:30:37 +0000 Subject: [Slackbuilds-users] Updates - 20100704 Message-ID: <20100704073037.GA28693@slackbuilds.org> Sun Jul 4 07:18:00 UTC 2010 audio/ocp: Updated for version 0.1.20. development/bluefish: Updated for version 2.0.1. development/codeblocks: Added (a C++ IDE). development/gnome-common: Added (scripts/macros for gnome devel). development/julius: Added (speech recognition decoder software). libraries/gstreamermm: Added (C++ bindings for GStreamer). libraries/libowfat: Added (a reimplemented libdjb under GPLv2). libraries/perl-Config-IniFiles: Updated for version 2.58. libraries/perl-Test-Pod: Updated for version 1.44. multimedia/ffmpeg2theora: Updated for version 0.27. multimedia/flash-player-plugin: Added warning re security to README. network/clamav-unofficial-sigs: Updated for version 3.7.1. network/perl-Net-CIDR: Updated for version 0.14. office/gnumeric: Updated for version 1.10.7. system/zeroinstall-injector: Updated for version 0.49. From rworkman at slackbuilds.org Sun Jul 4 08:33:35 2010 From: rworkman at slackbuilds.org (Robby Workman) Date: Sun, 4 Jul 2010 08:33:35 +0000 Subject: [Slackbuilds-users] Updates #2 - 20100704 Message-ID: <20100704083335.GA29491@slackbuilds.org> Sun Jul 4 08:24:47 UTC 2010 academic/abntex: disallow override of ARCH=noarch academic/bibus: Disallow override of ARCH=noarch academic/sympy: Fixed ARCH setting - this is not noarch development/Pygments: Fixed ARCH setting - this is not noarch development/cryptoki: Disallow override of ARCH=noarch development/epydoc: Fixed ARCH setting - this is not noarch development/power-archtect: Disallow ARCH=noarch override development/pycscope: Fixed ARCH setting (this is not noarch) games/glest-data: Disallow ARCH=noarch override games/glest-megapack: Disallow ARCH=noarch override games/supertuxkart-extra-karts: Hardcode ARCH=noarch games/supertuxkart-extra-tracks: Hardcode ARCH=narch graphics/gimpfx-foundry: Hardcode ARCH=noarch libraries/perl-IO-Socket-SSL: Fix ARCH setting (this is not noarch) misc/funny-manpages: Hardcode ARCH=noarch multimedia/get_iplayer: Hardcode ARCH=noarch network/airoscript: Hardcode ARCH=noarch network/youtube-dl: Hardcode ARCH=noarch system/bleachbit: Hardcode ARCH=noarch system/mucommander: Hardcode ARCH=noarch From adis at linux.org.ba Mon Jul 5 13:07:34 2010 From: adis at linux.org.ba (=?UTF-8?B?QWRpcyBOZXppcm92acSH?=) Date: Mon, 05 Jul 2010 15:07:34 +0200 Subject: [Slackbuilds-users] PostgreSQL package for slack 13.0 In-Reply-To: References: Message-ID: <4C31D916.2060506@linux.org.ba> On 07/05/2010 02:44 PM, K?rlis wrote: > Hi, Adis! > > You are listed as maintainer of PostgreSQL package, so I decided to inform > you: pgSQL guys have removed 8.4.2 sources from their homepage, so I changed > the version number to 8.4.3 in your SlackBuild script & tried to compile it > with 8.4.3 source - it all works fine. It would be nice if you could update > scripts & links in this page > http://slackbuilds.org/repository/13.0/system/postgresql/ to 8.4.3, because > it all works. > > Thanks for the scripts and keep up the great work, > > Karlis. > I know about that. Latest slackbuild for 13.1 should work for previous Slackware versions. Unfortunately, I don't think SBo guys allow updating slackbuilds for older versions, so you must use latest version. Best regards, Adis -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 198 bytes Desc: OpenPGP digital signature URL: From 1.41421 at gmail.com Mon Jul 5 23:07:08 2010 From: 1.41421 at gmail.com (JCA) Date: Mon, 5 Jul 2010 17:07:08 -0600 Subject: [Slackbuilds-users] gnome-mail-notification 5.4 can't be built against Gnome 2.30 Message-ID: gnome-mail-notification 5.4 won't compile under Slackware 13.1 and Gnome 2.30: Type "./jb build" to build Mail Notification 5.4. building client of D-Bus interface org.gnome.MailNotification building server of D-Bus interface org.gnome.MailNotification building client of D-Bus interface org.freedesktop.DBus.Properties building client of D-Bus interface org.gnome.MailNotification.Evolution building server of D-Bus interface org.gnome.MailNotification.Evolution building server of D-Bus interface org.gnome.MailNotification.Evolution.FolderTree building intltool-merge building desktop file mail-notification-properties.desktop.in building desktop file mail-notification.desktop.in building template mail-notification.schemas.in.in building GConf schemas mail-notification.schemas.in building GNOME help mail-notification [C] building bg translations building ca translations building cs translations building de translations building es translations building fr translations building ja translations building nl translations building pl translations building pt translations building pt_BR translations building ru translations building sr translations building sr at Latn translations building sv translations building template org-jylefort-mail-notification.eplug.in building class MNEvolutionFolderTreeServer cc -c -o build/src/liborg-jylefort-mail-notification-mn-evolution-folder-tree-server.o -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_CAST_CHECKS -DORBIT2=1 -pthread -I/usr/include/evolution-2.30 -I/usr/include/evolution-data-server-2.30 -I/usr/include/libxml2 -I/usr/include/unique-1.0 -I/usr/include/libgtkhtml-3.14 -I/usr/include/libgtkhtml-3.14/editor -I/usr/include/libgnomecanvas-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/seamonkey-2.0.5/nss -I/usr/include/seamonkey-2.0.5/nspr -I/usr/include/gconf/2 -I/usr/include/libsoup-2.4 -I/usr/include/orbit-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/enchant -I/usr/include/gail-1.0 -I/usr/include/libart-2.0 -pthread -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -fPIC -O2 -DHAVE_REENTRANT_RESOLVER -DSTRING_ARCH_UNALIGNED -DHAVE_TIMEGM -DWITH_EVOLUTION=1 -DWITH_GMAIL=1 -DWITH_HOTMAIL=1 -DWITH_IMAP=1 -DWITH_MAILDIR=1 -DWITH_MBOX=1 -DWITH_MH=1 -DWITH_MOZILLA=1 -DWITH_POP3=1 -DWITH_SYLPHEED=1 -DWITH_YAHOO=1 -DWITH_IPV6=1 -DWITH_SASL=1 -DWITH_SSL=1 -DWITH_GCONF_SANITY_CHECK=1 -Isrc -Ibuild/src -DGETTEXT_PACKAGE='"mail-notification"' -DENABLE_NLS -DPIC -MT build/src/liborg-jylefort-mail-notification-mn-evolution-folder-tree-server.o -MD -MP -MF build/src/liborg-jylefort-mail-notification-mn-evolution-folder-tree-server.o.deps build/src/mn-evolution-folder-tree-server.c src/mn-evolution-folder-tree-server.gob:26:33: error: mail/mail-component.h: No such file or directory src/mn-evolution-folder-tree-server.gob: In function 'mn_evolution_folder_tree_server_constructor': src/mn-evolution-folder-tree-server.gob:64: warning: assignment makes pointer from integer without a cast src/mn-evolution-folder-tree-server.gob:65: warning: assignment makes pointer from integer without a cast ERROR: command failed There is no mail-component.h file among the include files associated with evolution 2.30. Unfortunately, building without support for evolution results in a different error: building program mail-notification cc -o build/src/mail-notification -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_CAST_CHECKS -std=c99 -pthread -DORBIT2=1 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/libgnomeui-2.0 -I/usr/include/libart-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/libgnome-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libxml2 -I/usr/include/gail-1.0 -I/usr/include/libglade-2.0 -pthread -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gnome-keyring-1 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pthread -I/usr/include/gmime-2.4 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -O2 -Wl,--export-dynamic build/src/mail-notification-mn-about-dialog.o build/src/mail-notification-mn-autodetect-mailbox-properties.o build/src/mail-notification-mn-compact-message-view.o build/src/mail-notification-mn-dialog.o build/src/mail-notification-mn-file-chooser-button.o build/src/mail-notification-mn-mail-icon.o build/src/mail-notification-mn-mail-icon-widget.o build/src/mail-notification-mn-mailbox.o build/src/mail-notification-mn-mailbox-properties.o build/src/mail-notification-mn-mailbox-properties-dialog.o build/src/mail-notification-mn-mailbox-view.o build/src/mail-notification-mn-mailboxes.o build/src/mail-notification-mn-message.o build/src/mail-notification-mn-message-view.o build/src/mail-notification-mn-popup.o build/src/mail-notification-mn-popups.o build/src/mail-notification-mn-properties-dialog.o build/src/mail-notification-mn-server.o build/src/mail-notification-mn-shell.o build/src/mail-notification-mn-sound-file-chooser-dialog.o build/src/mail-notification-mn-sound-player.o build/src/mail-notification-mn-standard-message-view.o build/src/mail-notification-mn-test-mailbox.o build/src/mail-notification-mn-text-table.o build/src/mail-notification-mn-tooltips.o build/src/mail-notification-eggtrayicon.o build/src/mail-notification-mn-conf.o build/src/mail-notification-mn-locked-callback.o build/src/mail-notification-mn-main.o build/src/mail-notification-mn-non-linear-range.o build/src/mail-notification-mn-stock.o build/src/mail-notification-mn-util.o build/src/mail-notification-mn-vfs.o build/src/mail-notification-mn-xml.o build/src/mail-notification-nautilus-cell-renderer-pixbuf-emblem.o build/src/mail-notification-mn-mbox-mailbox-backend.o build/src/mail-notification-mn-mozilla-mailbox-backend.o build/src/mail-notification-mn-base-mbox-mailbox-backend.o build/src/mail-notification-mn-mh-mailbox-backend.o build/src/mail-notification-mn-maildir-mailbox-backend.o build/src/mail-notification-mn-maildir-message.o build/src/mail-notification-mn-pop3-mailbox.o build/src/mail-notification-mn-pop3-mailbox-properties.o build/src/mail-notification-mn-md5.o build/src/mail-notification-mn-imap-mailbox.o build/src/mail-notification-mn-imap-mailbox-properties.o build/src/mail-notification-mn-auth-combo-box.o build/src/mail-notification-mn-pi-mailbox.o build/src/mail-notification-mn-pi-mailbox-properties.o build/src/mail-notification-mn-client-session.o build/src/mail-notification-mn-authenticated-mailbox.o build/src/mail-notification-mn-authenticated-mailbox-properties.o build/src/mail-notification-mn-keyring.o build/src/mail-notification-mn-sylpheed-mailbox-backend.o build/src/mail-notification-mn-sylpheed-message.o build/src/mail-notification-mn-vfs-message.o build/src/mail-notification-mn-gmail-mailbox.o build/src/mail-notification-mn-gmail-mailbox-properties.o build/src/mail-notification-mn-yahoo-mailbox.o build/src/mail-notification-mn-yahoo-mailbox-properties.o build/src/mail-notification-mn-hotmail-mailbox.o build/src/mail-notification-mn-hotmail-mailbox-properties.o build/src/mail-notification-mn-webmail-mailbox.o build/src/mail-notification-mn-webmail-mailbox-properties.o build/src/mail-notification-mn-custom-vfs-mailbox.o build/src/mail-notification-mn-reentrant-mailbox.o build/src/mail-notification-mn-system-vfs-mailbox.o build/src/mail-notification-mn-system-vfs-mailbox-properties.o build/src/mail-notification-mn-vfs-mailbox.o build/src/mail-notification-mn-vfs-mailbox-backend.o build/src/mail-notification-mn-message-mime.o build/src/mail-notification-mn-gmime-stream-vfs.o build/src/mail-notification-mn-ssl.o build/src/mail-notification-mn-sasl.o -lbsd-compat -lm -pthread -lgnomeui-2 -lSM -lICE -lbonoboui-2 -lgnomecanvas-2 -lgnome-2 -lpopt -lbonobo-2 -lbonobo-activation -lORBit-2 -lart_lgpl_2 -lgnomevfs-2 -lgconf-2 -lglade-2.0 -lxml2 -lnotify -lgtk-x11-2.0 -ldbus-glib-1 -lgdk-x11-2.0 -latk-1.0 -lgio-2.0 -lpangoft2-1.0 -lgdk_pixbuf-2.0 -lpangocairo-1.0 -lcairo -lpango-1.0 -lfreetype -lfontconfig -lgmodule-2.0 -ldbus-1 -lpthread -lgobject-2.0 -lgthread-2.0 -lrt -lglib-2.0 -pthread -ldbus-glib-1 -ldbus-1 -lpthread -lgobject-2.0 -lgthread-2.0 -lrt -lglib-2.0 -lgnome-keyring -lglib-2.0 -pthread -lgmime-2.4 -lgobject-2.0 -lgthread-2.0 -lrt -lglib-2.0 -lssl -lcrypto -lsasl2 build/src/mail-notification-mn-mozilla-mailbox-backend.o: In function `mn_mozilla_mailbox_backend_get_status_flags': mn-mozilla-mailbox-backend.c:(.text+0x8a): undefined reference to `g_mime_message_get_header' build/src/mail-notification-mn-base-mbox-mailbox-backend.o: In function `___1_mn_base_mbox_mailbox_backend_is': mn-base-mbox-mailbox-backend.c:(.text+0x88d): undefined reference to `g_mime_message_get_header' build/src/mail-notification-mn-message-mime.o: In function `mn_message_new_from_mime_message_full': mn-message-mime.c:(.text+0x16): undefined reference to `g_mime_message_get_header' mn-message-mime.c:(.text+0x4a): undefined reference to `g_mime_message_get_header' mn-message-mime.c:(.text+0x14a): undefined reference to `g_mime_message_get_header' collect2: ld returned 1 exit status ERROR: command failed From miorimmax at gmail.com Tue Jul 6 04:23:05 2010 From: miorimmax at gmail.com (Max Miorim) Date: Tue, 6 Jul 2010 01:23:05 -0300 Subject: [Slackbuilds-users] gnome-mail-notification 5.4 can't be built against Gnome 2.30 In-Reply-To: References: Message-ID: On Mon, Jul 5, 2010 at 8:07 PM, JCA <1.41421 at gmail.com> wrote: > gnome-mail-notification 5.4 won't compile under Slackware 13.1 and Gnome 2.30: (...) > There is no mail-component.h file among the include files associated > with evolution 2.30. Unfortunately, building without support for > evolution results in a different error: (...) I have just built it against libgnome 2.28 on a clean chroot, my guess is that there is some sort of incompatibility between the glib that comes with Slack 13.1 and the one you have installed for GNOME 2.30. Is it Dropline, GSB, GSlacky or something else? I'd try a newer version of gnome-mail-notification. From erik at slackbuilds.org Tue Jul 6 07:49:03 2010 From: erik at slackbuilds.org (Erik Hanson) Date: Tue, 6 Jul 2010 02:49:03 -0500 Subject: [Slackbuilds-users] Updates - 20100706.1 Message-ID: <20100706024903.61b8a335@shaggy.doo> Tue Jul 6 07:38:43 UTC 2010 development/eclipse: Fixed VERSION in eclipse.info file libraries/libchewing: Added patch for ibus-chewing. libraries/libmemcached: Updated for version 0.40. misc/conkyforecast: Updated for version 2.10. misc/ibus-chewing: Added (chewing engine for ibus input framework) multimedia/audiopreview: Added (cli tool that can play previews) multimedia/gpac: Added (multimedia framework) multimedia/xbmc: Fix to work with newer ffmpeg. network/googlecl: Updated for version 0.9.8. network/msmtp: Updated for version 1.4.21. network/perl-Net-Ident: Updated for version 1.23. network/perl-NetAddr-IP: Updated for version 4.028. office/kmymoney: Fixed slack-desc and build tweaks. office/kmymoney2: Removed now obsolete. system/fsarchiver: Updated for version 0.6.10. system/gvfs: Added (userspace virtual filesystem) From audrius at neutrino.lt Tue Jul 6 09:28:43 2010 From: audrius at neutrino.lt (Audrius =?utf-8?Q?Ka=C5=BEukauskas?=) Date: Tue, 6 Jul 2010 12:28:43 +0300 Subject: [Slackbuilds-users] Updates - 20100706.1 In-Reply-To: <20100706024903.61b8a335@shaggy.doo> References: <20100706024903.61b8a335@shaggy.doo> Message-ID: <20100706092843.GA6019@kiras> On Tue, 2010-07-06 at 02:49:03 -0500, Erik Hanson wrote: > Tue Jul 6 07:38:43 UTC 2010 <...> > office/kmymoney: Fixed slack-desc and build tweaks. > office/kmymoney2: Removed now obsolete. <...> kmymoney2 is still visible on the website, and something's wrong with kmymoney README file. It looks to be binary, and file(1) thinks that it's a gzip compressed data. -- Audrius Ka?ukauskas -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 198 bytes Desc: not available URL: From asaf at lingnu.com Tue Jul 6 11:06:19 2010 From: asaf at lingnu.com (Asaf Ohaion) Date: Tue, 6 Jul 2010 14:06:19 +0300 (IDT) Subject: [Slackbuilds-users] HTTP access to the repository Message-ID: <8578.212.179.75.50.1278414379.squirrel@www.lingnu.com> I want to add http support to sbopkg, I was told it should be easy to give http access to the slackbuilds repository, Mauro Giachero said: "AFAIK SBo doesn't offer an HTTP interface to the repository (ok, there are the web pages, but those aren't exactly suited for batch downloads). If you need HTTP access to the repository (damn firewalls...) you could ask the SBo admins to provide it. For example, setting up an http mirror for the git repository _should_ be quite easy, and once that is set up you could use it just like we do for the SB64 repository." 10x -- Asaf Ohaion Lingnu Open Source Consulting Ltd 09-7655871 (204), 0547-920828 http://www.lingnu.com From sombriks at gmail.com Tue Jul 6 12:02:37 2010 From: sombriks at gmail.com (Leonardo) Date: Tue, 6 Jul 2010 09:02:37 -0300 Subject: [Slackbuilds-users] HTTP access to the repository In-Reply-To: <8578.212.179.75.50.1278414379.squirrel@www.lingnu.com> References: <8578.212.179.75.50.1278414379.squirrel@www.lingnu.com> Message-ID: http://slackbuilds.org/gitweb/?p=slackbuilds.git;a=summary why not use the git interface to grab such resoruces? for example, http://slackbuilds.org/gitweb/?p=slackbuilds.git;a=blob_plain;f=libraries/Impacket/Impacket.SlackBuild;hb=HEAD the hash variable are "optional". if there are something like PACKAGES.TXT will be possible to do a better guess on path 2010/7/6 Asaf Ohaion : > > I want to add http support to sbopkg, I was told it should be easy to give > http access to the slackbuilds repository, Mauro Giachero said: > > "AFAIK SBo doesn't offer an HTTP interface to the repository (ok, there > are the web pages, but those aren't exactly suited for batch downloads). > If you need HTTP access to the repository (damn firewalls...) you could > ask the SBo admins to provide it. For example, setting up an http mirror > for the git repository _should_ be quite easy, and once that is set up you > could use it just like we do for the SB64 repository." > > 10x > > -- > Asaf Ohaion > Lingnu Open Source Consulting Ltd > 09-7655871 (204), 0547-920828 > http://www.lingnu.com > > _______________________________________________ > 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 1.41421 at gmail.com Tue Jul 6 13:35:50 2010 From: 1.41421 at gmail.com (1.41421 at gmail.com) Date: Tue, 06 Jul 2010 13:35:50 +0000 Subject: [Slackbuilds-users] gnome-mail-notification 5.4 can't be built against Gnome 2.30 In-Reply-To: Message-ID: <005045016cb4a853ec048ab821bc@google.com> On Jul 5, 2010 10:23pm, Max Miorim wrote: > On Mon, Jul 5, 2010 at 8:07 PM, JCA 1.41421 at gmail.com> wrote: > > gnome-mail-notification 5.4 won't compile under Slackware 13.1 and > Gnome 2.30: > (...) > > There is no mail-component.h file among the include files associated > > with evolution 2.30. Unfortunately, building without support for > > evolution results in a different error: > (...) > I have just built it against libgnome 2.28 on a clean chroot, my guess > is that there is some sort of incompatibility between the glib that > comes with Slack 13.1 and the one you have installed for GNOME 2.30. > Is it Dropline, GSB, GSlacky or something else? I'd try a newer > version of gnome-mail-notification. It's the latest GSB. It really does seem to be more than just a glib incompatibility though - at the very least there is some incompatibility with the latest Evolution, which seems to be beyond the realm of glib. -------------- next part -------------- An HTML attachment was scrubbed... URL: From artourter at gmail.com Tue Jul 6 16:58:45 2010 From: artourter at gmail.com (Greg' Ar Tourter) Date: Tue, 6 Jul 2010 17:58:45 +0100 Subject: [Slackbuilds-users] md5sum lyx.info Message-ID: HI The md5sum for lyx in the info file is wrong. It seems to be the one for the tar.bz2 source but the link provided is the tar.gz. If keeping the tar.gz source link, the md5sum should be 0faa057c49f570eddb5474a639f0357e Cheers Greg From slava18 at gmail.com Tue Jul 6 19:56:30 2010 From: slava18 at gmail.com (V'yacheslav Stetskevych) Date: Tue, 6 Jul 2010 22:56:30 +0300 Subject: [Slackbuilds-users] preload fails to generate the config file Message-ID: Hi dudes, this is what I get when I try to build preload on 13.1 [ ... snip ... ] make preload mv -f .deps/readahead.Tpo .deps/readahead.Po . gen.preload.conf.sh preload.conf.in confkeys.h > preload.conf /bin/sh: line 0: .: gen.preload.conf.sh: file not found make[2]: *** [preload.conf] Error 1 make[2]: *** Waiting for unfinished jobs.... [ ... endsnip ... ] I think this went unnoticed by the admins because the build proceeds fine after this step and the package is generated. Just the conf file comes empty, and as a result preload fails to start at all. Robby, you are the maintainer for this ;-) Please investigate. -- V'yacheslav. -- If you think of MS-DOS as mono, and Windows as stereo, then Linux is Dolby Digital and all the music is free... http://GetGNULinux.org http://PereidiNaLinux.org http://OtrymayLinux.org From ozan.turkyilmaz at gmail.com Tue Jul 6 20:03:29 2010 From: ozan.turkyilmaz at gmail.com (=?UTF-8?B?T3phbiBUw7xya3nEsWxtYXo=?=) Date: Tue, 6 Jul 2010 23:03:29 +0300 Subject: [Slackbuilds-users] preload fails to generate the config file In-Reply-To: References: Message-ID: 2010/7/6 V'yacheslav Stetskevych : > Hi dudes, > > this is what I get when I try to build preload on 13.1 > > [ ... snip ... ] > make ?preload > mv -f .deps/readahead.Tpo .deps/readahead.Po > . gen.preload.conf.sh preload.conf.in confkeys.h > preload.conf > /bin/sh: line 0: .: gen.preload.conf.sh: file not found > make[2]: *** [preload.conf] Error 1 > make[2]: *** Waiting for unfinished jobs.... > [ ... endsnip ... ] > do you use -jn where n > 1? -- Ozan From didier.spaier at epsm.fr Tue Jul 6 22:32:38 2010 From: didier.spaier at epsm.fr (Didier Spaier) Date: Wed, 07 Jul 2010 00:32:38 +0200 Subject: [Slackbuilds-users] Problem building libproxy Message-ID: <4C33AF06.5030600@epsm.fr> Hi all, trying to build libproxy on Slackware64-13.1 it failed because jsapi.h, referenced in libproxy-0.4.2/libproxy/modules/pacrunner_mozjs.cpp:34 was not found. Having read the thread http://code.google.com/p/libproxy/issues/detail?id=18 I notice that though I get this: bash-4.1$ pkg-config --cflags mozilla-js -DXP_UNIX -DJS_THREADSAFE -I/usr/include/xulrunner-1.9.1.7/stable in fact jsapi.h is in /usr/include/xulrunner-1.9.1.7/unstable Thus as I edited /usr/lib64/pkgconfig/mozilla-js.pc with s/stable/unstable/ and then I could build successfully libproxy. So my questions are: - I had installed previously xulrunner-1.9.1.7 because I needed it for something else. Is it a dependency of libproxy, though this be not indicated in the README ? - Is there a packaging problem with xulrunner-1.9.1.7? - May-be the file jsapi.h was expected from another package but which one? I have another one in /usr/include/seamonkey-2.0.5/js but it is not seen at build time. Best regards, Didier From erik at slackbuilds.org Tue Jul 6 22:50:52 2010 From: erik at slackbuilds.org (Erik Hanson) Date: Tue, 6 Jul 2010 17:50:52 -0500 Subject: [Slackbuilds-users] Problem building libproxy In-Reply-To: <4C33AF06.5030600@epsm.fr> References: <4C33AF06.5030600@epsm.fr> Message-ID: <20100706175052.20602f68@shaggy.doo> On Wed, 07 Jul 2010 00:32:38 +0200 Didier Spaier wrote: > So my questions are: > - I had installed previously xulrunner-1.9.1.7 because I needed it > for something else. Is it a dependency of libproxy, though this be > not indicated in the README ? xulrunner is not a dependency, but libproxy searches for js in the following order: xulrunner-js;firefox-js;mozilla-js;seamonkey-js You might try adding this cmake option: -DMOZJS_SEARCH_ORDER=seamonkey-js With any luck, that will force it to only use seamonkey (which works here). Hope this helps. I won't dig any further into this though, since libproxy is not my script. -- Erik Hanson -------------- 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 Jul 6 23:53:04 2010 From: serban.udrea at skmail.ikp.physik.tu-darmstadt.de (Serban Udrea) Date: Wed, 07 Jul 2010 01:53:04 +0200 Subject: [Slackbuilds-users] LAPACK download link and md5sum In-Reply-To: References: Message-ID: <4C33C1E0.8050600@skmail.ikp.physik.tu-darmstadt.de> Hello! LAPACK upstream recently released v. 3.2.2 for LAPACK. Consequently, the file referenced by the lapack slackbuild does not correspond to v. 3.2.1 anymore and the md5sum is consequently not the one from the info file. Since 3.2.2 is a bugfix release, just changing the version to the new one where appropriate and the md5sum to 37369f490a4c26d6e6551470ce5ad7d1 should do the trick. Best regards, Serban Udrea PS. It would be nice to know if Eugene Suter still wishes to maintain LAPACK, otherwise I would take it over. From moura.nilton at gmail.com Wed Jul 7 00:01:14 2010 From: moura.nilton at gmail.com (Nilton Moura) Date: Tue, 6 Jul 2010 21:01:14 -0300 Subject: [Slackbuilds-users] Broken link Message-ID: Hi. There's a broken link in the page http://slackbuilds.org/repository/13.1/multimedia/ffmpegthumbnailer/. The link to the Slackbuild Script points to multimedia directory (http://slackbuilds.org/slackbuilds/13.1/multimedia/ffmpegthumbnailer.tar.gz) but the file is in the desktop directory. Best regards, -- Nilton Moura (nmoura) Gtalk: moura.nilton at gmail.com UIN: 20300499 Slackware Linux From larryhaja at gmail.com Wed Jul 7 00:01:43 2010 From: larryhaja at gmail.com (Larry Hajali) Date: Tue, 6 Jul 2010 17:01:43 -0700 Subject: [Slackbuilds-users] Wrong download link and md5sum Message-ID: In the package 'ode', the md5sum is wrong. On the website and info file it is c5d51e4c73bff379e5ae18ac218ebba3, but the actual file's md5sum is 712579afabc2a15aa56e399f76171477. Also the download link for gst-plugins-farsight has moved to the following location. http://farsight.freedesktop.org/releases/obsolete/gst-plugins-farsight/gst-plugins-farsight-0.12.11.tar.gz Thanks, Larry From erik at slackbuilds.org Wed Jul 7 00:09:31 2010 From: erik at slackbuilds.org (Erik Hanson) Date: Tue, 6 Jul 2010 19:09:31 -0500 Subject: [Slackbuilds-users] Broken link In-Reply-To: References: Message-ID: <20100706190931.7ce1fcf6@shaggy.doo> On Tue, 6 Jul 2010 21:01:14 -0300 Nilton Moura wrote: > There's a broken link in the page > http://slackbuilds.org/repository/13.1/multimedia/ffmpegthumbnailer/. > The link to the Slackbuild Script points to multimedia directory > (http://slackbuilds.org/slackbuilds/13.1/multimedia/ffmpegthumbnailer.tar.gz) > but the file is in the desktop directory. This should be fixed now, thanks. http://slackbuilds.org/repository/13.1/desktop/ffmpegthumbnailer/ -- Erik Hanson -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 198 bytes Desc: not available URL: From nagendra.nitk at gmail.com Wed Jul 7 01:29:35 2010 From: nagendra.nitk at gmail.com (Nagendra K) Date: Tue, 6 Jul 2010 21:29:35 -0400 Subject: [Slackbuilds-users] Open office slackbuild does not work for 3.2.1 Message-ID: Hi, I was trying to install Open office using the Slackbuild. The version on the website is 2.4.0, which I could not find on the open office website. I downloaded the latest version 3.2.1 and tried running the script with this version number, but it did not work. Thanks -------------- next part -------------- An HTML attachment was scrubbed... URL: From rworkman at slackbuilds.org Wed Jul 7 01:42:27 2010 From: rworkman at slackbuilds.org (Robby Workman) Date: Tue, 6 Jul 2010 20:42:27 -0500 Subject: [Slackbuilds-users] Open office slackbuild does not work for 3.2.1 In-Reply-To: References: Message-ID: <20100706204227.571f7400@liberty.rlwhome.lan> On Tue, 6 Jul 2010 21:29:35 -0400 Nagendra K wrote: > I was trying to install Open office using the Slackbuild. The version > on the website is 2.4.0, which I could not find on the open office > website. I downloaded the latest version 3.2.1 and tried running the > script with this version number, but it did not work. Exactly what "website" are you viewing? -RW -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 198 bytes Desc: not available URL: From nagendra.nitk at gmail.com Wed Jul 7 03:09:08 2010 From: nagendra.nitk at gmail.com (Nagendra K) Date: Tue, 6 Jul 2010 23:09:08 -0400 Subject: [Slackbuilds-users] Open office slackbuild does not work for 3.2.1 In-Reply-To: <20100706204227.571f7400@liberty.rlwhome.lan> References: <20100706204227.571f7400@liberty.rlwhome.lan> Message-ID: Sorry, I think I was in the wrong repository (12.0 instead of 13.1). I got the correct build from this link http://slackbuilds.org/repository/13.1/office/openoffice.org/ and this works fine. The Slackbuild in 12.0 points to the older version of open office (2.4.0 which is no longer available on their website http://www.openoffice.org/. Sorry again for the confusion and thanks for the help!! On Tue, Jul 6, 2010 at 9:42 PM, Robby Workman wrote: > On Tue, 6 Jul 2010 21:29:35 -0400 > Nagendra K wrote: > > > I was trying to install Open office using the Slackbuild. The version > > on the website is 2.4.0, which I could not find on the open office > > website. I downloaded the latest version 3.2.1 and tried running the > > script with this version number, but it did not work. > > > Exactly what "website" are you viewing? > > -RW > -------------- next part -------------- An HTML attachment was scrubbed... URL: From rworkman at slackbuilds.org Wed Jul 7 07:07:39 2010 From: rworkman at slackbuilds.org (Robby Workman) Date: Wed, 7 Jul 2010 02:07:39 -0500 Subject: [Slackbuilds-users] Problem building libproxy In-Reply-To: <4C33AF06.5030600@epsm.fr> References: <4C33AF06.5030600@epsm.fr> Message-ID: <20100707020739.4af0f407@liberty.rlwhome.lan> On Wed, 07 Jul 2010 00:32:38 +0200 Didier Spaier wrote: > Hi all, > > trying to build libproxy on Slackware64-13.1 it failed because > jsapi.h, referenced in > libproxy-0.4.2/libproxy/modules/pacrunner_mozjs.cpp:34 was not found. > > Having read the thread > http://code.google.com/p/libproxy/issues/detail?id=18 I notice that > though I get this: bash-4.1$ pkg-config --cflags mozilla-js -DXP_UNIX > -DJS_THREADSAFE -I/usr/include/xulrunner-1.9.1.7/stable > > in fact jsapi.h is in /usr/include/xulrunner-1.9.1.7/unstable > > Thus as I edited /usr/lib64/pkgconfig/mozilla-js.pc with > s/stable/unstable/ and then I could build successfully libproxy. > > So my questions are: > - I had installed previously xulrunner-1.9.1.7 because I needed it > for something else. Is it a dependency of libproxy, though this be > not indicated in the README ? > - Is there a packaging problem with xulrunner-1.9.1.7? > - May-be the file jsapi.h was expected from another package but which > one? I have another one in /usr/include/seamonkey-2.0.5/js but it is > not seen at build time. About all I can tell you is that it builds fine on a stock system. Probably you need seamonkey installed. -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 Wed Jul 7 07:17:46 2010 From: rworkman at slackbuilds.org (Robby Workman) Date: Wed, 7 Jul 2010 02:17:46 -0500 Subject: [Slackbuilds-users] Wrong download link and md5sum In-Reply-To: References: Message-ID: <20100707021746.0f477dfd@liberty.rlwhome.lan> On Tue, 6 Jul 2010 17:01:43 -0700 Larry Hajali wrote: > In the package 'ode', the md5sum is wrong. On the website and info > file it is c5d51e4c73bff379e5ae18ac218ebba3, but the actual file's > md5sum is 712579afabc2a15aa56e399f76171477. This must have been changed by upstream since the initial release, because my local copy has the same md5sum as what's in the info file (which means that it was the same for the submitter). Anyway, it's fixed in my git branch, so it will be part of the next update. > Also the download link for gst-plugins-farsight has moved to the > following location. > > http://farsight.freedesktop.org/releases/obsolete/gst-plugins-farsight/gst-plugins-farsight-0.12.11.tar.gz Fixed; thanks. -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 Wed Jul 7 07:20:09 2010 From: rworkman at slackbuilds.org (Robby Workman) Date: Wed, 7 Jul 2010 02:20:09 -0500 Subject: [Slackbuilds-users] md5sum lyx.info In-Reply-To: References: Message-ID: <20100707022009.4529d9d9@liberty.rlwhome.lan> On Tue, 6 Jul 2010 17:58:45 +0100 "Greg' Ar Tourter" wrote: > The md5sum for lyx in the info file is wrong. It seems to be the one > for the tar.bz2 source but the link provided is the tar.gz. > If keeping the tar.gz source link, the md5sum should be > 0faa057c49f570eddb5474a639f0357e Fixed; thanks! -RW -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 198 bytes Desc: not available URL: From slava18 at gmail.com Wed Jul 7 07:26:35 2010 From: slava18 at gmail.com (V'yacheslav Stetskevych) Date: Wed, 7 Jul 2010 10:26:35 +0300 Subject: [Slackbuilds-users] preload fails to generate the config file In-Reply-To: References: Message-ID: 2010/7/6 Ozan T?rky?lmaz : > 2010/7/6 V'yacheslav Stetskevych : >> Hi dudes, >> >> this is what I get when I try to build preload on 13.1 >> >> [ ... snip ... ] >> make ?preload >> mv -f .deps/readahead.Tpo .deps/readahead.Po >> . gen.preload.conf.sh preload.conf.in confkeys.h > preload.conf >> /bin/sh: line 0: .: gen.preload.conf.sh: file not found >> make[2]: *** [preload.conf] Error 1 >> make[2]: *** Waiting for unfinished jobs.... >> [ ... endsnip ... ] >> > > do you use -jn where n > 1? Hi Ozan, I *did* use 'export MAKEFLAGS="-j2" in /etc/sbopkg/sbopkg.conf. Now I've tried running the slackbuild manually. I get the very same error. MAKEFLAGS is unset, I checked that. Any other suggestions? -- V'yacheslav. From rworkman at slackbuilds.org Wed Jul 7 07:35:11 2010 From: rworkman at slackbuilds.org (Robby Workman) Date: Wed, 7 Jul 2010 02:35:11 -0500 Subject: [Slackbuilds-users] preload fails to generate the config file In-Reply-To: References: Message-ID: <20100707023511.7f2d967c@liberty.rlwhome.lan> On Wed, 7 Jul 2010 10:26:35 +0300 "V'yacheslav Stetskevych" wrote: > 2010/7/6 Ozan T?rky?lmaz : > > 2010/7/6 V'yacheslav Stetskevych : > >> Hi dudes, > >> > >> this is what I get when I try to build preload on 13.1 > >> > >> [ ... snip ... ] > >> make ?preload > >> mv -f .deps/readahead.Tpo .deps/readahead.Po > >> . gen.preload.conf.sh preload.conf.in confkeys.h > preload.conf > >> /bin/sh: line 0: .: gen.preload.conf.sh: file not found > >> make[2]: *** [preload.conf] Error 1 > >> make[2]: *** Waiting for unfinished jobs.... > >> [ ... endsnip ... ] > >> > > > > do you use -jn where n > 1? > > Hi Ozan, > > I *did* use 'export MAKEFLAGS="-j2" in /etc/sbopkg/sbopkg.conf. > Now I've tried running the slackbuild manually. I get the very same > error. MAKEFLAGS is unset, I checked that. > > Any other suggestions? http://slackbuilds.org/temp/preload.tar.gz Use that until the new one hits the repo. -RW -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 198 bytes Desc: not available URL: From didier.spaier at epsm.fr Wed Jul 7 07:37:40 2010 From: didier.spaier at epsm.fr (Didier Spaier) Date: Wed, 07 Jul 2010 09:37:40 +0200 Subject: [Slackbuilds-users] Problem building libproxy In-Reply-To: <20100707020739.4af0f407@liberty.rlwhome.lan> References: <4C33AF06.5030600@epsm.fr> <20100707020739.4af0f407@liberty.rlwhome.lan> Message-ID: <4C342EC4.7090400@epsm.fr> On 07/07/2010 09:07, Robby Workman wrote: > On Wed, 07 Jul 2010 00:32:38 +0200 > Didier Spaier wrote: > >> Hi all, >> >> trying to build libproxy on Slackware64-13.1 it failed because >> jsapi.h, referenced in >> libproxy-0.4.2/libproxy/modules/pacrunner_mozjs.cpp:34 was not found. >> >> Having read the thread >> http://code.google.com/p/libproxy/issues/detail?id=18 I notice that >> though I get this: bash-4.1$ pkg-config --cflags mozilla-js -DXP_UNIX >> -DJS_THREADSAFE -I/usr/include/xulrunner-1.9.1.7/stable >> >> in fact jsapi.h is in /usr/include/xulrunner-1.9.1.7/unstable >> >> Thus as I edited /usr/lib64/pkgconfig/mozilla-js.pc with >> s/stable/unstable/ and then I could build successfully libproxy. >> >> So my questions are: >> - I had installed previously xulrunner-1.9.1.7 because I needed it >> for something else. Is it a dependency of libproxy, though this be >> not indicated in the README ? >> - Is there a packaging problem with xulrunner-1.9.1.7? >> - May-be the file jsapi.h was expected from another package but which >> one? I have another one in /usr/include/seamonkey-2.0.5/js but it is >> not seen at build time. > > > About all I can tell you is that it builds fine on a stock system. > Probably you need seamonkey installed. > > -RW Thanks Erik and Robby. I do have seamonkey installed. I removed xulrunner and all went fine. So, the problem seems to come from mozilla-js.pc shipped with xulrunner indicating a wrong path in its last line: <---> ... includedir=/usr/include/xulrunner-1.9.1.7 ... Cflags: -I${includedir}/stable -DXP_UNIX -DJS_THREADSAFE <---> Or may be (some of) the files in ${includedir}/unstable should be put in ${includedir}/stable instead? Anyhow I this seems me to be a problem with xulrunner, not with libproxy. Didier From mauro.giachero at gmail.com Wed Jul 7 11:33:47 2010 From: mauro.giachero at gmail.com (Mauro Giachero) Date: Wed, 7 Jul 2010 13:33:47 +0200 Subject: [Slackbuilds-users] HTTP access to the repository In-Reply-To: References: <8578.212.179.75.50.1278414379.squirrel@www.lingnu.com> Message-ID: On Tue, Jul 6, 2010 at 2:02 PM, Leonardo wrote: > http://slackbuilds.org/gitweb/?p=slackbuilds.git;a=summary > > why not use the git interface to grab such resoruces? for example, > > > http://slackbuilds.org/gitweb/?p=slackbuilds.git;a=blob_plain;f=libraries/Impacket/Impacket.SlackBuild;hb=HEAD > > the hash variable are "optional". > > if there are something like PACKAGES.TXT will be possible to do a > better guess on path > Grabbing things from a web page, guessing bits here and there, isn't the right way to work. The gitweb interface, just like the "old" website, is meant to be used by human beings, and as such is subject to change and isn't efficient at all for batch downloads. I agree with Asaf that an HTTP access to the repository would be useful (I for one am missing it right now). Any chance the admins could set up any kind of HTTP mirror? -- Mauro Giachero -------------- next part -------------- An HTML attachment was scrubbed... URL: From korgie at gmail.com Wed Jul 7 11:46:05 2010 From: korgie at gmail.com (korgman) Date: Wed, 07 Jul 2010 14:46:05 +0300 Subject: [Slackbuilds-users] Fwd: biosdisk slackbuild dl URL Message-ID: <4C3468FD.2010305@gmail.com> Michales, it looks like the URL for the biiosdisk package has changed. I found this one: http://linux.dell.com/biosdisk/archive/biosdisk-0.75-2.tar.gz Thank to: \\Greg for right the report. -- http://clavisound.gr Michales Michaloudes Thessaloniki From rworkman at slackbuilds.org Thu Jul 8 05:26:04 2010 From: rworkman at slackbuilds.org (Robby Workman) Date: Thu, 8 Jul 2010 05:26:04 +0000 Subject: [Slackbuilds-users] Updates - 20100708 Message-ID: <20100708052604.GA15998@slackbuilds.org> Thu Jul 8 05:16:11 UTC 2010 development/nant: Added (a .NET build tool) libraries/eaccelerator: Updated for version 0.9.6.1. libraries/html5lib: Added (HTML parser based on the HTML5 spec) libraries/libatasmart: Added (ATA S.M.A.R.T. library) libraries/ode: Fixed md5sum in ode.info file libraries/rrdtool: Miscellaneous script cleanup. libraries/sg3_utils: Added (utilities for the linux sg driver) misc/biosdisk: Updated download link multimedia/gecko-mediaplayer: Updated for version 0.9.9.2. multimedia/gnome-mplayer: Updated for version 0.9.9.2. multimedia/gst-plugins-farsight: Fixed download link in .info file multimedia/media-player-info: Added (media player capability data) multimedia/minitunes: Added (A cross-platform music player) network/cacti: Updated for version 0.8.7e_p6. network/opera: Removed stale desktop file from our archive network/shorewall6: Updated for version 4.4.10.3. network/shorewall: Updated for version 4.4.10.3. office/kmymoney: Fixed README. office/lyx: Fixed md5sum in lyx.info system/openmpi: Added (an open source MPI-2 implementation) system/preload: Updated for version 0.6.4 system/syslog-ng: Added (syslogd replacment) system/udisks: Added (storage device daemon) system/upower: Added (power management abstraction daemon) system/zfs-fuse: Updated for version 0.6.9. From rworkman at slackbuilds.org Thu Jul 8 05:32:14 2010 From: rworkman at slackbuilds.org (Robby Workman) Date: Thu, 8 Jul 2010 00:32:14 -0500 Subject: [Slackbuilds-users] HTTP access to the repository In-Reply-To: References: <8578.212.179.75.50.1278414379.squirrel@www.lingnu.com> Message-ID: <20100708003214.56ec3792@liberty.rlwhome.lan> On Wed, 7 Jul 2010 13:33:47 +0200 Mauro Giachero wrote: > Grabbing things from a web page, guessing bits here and there, isn't > the right way to work. The gitweb interface, just like the "old" > website, is meant to be used by human beings, and as such is subject > to change and isn't efficient at all for batch downloads. > > I agree with Asaf that an HTTP access to the repository would be > useful (I for one am missing it right now). Any chance the admins > could set up any kind of HTTP mirror? I don't understand what you need, aside from what's already available (and has been since this project began): http://slackbuilds.org/slackbuilds/ Since it wasn't there already, I added it to the page footer at: http://slackbuilds.org/repository/13.1/ -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 Thu Jul 8 05:44:18 2010 From: rworkman at slackbuilds.org (Robby Workman) Date: Thu, 8 Jul 2010 00:44:18 -0500 Subject: [Slackbuilds-users] HTTP access to the repository In-Reply-To: <20100708003214.56ec3792@liberty.rlwhome.lan> References: <8578.212.179.75.50.1278414379.squirrel@www.lingnu.com> <20100708003214.56ec3792@liberty.rlwhome.lan> Message-ID: <20100708004418.45509a44@liberty.rlwhome.lan> On Thu, 8 Jul 2010 00:32:14 -0500 Robby Workman wrote: > On Wed, 7 Jul 2010 13:33:47 +0200 > Mauro Giachero wrote: > > > Grabbing things from a web page, guessing bits here and there, isn't > > the right way to work. The gitweb interface, just like the "old" > > website, is meant to be used by human beings, and as such is subject > > to change and isn't efficient at all for batch downloads. > > > > I agree with Asaf that an HTTP access to the repository would be > > useful (I for one am missing it right now). Any chance the admins > > could set up any kind of HTTP mirror? > > > I don't understand what you need, aside from what's already > available (and has been since this project began): > > http://slackbuilds.org/slackbuilds/ > > Since it wasn't there already, I added it to the page footer at: > > http://slackbuilds.org/repository/13.1/ > After thinking some more, perhaps this would suit you even better: http://slackbuilds.org/ports/ Each version'd directory has a tarball and gpg sig of every app in the repo for that version (well, they're actually symlinks, but that doesn't matter from your perspective). -RW -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 198 bytes Desc: not available URL: From sombriks at gmail.com Thu Jul 8 11:46:24 2010 From: sombriks at gmail.com (Leonardo) Date: Thu, 8 Jul 2010 08:46:24 -0300 Subject: [Slackbuilds-users] HTTP access to the repository In-Reply-To: <20100708003214.56ec3792@liberty.rlwhome.lan> References: <8578.212.179.75.50.1278414379.squirrel@www.lingnu.com> <20100708003214.56ec3792@liberty.rlwhome.lan> Message-ID: 2010/7/8 Robby Workman : >(...) > I don't understand what you need, aside from what's already > available (and has been since this project began): > > ?http://slackbuilds.org/slackbuilds/ > > Since it wasn't there already, I added it to the page footer at: > > ? http://slackbuilds.org/repository/13.1/ > > -RW > >(...) Robby, maybe provide also FILELIST.TXT, such artifact helps some tools. From erik at slackbuilds.org Thu Jul 8 23:47:37 2010 From: erik at slackbuilds.org (Erik Hanson) Date: Thu, 8 Jul 2010 18:47:37 -0500 Subject: [Slackbuilds-users] Updates - 20100708.2 Message-ID: <20100708184738.6f277155@shaggy.doo> Thu Jul 8 23:34:40 UTC 2010 desktop/QtCurve-Gtk2: Updated for version 1.5.1. desktop/QtCurve-KDE4: Updated for version 1.5.1. development/p4: Updated for version r10.1. development/p4v: Updated for version 2010.1.251161. graphics/evolus-pencil: Added (Opensource GUI Prototyping Tool) libraries/afflib: Updated for version 3.5.12. libraries/libewf: Updated for version 20100226. libraries/pycontrol: Added (Python library for the F5 iControl API) multimedia/LiVES: Updated for version 1.3.4. network/httping: Added (HTTP Request ping) network/node: Updated for version 0.1.100. network/periscope: Updated for version 0.1.9. network/pidgin-sipe: Added (pidgin plugin for Sip Exchange Protocol) network/python-suds: Added (lightweight SOAP python client) office/kmymoney: Fixed README again. office/verbiste: Added (a French conjugation system) system/di: Added (disk information utility) system/lzip: Updated for version 1.10. system/sleuthkit: Updated for version 3.1.3. From mauro.giachero at gmail.com Fri Jul 9 11:00:47 2010 From: mauro.giachero at gmail.com (Mauro Giachero) Date: Fri, 9 Jul 2010 13:00:47 +0200 Subject: [Slackbuilds-users] HTTP access to the repository In-Reply-To: <20100708004418.45509a44@liberty.rlwhome.lan> References: <8578.212.179.75.50.1278414379.squirrel@www.lingnu.com> <20100708003214.56ec3792@liberty.rlwhome.lan> <20100708004418.45509a44@liberty.rlwhome.lan> Message-ID: On Thu, Jul 8, 2010 at 7:44 AM, Robby Workman wrote: > On Thu, 8 Jul 2010 00:32:14 -0500 Robby Workman > wrote: > > [...] > > > > I don't understand what you need, aside from what's already > > available (and has been since this project began): > > > > http://slackbuilds.org/slackbuilds/ > > > > Since it wasn't there already, I added it to the page footer at: > > > > http://slackbuilds.org/repository/13.1/ > > > > > After thinking some more, perhaps this would suit you even > better: > > http://slackbuilds.org/ports/ > > Each version'd directory has a tarball and gpg sig of every > app in the repo for that version (well, they're actually > symlinks, but that doesn't matter from your perspective). > > -RW > I wasn't aware of those two links, thank you! The former is actually the best of the two, since from I latter I can't see a way to understand to which category a package belongs to. Given that implementing an rsync-like HTTP download would be somewhat feasible, would you admins consider it "polite"? I mean, a single download would imply a truckload of HTTP connections: - 1 for categories list - 14 for the list of packages in each category - 2100 for the .tar.gz - 2100 for the .tar.gz.asc Of course, multiply that figure for the number of sbopkg users behind draconian firewalls. PS: I'm on vacation from today till July 26th, so I'll reply with a "little" delay. Sorry about that. -- Mauro Giachero -------------- next part -------------- An HTML attachment was scrubbed... URL: From mjjzf at syntaktisk.dk Fri Jul 9 16:44:09 2010 From: mjjzf at syntaktisk.dk (Morten Juhl-Johansen =?ISO-8859-1?Q?Z=F6lde-Fej=E9r?=) Date: Fri, 9 Jul 2010 12:44:09 -0400 Subject: [Slackbuilds-users] Recordmydesktop issues Message-ID: <20100709124409.30d68249@darkstar.example.net> Did any of you experience issues using Recordmydesktop? On my 13.1 machine, it creates a tiny file which seems to be a microscopic part of the frames recorded. Yours, Morten From rworkman at slackbuilds.org Sat Jul 10 07:32:10 2010 From: rworkman at slackbuilds.org (Robby Workman) Date: Sat, 10 Jul 2010 07:32:10 +0000 Subject: [Slackbuilds-users] Updates - 20100710 Message-ID: <20100710073210.GA32237@slackbuilds.org> Sat Jul 10 07:18:50 UTC 2010 audio/gogglesmm: Updated for version 0.10.24. audio/quodlibet: Added (Music Management Program) desktop/gmrun: Added (provides a simple "run program" window) development/argus-clients: Added (open source IP Audit tool) development/argus: Added (open source IP Audit tool) development/ldns: Updated for version 1.6.5. games/mame: Added (Multiple Arcade Machine Emulator) games/qmc2: Updated for version 0.2.b15. libraries/perl-Date-Manip: Added /etc/timezone file. libraries/rrdtool: Updated for version 1.4.4. multimedia/2ManDVD: Updated for version 1.3.5. network/rekonq: Added (KDE browser based on Webkit) system/ZoneMinder: Added (security and surveillance solution) system/di: Fixed VERSION in di.info file system/gdisk: Added (partitioning tool for gpt) system/gparted: Updated for version 0.6.1. system/truecrypt: Amended README to note manual download. From baildon.research at googlemail.com Sat Jul 10 09:55:20 2010 From: baildon.research at googlemail.com (David Spencer) Date: Sat, 10 Jul 2010 10:55:20 +0100 Subject: [Slackbuilds-users] Some necessary changes to build a newer version of gpsd In-Reply-To: References: <20100622145241.GB2007@kiras> Message-ID: > A new upstream version of gpsd, 2.95, is due to be released right now, > so I'll wait another few days before submitting the new gpsd > SlackBuild, if that's ok with everyone. FYI, upstream now seems more interested in fixing the problems that Niels noticed than in releasing a new version. This is praiseworthy, but not immediately productive, so I just submitted 2.94 to SBo. Thanks everybody -D. From ml at mareichelt.com Sat Jul 10 10:42:09 2010 From: ml at mareichelt.com (markus reichelt) Date: Sat, 10 Jul 2010 12:42:09 +0200 Subject: [Slackbuilds-users] Updates - 20100710 In-Reply-To: <20100710073210.GA32237@slackbuilds.org> References: <20100710073210.GA32237@slackbuilds.org> Message-ID: <20100710104209.GA6428@pc21.mareichelt.com> * Robby Workman wrote: > system/truecrypt: Amended README to note manual download. which states: "NOTE: There is no direct link to the TrueCrypt source archive, as such, it must be downloaded manually from within a web browser." An app of that magnitude not offering a direct download link... Yeah, sure. I'm reading that as: "Kids, stay clear of the candy-man." (...)? YMMV, MIFS. -- left blank, right bald -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 836 bytes Desc: not available URL: From miorimmax at gmail.com Sat Jul 10 12:47:16 2010 From: miorimmax at gmail.com (Max Miorim) Date: Sat, 10 Jul 2010 09:47:16 -0300 Subject: [Slackbuilds-users] Updates - 20100710 In-Reply-To: <20100710104209.GA6428@pc21.mareichelt.com> References: <20100710073210.GA32237@slackbuilds.org> <20100710104209.GA6428@pc21.mareichelt.com> Message-ID: On Sat, Jul 10, 2010 at 7:42 AM, markus reichelt wrote: > * Robby Workman wrote: > >> system/truecrypt: Amended README to note manual download. > > which states: > > "NOTE: There is no direct link to the TrueCrypt source archive, as > such, it must be downloaded manually from within a web browser." > > An app of that magnitude not offering a direct download link... > > Yeah, sure. I'm reading that as: "Kids, stay clear of the candy-man." > > (...)? > > YMMV, MIFS. > > -- > left blank, right bald There's no direct link because you have to accept and agree with their license before downloading the sources. ;) http://www.truecrypt.org/downloads2 -- Max From erik at slackbuilds.org Sun Jul 11 15:38:49 2010 From: erik at slackbuilds.org (Erik Hanson) Date: Sun, 11 Jul 2010 10:38:49 -0500 Subject: [Slackbuilds-users] Updates - 20100711.1 Message-ID: <20100711103849.6adf87d9@shaggy.doo> Sun Jul 11 15:30:16 UTC 2010 audio/volumeicon: Added (systray volume control) desktop/maitreya: Added (software for Vedic and western astrology) desktop/wmdate: Fixed slack-desc development/Coin: Miscellaneous cleanups development/Pivy: Miscellaneous cleanups development/SoQt: Miscellaneous cleanups games/gtkballs: Added (clone of Lines - logic game about balls) graphics/pinta: Added (simple image editor, a Paint.NET clone) libraries/libmemcached: Updated for version 0.42. libraries/perl-OpenGL-Image: Added (abstract imaging interfaces) libraries/perl-OpenGL-Shader: Added (manage for OpenGL shaders) libraries/perl-OpenGL: Added (portable perl binding for OpenGL) libraries/unixODBC: Fixed slack-desc misc/gnu-unifont: Fixed md5sum multimedia/devede: Updated for version 3.16.9. multimedia/dvd-slideshow: Added (Creates a slideshow-style DVD) network/nagios: Fix symlinks when using an alternative root. network/zabbix_agentd: Miscellaneous cleanups network/zabbix_server: Miscellaneous cleanups system/gpsd: Updated for version 2.94. system/grub2: Added (GRand Unified Bootloader) system/md5deep: Updated for version 3.6. system/sdltrs: Miscellaneous cleanups From joshuakwood at gmail.com Sun Jul 11 19:18:08 2010 From: joshuakwood at gmail.com (JK Wood) Date: Sun, 11 Jul 2010 14:18:08 -0500 Subject: [Slackbuilds-users] portmidi In-Reply-To: <20100507031213.GA8104@Junius> References: <20100506011741.GA7724@Junius> <20100507031213.GA8104@Junius> Message-ID: On Thursday, May 6, 2010, David Woodfall wrote: > On (12:34 06/05/10), Tim King put forth the proposition: > > Hi thanks for checking David. > > Yes I'm using the script from SBo for hydrogen and all depends including > portmidi. ?I AM using multilib as well (which I neglected to mention), but I > am not using the 32 bit environment at all. ?All of my build commands look > like so: > > ARCH=x86_64 ./portmidi.SlackBuild > > Does all this need to be built 32 bit instead or is there something I need > to do differently because of the multilib? > > > I just built on x86_64 without problems, except I needed to edit the > ladspa slackbuild. > > I really don't know if multilib will affect things. I would be > inclined to think passing ARCH=x86_64 would just build as if it's > plain x86_64. > > Perhaps someone else on the list will know more about that. > > > > Tim > Occasionally, you have to force it to use the correct libraries in a multilib environment. SlackBuilds.org recommends LDFLAGS="-L/usr/lib${LIBSUFFIX}" but I invariably use LDFLAGS="-L/lib${LIBSUFFIX} -L/usr/lib${LIBSUFFIX}" in front of your configure lines. Otherwise, assuming you still have problems, you might want to look for a Gentoo patch for multilib or something. --JK From andrew.antle at gmail.com Mon Jul 12 02:02:49 2010 From: andrew.antle at gmail.com (Andrew Antle) Date: Sun, 11 Jul 2010 22:02:49 -0400 Subject: [Slackbuilds-users] jack-audio-connection-kit README Message-ID: A small typo fix. Diff attached. -- Andrew Antle -------------- next part -------------- A non-text attachment was scrubbed... Name: jack-audio-connection-kit.README.diff Type: application/octet-stream Size: 603 bytes Desc: not available URL: From chaos.proton at gmail.com Mon Jul 12 08:02:32 2010 From: chaos.proton at gmail.com (Grissiom) Date: Mon, 12 Jul 2010 16:02:32 +0800 Subject: [Slackbuilds-users] Add "unset CDPATH" at the head of SlackBuilds Message-ID: Hello, In recent work, I know that it is better to unset CDPATH at the very beginning of packaging scripts. There are tow reasons: 1, If CDPATH is not empty, cd will echo the dir name to stdout each time changes pwd. This will mess up the output in some cases. 2, User can use CDPATH to mislead cd's search path and then _may_ do something dangerous. For example: ~/test$ pwd /home/grissiom/test ~/test$ cat t.sh export CDPATH="$HOME/test" cd $HOME echo "I'm at" $PWD cd test-cdpath echo "I'm at" $PWD "now" ~/test$ file ./test-cdpath/ ./test-cdpath/: directory ~/test$ file ~/test-cdpath/ /home/grissiom/test-cdpath/: directory ~/test$ sh t.sh I'm at /home/grissiom /home/grissiom/test/test-cdpath I'm at /home/grissiom/test/test-cdpath now You can see CDPATH can make cd don't change into folder under current directory. This may lead to vulnerable problems in SlackBuilds. This is tested in normal user but applicable to root. -- Cheers, Grissiom From eha at alienbase.nl Mon Jul 12 10:53:25 2010 From: eha at alienbase.nl (Eric Hameleers) Date: Mon, 12 Jul 2010 12:53:25 +0200 (CEST) Subject: [Slackbuilds-users] Add "unset CDPATH" at the head of SlackBuilds In-Reply-To: References: Message-ID: On Mon, 12 Jul 2010, Grissiom wrote: > Hello, > > In recent work, I know that it is better to unset CDPATH at the very > beginning of packaging scripts. There are tow reasons: > > 1, If CDPATH is not empty, cd will echo the dir name to stdout each > time changes pwd. This will mess up the output in some cases. > > 2, User can use CDPATH to mislead cd's search path and then _may_ do > something dangerous. For example: ... > You can see CDPATH can make cd don't change into folder under current > directory. This may lead to vulnerable problems in SlackBuilds. > This is tested in normal user but applicable to root. If I put a gun to my head and pull the trigger, I may get killed too. I do not believe that a SlackBuild script should try and safeguard the user from all the weird things he does as root. Keep your root environment clean and nothing disastrous will happen. 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 belka.ew at gmail.com Mon Jul 12 14:56:42 2010 From: belka.ew at gmail.com (Eugen Wissner) Date: Mon, 12 Jul 2010 16:56:42 +0200 Subject: [Slackbuilds-users] i3 Message-ID: I submitted i3 and forgot to write in README that it has 2 dependencies: libev and yajl. Sorry and correct it please. -------------- next part -------------- An HTML attachment was scrubbed... URL: From crockabiscuit at yahoo.com Wed Jul 14 01:44:31 2010 From: crockabiscuit at yahoo.com (Crocka Biscuit) Date: Tue, 13 Jul 2010 18:44:31 -0700 (PDT) Subject: [Slackbuilds-users] Fw: I want to submit easytag with a patch applied for slackware 13.1. In-Reply-To: <5010.37819.qm@web120313.mail.ne1.yahoo.com> References: <5010.37819.qm@web120313.mail.ne1.yahoo.com> Message-ID: <691658.83092.qm@web120302.mail.ne1.yahoo.com> I want a permission to submit easytag and likely take over the maintenance. ----- Forwarded Message ---- From: Halim Issa To: Crocka Biscuit Sent: Wed, July 7, 2010 4:55:47 PM Subject: Re: I want to submit easytag with a patch applied for slackware 13.1. Please do. My new job takes me on extensive travel and the little spare time I have this year I spend with my family. My apologies for late reply - please by all means do submit, and if you would like, please also assume ownership of the easytag slackbuild. Thanks! On 17 June 2010 07:32, Crocka Biscuit wrote: > Is it ok for me to submit it to slackbuilds.org? I've made it ready. > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From andrew.antle at gmail.com Wed Jul 14 04:10:37 2010 From: andrew.antle at gmail.com (Andrew Antle) Date: Wed, 14 Jul 2010 00:10:37 -0400 Subject: [Slackbuilds-users] jack-audio-connection-kit README In-Reply-To: References: Message-ID: On Sun, Jul 11, 2010 at 10:02 PM, Andrew Antle wrote: > A small typo fix. Diff attached. I apologize. Gmail sent my .diff as a binary file. --- README.orig 2010-07-11 21:47:23.152231684 -0400 +++ README 2010-07-11 21:51:30.366252927 -0400 @@ -4,7 +4,7 @@ own processes (ie. as a normal application) or they can run within a JACK server instance (i.e. as a "plugin"). -jackd has to run with realtime priviledges. One way to do this on Slackware +jackd has to run with realtime privileges. One way to do this on Slackware would be to use set_rlimits. Since 12.2 there's another way. If you have a filesystem that supports posix capabilities (reiserfs does not), you can grant jackd the rights to run in realtime mode, even when started as -- Andrew Antle -------------- next part -------------- --- README.orig 2010-07-11 21:47:23.152231684 -0400 +++ README 2010-07-11 21:51:30.366252927 -0400 @@ -4,7 +4,7 @@ own processes (ie. as a normal application) or they can run within a JACK server instance (i.e. as a "plugin"). -jackd has to run with realtime priviledges. One way to do this on Slackware +jackd has to run with realtime privileges. One way to do this on Slackware would be to use set_rlimits. Since 12.2 there's another way. If you have a filesystem that supports posix capabilities (reiserfs does not), you can grant jackd the rights to run in realtime mode, even when started as From lmello.009 at gmail.com Wed Jul 14 21:54:47 2010 From: lmello.009 at gmail.com (Luis Henrique) Date: Wed, 14 Jul 2010 18:54:47 -0300 Subject: [Slackbuilds-users] Broken links Message-ID: <4C3E3227.2080406@gmail.com> These source packages links are broken on current (13.1): - industrial-cursos-theme - terminus-font - lyx -- Luis From grbzks at xsmail.com Wed Jul 14 22:00:35 2010 From: grbzks at xsmail.com (Grigorios Bouzakis) Date: Thu, 15 Jul 2010 01:00:35 +0300 Subject: [Slackbuilds-users] Broken links In-Reply-To: <4C3E3227.2080406@gmail.com> References: <4C3E3227.2080406@gmail.com> Message-ID: <201007150100.43990.grbzks@xsmail.com> On Thursday 15 of July 2010 00:54:47 Luis Henrique wrote: > These source packages links are broken on current (13.1): > > - terminus-font Terminus homepage (and download link) has moved to sourceforge: http://sourceforge.net/projects/terminus-font/ -- Greg -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 836 bytes Desc: This is a digitally signed message part. URL: From mjjzf at syntaktisk.dk Wed Jul 14 22:13:16 2010 From: mjjzf at syntaktisk.dk (Morten Juhl-Johansen =?ISO-8859-1?Q?Z=F6lde-Fej=E9r?=) Date: Wed, 14 Jul 2010 18:13:16 -0400 Subject: [Slackbuilds-users] Broken links In-Reply-To: <4C3E3227.2080406@gmail.com> References: <4C3E3227.2080406@gmail.com> Message-ID: <20100714181316.14818c40@darkstar.example.net> On Wed, 14 Jul 2010 18:54:47 -0300 Luis Henrique wrote: > These source packages links are broken on current (13.1): > > - industrial-cursos-theme > - terminus-font > - lyx > > -- Luis The LyX project have been having some server problems. I just posted a fresh LyX slackbuild, and the address is certainly correct. Yours, Morten From slakmagik at gmail.com Thu Jul 15 04:01:14 2010 From: slakmagik at gmail.com (slakmagik) Date: Thu, 15 Jul 2010 00:01:14 -0400 Subject: [Slackbuilds-users] Broken links In-Reply-To: <4C3E3227.2080406@gmail.com> References: <4C3E3227.2080406@gmail.com> Message-ID: <20100715040114.GA12828@devbox> On 2010-07-14 (Wed) 18:54:47 [-0300], Luis Henrique wrote: > These source packages links are broken on current (13.1): > > - industrial-cursos-theme > - terminus-font > - lyx > Thanks. This will be fixed soon one way or another. For now, this mirror: http://mirror.nus.edu.sg/Debian/pool/main/i/industrial-cursor-theme/ still has it and it can also be gotten from https://launchpad.net/ubuntu/+archive/primary/+files/industrial-cursor-theme_0.6.1.3.tar.gz but I'm not sure if either of those will last. It does seem to be going from Debian mirrors and maybe Ubuntu, too. From lmello.009 at gmail.com Thu Jul 15 05:02:04 2010 From: lmello.009 at gmail.com (Luis Henrique) Date: Thu, 15 Jul 2010 02:02:04 -0300 Subject: [Slackbuilds-users] mysqlcc In-Reply-To: References: Message-ID: <4C3E964C.6050806@gmail.com> On 06/17/2010 12:58 AM, Niels Horn wrote: > On Wed, Jun 16, 2010 at 11:22 PM, Branimir Radovic > wrote: >> Hi, >> >> I have problem with building mysqlcc package. Log is in attach. >> >> I'm using Slackware 13.1 and i have installed qt3 and kdelibs3. >> >> Tnx >> >> _______________________________________________ >> 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/ >> >> >> > > mysqlcc shows several build-time problems with the new mysql headers > and the new compiler. > > It has been without updates since 2007, I think this project can be > considered dead... > > Maybe try phpMyAdmin? > > Niels > _______________________________________________ > 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/ > There's gsql too, I think you'll need only gconf and gtksourceview built upon vanilla Slackware in order to use it. -- Luis From mjjzf at syntaktisk.dk Thu Jul 15 12:13:35 2010 From: mjjzf at syntaktisk.dk (Morten Juhl-Johansen =?ISO-8859-1?Q?Z=F6lde-Fej=E9r?=) Date: Thu, 15 Jul 2010 08:13:35 -0400 Subject: [Slackbuilds-users] Hold LyX slackbuild submission Message-ID: <20100715081335.410c9316@darkstar.example.net> Dear Alpha-slackers, Please take the LyX 1.6.6.1 Slackbuild I submitted out of the queue - I see v1.6.7 was released last night, so I will be submitting that instead. Yours, Morten From pwcazenave at gmail.com Thu Jul 15 15:34:34 2010 From: pwcazenave at gmail.com (Pierre Cazenave) Date: Thu, 15 Jul 2010 16:34:34 +0100 Subject: [Slackbuilds-users] Supplementary manpages Message-ID: <4C3F2A8A.8010602@gmail.com> I've written a SlackBuild for OCROpus which builds fine given a couple of Debian patches. When I was getting those patches, I noticed Debian have created a manpage for OCROpus as there isn't one included by default. Would including this in the SlackBuild submission as a separate file be OK? Would it be treated like a patch (i.e. incorporated in the submitted build) or should I link to it as another download? Or, should I just omit it altogether and leave the package as upstream released it: manpageless? Thoughts welcome, Pierre From grbzks at xsmail.com Thu Jul 15 16:02:59 2010 From: grbzks at xsmail.com (Grigorios Bouzakis) Date: Thu, 15 Jul 2010 19:02:59 +0300 Subject: [Slackbuilds-users] Maintenance of some of my scripts Message-ID: <201007151903.17321.grbzks@xsmail.com> Hi, i am no longer willing to maintain the following applications: http://slackbuilds.org/repository/13.1/network/filezilla/ http://slackbuilds.org/repository/13.1/office/apvlv/ Both are outdated at the moment. The is also rubyripper which was removed from 13.1 due to incompatibilities with ruby 1.9. The project has recently released a new version which solves all issues with newer ruby versions. Despite of the fact that i only built the command line version, there is also a GTK+2 frontend which depends on ruby- gtk2 which already on the site. Feel free to pick up any of those, and dont hesitate to ask if you have any questions. -- Greg -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 836 bytes Desc: This is a digitally signed message part. URL: From willysr at gmail.com Thu Jul 15 16:05:51 2010 From: willysr at gmail.com (Willy Sudiarto Raharjo) Date: Thu, 15 Jul 2010 23:05:51 +0700 Subject: [Slackbuilds-users] Maintenance of some of my scripts In-Reply-To: <201007151903.17321.grbzks@xsmail.com> References: <201007151903.17321.grbzks@xsmail.com> Message-ID: > http://slackbuilds.org/repository/13.1/network/filezilla/ I'll take this one Is it OK? -- Willy Sudiarto Raharjo Registered Linux User : 336579 Web : http://www.informatix.or.id/willy Blog : http://willysr.blogspot.com http://slackblogs.blogspot.com From grbzks at xsmail.com Thu Jul 15 16:13:12 2010 From: grbzks at xsmail.com (Grigorios Bouzakis) Date: Thu, 15 Jul 2010 19:13:12 +0300 Subject: [Slackbuilds-users] Maintenance of some of my scripts In-Reply-To: References: <201007151903.17321.grbzks@xsmail.com> Message-ID: <201007151913.13016.grbzks@xsmail.com> On Thursday 15 of July 2010 19:05:51 Willy Sudiarto Raharjo wrote: > > http://slackbuilds.org/repository/13.1/network/filezilla/ > > I'll take this one > Is it OK? Sure, no need to ask. :) -- Greg -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 836 bytes Desc: This is a digitally signed message part. URL: From belka.ew at gmail.com Thu Jul 15 19:01:30 2010 From: belka.ew at gmail.com (Eugen Wissner) Date: Thu, 15 Jul 2010 21:01:30 +0200 Subject: [Slackbuilds-users] Maintenance of some of my scripts In-Reply-To: <201007151913.13016.grbzks@xsmail.com> References: <201007151903.17321.grbzks@xsmail.com> <201007151913.13016.grbzks@xsmail.com> Message-ID: And I'll take apvlv. -------------- next part -------------- An HTML attachment was scrubbed... URL: From erik at slackbuilds.org Fri Jul 16 01:22:06 2010 From: erik at slackbuilds.org (Erik Hanson) Date: Thu, 15 Jul 2010 20:22:06 -0500 Subject: [Slackbuilds-users] Updates - 20100716.1 Message-ID: <20100715202206.14aeaf7e@shaggy.doo> Fri Jul 16 01:14:37 UTC 2010 desktop/cwp: Updated for version 1.1.0. libraries/libcap-ng: Updated for version 0.6.4. libraries/libjpeg-turbo: Updated for version 1.0.0. libraries/libmpc: Added (C library for complex number arithmetic) libraries/libvirt: Updated for version 0.7.7. libraries/pyOpenSSL: Updated for version 0.10. libraries/yajl: Added (Yet Another JSON Library) misc/dwdiff: Updated for version 1.8. misc/keychain: Updated for version 2.7.1. network/filezilla: Updated for version 3.3.3. New Maintainer. network/framework: Updated for version 3.4.1. network/mod_evasive: New download URL. network/nikto: Updated for version 2.1.2. network/openvas-cli: Added (OpenVAS command line interface) network/openvas-libraries: Updated for version 3.0.5. network/openvas-scanner: Updated for version 3.0.2. network/suhosin: Updated for version 0.9.31. office/adobe-reader: Build bump, fixed symlink typo. system/atop: Updated for version 1.25. system/upower: Updated for version 0.9.5. From sid77 at slackware.it Fri Jul 16 08:08:32 2010 From: sid77 at slackware.it (Marco Bonetti) Date: Fri, 16 Jul 2010 10:08:32 +0200 Subject: [Slackbuilds-users] Updates - 20100716.1 In-Reply-To: <20100715202206.14aeaf7e@shaggy.doo> References: <20100715202206.14aeaf7e@shaggy.doo> Message-ID: <4C401380.1030500@slackware.it> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 07/16/2010 03:22 AM, Erik Hanson wrote: > network/openvas-cli: Added (OpenVAS command line interface) > network/openvas-libraries: Updated for version 3.0.5. > network/openvas-scanner: Updated for version 3.0.2. The whole openvas suite just got a version upgrade :-P I'm going to rebuild this stuff really soon - -- Marco Bonetti Tor research and other stuff: http://sid77.slackware.it/ 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.10 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAkxAE4AACgkQTYvJ9gtgvF9wggCdE32F9AV3eT7c9l/yj8Sg6wRc tVoAnjlK/J76AMXF4o1T1nYN3zVQc3P8 =FzO0 -----END PGP SIGNATURE----- From audrius at neutrino.lt Fri Jul 16 12:17:51 2010 From: audrius at neutrino.lt (Audrius =?utf-8?Q?Ka=C5=BEukauskas?=) Date: Fri, 16 Jul 2010 15:17:51 +0300 Subject: [Slackbuilds-users] Supplementary manpages In-Reply-To: <4C3F2A8A.8010602@gmail.com> References: <4C3F2A8A.8010602@gmail.com> Message-ID: <20100716121751.GA2323@kiras> On Thu, 2010-07-15 at 16:34:34 +0100, Pierre Cazenave wrote: > I've written a SlackBuild for OCROpus which builds fine given a > couple of Debian patches. When I was getting those patches, I > noticed Debian have created a manpage for OCROpus as there isn't one > included by default. > > Would including this in the SlackBuild submission as a separate file > be OK? Would it be treated like a patch (i.e. incorporated in the > submitted build) or should I link to it as another download? Or, > should I just omit it altogether and leave the package as upstream > released it: manpageless? Running find . -type f -name '*.[1-9]' on my local git clone of SBo shows quite a few SlackBuilds which have man pages as the separate files added. So, yes, it's a good idea to provide a man page. One example might be unrar; I suggest checking it and doing the same for OCROpus. -- Audrius Ka?ukauskas -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 198 bytes Desc: not available URL: From pwcazenave at gmail.com Fri Jul 16 14:09:29 2010 From: pwcazenave at gmail.com (Pierre Cazenave) Date: Fri, 16 Jul 2010 15:09:29 +0100 Subject: [Slackbuilds-users] Supplementary manpages In-Reply-To: <20100716121751.GA2323@kiras> References: <4C3F2A8A.8010602@gmail.com> <20100716121751.GA2323@kiras> Message-ID: <4C406819.8090309@gmail.com> On 16/07/2010 13:17, Audrius Ka?ukauskas wrote: > On Thu, 2010-07-15 at 16:34:34 +0100, Pierre Cazenave wrote: >> I've written a SlackBuild for OCROpus which builds fine given a >> couple of Debian patches. When I was getting those patches, I >> noticed Debian have created a manpage for OCROpus as there isn't one >> included by default. >> >> Would including this in the SlackBuild submission as a separate file >> be OK? Would it be treated like a patch (i.e. incorporated in the >> submitted build) or should I link to it as another download? Or, >> should I just omit it altogether and leave the package as upstream >> released it: manpageless? > > Running find . -type f -name '*.[1-9]' on my local git clone of SBo > shows quite a few SlackBuilds which have man pages as the separate files > added. So, yes, it's a good idea to provide a man page. One example > might be unrar; I suggest checking it and doing the same for OCROpus. > > > > > _______________________________________________ > 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/ > Ah, I didn't think to check existing submissions. Well, if it's been done before, then I'll just go ahead and submit it all in one bundle. Thanks for the input, Pierre From lmello.009 at gmail.com Mon Jul 19 12:50:01 2010 From: lmello.009 at gmail.com (Luis Henrique) Date: Mon, 19 Jul 2010 09:50:01 -0300 Subject: [Slackbuilds-users] [FIX] Eclipse + xulrunner issue. In-Reply-To: References: Message-ID: <4C4449F9.2090306@gmail.com> On 06/17/2010 06:47 PM, Antonio Hern?ndez Blas wrote: > Hi all. > > There's an issue with Eclipse and it's internal web browser that cause > a fatal error with the Java VM. When you launch eclipse you may get a > message like these ones: > > This one is from my system (slackware 13.0 + jdk 6u16 + firefox 3.6.3): > # > # A fatal error has been detected by the Java Runtime Environment: > # > # SIGSEGV (0xb) at pc=0xb2ffe82f, pid=6504, tid=3085474000 > # > # JRE version: 6.0_16-b01 > # Java VM: Java HotSpot(TM) Client VM (14.2-b01 mixed mode, sharing linux-x86 ) > # Problematic frame: > # C [libxpcom_core.so+0x8882f] > # > # An error report file with more information is saved as: > # $HOME/hs_err_pid6504.log > # > # If you would like to submit a bug report, please visit: > # http://java.sun.com/webapps/bugreport/crash.jsp > # The crash happened outside the Java Virtual Machine in native code. > # See problematic frame for where to report the bug. > # > /usr/bin/eclipse: line 3: 6504 Aborted /opt/eclipse/eclipse $@ > > This one is from Howard Pepper's system (slackware 13.1 + jdk 6u20 + > firefox 3.6.3): > # > # A fatal error has been detected by the Java Runtime Environment: > # > # SIGSEGV (0xb) at pc=0xb212eb00, pid=14285, tid=3076683456 > # > # JRE version: 6.0_20-b02 > # Java VM: Java HotSpot(TM) Client VM (16.3-b01 mixed mode, sharing linux-x86 ) > # Problematic frame: > # C [libxul.so+0xa7ab00] > # > # An error report file with more information is saved as: > # $HOME/hs_err_pid14285.log > # > # If you would like to submit a bug report, please visit: > # http://java.sun.com/webapps/bugreport/crash.jsp > # > /usr/bin/eclipse: line 3: 14285 Aborted /opt/eclipse/eclipse $@ > > Fixes: > > You can "simple" install xulrunner: > http://slackbuilds.org/repository/13.0/libraries/xulrunner/ > http://slackbuilds.org/repository/13.1/libraries/xulrunner/ > > But build this package takes quite a lot of time. > > The second fix (that doesn't require to install xulrunner but > seamonkey) is to specify to the Java VM the location of xulrunner > (http://www.eclipse.org/swt/faq.php#specifyxulrunner). To make this > edit > /opt/eclipse/eclipse.ini > and add the line: > -Dorg.eclipse.swt.browser.XULRunnerPath=/usr/lib/seamonkey > below the '-vmargs' line. > > Note: xulrunner is also inside /usr/lib/firefox, but if you specify > this, you would get a message like: > > # > # A fatal error has been detected by the Java Runtime Environment: > # > # SIGSEGV (0xb) at pc=0xb80ab31d, pid=28349, tid=3086207184 > # > # JRE version: 6.0_16-b01 > # Java VM: Java HotSpot(TM) Client VM (14.2-b01 mixed mode, sharing linux-x86 ) > # Problematic frame: > # C [libpthread.so.0+0xa31d] pthread_cond_signal+0xd > # > # An error report file with more information is saved as: > # $HOME/hs_err_pid28349.log > /opt/eclipse/eclipse: symbol lookup error: > /usr/lib/firefox-3.6.3/libxul.so: undefined symbol: > _Z20js_NextActiveContextP9JSRuntimeP9JSContext > > This was just tested in an x86 system, i' don't know if this applied > to x86_64 too and BTW, this is not related to /etc/ld.so.conf > misconfiguration or anything like that. > > Thanks to Howard Pepper for reminding me about this issue. > > Any comment is welcome :) > Wouldn't you know, this also fixes RSSOwl! I added: > -Dorg.eclipse.swt.browser.XULRunnerPath=/usr/lib/seamonkey just below the '-vmargs' line in the /usr/lib/RSSOwl/RSSOwl.ini file, and then it never crashed again :) This really should be made into a patch and/or README information on the RSSOwl slackbuild. Thanks, Antonio! -- Luis From erik at slackbuilds.org Mon Jul 19 13:26:43 2010 From: erik at slackbuilds.org (Erik Hanson) Date: Mon, 19 Jul 2010 08:26:43 -0500 Subject: [Slackbuilds-users] [FIX] Eclipse + xulrunner issue. In-Reply-To: <4C4449F9.2090306@gmail.com> References: <4C4449F9.2090306@gmail.com> Message-ID: <20100719082643.197e2db2@shaggy.doo> On Mon, 19 Jul 2010 09:50:01 -0300 Luis Henrique wrote: > Wouldn't you know, this also fixes RSSOwl! I added: > > > -Dorg.eclipse.swt.browser.XULRunnerPath=/usr/lib/seamonkey > > just below the '-vmargs' line in the /usr/lib/RSSOwl/RSSOwl.ini file, > and then it never crashed again :) > > This really should be made into a patch and/or README information on > the RSSOwl slackbuild. I hesitate to do this, I maintain the RSSOwl SlackBuild and it runs 24/7 here. I don't think I've ever seen it crash, with or with-out xulrunner installed. Is this possibly a 32-bit only issue? -- Erik Hanson -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 198 bytes Desc: not available URL: From lmello.009 at gmail.com Mon Jul 19 13:39:17 2010 From: lmello.009 at gmail.com (Luis Henrique) Date: Mon, 19 Jul 2010 10:39:17 -0300 Subject: [Slackbuilds-users] [FIX] Eclipse + xulrunner issue. In-Reply-To: <20100719082643.197e2db2@shaggy.doo> References: <4C4449F9.2090306@gmail.com> <20100719082643.197e2db2@shaggy.doo> Message-ID: <4C445585.1080709@gmail.com> On 07/19/2010 10:26 AM, Erik Hanson wrote: > On Mon, 19 Jul 2010 09:50:01 -0300 > Luis Henrique wrote: > >> Wouldn't you know, this also fixes RSSOwl! I added: >> >> > -Dorg.eclipse.swt.browser.XULRunnerPath=/usr/lib/seamonkey >> >> just below the '-vmargs' line in the /usr/lib/RSSOwl/RSSOwl.ini file, >> and then it never crashed again :) >> >> This really should be made into a patch and/or README information on >> the RSSOwl slackbuild. > > I hesitate to do this, I maintain the RSSOwl SlackBuild and it runs 24/7 > here. I don't think I've ever seen it crash, with or with-out xulrunner > installed. > > Is this possibly a 32-bit only issue? > > > > > _______________________________________________ > 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/ > Maybe... my box is 32-bit. Do you have seamonkey and seamonkey-solibs installed? From slakmagik at gmail.com Tue Jul 20 02:09:17 2010 From: slakmagik at gmail.com (slakmagik) Date: Mon, 19 Jul 2010 22:09:17 -0400 Subject: [Slackbuilds-users] Sbopkg 0.33.2 Released Message-ID: <20100720020917.GA2580@devbox> sbopkg 0.33.2 is released. Unfortunately, it's not a very fun release. Here's the change since the last release: * fix security issue involving unsafe creation of temp{dir,file} It takes an unlikely series of events but most exploits do. Without this fix or a known secure SBOPKGTMP, it's possible for an attacker to execute an arbitrary shell script as root. * A user creates /tmp/sbopkg on a system where sbopkg has not yet been installed or run. * Root installs/runs sbopkg without noticing /tmp/sbopkg's ownership. * The attacker detects root is running sbopkg. * The attacker puts arbitrary code in /tmp/sbopkg/sbopkg_updates_tempfile * Root runs the 'update' function and crosses ll. 744, 745 and 749 (of 0.33.1). The code is executed. Unfortunately, sbopkg.org and googlecode aren't communicating well at the moment - IIRC, sbopkg.org looks to trunk to update its data and this is in a branch and I don't have access to sbopkg.org, so you'll need to get it directly from googlecode: http://code.google.com/p/sbopkg/ Alternatively, you can check googlecode for the diff of r836 and apply it. Altalternatively, you can just make absolutely certain that SBOPKGTMP is owned by root and contains nothing it shouldn't before running sbopkg. Fixing this issue one way or another is strongly recommended. Meanwhile, there's a lot of fun stuff in trunk at the moment. A release shouldn't be too far off but this issue caught us by surprise and it was important to get this addressed quickly. Also, trunk features a much more aggressive (though maybe not yet complete) fix for this issue, but it's only received *very* cursory testing so anyone wanting to try it out could help a lot. From lmello.009 at gmail.com Tue Jul 20 03:25:59 2010 From: lmello.009 at gmail.com (Luis Henrique) Date: Tue, 20 Jul 2010 00:25:59 -0300 Subject: [Slackbuilds-users] thunar-volman-settings - bug? Message-ID: <4C451747.7050508@gmail.com> Folks, thunar-volman-settings (AKA 'Removable Drives and Media' as a desktop menu entry) isn't saving its settings aside from the 'Removable Storage' section. For example, when I set 'Play audio CDs when inserted' to run a command (like xine cdda://1) nothing happens. When I restart thunar-volman-settings the command box is empty. I've used both the stock slackware xfce-4.6.1-8 package and rworkman's xfce-4.6.2-3 package, and the problem persists. Does anybody else has experienced this also? -- Luis From rworkman at slackbuilds.org Tue Jul 20 13:38:39 2010 From: rworkman at slackbuilds.org (Robby Workman) Date: Tue, 20 Jul 2010 08:38:39 -0500 Subject: [Slackbuilds-users] jack-audio-connection-kit README In-Reply-To: References: Message-ID: <20100720083839.549cfe5a@liberty.rlwhome.lan> On Wed, 14 Jul 2010 00:10:37 -0400 Andrew Antle wrote: > On Sun, Jul 11, 2010 at 10:02 PM, Andrew Antle > wrote: > > A small typo fix. Diff attached. > > --- README.orig 2010-07-11 21:47:23.152231684 -0400 > +++ README 2010-07-11 21:51:30.366252927 -0400 > @@ -4,7 +4,7 @@ > own processes (ie. as a normal application) or they can run within a > JACK server instance (i.e. as a "plugin"). > > -jackd has to run with realtime priviledges. One way to do this on > Slackware +jackd has to run with realtime privileges. One way to do > this on Slackware would be to use set_rlimits. Since 12.2 there's > another way. If you have a filesystem that supports posix > capabilities (reiserfs does not), you can grant jackd the rights to > run in realtime mode, even when started as Committed (with some other cleanup) to my branch ; thanks! -RW -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 198 bytes Desc: not available URL: From belka.ew at gmail.com Tue Jul 20 14:11:49 2010 From: belka.ew at gmail.com (Eugen Wissner) Date: Tue, 20 Jul 2010 16:11:49 +0200 Subject: [Slackbuilds-users] ffmpeg's manpage Message-ID: Hi, ffmpeg-0.6 has no manpage. I get an error: ./ffmpeg.SlackBuild: line 194: cd: /tmp/SBo/package-ffmpeg/usr/man: No such file or directory I compiled with speex, lame, faac, opencore-amr and x264. -------------- next part -------------- An HTML attachment was scrubbed... URL: From pwcazenave at gmail.com Tue Jul 20 14:18:01 2010 From: pwcazenave at gmail.com (Pierre Cazenave) Date: Tue, 20 Jul 2010 15:18:01 +0100 Subject: [Slackbuilds-users] ffmpeg's manpage In-Reply-To: References: Message-ID: <4C45B019.5040904@gmail.com> On 20/07/2010 15:11, Eugen Wissner wrote: > Hi, ffmpeg-0.6 has no manpage. I get an error: ./ffmpeg.SlackBuild: > line 194: cd: /tmp/SBo/package-ffmpeg/usr/man: No such file or > directory > > I compiled with speex, lame, faac, opencore-amr and x264. > > > > > _______________________________________________ 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/ > When you become root, ensure you're using "su -" and not just "su". The latter will cause this result, the former allows the man-pages to be correctly installed. See this previous message and its replies: http://lists.slackbuilds.org/pipermail/slackbuilds-users/2010-June/005735.html Pierre From belka.ew at gmail.com Tue Jul 20 14:33:05 2010 From: belka.ew at gmail.com (Eugen Wissner) Date: Tue, 20 Jul 2010 16:33:05 +0200 Subject: [Slackbuilds-users] ffmpeg's manpage In-Reply-To: <4C45B019.5040904@gmail.com> References: <4C45B019.5040904@gmail.com> Message-ID: Sorry, I didn't read README carefully. 2010/7/20 Pierre Cazenave > On 20/07/2010 15:11, Eugen Wissner wrote: > >> Hi, ffmpeg-0.6 has no manpage. I get an error: ./ffmpeg.SlackBuild: >> line 194: cd: /tmp/SBo/package-ffmpeg/usr/man: No such file or >> directory >> >> I compiled with speex, lame, faac, opencore-amr and x264. >> >> >> >> >> _______________________________________________ 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/ >> >> > When you become root, ensure you're using "su -" and not just "su". The > latter will cause this result, the former allows the man-pages to be > correctly installed. See this previous message and its replies: > > > http://lists.slackbuilds.org/pipermail/slackbuilds-users/2010-June/005735.html > > Pierre > _______________________________________________ > 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/ > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From thedoogster at gmail.com Wed Jul 21 00:58:03 2010 From: thedoogster at gmail.com (Doogster) Date: Tue, 20 Jul 2010 17:58:03 -0700 Subject: [Slackbuilds-users] Qt-Creator keywords Message-ID: Searching for "qtcreator" doesn't turn up the qt-creator SlackBuild. Please add "qtcreator" as a search keyword for the qt-creator SlackBuild. From bmg.andre at gmail.com Wed Jul 21 02:18:37 2010 From: bmg.andre at gmail.com (=?iso-8859-1?q?Andr=E9_Barboza?=) Date: Tue, 20 Jul 2010 23:18:37 -0300 Subject: [Slackbuilds-users] Qt-Creator keywords In-Reply-To: References: Message-ID: <201007202318.37481.bmg.andre@gmail.com> On Tuesday 20 July 2010 21:58:03 Doogster wrote: > Searching for "qtcreator" doesn't turn up the qt-creator SlackBuild. > > Please add "qtcreator" as a search keyword for the qt-creator SlackBuild. > _______________________________________________ > 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/ you're right! i always forget to add this keyword when i'm uploading an update... From erik at slackbuilds.org Wed Jul 21 07:04:27 2010 From: erik at slackbuilds.org (Erik Hanson) Date: Wed, 21 Jul 2010 02:04:27 -0500 Subject: [Slackbuilds-users] Updates - 20100721.1 Message-ID: <20100721020427.51490daf@shaggy.doo> Wed Jul 21 06:45:23 UTC 2010 audio/jack-audio-connection-kit: README cleanup desktop/dzen2: Trivial changes. desktop/xmonad: Build bump, various changes. development/acpica: Updated for version 20100702. development/alex: Updated for version 2.3.3. development/ghc: Updated for version 6.12.3. development/happy: Updated for version 1.18.5. libraries/haskell-HTTP: Build bump, various changes. libraries/haskell-HUnit: Build bump, various changes. libraries/haskell-MonadCatchIO-mtl: Added (Monad-transformer version of haskell-mtl) libraries/haskell-QuickCheck: Updated for version 2.1.1.1. libraries/haskell-X11: Build bump, various changes. libraries/haskell-binary: Build bump, various changes. New maintainer. libraries/haskell-cgi: Updated for version 3001.1.8.1. libraries/haskell-deepseq: Build bump, various changes. libraries/haskell-digest: Updated for version 0.0.0.8. New maintainer. libraries/haskell-editline: Build bump, various changes. libraries/haskell-fgl: Updated for version 5.4.2.3. libraries/haskell-haskeline: Updated for version 0.6.2.2. libraries/haskell-haskell-src: Build bump, various changes. libraries/haskell-html: Build bump, various changes. libraries/haskell-mtl: Build bump, various changes. libraries/haskell-network: Updated for version 2.2.1.7. libraries/haskell-packedstring: Build bump, various changes. libraries/haskell-parallel: Build bump, various changes. libraries/haskell-parsec: Updated for version 3.1.0. libraries/haskell-regex-base: Updated for version 0.93.2. libraries/haskell-regex-compat: Updated for version 0.93.1. libraries/haskell-regex-posix: Updated for version 0.94.2. libraries/haskell-stm: Updated for version 2.1.2.2. libraries/haskell-terminfo: Updated for version 0.3.1.2. libraries/haskell-utf8-string: Added (Support for reading and writing UTF8 Strings) libraries/haskell-xhtml: Build bump, various changes. libraries/haskell-zip-archive: Updated for version 0.1.1.6. New maintainer. libraries/haskell-zlib: Build bump, various changes. New maintainer. libraries/libedit: Updated for version 20100424_3.0. libraries/libssh2: Updated for version 1.2.6. libraries/xmonad-contrib: Build bump, various changes. multimedia/mkvtoolnix: Update mime and hicolor-icon cache in doinst.sh network/httping: compress manpages system/vboxgtk: Added (GTK frontend for VirtualBox) system/virtualbox-kernel-addons: Updated for version 3.2.6. system/virtualbox-kernel: Updated for version 3.2.6. system/virtualbox-ose-addons: Updated for version 3.2.6. system/virtualbox-ose: Updated for version 3.2.6. From rworkman at slackbuilds.org Wed Jul 21 07:16:18 2010 From: rworkman at slackbuilds.org (Robby Workman) Date: Wed, 21 Jul 2010 02:16:18 -0500 Subject: [Slackbuilds-users] Qt-Creator keywords In-Reply-To: <201007202318.37481.bmg.andre@gmail.com> References: <201007202318.37481.bmg.andre@gmail.com> Message-ID: <20100721021618.4dc67d1e@liberty.rlwhome.lan> On Tue, 20 Jul 2010 23:18:37 -0300 Andr? Barboza wrote: > On Tuesday 20 July 2010 21:58:03 Doogster wrote: > > Searching for "qtcreator" doesn't turn up the qt-creator SlackBuild. > > > > Please add "qtcreator" as a search keyword for the qt-creator > > SlackBuild. _______________________________________________ > > 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/ > > you're right! i always forget to add this keyword when i'm uploading > an update... No need now; I just looked and one of the other admins already added it. -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 Wed Jul 21 07:19:22 2010 From: rworkman at slackbuilds.org (Robby Workman) Date: Wed, 21 Jul 2010 02:19:22 -0500 Subject: [Slackbuilds-users] i3 In-Reply-To: References: Message-ID: <20100721021922.72b11043@liberty.rlwhome.lan> On Mon, 12 Jul 2010 16:56:42 +0200 Eugen Wissner wrote: > I submitted i3 and forgot to write in README that it has 2 > dependencies: libev and yajl. Sorry and correct it please. I fixed it in the submitted tarball (and also fixed the line wrapping). Admins, please update your local copies. Thanks, -RW -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 198 bytes Desc: not available URL: From stormtracknole at gmail.com Wed Jul 21 20:30:04 2010 From: stormtracknole at gmail.com (stormtracknole) Date: Wed, 21 Jul 2010 15:30:04 -0500 Subject: [Slackbuilds-users] My weather submission Message-ID: Admins, Could you please delete my "weather" package submission? There were some errors that I had to fix. I will resubmit as soon as I get the go ahead. Thanks ahead of time! -stn -------------- next part -------------- An HTML attachment was scrubbed... URL: From sid77 at slackware.it Thu Jul 22 09:21:29 2010 From: sid77 at slackware.it (Marco Bonetti) Date: Thu, 22 Jul 2010 11:21:29 +0200 Subject: [Slackbuilds-users] byobu in /pending is missing config file management Message-ID: <4C480D99.2070101@slackware.it> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hello all, I forgot to add the config files management to the uploaded byobu tarball. Could an admin remove it for re-submission or apply the attached patch? Sorry for the noise! Ciao, Marco - -- Marco Bonetti Tor research and other stuff: http://sid77.slackware.it/ 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.10 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAkxIDZkACgkQTYvJ9gtgvF+6uwCeJ9hj1AS5fNdhpC7C4t9s62Xo XVcAnA9BvFi8ZHsx+iw3cd5jAMqI4ULc =8XeE -----END PGP SIGNATURE----- -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: byobu.diff URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: byobu.diff.sig Type: application/octet-stream Size: 72 bytes Desc: not available URL: From belka.ew at gmail.com Thu Jul 22 13:07:31 2010 From: belka.ew at gmail.com (Eugen Wissner) Date: Thu, 22 Jul 2010 15:07:31 +0200 Subject: [Slackbuilds-users] slim Message-ID: Hi, Firstly, slim-1.3.2 is out. I suppose that slim-1.3.1-include_stdio_h.patch isn't more required. A part of code is twice repeated in slim.SlackBuild: set -e rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP rm -rf $PRGNAM-$VERSION tar xvf $CWD/$PRGNAM-$VERSION.tar.gz cd $PRGNAM-$VERSION chown -R root:root . find . \ \( -perm 777 -o -perm 775 -o -perm 711 -o -perm 555 -o -perm 511 \) \ -exec chmod 755 {} \; -o \ \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \ -exec chmod 644 {} \; And I corrected a patch for libpng (attached) -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: slim-1.3.2-use_libpng14.patch Type: application/octet-stream Size: 678 bytes Desc: not available URL: From mjjzf at syntaktisk.dk Fri Jul 23 16:04:34 2010 From: mjjzf at syntaktisk.dk (Morten Juhl-Johansen =?ISO-8859-1?Q?Z=F6lde-Fej=E9r?=) Date: Fri, 23 Jul 2010 12:04:34 -0400 Subject: [Slackbuilds-users] Missing Slackbuilds Message-ID: <20100723120434.2cfc4a6f@darkstar.example.net> I uploaded a Gajim 0.13.4 & a LyX 1.6.7 Slackbuild a week ago or so; but now, I can't see them in SBo or in the pending queue? Yours, Morten From slakmagik at gmail.com Fri Jul 23 16:24:19 2010 From: slakmagik at gmail.com (slakmagik) Date: Fri, 23 Jul 2010 12:24:19 -0400 Subject: [Slackbuilds-users] Missing Slackbuilds In-Reply-To: <20100723120434.2cfc4a6f@darkstar.example.net> References: <20100723120434.2cfc4a6f@darkstar.example.net> Message-ID: <20100723162419.GA11148@devbox> On 2010-07-23 (Fri) 12:04:34 [-0400], Morten Juhl-Johansen Z?lde-Fej?r wrote: > I uploaded a Gajim 0.13.4 & a LyX 1.6.7 Slackbuild a week ago or so; > but now, I can't see them in SBo or in the pending queue? > There's a third option: http://slackbuilds.org/ready/ ;) From mjjzf at syntaktisk.dk Fri Jul 23 16:53:54 2010 From: mjjzf at syntaktisk.dk (Morten Juhl-Johansen =?ISO-8859-1?Q?Z=F6lde-Fej=E9r?=) Date: Fri, 23 Jul 2010 12:53:54 -0400 Subject: [Slackbuilds-users] Missing Slackbuilds In-Reply-To: <20100723162419.GA11148@devbox> References: <20100723120434.2cfc4a6f@darkstar.example.net> <20100723162419.GA11148@devbox> Message-ID: <20100723125354.5f856fa4@darkstar.example.net> On Fri, 23 Jul 2010 12:24:19 -0400 slakmagik wrote: > On 2010-07-23 (Fri) 12:04:34 [-0400], Morten Juhl-Johansen > Z?lde-Fej?r wrote: > > I uploaded a Gajim 0.13.4 & a LyX 1.6.7 Slackbuild a week ago or so; > > but now, I can't see them in SBo or in the pending queue? > > > > There's a third option: > > http://slackbuilds.org/ready/ > > ;) /me slaps forehead despite good news. -mjjzf From titopoquito at googlemail.com Sat Jul 24 13:45:15 2010 From: titopoquito at googlemail.com (titopoquito) Date: Sat, 24 Jul 2010 15:45:15 +0200 Subject: [Slackbuilds-users] thunar-volman-settings - bug? In-Reply-To: <4C451747.7050508@gmail.com> References: <4C451747.7050508@gmail.com> Message-ID: <4C4AEE6B.8020409@gmail.com> Same bug here, using the GUI to change the settings overwrites ~/.config/Thunar/volmanrc and sets the permissions to rw-r--r--, all options where a command should be are empty. Tito On 20.07.2010 05:25, Luis Henrique wrote: > Folks, > > thunar-volman-settings (AKA 'Removable Drives and Media' as a desktop > menu entry) isn't saving its settings aside from the 'Removable Storage' > section. For example, when I set 'Play audio CDs when inserted' to run a > command (like xine cdda://1) nothing happens. When I restart > thunar-volman-settings the command box is empty. > > I've used both the stock slackware xfce-4.6.1-8 package and rworkman's > xfce-4.6.2-3 package, and the problem persists. Does anybody else has > experienced this also? > From novalazy at gmail.com Sun Jul 25 00:10:00 2010 From: novalazy at gmail.com (Peter Wang) Date: Sun, 25 Jul 2010 10:10:00 +1000 Subject: [Slackbuilds-users] pandoc submission Message-ID: <20100725000959.GM27457@plug.localdomain> Please delete the pending submission for pandoc. Less than 24 hours after my submission, a new version comes out. Peter From erik at slackbuilds.org Mon Jul 26 03:11:41 2010 From: erik at slackbuilds.org (Erik Hanson) Date: Sun, 25 Jul 2010 22:11:41 -0500 Subject: [Slackbuilds-users] Updates - 20100726.1 Message-ID: <20100725221141.36f13199@shaggy.doo> Mon Jul 26 02:54:54 UTC 2010 academic/celestia: Added (Realtime Space Simulation) audio/easytag: Added (Tag editor for MP3 and Ogg Vorbis files) desktop/ClipboardViewer: Added (GUI to view the clipboard) desktop/QtCurve-Gtk2: Updated for version 1.5.2. desktop/QtCurve-KDE: Updated for version 1.5.2. desktop/Vanilla-DMZ: Added (style neutral scalable cursor theme) desktop/cwp: Updated for version 1.1.1. desktop/industrial-cursor-theme: Removed, replaced by Vanilla-DMZ. games/nsudoku: Added (A Sudoku game in ncurses) games/simsu: Added (A basic Sudoku game) graphics/LDraw_data: Updated for version 201002. graphics/k3d: Added (3D modeling and animation software) graphics/leocad: Updated for version 0.75.1. graphics/leocad_pieces: Updated for version 3934. libraries/Mako: Updated for version 0.3.4. libraries/haskell-X11-xft: Build bump, various changes. libraries/haskell-hinotify: Build bump, various changes. libraries/perl-AppConfig: Added (module for reading config files and arguments) libraries/perl-FCGI: Added (Fast CGI module) libraries/perl-HTTP-Proxy: Added (a pure Perl HTTP proxy) libraries/perl-Proc-Daemon: Added (Run Perl program as a daemon process) libraries/perl-Template-Toolkit: Added (comprehensive template processing system) misc/authprogs: Added (A script that helps install ssh keys) misc/ssh-keyinstall: Added (A script to help install ssh keys) multimedia/mlt: README re-write. multimedia/tovid: Updated for version 0.33. New Maintainer. network/arptables: Updated for version 0.0.3-4. network/cacti: Updated for version 0.8.7g. network/gajim: Updated for version 0.13.4. network/mod_hosts_access: Build bump, various changes. network/qbittorrent: Added (a C++ / Qt4 Bittorrent Client) network/shorewall6: Updated for version 4.4.11. network/shorewall: Updated for version 4.4.11. network/silc-toolkit: Added (Secure Interenet Live Conferencing Toolkit) office/apvlv: Updated for version 0.0.9.7. New Maintainer. office/lyx: Updated for version 1.6.7. office/scribus: Updated for version 1.3.7. office/wammu: Added (Mobile-phone manager) system/bar: Added (Command Line Progress Bar) system/gammu: Updated for version 1.28.0. system/iotop: Updated for version 0.4.1. system/oss: Updated for version 4.2.2003. From sid77 at slackware.it Mon Jul 26 15:49:14 2010 From: sid77 at slackware.it (Marco Bonetti) Date: Mon, 26 Jul 2010 17:49:14 +0200 Subject: [Slackbuilds-users] Updates - 20100726.1 In-Reply-To: <20100725221141.36f13199@shaggy.doo> References: <20100725221141.36f13199@shaggy.doo> Message-ID: <4C4DAE7A.9010800@slackware.it> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 07/26/2010 05:11 AM, Erik Hanson wrote: > libraries/Mako: Updated for version 0.3.4. After upgrading this package only in today's batch I can no longer start gwibber, it complains about "ImportError: No module named markupsafe". The module is imported in /usr/lib/python2.6/site-packages/mako/filters.py , line 11. I think this module http://pypi.python.org/pypi/MarkupSafe needs to be add as a dependency, anyone else is experiencing the problem? Ciao, Marco - -- Marco Bonetti Tor research and other stuff: http://sid77.slackware.it/ 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.10 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAkxNrnoACgkQTYvJ9gtgvF+xoACeM8E2gMmHcfYhMLevnGUtoJo4 oNoAoN7b7GfSRAlQcstIk/7CxDvIVxvL =JKDz -----END PGP SIGNATURE----- From 1.41421 at gmail.com Mon Jul 26 23:37:44 2010 From: 1.41421 at gmail.com (JCA) Date: Mon, 26 Jul 2010 17:37:44 -0600 Subject: [Slackbuilds-users] celestia 1.6.0 not building Message-ID: Here's what I am getting: checking for X... libraries , headers checking for gethostbyname... yes checking for connect... yes checking for remove... yes checking for shmat... yes checking for IceConnectionNumber in -lICE... yes checking for deflate in -lz... yes checking GL/gl.h usability... yes checking GL/gl.h presence... yes checking for GL/gl.h... yes checking for glNewList in -lGL... yes checking GL/glu.h usability... yes checking GL/glu.h presence... yes checking for GL/glu.h... yes checking for gluLookAt in -lGLU... yes checking for i486-slackware-linux-pkg-config... no checking for pkg-config... /usr/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking for GTK... yes checking for CAIRO... yes checking for THEORA... yes checking for jpeg_start_decompress in -ljpeg... no configure: error: jpeg library not found The libjpeg-v8a-i486-1 is installed in my box. From dominian at slackadelic.com Mon Jul 26 23:38:36 2010 From: dominian at slackadelic.com (Matt Hayes) Date: Mon, 26 Jul 2010 19:38:36 -0400 Subject: [Slackbuilds-users] celestia 1.6.0 not building In-Reply-To: References: Message-ID: <4C4E1C7C.40402@slackadelic.com> On 07/26/2010 07:37 PM, JCA wrote: > Here's what I am getting: > > checking for X... libraries , headers > checking for gethostbyname... yes > checking for connect... yes > checking for remove... yes > checking for shmat... yes > checking for IceConnectionNumber in -lICE... yes > checking for deflate in -lz... yes > checking GL/gl.h usability... yes > checking GL/gl.h presence... yes > checking for GL/gl.h... yes > checking for glNewList in -lGL... yes > checking GL/glu.h usability... yes > checking GL/glu.h presence... yes > checking for GL/glu.h... yes > checking for gluLookAt in -lGLU... yes > checking for i486-slackware-linux-pkg-config... no > checking for pkg-config... /usr/bin/pkg-config > checking pkg-config is at least version 0.9.0... yes > checking for GTK... yes > checking for CAIRO... yes > checking for THEORA... yes > checking for jpeg_start_decompress in -ljpeg... no > configure: error: jpeg library not found > > The libjpeg-v8a-i486-1 is installed in my box. > _______________________________________________ > 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/ > I believe you need to have libjpeg installed. -Matt From larryhaja at gmail.com Mon Jul 26 23:47:41 2010 From: larryhaja at gmail.com (Larry Hajali) Date: Mon, 26 Jul 2010 16:47:41 -0700 Subject: [Slackbuilds-users] Updates - 20100726.1 In-Reply-To: <4C4DAE7A.9010800@slackware.it> References: <20100725221141.36f13199@shaggy.doo> <4C4DAE7A.9010800@slackware.it> Message-ID: Thanks for the information. You are right that MarkupSafe is now a dependency of Mako. It was just included as a dependency in this latest update according to the changelog. I've gone ahead and submitted MarkupSafe to SBo as well as an update to the README for Mako. Thanks, --Larry On Mon, Jul 26, 2010 at 8:49 AM, Marco Bonetti wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > On 07/26/2010 05:11 AM, Erik Hanson wrote: >> libraries/Mako: Updated for version 0.3.4. > After upgrading this package only in today's batch I can no longer start > gwibber, it complains about "ImportError: No module named markupsafe". > The module is imported in > /usr/lib/python2.6/site-packages/mako/filters.py , line 11. > > I think this module http://pypi.python.org/pypi/MarkupSafe needs to be > add as a dependency, anyone else is experiencing the problem? > > Ciao, > Marco > > - -- > Marco Bonetti > Tor research and other stuff: http://sid77.slackware.it/ > 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.10 (GNU/Linux) > Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ > > iEYEARECAAYFAkxNrnoACgkQTYvJ9gtgvF+xoACeM8E2gMmHcfYhMLevnGUtoJo4 > oNoAoN7b7GfSRAlQcstIk/7CxDvIVxvL > =JKDz > -----END PGP SIGNATURE----- > _______________________________________________ > 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 sombriks at gmail.com Mon Jul 26 23:49:08 2010 From: sombriks at gmail.com (Leonardo) Date: Mon, 26 Jul 2010 20:49:08 -0300 Subject: [Slackbuilds-users] celestia 1.6.0 not building In-Reply-To: References: Message-ID: Make sure that libjpeg is available for root; try some fancy test with gcc using the superuser: leonardo at cecil:~$ gcc -ldontexists /usr/lib/gcc/i486-slackware-linux/4.4.4/../../../../i486-slackware-linux/bin/ld: cannot find -ldontexists collect2: ld returned 1 exit status leonardo at cecil:~$ ===================== leonardo at cecil:~$ gcc -ljpeg /usr/lib/gcc/i486-slackware-linux/4.4.4/../../../crt1.o: In function `_start': /glibc-tmp-7b656c8000ae40fc9be4cfbd41e28e4e/glibc-2.11.1/csu/../sysdeps/i386/elf/start.S:115: undefined reference to `main' collect2: ld returned 1 exit status leonardo at cecil:~$ 2010/7/26 JCA <1.41421 at gmail.com>: > Here's what I am getting: > > checking for X... libraries , headers > checking for gethostbyname... yes > checking for connect... yes > checking for remove... yes > checking for shmat... yes > checking for IceConnectionNumber in -lICE... yes > checking for deflate in -lz... yes > checking GL/gl.h usability... yes > checking GL/gl.h presence... yes > checking for GL/gl.h... yes > checking for glNewList in -lGL... yes > checking GL/glu.h usability... yes > checking GL/glu.h presence... yes > checking for GL/glu.h... yes > checking for gluLookAt in -lGLU... yes > checking for i486-slackware-linux-pkg-config... no > checking for pkg-config... /usr/bin/pkg-config > checking pkg-config is at least version 0.9.0... yes > checking for GTK... yes > checking for CAIRO... yes > checking for THEORA... yes > checking for jpeg_start_decompress in -ljpeg... no > configure: error: jpeg library not found > > The libjpeg-v8a-i486-1 is installed in my box. > _______________________________________________ > 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 1.41421 at gmail.com Tue Jul 27 03:16:25 2010 From: 1.41421 at gmail.com (1.41421 at gmail.com) Date: Tue, 27 Jul 2010 03:16:25 +0000 Subject: [Slackbuilds-users] celestia 1.6.0 not building In-Reply-To: <4C4E1C7C.40402@slackadelic.com> Message-ID: <000e0cd3429a26ccd9048c55eddb@google.com> Well, it is: The libjpeg-v8a-i486-1 package that ships with Slackware 13.1. Or are you talking about a different libjpeg? On Jul 26, 2010 5:38pm, Matt Hayes wrote: > On 07/26/2010 07:37 PM, JCA wrote: > Here's what I am getting: > checking for X... libraries , headers > checking for gethostbyname... yes > checking for connect... yes > checking for remove... yes > checking for shmat... yes > checking for IceConnectionNumber in -lICE... yes > checking for deflate in -lz... yes > checking GL/gl.h usability... yes > checking GL/gl.h presence... yes > checking for GL/gl.h... yes > checking for glNewList in -lGL... yes > checking GL/glu.h usability... yes > checking GL/glu.h presence... yes > checking for GL/glu.h... yes > checking for gluLookAt in -lGLU... yes > checking for i486-slackware-linux-pkg-config... no > checking for pkg-config... /usr/bin/pkg-config > checking pkg-config is at least version 0.9.0... yes > checking for GTK... yes > checking for CAIRO... yes > checking for THEORA... yes > checking for jpeg_start_decompress in -ljpeg... no > configure: error: jpeg library not found > The libjpeg-v8a-i486-1 is installed in my box. > _______________________________________________ > 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/ > I believe you need to have libjpeg installed. > -Matt > _______________________________________________ > 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/ -------------- next part -------------- An HTML attachment was scrubbed... URL: From 1.41421 at gmail.com Tue Jul 27 03:23:10 2010 From: 1.41421 at gmail.com (1.41421 at gmail.com) Date: Tue, 27 Jul 2010 03:23:10 +0000 Subject: [Slackbuilds-users] celestia 1.6.0 not building In-Reply-To: Message-ID: <00163691fedc44a007048c5605cf@google.com> This is what I am getting as root: # gcc -ljpeg /usr/lib/gcc/i486-slackware-linux/4.4.4/../../../crt1.o: In function `_start': /glibc-tmp-7b656c8000ae40fc9be4cfbd41e28e4e/glibc-2.11.1/csu/../sysdeps/i386/elf/start.S:115: undefined reference to `main' collect2: ld returned 1 exit status I get the same result as an ordinary user. This implies that libjpeg exists and is available to root, right? My belief is that the problem is not that libjpeg is missing, but that the version shipped with Slackware 13.1 is not the one that celestia is expecting. On Jul 26, 2010 5:49pm, Leonardo wrote: > Make sure that libjpeg is available for root; try some fancy test with > gcc using the superuser: > leonardo at cecil:~$ gcc -ldontexists > /usr/lib/gcc/i486-slackware-linux/4.4.4/../../../../i486-slackware-linux/bin/ld: > cannot find -ldontexists > collect2: ld returned 1 exit status > leonardo at cecil:~$ > ===================== > leonardo at cecil:~$ gcc -ljpeg > /usr/lib/gcc/i486-slackware-linux/4.4.4/../../../crt1.o: In function > `_start': > /glibc-tmp-7b656c8000ae40fc9be4cfbd41e28e4e/glibc-2.11.1/csu/../sysdeps/i386/elf/start.S:115: > undefined reference to `main' > collect2: ld returned 1 exit status > leonardo at cecil:~$ > 2010/7/26 JCA 1.41421 at gmail.com>: > > Here's what I am getting: > > > > checking for X... libraries , headers > > checking for gethostbyname... yes > > checking for connect... yes > > checking for remove... yes > > checking for shmat... yes > > checking for IceConnectionNumber in -lICE... yes > > checking for deflate in -lz... yes > > checking GL/gl.h usability... yes > > checking GL/gl.h presence... yes > > checking for GL/gl.h... yes > > checking for glNewList in -lGL... yes > > checking GL/glu.h usability... yes > > checking GL/glu.h presence... yes > > checking for GL/glu.h... yes > > checking for gluLookAt in -lGLU... yes > > checking for i486-slackware-linux-pkg-config... no > > checking for pkg-config... /usr/bin/pkg-config > > checking pkg-config is at least version 0.9.0... yes > > checking for GTK... yes > > checking for CAIRO... yes > > checking for THEORA... yes > > checking for jpeg_start_decompress in -ljpeg... no > > configure: error: jpeg library not found > > > > The libjpeg-v8a-i486-1 is installed in my box. > > _______________________________________________ > > 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/ -------------- next part -------------- An HTML attachment was scrubbed... URL: From erik at slackbuilds.org Tue Jul 27 04:05:20 2010 From: erik at slackbuilds.org (Erik Hanson) Date: Mon, 26 Jul 2010 23:05:20 -0500 Subject: [Slackbuilds-users] celestia 1.6.0 not building In-Reply-To: <00163691fedc44a007048c5605cf@google.com> References: <00163691fedc44a007048c5605cf@google.com> Message-ID: <20100726230520.62fb5432@shaggy.doo> On Tue, 27 Jul 2010 03:23:10 +0000 1.41421 at gmail.com wrote: > This is what I am getting as root: > > # gcc -ljpeg > /usr/lib/gcc/i486-slackware-linux/4.4.4/../../../crt1.o: In function > `_start': > /glibc-tmp-7b656c8000ae40fc9be4cfbd41e28e4e/glibc-2.11.1/csu/../sysdeps/i386/elf/start.S:115: > undefined > reference to `main' > collect2: ld returned 1 exit status > > I get the same result as an ordinary user. This implies that libjpeg > exists and is available to root, right? My belief is that the problem > is not that libjpeg is missing, but that the version shipped with > Slackware 13.1 is not the one that celestia is expecting. This is unlikely. Part of the approval process is a test compile: checking for pkg-config... /usr/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking for GTK... yes checking for CAIRO... yes checking for THEORA... yes checking for jpeg_start_decompress in -ljpeg... yes checking for png_create_info_struct in -lpng... yes checking for ANSI C header files... (cached) yes checking byteswap.h usability... yes checking byteswap.h presence... yes checking for byteswap.h... yes checking whether byte ordering is bigendian... no checking whether we can create a new star database... no checking for LUA... no checking for LUA... yes configure: creating ./config.status -- Erik Hanson -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 198 bytes Desc: not available URL: From crockabiscuit at yahoo.com Tue Jul 27 13:30:16 2010 From: crockabiscuit at yahoo.com (Crocka Biscuit) Date: Tue, 27 Jul 2010 06:30:16 -0700 (PDT) Subject: [Slackbuilds-users] I can't download gtk-nodoka-engine from sbopkg because of untrusted SSL certificate from fedorahosted.org. Message-ID: <56631.46248.qm@web120309.mail.ne1.yahoo.com> I searched for gtk themes in sbopkg?and found gtk-nodoka-engine. But when I tried to build and install it, sbopkg emitted an error that the certificate from fedorahosted.org is not trusted. I can't figure out a way to download the certificate from the internet. Even if I?download it?after investing some time, other people may become frustrated and give up installing gtk-nodoka-engine. How can we solve this problem? -------------- next part -------------- An HTML attachment was scrubbed... URL: From slava18 at gmail.com Tue Jul 27 13:41:03 2010 From: slava18 at gmail.com (V'yacheslav Stetskevych) Date: Tue, 27 Jul 2010 16:41:03 +0300 Subject: [Slackbuilds-users] I can't download gtk-nodoka-engine from sbopkg because of untrusted SSL certificate from fedorahosted.org. In-Reply-To: <56631.46248.qm@web120309.mail.ne1.yahoo.com> References: <56631.46248.qm@web120309.mail.ne1.yahoo.com> Message-ID: On Tue, Jul 27, 2010 at 4:30 PM, Crocka Biscuit wrote: > I searched for gtk themes in sbopkg?and found gtk-nodoka-engine. > But when I tried to build and install it, sbopkg emitted an error that the > certificate from fedorahosted.org is not trusted. > I can't figure out a way to download the certificate from the internet. > Even if I?download it?after investing some time, other people may become > frustrated and give up installing gtk-nodoka-engine. > How can we solve this problem? Edit /etc/sbopkg/sbopkg.conf, find WGETFLAGS, add --no-check-certificate. The proper solution would be to install ca-certificates, like these: http://rlworkman.net/pkgs/13.1/i486/ca-certificates-20090814-noarch-1_rlw.txz Cheers, V"yacheslav. -- If you think of MS-DOS as mono, and Windows as stereo, then Linux is Dolby Digital and all the music is free... ? ? ? ? http://GetGNULinux.org ? ? ? ? http://PereidiNaLinux.org ? ? ? ? http://OtrymayLinux.org From 1.41421 at gmail.com Tue Jul 27 15:13:32 2010 From: 1.41421 at gmail.com (1.41421 at gmail.com) Date: Tue, 27 Jul 2010 15:13:32 +0000 Subject: [Slackbuilds-users] celestia 1.6.0 not building In-Reply-To: <20100726230520.62fb5432@shaggy.doo> Message-ID: <001636c92930bb3637048c5ff133@google.com> On Jul 26, 2010 10:05pm, Erik Hanson wrote: > On Tue, 27 Jul 2010 03:23:10 +0000 > 1.41421 at gmail.com wrote: > > This is what I am getting as root: > > > > # gcc -ljpeg > > /usr/lib/gcc/i486-slackware-linux/4.4.4/../../../crt1.o: In function > > `_start': > > > /glibc-tmp-7b656c8000ae40fc9be4cfbd41e28e4e/glibc-2.11.1/csu/../sysdeps/i386/elf/start.S:115: > > undefined > > reference to `main' > > collect2: ld returned 1 exit status > > > > I get the same result as an ordinary user. This implies that libjpeg > > exists and is available to root, right? My belief is that the problem > > is not that libjpeg is missing, but that the version shipped with > > Slackware 13.1 is not the one that celestia is expecting. > This is unlikely. Part of the approval process is a test compile: > checking for pkg-config... /usr/bin/pkg-config > checking pkg-config is at least version 0.9.0... yes > checking for GTK... yes > checking for CAIRO... yes > checking for THEORA... yes > checking for jpeg_start_decompress in -ljpeg... yes > checking for png_create_info_struct in -lpng... yes > checking for ANSI C header files... (cached) yes > checking byteswap.h usability... yes > checking byteswap.h presence... yes > checking for byteswap.h... yes > checking whether byte ordering is bigendian... no > checking whether we can create a new star database... no > checking for LUA... no > checking for LUA... yes > configure: creating ./config.status Your traces and mine differ at a crucial point.. I am using libjpeg-v8a-i486-1 as installed by the Slackware 13.1 installer. Is this what you are using as well? -------------- next part -------------- An HTML attachment was scrubbed... URL: From erik at slackbuilds.org Tue Jul 27 16:38:22 2010 From: erik at slackbuilds.org (Erik Hanson) Date: Tue, 27 Jul 2010 11:38:22 -0500 Subject: [Slackbuilds-users] celestia 1.6.0 not building In-Reply-To: <001636c92930bb3637048c5ff133@google.com> References: <20100726230520.62fb5432@shaggy.doo> <001636c92930bb3637048c5ff133@google.com> Message-ID: <20100727113822.05f163ca@shaggy.doo> On Tue, 27 Jul 2010 15:13:32 +0000 1.41421 at gmail.com wrote: > > > I get the same result as an ordinary user. This implies that > > > libjpeg > > > exists and is available to root, right? My belief is that the > > > problem > > > is not that libjpeg is missing, but that the version shipped with > > > Slackware 13.1 is not the one that celestia is expecting. > > > This is unlikely. Part of the approval process is a test compile: > > > checking for pkg-config... /usr/bin/pkg-config > > checking pkg-config is at least version 0.9.0... yes > > checking for GTK... yes > > checking for CAIRO... yes > > checking for THEORA... yes > > checking for jpeg_start_decompress in -ljpeg... yes > > checking for png_create_info_struct in -lpng... yes > > checking for ANSI C header files... (cached) yes > > checking byteswap.h usability... yes > > checking byteswap.h presence... yes > > checking for byteswap.h... yes > > checking whether byte ordering is bigendian... no > > checking whether we can create a new star database... no > > checking for LUA... no > > checking for LUA... yes > > configure: creating ./config.status > > Your traces and mine differ at a crucial point.. I am using > libjpeg-v8a-i486-1 as installed by the Slackware 13.1 installer. Is > this what you are using as well? Yes, it has to successfully build against a stock installation of 13.1 or it doesn't make it into the repository. -- Erik Hanson -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 198 bytes Desc: not available URL: From korgie at gmail.com Tue Jul 27 16:54:12 2010 From: korgie at gmail.com (korgman) Date: Tue, 27 Jul 2010 19:54:12 +0300 Subject: [Slackbuilds-users] mediatomb - submitter is welcome. Message-ID: <4C4F0F34.7030109@gmail.com> I don't have time lately, so I am still with Slackware-13.0. Today I needed a DLNA server so I used mediatomb. I cannot submit since I am using Slackware-13.0. If someone wants test / review / submit and be the maintainer. The files are here: http://korgman.is-a-geek.net/temp/mediatomb.tar.gz Two TODO's: 1. I think it's good to prepare a /etc/rc.d/rc.mediatomb script. To start the server. 2. Test 64-bit. -- http://clavisound.gr Michales Michaloudes Thessaloniki From kev at pulo.com.au Tue Jul 27 20:53:51 2010 From: kev at pulo.com.au (Kevin Pulo) Date: Wed, 28 Jul 2010 06:53:51 +1000 Subject: [Slackbuilds-users] celestia 1.6.0 not building In-Reply-To: <001636c92930bb3637048c5ff133@google.com> References: <20100726230520.62fb5432@shaggy.doo> <001636c92930bb3637048c5ff133@google.com> Message-ID: <20100727205350.GI9288@pulo.com.au> On Tue, Jul 27, 2010 at 03:13:32PM +0000, 1.41421 at gmail.com wrote: > Your traces and mine differ at a crucial point.. I am using > libjpeg-v8a-i486-1 as installed by the Slackware 13.1 installer. > Is this what you are using as well? Towards the end of config.log should be the reason that the libjpeg test failed (usually a small test program that failed to compile/run). What does it say? Kev -- Kevin Pulo kev at pulo.com.au http://www.kev.pulo.com.au/ -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: not available URL: From 1.41421 at gmail.com Tue Jul 27 21:31:36 2010 From: 1.41421 at gmail.com (1.41421 at gmail.com) Date: Tue, 27 Jul 2010 21:31:36 +0000 Subject: [Slackbuilds-users] celestia 1.6.0 not building In-Reply-To: <20100727205350.GI9288@pulo.com.au> Message-ID: <90e6ba53a3fecc21f9048c65399b@google.com> I found what the problem is, and it has very little or nothing to do with Slackbuilds, but I am going to describe it here in case somebody stumbles on the same issue when attempting to install the Celestia package from Slackbuilds. I have Gnome 2.30 from GSB in my box. One of the few libraries that gets replaced when installing Gnome 2.30 is gtk+2 - Slackware 13.1 ships version 2.18.9, and Gnome 2.30 replaces it with version 2.20.1. This library is compiled with GTK_DISABLE_DEPRECATED #define'd, which results in a number of macros not being #define'd in the final gtk+2 libraries. Two of such macros (GTK_WIDGET_TOPLEVEL() and GTK_WIDGET_REALIZED()) are explicitly used by the gtkglext library as built with the Slackbuild script for this library. Ie gtkglext won't build under these circumstances. One can get gktglext to build by removing the --enable-gtk-doc option used inside the gtkglext.Slackbuild script.. However, when attempting to build Celestia with the celestia.Slackbuild script after installing gtkglext built as described, the same two undefined GTK symbols rear their heads again when testing for jpeg_start() because the gtkglext library is used in such a test - and this library is apparently still expecting to have access to them. It's just that the error returned by the configure script in the Celestia source code is a bit misleading, for libjpeg has nothing whatsoever to do with the problem. The good news is that the problem is easy to fix just by adding by hand correct definitions of those two symbols to the gtkglext-1.2.0 source code before building the libraries with gtkglext.Slackbuild. The correct definitions can be copied from /usr/include/gtk-2.0/gtk/gtkwidget.h. With this, Celestia with the gtk GUI builds and runs with no problems. I also tried to build with the Gnome interface, but when launching Celestia I just get a black window. On Jul 27, 2010 2:53pm, Kevin Pulo wrote: > On Tue, Jul 27, 2010 at 03:13:32PM +0000, 1.41421 at gmail.com wrote: > > Your traces and mine differ at a crucial point.. I am using > > libjpeg-v8a-i486-1 as installed by the Slackware 13.1 installer. > > Is this what you are using as well? > Towards the end of config.log should be the reason that the libjpeg > test failed (usually a small test program that failed to compile/run). > What does it say? > Kev > -- > Kevin Pulo > kev at pulo.com.au > http://www.kev.pulo.com.au/ -------------- next part -------------- An HTML attachment was scrubbed... URL: From baildon.research at googlemail.com Tue Jul 27 22:24:04 2010 From: baildon.research at googlemail.com (David Spencer) Date: Tue, 27 Jul 2010 23:24:04 +0100 Subject: [Slackbuilds-users] I can't download gtk-nodoka-engine from sbopkg because of untrusted SSL certificate from fedorahosted.org. In-Reply-To: References: <56631.46248.qm@web120309.mail.ne1.yahoo.com> Message-ID: > Edit /etc/sbopkg/sbopkg.conf, find WGETFLAGS, add --no-check-certificate. > > The proper solution would be to install ca-certificates, like these: > http://rlworkman.net/pkgs/13.1/i486/ca-certificates-20090814-noarch-1_rlw.txz Another possibility -- curl has a bundle of ca certificates, so you can add this to /etc/wgetrc -- ca_certificate = /usr/share/curl/ca-bundle.crt -D. From chris.abela at maltats.com Thu Jul 29 10:03:59 2010 From: chris.abela at maltats.com (Chris Abela) Date: Thu, 29 Jul 2010 12:03:59 +0200 Subject: [Slackbuilds-users] The Xenification of Slack Message-ID: I assume that many of us have try their SlackBuild scripts on different ARCH'es to ensure that it builds on all of them. Xen is claimed to be one of the best Hypervisors, so I gave it a try, and I admit that it took more effort than I expected. The attached is quite polished expect for the fact that I did not manage to make it run on Slack32. This is probably not entirely my fault as the 13.1 kernel (2.6.33.4) is poorly supported by Xen - possibly because the mainstrseam distros will not be employing it. The bottom line is that I feel that it is not ready for public release. Some of you might find the attached useful. I hope that I included the right amount of documentation in the tarball. My installation may be viewed on http://www.youtube.com/watch?v=TIzsX_mc26E I am aware that Mario (and maybe others) are also working on a xen SlackBuild and I hope that this is not discouraging their effort in any way, and I would also like to thank Robby Workman who polished my xen.SlackBuild. I also would like to share a last minute observation I made on the latest SlackBuild template. Setting ARCH="$(uname -m)" is NOT a good idea for a for Virtual Slack installations because they boot from xen-linux, not from their native kernels. As there are some members of the Slackware team in this mailing list as well, please note that slackpkg is particularly prone to this issue as its doinst.sh hardcodes ARCH in this manner, and this might result in the wrong list of mirrors when crossing ARCH'es. Chris -------------- next part -------------- A non-text attachment was scrubbed... Name: xen.tar.gz Type: application/x-gzip Size: 88407 bytes Desc: not available URL: From mario at slackverse.org Thu Jul 29 12:47:42 2010 From: mario at slackverse.org (Mario) Date: Thu, 29 Jul 2010 14:47:42 +0200 Subject: [Slackbuilds-users] The Xenification of Slack In-Reply-To: References: Message-ID: <4C51786E.6070103@slackverse.org> Its good to see that you are still working on it :) I would have already sent a slackbuild, but I decided to wait for xen-4.0.1 because it felt like 4.0.0 was not production ready. Anyway, good work! On 07/29/2010 12:03 PM, Chris Abela wrote: > I assume that many of us have try their SlackBuild scripts on different > ARCH'es to ensure that it builds on all of them. Xen is claimed to be one of > the best Hypervisors, so I gave it a try, and I admit that it took more > effort than I expected. The attached is quite polished expect for the fact > that I did not manage to make it run on Slack32. This is probably not > entirely my fault as the 13.1 kernel (2.6.33.4) is poorly supported by Xen - > possibly because the mainstrseam distros will not be employing it. The > bottom line is that I feel that it is not ready for public release. > > Some of you might find the attached useful. I hope that I included the right > amount of documentation in the tarball. My installation may be viewed on > http://www.youtube.com/watch?v=TIzsX_mc26E > > I am aware that Mario (and maybe others) are also working on a xen > SlackBuild and I hope that this is not discouraging their effort in any way, > and I would also like to thank Robby Workman who polished my xen.SlackBuild. > > I also would like to share a last minute observation I made on the latest > SlackBuild template. Setting ARCH="$(uname -m)" is NOT a good idea for a for > Virtual Slack installations because they boot from xen-linux, not from their > native kernels. As there are some members of the Slackware team in this > mailing list as well, please note that slackpkg is particularly prone to > this issue as its doinst.sh hardcodes ARCH in this manner, and this might > result in the wrong list of mirrors when crossing ARCH'es. > > 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/ > -------------- next part -------------- An HTML attachment was scrubbed... URL: From ozan.turkyilmaz at gmail.com Thu Jul 29 13:28:09 2010 From: ozan.turkyilmaz at gmail.com (=?UTF-8?B?T3phbiBUw7xya3nEsWxtYXo=?=) Date: Thu, 29 Jul 2010 16:28:09 +0300 Subject: [Slackbuilds-users] The Xenification of Slack In-Reply-To: References: Message-ID: 2010/7/29 Chris Abela : > I assume that many of us have try their SlackBuild scripts on different > ARCH'es to ensure that it builds on all of them. Xen is claimed to be one of > the best Hypervisors, so I gave it a try, and I admit that it took more > effort than I expected. The attached is quite polished expect for the fact > that I did not manage to make it run on Slack32. This is probably not > entirely my fault as the 13.1 kernel (2.6.33.4) is poorly supported by Xen - > possibly because the mainstrseam distros will not be employing it. The > bottom line is that I feel that it is not ready for public release. > > Some of you might find the attached useful. I hope that I included the right > amount of documentation in the tarball. My installation may be viewed on > http://www.youtube.com/watch?v=TIzsX_mc26E > > I am aware that Mario (and maybe others) are also working on a xen > SlackBuild and I hope that this is not discouraging their effort in any way, > and I would also like to thank Robby Workman who polished my xen.SlackBuild. > > I also would like to share a last minute observation I made on the latest > SlackBuild template. Setting ARCH="$(uname -m)" is NOT a good idea for a for > Virtual Slack installations because they boot from xen-linux, not from their > native kernels. As there are some members of the Slackware team in this > mailing list as well, please note that slackpkg is particularly prone to > this issue as its doinst.sh hardcodes ARCH in this manner, and this might > result in the wrong list of mirrors when crossing ARCH'es. > > 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/ > > > -- Ozan, BSc, BEng From ml at mareichelt.com Fri Jul 30 19:40:53 2010 From: ml at mareichelt.com (markus reichelt) Date: Fri, 30 Jul 2010 21:40:53 +0200 Subject: [Slackbuilds-users] Updates - 20100721.1 In-Reply-To: <20100721020427.51490daf@shaggy.doo> References: <20100721020427.51490daf@shaggy.doo> Message-ID: <20100730194053.GC3730@pc21.mareichelt.com> * Erik Hanson wrote: > system/virtualbox-kernel: Updated for version 3.2.6. > system/virtualbox-ose: Updated for version 3.2.6. Well, the only reason I need a multilib slack64-13.1 install is to build virtualbox for my slack64-13.1 machine. So, I went to the hassle of installing slack64-13.1 via qemu, adding multilib support, installed acpica and fired up the worst nightmare so far, which failed miserably: http://img826.imageshack.us/img826/858/qemu.png (insert cursing here) I didn't know what exactly caused it, so what I changed was: a) ditched -smp 2 parameter in "qemu-system-x86_64 -smp 2 -cpu core2duo -m 512 -redir tcp:22000::22 -hda slackware64.13.1.img" b) increased available memory to 700 mb c) went from numjobs=3 to just 1 and it worked (quoting http://slackheads.org/builds/virtualbox-ose/README.txt) build params: groupadd -g 215 vboxusers "ARCH=x86_64 sh virtualbox-ose.SlackBuild" in a full stock slack64-13.1 install with multilib support in a qemu build environment on an E5200. qemu-system-x86_64 -cpu core2duo -m 700 -redir tcp:22000::22 \ -hda slackware64.13.1.img installed packages: - acpica time to compile: http://img832.imageshack.us/img832/4649/virtualbox.png well, I'd be glad to save folks the trouble I went through, so I put all that stuff on here: http://slackheads.org/builds/acpica/ http://slackheads.org/builds/virtualbox-ose/ http://slackheads.org/builds/virtualbox-kernel/ signed packages for slack64-13.1 are in the pkg dirs, key is in http://slackheads.org/builds/ Next time I buy a CPU I'm gonna check for hardware virtualization for sure. -- left blank, right bald -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 836 bytes Desc: not available URL: From dmargell at gmail.com Sat Jul 31 11:23:04 2010 From: dmargell at gmail.com (Dave Margell) Date: Sat, 31 Jul 2010 07:23:04 -0400 Subject: [Slackbuilds-users] [FIX] Eclipse + xulrunner issue. In-Reply-To: <4C445585.1080709@gmail.com> References: <4C4449F9.2090306@gmail.com> <20100719082643.197e2db2@shaggy.doo> <4C445585.1080709@gmail.com> Message-ID: On Mon, Jul 19, 2010 at 9:39 AM, Luis Henrique wrote: > On 07/19/2010 10:26 AM, Erik Hanson wrote: >> >> On Mon, 19 Jul 2010 09:50:01 -0300 >> Luis Henrique ?wrote: >> >>> Wouldn't you know, this also fixes RSSOwl! I added: >>> >>> ?> ?-Dorg.eclipse.swt.browser.XULRunnerPath=/usr/lib/seamonkey >>> >>> just below the '-vmargs' line in the /usr/lib/RSSOwl/RSSOwl.ini file, >>> and then it never crashed again :) >>> >>> This really should be made into a patch and/or README information on >>> the RSSOwl slackbuild. >> >> I hesitate to do this, I maintain the RSSOwl SlackBuild and it runs 24/7 >> here. I don't think I've ever seen it crash, with or with-out xulrunner >> installed. >> >> Is this possibly a 32-bit only issue? >> >> >> >> >> _______________________________________________ >> 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/ >> > > Maybe... my box is 32-bit. Do you have seamonkey and seamonkey-solibs > installed? > _______________________________________________ > 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/ > > I was also seeing RSSOwl 2.0.5 crash on a full install of Slackware 13.1 32 bit. (worked fine on a 64 bit install) Adding the line: -Dorg.eclipse.swt.browser.XULRunnerPath=/usr/lib/seamonkey To the file: /usr/lib/RSSOwl/RSSOwl.ini Fixed the problem. Thanks for the tip!