Difference between revisions of "Packagers"
Jump to navigation
Jump to search
m (fix unbuntu cells) |
(Add Slackware) |
||
Line 40: | Line 40: | ||
* Some small and temporary patches may also be in the portage tree in the files subdirectory. | * Some small and temporary patches may also be in the portage tree in the files subdirectory. | ||
* See also the [http://www.gentoo.org/proj/en/desktop/video/vlc.xml packaging notes]. | * See also the [http://www.gentoo.org/proj/en/desktop/video/vlc.xml packaging notes]. | ||
− | |||
− | |||
− | |||
− | |||
− | |||
|- | |- | ||
| Mandriva Linux | | Mandriva Linux | ||
Line 51: | Line 46: | ||
| | | | ||
* 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 | ||
+ | |- | ||
+ | | Ubuntu | ||
+ | | [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 | ||
| | | | ||
+ | |- | ||
+ | | Slackware | ||
+ | | [http://slackware.com/~alien/slackbuilds/vlc/ slackware.com] or [http://slackware.org.uk/people/alien/restricted_slackbuilds/vlc/ UK mirror] | ||
+ | | lctp -c "open http://slackware.com/~alien/slackbuilds/ ; mirror vlc" | ||
+ | rsync -av rsync://rsync.slackware.org.uk/people/alien/restricted_slackbuilds/vlc . | ||
+ | | The "''restricted_slackbuilds''" packages are restricted for distribition: they are built with mp3/aac encoding capability. This makes them unfit for hosting in the US, hence a UK mirror is used | ||
+ | |- | ||
|} | |} |
Revision as of 10:26, 16 June 2010
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 |
|
Mandriva Linux | Websvn | svn co http://svn.mandriva.com/svn/packages/cooker/vlc/current/ vlc |
|
Ubuntu | BzrWeb or Launchpad Code | bzr branch https://code.launchpad.net/~motumedia/vlc/ubuntu | |
Slackware | slackware.com or UK mirror | lctp -c "open http://slackware.com/~alien/slackbuilds/ ; mirror vlc"
rsync -av rsync://rsync.slackware.org.uk/people/alien/restricted_slackbuilds/vlc . |
The "restricted_slackbuilds" packages are restricted for distribition: they are built with mp3/aac encoding capability. This makes them unfit for hosting in the US, hence a UK mirror is used |