Difference between revisions of "Packagers"
Jump to navigation
Jump to search
(add Mandriva package) |
|||
Line 31: | Line 31: | ||
| [http://bazaar.launchpad.net/~motumedia/vlc/ubuntu/files BzrWeb] or [https://code.launchpad.net/~motumedia/vlc/ubuntu Launchpad Code] | | [http://bazaar.launchpad.net/~motumedia/vlc/ubuntu/files BzrWeb] or [https://code.launchpad.net/~motumedia/vlc/ubuntu Launchpad Code] | ||
| bzr branch https://code.launchpad.net/~motumedia/vlc/ubuntu | | bzr branch https://code.launchpad.net/~motumedia/vlc/ubuntu | ||
+ | |- | ||
+ | | Mandriva Linux | ||
+ | | [http://svn.mandriva.com/cgi-bin/viewvc.cgi/packages/cooker/vlc/current/ Websvn] | ||
+ | | svn co http://svn.mandriva.com/svn/packages/cooker/vlc/current/ vlc | ||
+ | | | ||
+ | The official build has many codecs disabled, the full build is in the third party PLF repository | ||
+ | | | ||
|} | |} |
Revision as of 11:32, 20 February 2009
VLC packages / VCS URLs in Linux distros
Distribution | Web-based viewer for repository | What to do to fetch the repository | Notes | |
---|---|---|---|---|
ALT Linux | gitweb or sisyphus | git clone git://git.altlinux.org/people/thresh/packages/vlc.git altlinux-vlc | ||
Debian GNU/Linux | Websvn or PTS | svn co svn://svn.debian.org/svn/pkg-multimedia/experimental/vlc vlc-exp |
| |
Gentoo | Portage tree and Patchsets | cvs -d :pserver:anonymous@anoncvs.gentoo.org:/var/cvsroot co gentoo/src/patchsets/vlc
cvs -d :pserver:anonymous@anoncvs.gentoo.org:/var/cvsroot co gentoo-x86/media-video/vlc |
| |
Ubuntu | BzrWeb or Launchpad Code | bzr branch https://code.launchpad.net/~motumedia/vlc/ubuntu | ||
Mandriva Linux | Websvn | svn co http://svn.mandriva.com/svn/packages/cooker/vlc/current/ vlc |
The official build has many codecs disabled, the full build is in the third party PLF repository |