by lizbeth on Sun Oct 28, 2012 7:12 pm
of course if you download the source, there is another way to get a .deb file
here's the page for vlc 2.0.4. It contains the tarball and a page with other tarballs for depenecies for vlc
- Code: Select all
http://www.videolan.org/vlc/download-sources.html
the method for building a .deb from tarball is the same for vlc as for all of its dependencies. Downloand th vlc tarball here:
- Code: Select all
http://download.videolan.org/pub/videolan/vlc/2.0.4/vlc-2.0.4.tar.xz
open a terminal
- Code: Select all
sudo apt-get install fakeroot dh-make
cd Downloads
tar -zxf vlc-2.0.4.tar.xz
cd vlc-2.0.4
dh_make
dh_make will then ask you if you want to create a: "single binary, multiple binary, library, kernel module or cdbs" and ask you to complete the package maintainer fields.
You might then have to tweak the debian/rules file (e.g. to set configuration options) or set a shell variable. It all depends on the package in question.
- Code: Select all
dpkg-buildpackage
again read the terminal for the output file name of the .deb
- Code: Select all
dpkg -i <vlc-output-file-name>.deb
Easy enough?
Toshiba Laptop, AMD A6-3420M Quad-Core CPU, AMD Radeon 6520G On Chip HD GPU, 500 Gig HD, 6 gigs Ram
Linux Mint Debian Wheezy, Liquorix Kernel 3.8.8, Catalyst 12.10- Beta 13.3
Ready to Buy/Configure a Raspberry Pi for Print/Scan/Media Server