mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 04:00:05 +02:00
Merge pull request #424 from fbrosson/patch-1
videolan.org: http→https & downloads→download
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
SUMMARY="Open implementation of AACS"
|
||||
DESCRIPTION="libaacs is an open implementation of the Advanced Access Content \
|
||||
System (AACS) specification."
|
||||
HOMEPAGE="http://www.videolan.org/developers/libaacs.html"
|
||||
SOURCE_URI="http://downloads.videolan.org/pub/videolan/libaacs/$portVersion/libaacs-$portVersion.tar.bz2"
|
||||
HOMEPAGE="https://www.videolan.org/developers/libaacs.html"
|
||||
SOURCE_URI="https://download.videolan.org/pub/videolan/libaacs/$portVersion/libaacs-$portVersion.tar.bz2"
|
||||
CHECKSUM_SHA256="95c344a02c47c9753c50a5386fdfb8313f9e4e95949a5c523a452f0bcb01bbe8"
|
||||
#PATCHES="libaacs-$portVersion.patchset"
|
||||
COPYRIGHT="
|
||||
|
||||
@@ -2,10 +2,10 @@ SUMMARY="Library to handle the BD+ protection scheme on Blu-ray disks"
|
||||
DESCRIPTION="This library is written for the purpose of playing Blu-ray \
|
||||
movies. It is intended for software that want to support Blu-ray playback \
|
||||
(such as VLC and MPlayer)."
|
||||
HOMEPAGE="http://www.videolan.org/developers/libbdplus.html"
|
||||
SOURCE_URI="http://ftp.videolan.org/pub/videolan/libbdplus/$portVersion/libbdplus-$portVersion.tar.bz2"
|
||||
HOMEPAGE="https://www.videolan.org/developers/libbdplus.html"
|
||||
SOURCE_URI="https://download.videolan.org/pub/videolan/libbdplus/$portVersion/libbdplus-$portVersion.tar.bz2"
|
||||
CHECKSUM_SHA256="deb5e64984e625e40e1e0e1b6b1f9c041e7c77101b4b39df0d76ab8a4ec426cf"
|
||||
COPYRIGHT="2011-2013 VideoLAN"
|
||||
COPYRIGHT="2011-2014 VideoLAN"
|
||||
LICENSE="GNU LGPL v2.1"
|
||||
REVISION="1"
|
||||
|
||||
|
||||
@@ -2,13 +2,13 @@ SUMMARY="A free DTS Coherent Acoustics decoder"
|
||||
DESCRIPTION="libdca is a free library for decoding DTS Coherent Acoustics \
|
||||
streams. The code is written by Gildas Bazin and was based on the a52dec \
|
||||
project."
|
||||
HOMEPAGE="http://www.videolan.org/developers/libdca.html"
|
||||
HOMEPAGE="https://www.videolan.org/developers/libdca.html"
|
||||
COPYRIGHT="2004 Gildas Bazin
|
||||
2000-2003 Michel Lespinasse
|
||||
1999-2000 Aaron Holtzman"
|
||||
LICENSE="GNU GPL v2"
|
||||
REVISION="2"
|
||||
SOURCE_URI="http://download.videolan.org/pub/videolan/libdca/0.0.5/libdca-0.0.5.tar.bz2"
|
||||
SOURCE_URI="https://download.videolan.org/pub/videolan/libdca/$portVersion/libdca-$portVersion.tar.bz2"
|
||||
CHECKSUM_SHA256="dba022e022109a5bacbe122d50917769ff27b64a7bba104bd38ced8de8510642"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 x86"
|
||||
|
||||
@@ -8,7 +8,7 @@ Client and the VideoLAN Server capable of demultiplexing a satellite \
|
||||
DVB stream. The library aims at making it easy to decode PSI tables \
|
||||
(such as PAT, PMT etc.) present in a TS/DVB stream.
|
||||
"
|
||||
HOMEPAGE="http://www.videolan.org/libdvbpsi"
|
||||
HOMEPAGE="https://www.videolan.org/libdvbpsi"
|
||||
COPYRIGHT="
|
||||
2001-2009 VideoLAN
|
||||
"
|
||||
|
||||
@@ -2,12 +2,12 @@ SUMMARY="Easy use of sophisticated DVD navigation features"
|
||||
DESCRIPTION="libdvdnav allows easy use of sophisticated DVD navigation \
|
||||
features such as DVD menus, multiangle playback and even interactive DVD \
|
||||
games."
|
||||
HOMEPAGE="http://dvdnav.mplayerhq.hu/"
|
||||
HOMEPAGE="https://dvdnav.mplayerhq.hu/"
|
||||
COPYRIGHT="2000 Rich Wareham
|
||||
2001-2004 the dvdnav project"
|
||||
LICENSE="GNU GPL v2"
|
||||
REVISION="3"
|
||||
SOURCE_URI="http://downloads.videolan.org/pub/videolan/libdvdnav/$portVersion/libdvdnav-$portVersion.tar.bz2"
|
||||
SOURCE_URI="https://download.videolan.org/pub/videolan/libdvdnav/$portVersion/libdvdnav-$portVersion.tar.bz2"
|
||||
CHECKSUM_SHA256="5097023e3d2b36944c763f1df707ee06b19dc639b2b68fb30113a5f2cbf60b6d"
|
||||
PATCHES="libdvdnav-$portVersion.patchset"
|
||||
|
||||
|
||||
@@ -3,13 +3,13 @@ DESCRIPTION="libdvdread provides the functionality that is required to \
|
||||
access many DVDs. It parses IFO files, reads NAV-blocks, and performs CSS \
|
||||
authentication and descrambling (if an external libdvdcss library is \
|
||||
installed)."
|
||||
HOMEPAGE="http://dvdnav.mplayerhq.hu"
|
||||
HOMEPAGE="https://dvdnav.mplayerhq.hu/"
|
||||
COPYRIGHT="1998-1999 Eric Smith
|
||||
2000-2002 Björn Englund
|
||||
2000-2003 Håkan Hjort, et al."
|
||||
LICENSE="GNU GPL v2"
|
||||
REVISION="2"
|
||||
SOURCE_URI="http://downloads.videolan.org/pub/videolan/libdvdread/$portVersion/libdvdread-$portVersion.tar.bz2"
|
||||
SOURCE_URI="https://download.videolan.org/pub/videolan/libdvdread/$portVersion/libdvdread-$portVersion.tar.bz2"
|
||||
CHECKSUM_SHA256="321cdf2dbdc83c96572bc583cd27d8c660ddb540ff16672ecb28607d018ed82b"
|
||||
PATCHES="libdvdread-$portVersion.patchset"
|
||||
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
SUMMARY="An encoder for x264 h.264/AVC"
|
||||
DESCRIPTION="x264 is a h.264/AVC encoder library."
|
||||
HOMEPAGE="http://www.videolan.org/developers/x264.html"
|
||||
COPYRIGHT="2003-2012 VideoLan.org"
|
||||
HOMEPAGE="https://www.videolan.org/developers/x264.html"
|
||||
COPYRIGHT="2003-2015 VideoLan.org"
|
||||
LICENSE="GNU GPL v2"
|
||||
REVISION="1"
|
||||
SOURCE_URI="http://download.videolan.org/pub/videolan/x264/snapshots/x264-snapshot-$portVersion-2245.tar.bz2"
|
||||
SOURCE_URI="https://download.videolan.org/pub/videolan/x264/snapshots/x264-snapshot-$portVersion-2245.tar.bz2"
|
||||
SOURCE_DIR="x264-snapshot-$portVersion-2245"
|
||||
CHECKSUM_SHA256="41e8f70e87c92e670ffbe816db828fe96fae6c65981ce0b567990a9856e39f4f"
|
||||
#PATCHES="x264-$portVersion.patchset"
|
||||
|
||||
@@ -2,11 +2,11 @@ SUMMARY="The popular cross-plattform media player"
|
||||
DESCRIPTION="VLC is a free and open source cross-platform multimedia player \
|
||||
and framework that plays most multimedia files as well as DVDs, Audio CDs, \
|
||||
VCDs, and various streaming protocols."
|
||||
HOMEPAGE="http://www.videolan.org/vlc/"
|
||||
HOMEPAGE="https://www.videolan.org/vlc/"
|
||||
COPYRIGHT="1998-2008 VideoLan organization"
|
||||
LICENSE="GNU GPL v2"
|
||||
REVISION="1"
|
||||
SOURCE_URI="http://download.videolan.org/pub/vlc/0.8.6i/vlc-0.8.6i.tar.gz"
|
||||
SOURCE_URI="https://download.videolan.org/pub/vlc/$portVersion/vlc-$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="e99b3b49efd8cae8cf210ca69a5c81ceeac3b2e7d2b1e79df84c9abee4aa8426"
|
||||
PATCHES="vlc-$portVersion.patchset"
|
||||
|
||||
|
||||
@@ -2,11 +2,11 @@ SUMMARY="The popular cross-plattform media player"
|
||||
DESCRIPTION="VLC is a free and open source cross-platform multimedia player \
|
||||
and framework that plays most multimedia files as well as DVDs, Audio CDs, \
|
||||
VCDs, and various streaming protocols."
|
||||
HOMEPAGE="http://www.videolan.org/vlc/"
|
||||
HOMEPAGE="https://www.videolan.org/vlc/"
|
||||
COPYRIGHT="1998-2015"
|
||||
LICENSE="GNU GPL v2"
|
||||
REVISION="1"
|
||||
SOURCE_URI="http://download.videolan.org/pub/videolan/vlc/2.2.1/vlc-2.2.1.tar.xz"
|
||||
SOURCE_URI="https://download.videolan.org/pub/videolan/vlc/$portVersion/vlc-$portVersion.tar.xz"
|
||||
CHECKSUM_SHA256="543d9d7e378ec0fa1ee2e7f7f5acf8c456c7d0ecc32037171523197ef3cf1fcb"
|
||||
PATCHES="vlc-2.2.1.patch"
|
||||
ADDITIONAL_FILES="vlc.rdef"
|
||||
|
||||
Reference in New Issue
Block a user