PKILL-9

Wayno’s sojourn and solutions through Linux

  • Home
  • About

29

Apr

installing ubuntu-restricted-extras under wubi

Posted by admin  Published in Audio, DVD, Music, apt-get, sound

From: Jose B 28 April at 01:49

When installing Linux on your Windows machine using Wubi, your Linux installation will not have access through the synaptic package manager to the Ubuntu Restricted Extras; also you will not be able to install them through the web page either.

What I did to get around this is:

1. I opened the terminal (Applications-Accessories-Terminal)
2. At the prompt type: $ sudo aptget ubuntu-restricted-extras
- This will install the restricted extras packages
3. type: sudo /usr/share/doc/libdvdread4/install-css.sh
- This will install dvd support to your linux system that was installed through Wubi

Now you will have a fully functional Linux system. This was tried on a Windows 7 machine.

no comment

9

Apr

How to make pulse audio temporarily DIE!

Posted by admin  Published in Audio, Music

from #ubuntu+1

arand: Blue11: Pro tip: “pasuspender -s alsa application”

Wayno

1 comment

16

Feb

Compiling and installing guaydeque music player (for the faint hearted)

Posted by admin  Published in Compiling Source Code, DVD, Music

Original Post

THESE ARE INSTALL DIRECTIONS FOR UBUNTU/DEBIAN BASED SYSTEMS

The original post works, but it could use a little enhancement so I’ll try to break it down for those that have never compiled source code on Linux before.

Please note that if you see a # in the code below, that’s a comment. You DO NOT code the # or anything after that!

1. So the first thing we will do is go to our home directory.

Open a terminal window and type:

cd ~

Then:

sudo add-apt-repository ppa:anonbeat/guayadeque
sudo apt-get update
sudo apt-get install guayadeque-svn

2. Now we are going to install all the programmes needed to compile guayadeque.

NOTE THE BACK SLASHES AT THE END OF THE LINE! There are no spaces after them, no tabs, just an “enter” key. You can cut/paste this line if you want. The \ is the Linux continuation character, and this is done for readability sake.

sudo apt-get install subversion build-essential cmake \
libwxgtk2.8-dev libtagc0-dev libsqlite3-dev libcurl4-openssl-dev \
libdbus-1-dev libgstreamer0.10-dev libflac-dev

This will take awhile, so relax!

Whew! you will get back a line that looks like this:

0 upgraded, 11 newly installed, 0 to remove and 0 not upgraded.

3. Okay now we will get the source code, with a command called “svn” — the subversion command line tool (source code control).

svn co http://guayadeque.svn.sourceforge.net/svnroot/guayadeque/Trunk guayadeque

You should get back something that looks like this:

Checked out revision 664.
(or whatever the latest source version is)

ADDENDUM: if you want to update and install a NEWer version, then cd to the guayadeque subdir and then

svn update

4. Let’s go to the guayadeque directory!

cd guayadeque

5. How are you doing? Now we’re ready to compile the source code. GULP!

Note the ./ at the beginning of the line. They are important!

./build

You’ll see output that looks like this:

– The C compiler identification is GNU
– The CXX compiler identification is GNU
– Check for working C compiler: /usr/bin/gcc
– Check for working C compiler: /usr/bin/gcc — works
– Detecting C compiler ABI info
– Detecting C compiler ABI info – done
– Check for working CXX compiler: /usr/bin/c++
– Check for working CXX compiler: /usr/bin/c++ — works
– Detecting CXX compiler ABI info
– Detecting CXX compiler ABI info – done
– Using install prefix /usr …
– Found wxWidgets: TRUE
– checking for module ‘gstreamer-0.10′
– found gstreamer-0.10, version 0.10.25
– checking for module ‘sqlite3′
– found sqlite3, version 3.6.16
– checking for module ‘libcurl’
– found libcurl, version 7.19.5
– checking for module ‘taglib’
– found taglib, version 1.6.0
– checking for module ‘dbus-1′
– found dbus-1, version 1.2.16
– checking for module ‘flac’
– found flac, version 1.2.1
– Configuring done
– Generating done
– Build files have been written to: /home/nwayno/guayadeque
[ 96%] Built target guayadeque
[ 97%] Built target guayadeque.es.mo
[ 98%] Built target guayadeque.uk.mo
[100%] Built target guayadeque.it.mo

