The time now is Mon 25 Jan 2021, 09:45
All times are UTC - 4 |
Page 34 of 89 [1334 Posts] |
Goto page: Previous 1, 2, 3, ..., 32, 33, 34, 35, 36, ..., 87, 88, 89 Next |
Author |
Message |
charlie6

Joined: 30 Jun 2008 Posts: 1231 Location: Saint-Gérard / Walloon part of Belgium
|
Posted: Thu 21 Jun 2012, 23:28 Post subject:
|
|
Hi Pemasu,
pemasu wrote: | I tested how latest Deadbeef-0.5.5 compiles...
Plugin Summary:
...
wildmidi: no - WildMidi player plugin
...
|
does it mean that midi files cannot be played, even if the midi plugin is installed (i.e freepats_20060219-1_all.deb from debian repository) ?
Thanks for thet pet anyway !
|
Back to top
|
|
 |
charlie6

Joined: 30 Jun 2008 Posts: 1231 Location: Saint-Gérard / Walloon part of Belgium
|
Posted: Thu 21 Jun 2012, 23:43 Post subject:
Looking for a metronome ? |
|
Hi to musicians,
happy music day !
here is a debian based pet for a metronome that does not need Python, nor KDE, nor Qt ...
download here an all-in-one pet.
http://www.murga-linux.com/puppy/viewtopic.php?p=635688#635688
runs out off the box on exprimo !
enjoy !
Charlie
|
Back to top
|
|
 |
shinobar

Joined: 28 May 2009 Posts: 2674 Location: Japan
|
Posted: Fri 22 Jun 2012, 02:03 Post subject:
getnvidia-0.2 |
|
Thanks to all for the idea and testing.
UPDATED: getnvidia-0.2.pet, NVIDIA driver installer/PET/SFS builder.
http://shino.pos.to/party/bridge.cgi?puppy/opt/
You need devx and kernel source package to build the kernel module. Required internet connection.
Recommended to build with new pupsave, 256MB or larger. I am not quite sure but If your RAM is less than 640MB, needs 500MB swap.
- Load devx package
- Load kernel source package
- Install getnvidia.
- Exit X and down to the command prompt
- Type 'getnvidia'.
NVIDIA Graphics tip is not essential to build (thanks to pemasu). You can build on another PC if the target PC has not enough power and/or internet connection.
Nvidia drivers topic:
http://www.murga-linux.com/puppy/viewtopic.php?t=72405
_________________ Work around Puppy Linux http://shinobar.net/linux/puppy.html
|
Back to top
|
|
 |
pemasu

Joined: 08 Jul 2009 Posts: 5485 Location: Finland
|
Posted: Fri 22 Jun 2012, 03:16 Post subject:
|
|
Charlie6. Yes. It means that there is no plugin for midi. In fact...I liked to get feedback if there is needed plugins, which I have left out. I use solely mp3, ogg, m4a, aac formats for music. And mostly I listen net radioas and net streams. So...if midi plugin is wanted...no problem....I compile it with that plugin easily...I have source still in place and ready to go.....I just want deadbeef so slim...that I could - might update it to the base distro. That is why I left those strange plugins out.
|
Back to top
|
|
 |
GeraSats

Joined: 24 Feb 2012 Posts: 18 Location: Ukraine, Donbass
|
Posted: Fri 22 Jun 2012, 08:49 Post subject:
Re: getnvidia-0.2 |
|
Great job!
A wonderful tool!
Exit the console and all worked out in automatic mode.
|
Back to top
|
|
 |
pemasu

Joined: 08 Jul 2009 Posts: 5485 Location: Finland
|
Posted: Fri 22 Jun 2012, 13:14 Post subject:
|
|
I have reuploaded the Deadbeef-0.5.5. I fixed the cd audio wrong library error, now cd audio plays. I also added wav and midi support. Plugin summary has been updated accordingly.
Download and info link: http://murga-linux.com/puppy/viewtopic.php?p=635708#635708
|
Back to top
|
|
 |
pemasu

