Difference between revisions of "Packagers"
Jump to navigation
Jump to search
(New page: = VLC packages / VCS URLs in Linux distros = {| class="wikitable" |- ! Distribution ! Web-based viewer for repository ! URL for repository to checkout / clone |- | ALT Linux | [http://git...) |
(Mandriva Linux is discontinued. Removing entry) |
||
(15 intermediate revisions by 9 users not shown) | |||
Line 1: | Line 1: | ||
− | = VLC packages / VCS URLs in Linux distros = | + | == VLC packages / VCS URLs in Linux distros == |
{| class="wikitable" | {| class="wikitable" | ||
Line 5: | Line 5: | ||
! Distribution | ! Distribution | ||
! Web-based viewer for repository | ! Web-based viewer for repository | ||
− | ! | + | ! What to do to fetch the repository |
+ | ! Notes | ||
|- | |- | ||
| 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://git.altlinux.org/people/thresh/packages/vlc.git | + | | git clone git://git.altlinux.org/people/thresh/packages/vlc.git altlinux-vlc |
+ | | | ||
+ | |- | ||
+ | | Debian GNU/Linux | ||
+ | | [http://anonscm.debian.org/gitweb/?p=pkg-multimedia/vlc.git;a=summary Gitweb] or [http://packages.qa.debian.org/v/vlc.html PTS] | ||
+ | | git clone git://anonscm.debian.org/pkg-multimedia/vlc.git vlc-debian | ||
+ | | | ||
+ | * The current packaging is either in the experimental or sid 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]{{dead link}} and [http://cvs.fedoraproject.org/viewvc/rpms/ Fedora Viewvc]{{dead link}} | ||
+ | | | ||
+ | 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 | ||
+ | | [http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/vlc/ Portage tree] and [http://sources.gentoo.org/viewcvs.py/gentoo/src/patchsets/vlc/ 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 | ||
+ | | | ||
+ | * Most patches are in the patchset, patches applied are the highest version that is lower than the one you want. | ||
+ | * 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]. | ||
+ | |- | ||
+ | | 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 distribution: they are built with mp3/aac encoding capability. This makes them unfit for hosting in the US, hence a UK mirror is used | ||
+ | |- | ||
|} | |} | ||
+ | |||
+ | [[Category:Building]] | ||
+ | [[Category:GNU/Linux]] |
Latest revision as of 10:10, 6 February 2019
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://anonscm.debian.org/pkg-multimedia/vlc.git vlc-debian |
|
Fedora | RPM Fusion Viewvc[dead link] and Fedora Viewvc[dead link] |
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 | |
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 distribution: they are built with mp3/aac encoding capability. This makes them unfit for hosting in the US, hence a UK mirror is used |