Difference between revisions of "Packagers"
Jump to navigation
Jump to search
(debian has switched to git) |
(→VLC packages / VCS URLs in Linux distros: Fedora adds) |
||
Line 18: | Line 18: | ||
* The current packaging is either in the experimental or sid branch. | * 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. | ||
+ | |- | ||
+ | | Fedora | ||
+ | | [http://cvs.rpmfusion.org/viewvc/rpms/vlc/?root=free RPM Fusion Viewvc] and [http://cvs.fedoraproject.org/viewvc/rpms/ Fedora Viewvc] | ||
+ | | | ||
+ | export CVSROOT=:pserver:anonymous@cvs.fedoraproject.org:/cvs/pkgs | ||
+ | |||
+ | export CVSROOT=:pserver:anonymous@cvs.rpmfusion.org:/cvs/free | ||
+ | |||
+ | cvs co <module> | ||
+ | | Available at the [http://rpmfusion.org RPM Fusion] third part repository for [http://fedoraproject.org Fedora]: | ||
+ | * [http://bugzilla.rpmfusion.org RPM Fusion bug report] | ||
+ | * [https://bugzilla.rpmfusion.org/buglist.cgi?quicksearch=vlc VLC bugs reported at RPM Fusion] | ||
|- | |- | ||
| Gentoo | | Gentoo |
Revision as of 17:14, 4 June 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 |
| |
Fedora | RPM Fusion Viewvc and Fedora Viewvc |
export CVSROOT=:pserver:anonymous@cvs.fedoraproject.org:/cvs/pkgs export CVSROOT=:pserver:anonymous@cvs.rpmfusion.org:/cvs/free cvs co <module> |
Available at the RPM Fusion third part repository for Fedora: | |
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 |
|