Joined: 08 Jul 2009 Posts: 5485 Location: Finland
|
Posted: Sat 23 Jun 2012, 04:15 Post subject:
|
|
My first try for xine-lib-1.2.2 and gxine-0.5.907. You need xine-lib for backend and then some frontend to use xine. I compiled gxine frontend.
Xine-lib configuration:
./configure CFLAGS="-march=native -O2 -fomit-frame-pointer -pipe" --prefix=/usr --sysconfdir=/etc --localstatedir=/var --disable-rpath --with-gnu-ld --disable-dxr3 --disable-glu --disable-gnomevfs --with-x --with-external-ffmpeg --without-imagemagick --with-freetype --without-esound --without-jack --with-libflac --disable-altivec --disable-vis --disable-opengl --disable-aalib --disable-fb --enable-directfb --disable-oss --disable-mng --enable-mmap --with-sdl --with-external-libfaad --disable-iconvtest
Gxine configuration:
./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --without-browser-plugin --without-dbus --disable-deprecated --with-x --disable-lirc
Lirc disabling needs this source editing:
--- src/lirc.c
+++ src/lirc.c
@@ -223,8 +223,8 @@
if (gxine_lirc_thread_created)
pthread_join (gxine_lirc_thread, NULL);
gxine_lirc_start ();
-#endif
JS_SET_RVAL (cx, vp, gxine_lirc_thread ? JSVAL_TRUE : JSVAL_FALSE);
+#endif
return JS_TRUE;
}
No guarantee if working....except for me....
Download link for xine-lib-1.2.2: http://smokey01.com/pemasu/pet_packages-exprimo/xine-lib-1.2.2.pet
And if you want to compile other frontend, you need dev libs for xine-libs: http://smokey01.com/pemasu/pet_packages-exprimo/xine_DEV-lib-1.2.2.pet
|
Back to top
|
|
 |
Billtoo

Joined: 07 Apr 2009 Posts: 3721 Location: Ontario Canada
|
Posted: Sat 23 Jun 2012, 12:00 Post subject:
|
|
pemasu wrote: | My first try for xine-lib-1.2.2 and gxine-0.5.907. You need xine-lib for backend and then some frontend to use xine. I compiled gxine frontend.
Xine-lib configuration:
./configure CFLAGS="-march=native -O2 -fomit-frame-pointer -pipe" --prefix=/usr --sysconfdir=/etc --localstatedir=/var --disable-rpath --with-gnu-ld --disable-dxr3 --disable-glu --disable-gnomevfs --with-x --with-external-ffmpeg --without-imagemagick --with-freetype --without-esound --without-jack --with-libflac --disable-altivec --disable-vis --disable-opengl --disable-aalib --disable-fb --enable-directfb --disable-oss --disable-mng --enable-mmap --with-sdl --with-external-libfaad --disable-iconvtest
Gxine configuration:
./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --without-browser-plugin --without-dbus --disable-deprecated --with-x --disable-lirc
Lirc disabling needs this source editing:
--- src/lirc.c
+++ src/lirc.c
@@ -223,8 +223,8 @@
if (gxine_lirc_thread_created)
pthread_join (gxine_lirc_thread, NULL);
gxine_lirc_start ();
-#endif
JS_SET_RVAL (cx, vp, gxine_lirc_thread ? JSVAL_TRUE : JSVAL_FALSE);
+#endif
return JS_TRUE;
}
No guarantee if working....except for me....
|
I don't understand why it's so difficult to compile (impossible for
me) in some versions of puppy yet I compiled xine-lib-1.2.2.tar.xz in
fatdog64 600b1 this morning with ./configure --prefix=/usr and
xine-ui-0.99.6.tar.xz with ./configure --prefix=/usr --disable-lirc
I've compiled it successfully in racy 5.3 and slacko 5.3.3, precise beta 2 = no
but it's available in the precise repos in ppm.
I don't think I've ever compiled gxine successfully in any puppy
Anyway, good job, there must have been lots of trial and error when
you compiled it
Description |
|
Filesize |
69.78 KB |
Viewed |
1844 Time(s) |

|
|
Back to top
|
|
 |
pemasu

Joined: 08 Jul 2009 Posts: 5485 Location: Finland
|
Posted: Sat 23 Jun 2012, 16:50 Post subject:
|
|
Next test compile challenge. Avidemux. Avidemux-2.5.5-svn gtk version compiled and packaged. 2.5.6 version has problems, havent succeeded with it.
Avidemux-2.6.0-svn, latest does not yet compile gtk version, but..qt4 gui compiles ok.
Pets are in exprimo repo. Remember...Avidemux-2.6 needs qt libs also, basic version is ok.
Description |
|
Filesize |
54.56 KB |
Viewed |
1816 Time(s) |

