Difference between revisions of "Packagers"
Jump to navigation
Jump to search
(add Mandriva package) |
(debian has switched to git) |
||
Line 9: | Line 9: | ||
|- | |- | ||
| ALT Linux | | ALT Linux | ||
− | | [http://git.altlinux.org/people/thresh/packages/vlc.git | + | | [http://git.altlinux.org/people/thresh/packages/vlc.git Gitweb] or [http://www.sisyphus.ru/srpm/vlc Sisyphus] |
| git clone git://git.altlinux.org/people/thresh/packages/vlc.git altlinux-vlc | | git clone git://git.altlinux.org/people/thresh/packages/vlc.git altlinux-vlc | ||
|- | |- | ||
| Debian GNU/Linux | | Debian GNU/Linux | ||
− | | [http:// | + | | [http://git.debian.org/?p=pkg-multimedia/vlc.git;a=summary Gitweb] or [http://packages.qa.debian.org/v/vlc.html PTS] |
− | | | + | | git clone git://git.debian.org/pkg-multimedia/vlc.git vlc-debian |
| | | | ||
− | * The current packaging is either in the experimental or | + | * The current packaging is either in the experimental or sid branch. |
* For the [http://nightlies.videolan.org nightlies] packaging, see the videolan branch. | * For the [http://nightlies.videolan.org nightlies] packaging, see the videolan branch. | ||
|- | |- | ||
Line 36: | Line 36: | ||
| svn co http://svn.mandriva.com/svn/packages/cooker/vlc/current/ vlc | | 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 | + | * The official build has many codecs disabled, the full build is in the third party PLF repository |
| | | | ||
|} | |} |
Revision as of 11:15, 12 March 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 | Gitweb or PTS | git clone git://git.debian.org/pkg-multimedia/vlc.git vlc-debian |
| |
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 |
|