6. Still there? We’re ready to install! We do that by:

sudo make install

You’ll get output that looks like this:

[ 96%] Built target guayadeque
[ 97%] Built target guayadeque.es.mo
[ 98%] Built target guayadeque.uk.mo
[100%] Built target guayadeque.it.mo
Install the project…
– Install configuration: “”

—-

Now if you go to Applications/Sound and Video
the Guayadeque Music Player, should be there!

Enjoy –

Thanks Jose & Loni!

1 comment

Search

About

PKILL-9

Categories

  • apt-get (3)
  • Audio (4)
  • Browsers (4)
  • Compiling Source Code (2)
  • Deposit @ Home (1)
  • DVD (4)
  • filesharing (2)
  • fstab (1)
  • ftp (1)
  • gnome (4)
  • grub (2)
  • Internet Connection Sharing (1)
  • Joe (2)
  • loni (3)
  • Music (3)
  • netbook (1)
  • samba (2)
  • sound (2)
  • ssh (1)
  • Thunderbird (1)
  • Uncategorized (26)
  • ups (1)
  • video (3)
  • wireless (1)
  • word processors (2)
  • X11 (1)

Archives

  • September 2010 (1)
  • July 2010 (7)
  • April 2010 (5)
  • March 2010 (3)
  • February 2010 (7)
  • January 2010 (1)
  • December 2009 (1)
  • October 2009 (4)
  • September 2009 (1)
  • July 2009 (1)
  • June 2009 (3)
  • May 2009 (5)
  • April 2009 (6)
  • March 2009 (3)
  • February 2009 (6)

Blogroll

  • Dynamic Designz - Linux Help Site
  • Plugins

Pages

  • About

Meta

  • Log in
  • Main Entries Rss
  • Comments Rss
September 2010
M T W T F S S
« Jul    
 12345
6789101112
13141516171819
20212223242526
27282930  

Recent Posts

  • Recording/Capturing your desktop in Ubuntu/Debian
  • Forcing a Web Browser to Save a File instead of Streaming it
  • Getting Ubuntu 10.04 Video/Audio to work with an Intel 82815 Chipset
  • Recovering Ubuntu/Debian Linux after a Windows Install/Hiccup
  • How to configure Samba in Ubuntu using a gui
  • Removable USB devices and fstab settings
  • Fixing gnome-typing-monitor in Ubuntu 10.04 (lucid lynx)
  • Sorting Bookmarks (alphabetically) in Firefox
  • installing ubuntu-restricted-extras under wubi
  • How to do Certificate Based ssh Authentication

Recent Comments

  • admin in Getting Ubuntu 10.04 Video/Audio to work with an I…
  • Erick in Getting Ubuntu 10.04 Video/Audio to work with an I…
  • admin in Getting Ubuntu 10.04 Video/Audio to work with an I…
  • Erick in Getting Ubuntu 10.04 Video/Audio to work with an I…
  • terry in Getting Ubuntu 10.04 Video/Audio to work with an I…
  • admin in Changing Default Language for Abiword
  • PKILL-9 » Post Topic » … in Recovering after hosing /etc/fstab
  • tux in How to do Certificate Based ssh Authentication
  • tux in How to do Certificate Based ssh Authentication
  • lornix in Thunderbird 3.X Performance Enhancement
© 2007 PKILL-9



Theme by WebRehash | Free WordPress Templates | Valid XHTML | Valid CSS 3.0 | Powered by Wordpress, Installed by Installatron.