|
|
Back to top
|
|
 |
pemasu

Joined: 08 Jul 2009 Posts: 5485 Location: Finland
|
Posted: Sun 24 Jun 2012, 14:35 Post subject:
|
|
Today I came back from our summer cottage. We spent midsummer holidays there, watched bonfires, I did steer the boat when the others were fishing. I couldnt throw the fishing rod, lol.
I used my mother`s hsdpa modem for internet connection from my dpup. It worked fine.
When I came back...I decided to try to get my DVB-T TV tuner stick to work. So ....I downloaded the VLC 2.0.1 source and had several trials and errors before I got almost the wanted compile. Still the subtitles eludes me, but dvb support works. I did enable almost everything.
I scanned my old post about using vlc with dvb stick.
http://murga-linux.com/puppy/viewtopic.php?p=453966#453966
Then I fired my old stick, downloaded the firmware, installed the dvb-apps deb and scanned and wrote the channels to the channels.conf file.
In the attached pic is the result. It records the channel as .ts files of the played TV broadcast and they play in gnome-mplayer, but the dvb subtitles does not transfer. Still something to work on...but I am really loss with the subtitles. The recording button appear when you tick extra menu to show up.
Anyway, the compile plays also avi, mp4, music files which I tested: mp3, aac, m4a, audio cd, dvd movies with menus. Bluray support should be in it, when you download the libbluray for squeeze from backports packages.debian. I dont have bluray drive...so cant test it.
I will upload this one...if I dont get inspiration with subtitle support...not probable...lol.....
|
Back to top
|
|
 |
Billtoo

Joined: 07 Apr 2009 Posts: 3721 Location: Ontario Canada
|
Posted: Sun 24 Jun 2012, 19:26 Post subject:
|
|
pemasu wrote: | Today I came back from our summer cottage. We spent midsummer holidays there, watched bonfires, I did steer the boat when the others were fishing. I couldnt throw the fishing rod, lol.
I used my mother`s hsdpa modem for internet connection from my dpup. It worked fine.
When I came back...I decided to try to get my DVB-T TV tuner stick to work. So ....I downloaded the VLC 2.0.1 source and had several trials and errors before I got almost the wanted compile. Still the subtitles eludes me, but dvb support works. I did enable almost everything.
|
Do you suppose you could get support for pvr working as well? I've got
a hauppauge 150 and a 250 card, the only version of vlc that supports
them is the ubuntu's, 12.04, and xubuntu for sure, likely others.
Anyway, it'd be nice to have in puppy.
I'll be rootin' for you
Description |
|
Filesize |
47.54 KB |
Viewed |
1669 Time(s) |

|
|
Back to top
|
|
 |
pemasu

Joined: 08 Jul 2009 Posts: 5485 Location: Finland
|
Posted: Sun 24 Jun 2012, 23:59 Post subject:
|
|
I did enable pvr support. I dont know how to check that it is there, but it was enabled in configuration.
./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --enable-run-as-root --enable-pvr --enable-real --enable-realrtsp --disable-notify --disable-sid --disable-goom
|
Back to top
|
|
 |
pemasu

Joined: 08 Jul 2009 Posts: 5485 Location: Finland
|
Posted: Mon 25 Jun 2012, 07:06 Post subject:
|
|
I got it ! Subtitles works now.
--enable-non-utf8 ..libcaca, libslang, libass devel libs enables the subtitles for me.
In terminal: vlc -vvv --list ....gives you the ./configure options, shows missing libs and lists the available modules. Vlc has about 400 modules depending on build.
There is several problems with audio and video modules. Libschroedinger in squeeze is too old. Which means that dirac is probably obsolete to include, crystalhd has broken headers, it would need latest source from git or use vlc patch, libfluisynth has libpulse dependency, some libs dependencies are very heavy like smb support and so on...I am going to compile dvb - pvr - most audio - video enabled vlc...so that the balance with the size of dependent libs and usablity should be good.
With dvb - pvr and subtitles ....
This is my latest ./configure:
./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --enable-run-as-root --enable-pvr --enable-real --enable-realrtsp --disable-notify --disable-sid --disable-goom --disable-decklink --disable-smb --disable-gme --disable-taglib --enable-non-utf8 --disable-pulse --disable-fluidsynth --disable-libproxy --disable-projectm --disable-portaudio --disable-jack --disable-kate --disable-kai --disable-tiger --disable-upnp --disable-kva --disable-live555 --disable-crystalhd --disable-speex --disable-schroedinger --disable-dirac
|
Back to top
|
|
 |
