<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://blog.gmane.org/gmane.comp.autopackage.devel">
    <title>gmane.comp.autopackage.devel</title>
    <link>http://blog.gmane.org/gmane.comp.autopackage.devel</link>
    <description/>
    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>1</syn:updateFrequency>
    <syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.autopackage.devel/7161"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.autopackage.devel/7151"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.autopackage.devel/7149"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.autopackage.devel/7146"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.autopackage.devel/7143"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.autopackage.devel/7131"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.autopackage.devel/7126"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.autopackage.devel/7123"/>
      </rdf:Seq>
    </items>
    <image rdf:resource="http://gmane.org/img/gmane-25t.png"/>
    <textinput rdf:resource=""/>
  </channel>
  <image rdf:about="http://gmane.org/img/gmane-25t.png">
    <title>Gmane</title>
    <url>http://gmane.org/img/gmane-25t.png</url>
    <link>http://gmane.org</link>
  </image>
  <item rdf:about="http://comments.gmane.org/gmane.comp.autopackage.devel/7161">
    <title>relaytool dead?</title>
    <link>http://comments.gmane.org/gmane.comp.autopackage.devel/7161</link>
    <description>&lt;pre&gt;I just looked into relaytool, never did before, and found out that
it's exactly what I need for one of my projects. After trying it out
on a 64 bit system I got a linker error. I started a 32 bit machine in
a virtual machine. This time it compiles but I got a segfault when
running my binary.

Well, I know I didn't posted an error message and I should tell you a
little bit more about what I did so that someone could actually help
me. But I wanted to ask first is there actually anyone who can help
me? I mean is there anyone who knows how relaytool works, still
reading the mailing list and who could patch relaytool?

Also has anyone ever successfully used relaytool recently?

---------------------------------------------------------------------
To unsubscribe, e-mail: autopackage-dev-unsubscribe-OfajU3CKLf1/SzgSGea1oA&amp;lt; at &amp;gt;public.gmane.org
For additional commands, e-mail: autopackage-dev-help-OfajU3CKLf1/SzgSGea1oA&amp;lt; at &amp;gt;public.gmane.org


&lt;/pre&gt;</description>
    <dc:creator>Jan Niklas Hasse</dc:creator>
    <dc:date>2009-10-18T16:38:14</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.autopackage.devel/7151">
    <title>Project hosting is being shut down at SunSITE.dk/dotsrc.org</title>
    <link>http://comments.gmane.org/gmane.comp.autopackage.devel/7151</link>
    <description>&lt;pre&gt;Hi

I would like to inform you that we (dotSrc.org) are shutting down the
hosting part of our services. Please contact us if you want a copy of
your data. To make sure users will still be able to find your project in
the future we will be happy to setup a redirection to the projects new home.

We expect to shut down the hosting (CVS, HTTP, FTP.. everything) after
2009-10-15 (previously announced to be 2009-10-01 but we saw some
activity at a few more projects.).

If you have any questions please reply to this e-mail (staff-cK0RQNbCbm0dnm+yROfE0A&amp;lt; at &amp;gt;public.gmane.org).

&lt;/pre&gt;</description>
    <dc:creator>Georg Sluyterman - dotSrc.org staff</dc:creator>
    <dc:date>2009-09-26T20:22:35</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.autopackage.devel/7149">
    <title>Problems with using autopackage from python</title>
    <link>http://comments.gmane.org/gmane.comp.autopackage.devel/7149</link>
    <description>&lt;pre&gt;Hello        I am writing a software update utility in python and I am
having trouble accessing aspects of autopackage in python. For instance
'package list' returns no output when using functions inside python to get
the output of the program.

Can anyone help me figure out why this is?

The code snippet is as follows:

PROCESS = subprocess.Popen( [ 'package', 'list' ], stdout=subprocess.PIPE
).communicate( )
print PROCESS


Many Thanks
Neil Munro
&lt;/pre&gt;</description>
    <dc:creator>Neil Munro</dc:creator>
    <dc:date>2009-09-07T17:46:26</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.autopackage.devel/7146">
    <title>Getting short name before autopackage is installed.</title>
    <link>http://comments.gmane.org/gmane.comp.autopackage.devel/7146</link>
    <description>&lt;pre&gt;Hey      I am working on an application that pulls various packages from the
internet and installs them under Linux, since autopackage is dead easy to
get applications installed with it was the first package format to be
supported, now however I am looking into how to uninstall packages and
autopackage is still rather simple, if your an intelligent human being. My
program kinda sucks that way since it's neither ;).

I have a package file, I save the name of this package file to a text file,
however I wish to extract the short name from the autopackage archive prior
to installation so my program can save the short name in the text file
should the need to uninstall arise. How might I achieve this?

