Author |
Message |
jemimah

Joined: 26 Aug 2009 Posts: 4309 Location: Tampa, FL
|
Posted: Fri 03 Feb 2012, 14:32 Post subject:
|
|
It would be better to get them from the repo. You need gstreamer and all the gst-plugins-* packages. I may have not entered in the deps correctly. I'll test this type of thing soon.
You can just download directly.
http://smokey01.com/saluki/pet_packages-saluki/
|
Back to top
|
|
 |
jemimah

Joined: 26 Aug 2009 Posts: 4309 Location: Tampa, FL
|
Posted: Fri 03 Feb 2012, 15:07 Post subject:
|
|
This is the basic process I use for building the adrive.
1. Create a directory and extract all the desired pets inside it like so
Code: | # ls adrive/
abiword-2.8.6-saluki
aiksaurus-1.2.1-i486
asunder-2.1-i486
clarf_pnethood-0.6.8.1
claws-mail-3.7.10-i486
cursor_themes-1
dconf-0.5.1-i486
defaults-1.0
dia-0.97-i486
evince-2.32.0-i486
extra-fonts-1.0
farsight2-0.0.31-i486
fbreader-0.12.10-i486
gadmin-sshd-0.0.1-i486
galculator-1.3.4-i486
gcolor2-0.4-saluki
GConf-3.2.3-i486
geany-0.19.1-2-saluki
gftp-2.0.19-patched_2ubuntu1_expandedpathsigsegv_ttuuxxx-saluki
glib-networking-2.30.1-i486
gnac-0.2.3-i486
gnumeric-1.10.16-saluki
gnutls-2.8.5-i486
goffice-0.8.16-w5c
gphoto2-2.4.11-w5c
gphotofs-0.4.0-w5c
gst-ffmpeg-0.10.13-i486
gst-plugins-bad-0.10.22-i486
gst-plugins-base-0.10.35-i486
gst-plugins-good-0.10.30-i486
gst-plugins-ugly-0.10.18-i486
gstpw-0.1-i486
gstreamer-0.10.35-i486
gtk-engines-1.0
gtktetris-0.6.2-i386
gweled-0.9.1-i386
gworldclock-1.4.4-i486
libgphoto2-2.4.11-w5c
libsoup-2.33.90-i486
lm_sensors-3.3.1-i486
mhwaveedit-1.4.21-saluki
midori-0.4.3-i486
mozplugger-1.0
mtpaint-3.34.64-1-saluki
ogle-0.9.2-patched5.2-saluki
osmo-0.2.10-saluki
pcd-1.5-saluki
pidgin-2.10.1-i486
pupcamera-111015
putty-0.60-2010-09-10-i486
remmina-0.9.3-i486
ristretto-0.3.2-i486
slimp-0.9-im-i486
streamtuner-0.99.99-i486
taglib-1.7-i486
thoggen-0.7.1-i486
thunar_media_tags_plugin-0.2.0-saluki
transmission-2.42-i486
ucview-0.33-i486
vattery-0.1
xarchiver-0.5.2-i486
xdelta3-30p-saluki
xfburn-0.4.3-i486
xfce4-extra-panel-plugins-1.0
xfce4-mixer-4.8.0-i486
xfwm4-extra-themes-1.0
xnoise-0.1.30-i486 |
2. Run the adrive builder script with the directory you created above as the argument.
Code: | ./build_adrive adrive |
This is the contents of the adrive builder script - very basic to start out.
Code: | #!/bin/sh
. /etc/DISTRO_SPECS
SRCDIR=$1
ADRVSFS=`echo $DISTRO_ADRVSFS | cut -f1 -d.`
mkdir -p "${ADRVSFS}/root/.packages/"
find "$SRCDIR" -name pet.specs -exec cat {} >> ${ADRVSFS}/root/.packages/adrive-installed-packages \;
cp -rP "${SRCDIR}"/*/* "${ADRVSFS}" 2>/dev/null
rm "${ADRVSFS}/pet.specs"
rm "${ADRVSFS}/pinstall.sh"
rm "${ADRVSFS}/puninstall.sh"
rm "${ADRVSFS}/*.xpm"
rm "${ADRVSFS}/*.png"
rm "${DISTRO_ADRVSFS}"
dir2sfs "${ADRVSFS}" |
|
Back to top
|
|
 |
smokey01

Joined: 30 Dec 2006 Posts: 2682 Location: South Australia
|
Posted: Fri 03 Feb 2012, 17:04 Post subject:
|
|
jemimah wrote: | There will be a graphical adrive builder tool that is simple enough for newbies. The tool will have also have dependency checking built in. |
Excellent. Looking forward to this.
You always have my support and happy to help where possible, time permitting.
_________________ Software <-> Distros <-> Tips <-> Newsletters
|
Back to top
|
|
 |
elroy

Joined: 02 Feb 2012 Posts: 380
|
Posted: Fri 03 Feb 2012, 17:34 Post subject:
|
|
Count me in for beta-testing. I'll be using Saluki exclusively. By the way, adrive as an sfs is ingenious. Thanks for the heads up about Saluki, jemimah. I'm very impressed, and a bit excited by Saluki's potential.
I'm using Saluki 9, and have had no problems so far, except my Harry Potter DVD hanged in Xnoise (the only DVD to do so, so it could be the DVD itself). Love Thundar. That was my choice, too. Midori seems to be working good. Is it HTML5 by default? I've never used Frisbee before, but I had no problem figuring out how to connect via encrypted wifi. It was very intuitive.
I'm going to leave your default apps as they are. Testing should be more fruitful that way. I can always modify to my preferences at a later, more stable time.
And thanks again...
By the way, what does the name Saluki represent? If it was covered in an earlier post. I apologize. I certainly don't wan't to waste your time; obviously, you have been incredibly busy. But curiosity is getting the best of me
|
Back to top
|
|
 |
pemasu

Joined: 08 Jul 2009 Posts: 5484 Location: Finland
|
Posted: Fri 03 Feb 2012, 17:52 Post subject:
|
|
Definition of Saluki:
http://www.murga-linux.com/puppy/viewtopic.php?p=447633#447633
http://en.wikipedia.org/wiki/Saluki
It is fastest Puppy dog.
|
Back to top
|
|
 |
elroy

Joined: 02 Feb 2012 Posts: 380
|
Posted: Fri 03 Feb 2012, 18:01 Post subject:
|
|
Thanks pemasu. That was too easy I feel like an idiot. Oh well...
|
Back to top
|
|
 |
jemimah

Joined: 26 Aug 2009 Posts: 4309 Location: Tampa, FL
|
Posted: Fri 03 Feb 2012, 18:32 Post subject:
|
|
elroy wrote: |
I'm using Saluki 9, and have had no problems so far, except my Harry Potter DVD hanged in Xnoise (the only DVD to do so, so it could be the DVD itself). Love Thundar. That was my choice, too. Midori seems to be working good. Is it HTML5 by default?
|
How did you get DVDs to open in Xnoise? I thought that was unsupported. Did you try the dvd in Ogle?
Midori was built with html5 video support. Midori is the only browser (I think) that uses the system media playback libraries for web video - a real boon for keeping things small. However, the webkit libraries that midori is built on are still pretty unstable so you'll probably want a different browser for doing anything important.
|
Back to top
|
|
 |
Lobster
Official Crustacean

Joined: 04 May 2005 Posts: 15238 Location: Paradox Realm
|
Posted: Fri 03 Feb 2012, 19:12 Post subject:
|
|
Not quite sure why fotoxx is crashing . . .
It was working
reinstalled - still getting this . . .
It may be Cairo-dock took something with it when I uninstalled . . .
Code: | zappcrash:
segment fault
/usr/bin/fotoxx(_Z9zappcrashPKcz+0x48) [0x80d45b8 (null)
[0xffffe400 (null)
/lib/libc.so.6(strlen+0x33) [0xb6ceb383 (null)
/usr/bin/fotoxx(_Z11load_paramsv+0x4a7) [0x80668d7 (null)
/usr/bin/fotoxx(main+0x45f) [0x806a98f (null)
/lib/libc.so.6(__libc_start_main+0xd5) [0xb6c90a25 (null)
/usr/bin/fotoxx [0x8063471 (null) |
_________________ YinYana AI Buddhism
|
Back to top
|
|
 |
jemimah

Joined: 26 Aug 2009 Posts: 4309 Location: Tampa, FL
|
Posted: Fri 03 Feb 2012, 21:19 Post subject:
|
|
I think this version of fottoxx is not so great. It can get screwed up if you try to cancel the little sync process it does at the first run. Perhaps we need to use an older version instead.
|
Back to top
|
|
 |
Geoffrey

Joined: 30 May 2010 Posts: 2346 Location: Queensland
|
Posted: Fri 03 Feb 2012, 22:02 Post subject:
|
|
It's looking good now, I installed the Nvidia driver for my GeForce 8600 gt card and that made quite a difference, now it seems a lot snappier,
Cairo Dock works nice now, I installed Redshift GUI, that works since I installed the driver, see stu90's post for the download link http://www.murga-linux.com/puppy/viewtopic.php?p=446119#446119
Installed xvidcap and avidemux these work fine so far with the few test I've done
xvidcap 1.1.7 http://www.4shared.com/account/file/79905636/18b5e501/xvidcap_117_i386.html
avidemux-AIO-2.5.3-i486 http://www.datafilehost.com/download-8f2c76b6.html this is largish, so I extracted it and turned the directory into a sfs, has the option to open with a GTK2 or QT4 gui
|
Back to top
|
|
 |
jemimah

Joined: 26 Aug 2009 Posts: 4309 Location: Tampa, FL
|
Posted: Fri 03 Feb 2012, 23:29 Post subject:
|
|
Saluki-010 has been released. Happy tenth release everyone!
New in 010:
This is mostly a bugfix release.
I've also done some work on streamlining the PPM. Sfs_load is now integrated into the ppm and rxvt downloads are a thing of the past.
Full installs are hopefully fixed.
|
Back to top
|
|
 |
Billtoo

Joined: 07 Apr 2009 Posts: 3425 Location: Ontario Canada
|
Posted: Sat 04 Feb 2012, 00:19 Post subject:
Saluki Subject description: 010 |
|
I booted up the live 010 dvd and let it update the 009 save file that
was on the hard drive.
Fri 3 Feb 2012 Operating System: Saluki-010 Linux 2.6.39-ski
0.0 VGA compatible controller: ATI Technologies Inc Radeon HD 2400 XT
oem: ATI ATOMBIOS product: M74 01.00
X Server: Xorg Driver: # vesa
X.Org version: 1.11.0
dimensions: 1680x1050 pixels (444x277 millimeters)
depth of root window: 24 planes
direct rendering: Yes
server glx vendor string: ATI
server glx version string: 1.4
OpenGL vendor string: Advanced Micro Devices, Inc.
OpenGL renderer string: ATI Mobility Radeon HD 2400 XT
OpenGL version string: 3.3.11399 Compatibility Profile Context
Intel(R) Core(TM)2 Duo CPU E8135
Core 0: 800 1: 800 MHz
# glxgears
24629 frames in 5.0 seconds = 4925.668 FPS
25127 frames in 5.0 seconds = 5025.325 FPS
25215 frames in 5.0 seconds = 5042.844 FPS
I've only tested a couple of apps but it seems to be working okay.
|
Back to top
|
|
 |
mavrothal

Joined: 24 Aug 2009 Posts: 2964
|
Posted: Sat 04 Feb 2012, 00:22 Post subject:
|
|
jemimah wrote: | Saluki-010 has been released. Happy tenth release everyone!
|
Indeed
Is it using the 009 devx or the new one is still uploading?
_________________ == Here is how to solve your Linux problems fast ==
|
Back to top
|
|
 |
James C

Joined: 26 Mar 2009 Posts: 6717 Location: Kentucky
|
Posted: Sat 04 Feb 2012, 01:03 Post subject:
|
|
mavrothal wrote: | jemimah wrote: | Saluki-010 has been released. Happy tenth release everyone!
|
Indeed
Is it using the 009 devx or the new one is still uploading? |
From the first post
Quote: | The Devx is unchanged since 009 so just rename the 009 devx for 010. |
|
Back to top
|
|
 |
mavrothal

Joined: 24 Aug 2009 Posts: 2964
|
Posted: Sat 04 Feb 2012, 01:39 Post subject:
|
|
James C wrote: |
From the first post
Quote: | The Devx is unchanged since 009 so just rename the 009 devx for 010. |
|
Missed that. Thx
On a fresh frugal without adrv and before a first save. (eg now )
Installed from PPM in order and opened each one from terminal before the next pet installation :
Quote: | midori: error while loading shared libraries: libgstpbutils-0.10.so.0: cannot open shared object file: No such file or directory
streamtuner: /root/.streamtuner/config:150: live365: no such handler
Sreamtuner(trying to play a stream): Failed to execute child process "slimp" (no such file or directory)
Firefox OK
Geany OK
xarchiver OK
ristretto OK
gnumeric OK
abiword OK
pidgin: error while loading shared libraries: libgstinterfaces-0.10.so.0: cannot open shared object file: No such file or directory (PPM also lists libstnetbuffer-.0.10.so missing but does not attempt to download after "more info")
gFtp OK
ogle OK (though:ogle_vout: /usr/lib/libxml2.so.2: no version information available (required by ogle_vout) )
mtPaint OK |
In all cases when "examine dependencies" was suggested all the dependencies where downloaded successfully.
HTH for dep checking (or/and base).
_________________ == Here is how to solve your Linux problems fast ==
Last edited by mavrothal on Sat 04 Feb 2012, 02:01; edited 3 times in total
|
Back to top
|
|
 |
|