pemasu

Joined: 08 Jul 2009 Posts: 5485 Location: Finland
|
Posted: Mon 25 Jun 2012, 08:14 Post subject:
|
|
For testing. Please...give feedback. VLC-2.0.1-dpup with dvb - pvr (Hauppauge IVTV MPEG Encoding cards input) - subtitles - digital TV recording - supports bunch of audio and video formats.
Tested: avi, mkv, mp4, mov, rm, wmw, mp3, m4a, aac, audio cd, dvd video with menus, digital TV with dvb-t stick, recording of dvb, preserves subtitles, Hauppauge pwr cards works, after installing the firmware, see posts later.
Tv tuner sticks needs according firmware, usually...see the posts later.
Passed all these formats: http://www.murga-linux.com/puppy/viewtopic.php?p=541258#541258
http://diddywahdiddy.net/Puppy500/mediatest.tar.gz
Matroska started to work after installing squeeze maintainer mkv-error-fix patch to the source.
You will need qt4 libs, vlc and vlc deps libs, all in exprimo repo:
http://smokey01.com/pemasu/pet_packages-exprimo/qt-4.8.0-basic-with-qtwebkit-dpup.pet
http://smokey01.com/pemasu/pet_packages-exprimo/vlc-2.0.1-dpup.pet
http://smokey01.com/pemasu/pet_packages-exprimo/vlc-2.0.1-deps-dpup.pet
And for localizing VLC, if you want: http://smokey01.com/pemasu/pet_packages-exprimo/vlc_NLS-2.0.1-dpup.pet
Last edited by pemasu on Wed 27 Jun 2012, 18:21; edited 6 times in total
|
Back to top
|
|
 |
Billtoo

Joined: 07 Apr 2009 Posts: 3721 Location: Ontario Canada
|
Posted: Mon 25 Jun 2012, 09:02 Post subject:
|
|
pemasu wrote: | For testing. Please...give feedback. VLC-2.0.1-dpup with dvb - pvr (Hauppage IVTV MPEG Encoding cards input) - subtitles - digital TV recording - supports bunch of audio and video formats.
Tested: avi, mkv, mp4, mp3, m4a, aac, audio cd, dvd video with menus, digital TV with dvb-t stick, recording of dvb, preserves subtitles.
|
I removed the old vlc in ppm and deleted the vlc directories in usr/lib and /usr/share, then installed your pets.
I get an error when I try the pvr, I looked in /var/log/messages and I think the part that I cut refers to vlc.
/var/log/messages shows:
Jun 26 11:41:44 puppypc8871 user.err kernel: [ 291.752178] ivtv0: Unable to open firmware v4l-cx2341x-enc.fw (must be 376836 bytes)
Jun 26 11:41:44 puppypc8871 user.err kernel: [ 291.752181] ivtv0: Did you put the firmware in the hotplug firmware directory?
Jun 26 11:41:44 puppypc8871 user.warn kernel: [ 291.752184] ivtv0: Retry loading firmware
Jun 26 11:41:44 puppypc8871 user.err kernel: [ 292.375992] ivtv0: Unable to open firmware v4l-cx2341x-enc.fw (must be 376836 bytes)
Jun 26 11:41:44 puppypc8871 user.err kernel: [ 292.375998] ivtv0: Did you put the firmware in the hotplug firmware directory?
Jun 26 11:41:44 puppypc8871 user.err kernel: [ 292.376003] ivtv0: Failed to initialize on device video0
lspci shows:
01:00.0 Multimedia video controller: Internext Compression Inc iTVC16 (CX23416) MPEG-2 Encoder (rev 01)
EDIT:I booted the live dvd with pfix=ram, installed the devx and kernel
source, installed the Nvidia driver.
I installed qt-482 + your vlc pets.
I get the same error when I try to use the pvr, /var/log/messages
shows the same info.
 |
Description |
|
Filesize |
32.68 KB |
Viewed |
1559 Time(s) |

|
|
Back to top
|
|
 |
|
Page 34 of 89 [1334 Posts] |
Goto page: Previous 1, 2, 3, ..., 32, 33, 34, 35, 36, ..., 87, 88, 89 Next |
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum
|
Powered by phpBB © 2001, 2005 phpBB Group
|