Many thanks,
Neil Munro
&lt;/pre&gt;</description>
    <dc:creator>Neil Munro</dc:creator>
    <dc:date>2009-09-04T00:32:19</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.autopackage.devel/7143">
    <title>making update packages.</title>
    <link>http://comments.gmane.org/gmane.comp.autopackage.devel/7143</link>
    <description>&lt;pre&gt;Hi there!
      I know that AP does not support upgrades per se (i.e. automatic
updates), however I have a question about installing packages the update the
system:
- How do I package a new version of my app, if I want the old, installed
version is already installed in the system with AP? Should I care?
- What if the package I'm updating is a library? Will it break dependencies
within AP?


Cheers,
Pablo.


BTW, Thanks to the list for answering my (apparently random) autopackage
questions. :)
&lt;/pre&gt;</description>
    <dc:creator>Pablo Garralda</dc:creator>
    <dc:date>2009-08-25T13:07:49</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.autopackage.devel/7131">
    <title>New website mockup</title>
    <link>http://comments.gmane.org/gmane.comp.autopackage.devel/7131</link>
    <description>&lt;pre&gt;Hi everyone,

Some months ago I tried to create a new design for the autopackage
website. Although I like the current one very much, I think it's very
hard to find the right site. The categories on the left side don't
make much sense to me and some pages are not accessible via the menu.
Furthermore I thought that a new design would give the autopackage
project a new broom (I translated this one from German, hope you
understand what I want to say). Another reason to create a new design
was that the current one uses HTML 4 Transitional which is outdated
and has several disadvantages (I'm not a good enough web developer to
tell you exactly which, but it's harder to maintain for me).
I'm not that happy with my new mockup and wanted to change many flaws,
but never found time in the last past months. So I thought better show
it, before it gets lost on my computer.

To cut a long story short, there you go: http://watteimdocht.de/autopackage/test
Criticism is appreciated :)

-
Jan

----------------------------------&lt;/pre&gt;</description>
    <dc:creator>Jan Niklas Hasse</dc:creator>
    <dc:date>2009-08-19T15:44:02</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.autopackage.devel/7126">
    <title>Is autopackage-gtk-1.4.2.package broken?</title>
    <link>http://comments.gmane.org/gmane.comp.autopackage.devel/7126</link>
    <description>&lt;pre&gt;I tried to install it and this is the output

#&amp;gt; package install autopackage-gtk-1.4.2.package

-----------------------------------------------------------------
# Preparing package: Autopackage Software Installer (GTK+)
# Checking for GTK+ user interface toolkit ...
passed

# Checking for Glade user interface loader library ...
passed

tar: This does not look like a tar archive
tar: Exiting with failure status due to previous errors
# Installing package: Autopackage Software Installer (GTK+) (package 1 of 1)
# Preparing executables...
# Installing GNOME 2 file type information...
/usr/share/autopackage/apkg-script-utils: line 834: cd: share/mime-info: No
such file or directory
# Installing GNOME 2 application registry entries...
/usr/share/autopackage/apkg-script-utils: line 834: cd:
share/application-registry: No such file or directory
# Installing file type information (MIME)...
/usr/share/autopackage/apkg-script-utils: line 834: cd: share/mime/packages:
No such file or directory
# Installing KDE 3.x file&lt;/pre&gt;</description>
    <dc:creator>Pablo Garralda</dc:creator>
    <dc:date>2009-08-18T17:54:41</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.autopackage.devel/7123">
    <title>autopackage of qt</title>
    <link>http://comments.gmane.org/gmane.comp.autopackage.devel/7123</link>
    <description>&lt;pre&gt;Hi guys,

Does anyone know if there is an autopackage of the Qt library available?  
Nokia/Trolltech doesn't seem to make them, and a quick google doesn't reveal 
anything.

Until now I've been statically linking my own build of Qt.  What I'd like to 
do now is create a dynamic build of Qt as its own .package file which I can 
then put within my app's .package.  The primary goal here is to make it 
possible to use the distribution's Qt if it already exists, otherwise my Qt 
build would be installed.  Is this possible?  I seem to remember reading some 
autopackage information that said it was.  Do I also need to write some test 
program that probes for a compatible installed Qt?

Thanks,
-Justin

---------------------------------------------------------------------
To unsubscribe, e-mail: autopackage-dev-unsubscribe-OfajU3CKLf1/SzgSGea1oA&amp;lt; at &amp;gt;public.gmane.org
For additional commands, e-mail: autopackage-dev-help-OfajU3CKLf1/SzgSGea1oA&amp;lt; at &amp;gt;public.gmane.org


&lt;/pre&gt;</description>
    <dc:creator>Justin Karneges</dc:creator>
    <dc:date>2009-08-10T21:47:54</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.comp.autopackage.devel">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.comp.autopackage.devel</link>
  </textinput>
</rdf:RDF>

