Merge pull request #1034 from groni/master
libdvdcss, libbluray, libdvdread version bump
This commit is contained in:
@@ -12,10 +12,14 @@
|
||||
<IsA>library</IsA>
|
||||
<Summary>Library to access Blu-Ray disks for video playback</Summary>
|
||||
<Description>Libbluray package is aiming to provide a full portable free open source bluray library, which can be plugged into popular media players to allow full bluray navigation and playback on Linux. It will eventually be compatible with all current titles, and will be easily portable and embeddable in standard players such as mplayer and vlc.</Description>
|
||||
<Archive sha1sum="1a9c61daefc31438f9165e7681c563d0524b2d3e" type="tarbz2">ftp://ftp.videolan.org/pub/videolan/libbluray/0.5.0/libbluray-0.5.0.tar.bz2</Archive>
|
||||
<Archive sha1sum="34eedb13e220eb88a5f58660bdb4e727e775fc83" type="tarbz2">ftp://ftp.videolan.org/pub/videolan/libbluray/0.9.2/libbluray-0.9.2.tar.bz2</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>libtool</Dependency>
|
||||
<Dependency>doxygen</Dependency>
|
||||
<Dependency>pkgconfig</Dependency>
|
||||
<Dependency>libxml2-devel</Dependency>
|
||||
<Dependency>freetype-devel</Dependency>
|
||||
<Dependency>fontconfig-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
@@ -24,6 +28,7 @@
|
||||
<RuntimeDependencies>
|
||||
<Dependency>libxml2</Dependency>
|
||||
<Dependency>freetype</Dependency>
|
||||
<Dependency>fontconfig</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
@@ -55,6 +60,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="6">
|
||||
<Date>2016-01-04</Date>
|
||||
<Version>0.9.2</Version>
|
||||
<Comment>Version bump</Comment>
|
||||
<Name>Stefan Gronewold</Name>
|
||||
<Email>groni@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="5">
|
||||
<Date>2014-05-20</Date>
|
||||
<Version>0.5.0</Version>
|
||||
|
||||
@@ -19,5 +19,5 @@ def build():
|
||||
def install():
|
||||
autotools.install()
|
||||
|
||||
pisitools.dohtml("doc/*.html")
|
||||
#pisitools.dohtml("doc/*.html")
|
||||
pisitools.dodoc("ChangeLog", "AUTHORS", "NEWS", "README")
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
<IsA>library</IsA>
|
||||
<Summary>A portable abstraction library for DVD decryption</Summary>
|
||||
<Description>libdvdcss is a simple and library portable abstraction library designed for accessing DVDs like a block device without having to bother about the decryption. A DVD player can be built around the libdvdcss API using no more than 4 or 5 library calls.</Description>
|
||||
<Archive sha1sum="b3ccd70a510aa04d644f32b398489a3122a7e11a" type="tarbz2">http://download.videolan.org/pub/libdvdcss/1.3.0/libdvdcss-1.3.0.tar.bz2</Archive>
|
||||
<Archive sha1sum="4872a7c7e5c170c6c1787573b2f900b36a1ba974" type="tarbz2">http://download.videolan.org/pub/videolan/libdvdcss/1.4.0/libdvdcss-1.4.0.tar.bz2</Archive>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
@@ -36,6 +36,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="5">
|
||||
<Date>2016-01-05</Date>
|
||||
<Version>1.4.0</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Stefan Gronewold(groni)</Name>
|
||||
<Email>groni@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="4">
|
||||
<Date>2014-09-29</Date>
|
||||
<Version>1.3.0</Version>
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
<IsA>library</IsA>
|
||||
<Summary>Provides a simple foundation for reading DVD-Video images</Summary>
|
||||
<Description>A DVD player for the Solaris, Linux and BSD environments released under the GNU Public License (GPL). It is includes bookmarks, time skipping, multichannel audio, SPDIF output, crop and zoom video. It supports DVD menus and navigation, reads from mounted, unmounted DVDs and hard drive and reads encrypted and unencrypted DVDs using libdvdread/libdvdcss.</Description>
|
||||
<Archive sha1sum="54d00e38860a9c82fc10f4f0deb3c28fdf244d13" type="tarbz2">http://download.videolan.org/pub/videolan/libdvdread/5.0.2/libdvdread-5.0.2.tar.bz2</Archive>
|
||||
<Archive sha1sum="3cda64c06ca9b617d976c490651db4391a162e1f" type="tarbz2">http://download.videolan.org/pub/videolan/libdvdread/5.0.3/libdvdread-5.0.3.tar.bz2</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>libdvdcss-devel</Dependency>
|
||||
<Dependency>git</Dependency>
|
||||
@@ -38,14 +38,19 @@
|
||||
<Dependency release="current">libdvdread</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
<Path fileType="header">/usr/include</Path>
|
||||
<Path fileType="data">/usr/share/aclocal</Path>
|
||||
<Path fileType="data">/usr/lib/pkgconfig</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="7">
|
||||
<Date>2016-01-05</Date>
|
||||
<Version>5.0.3</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Stefan Gronewold</Name>
|
||||
<Email>groni@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="6">
|
||||
<Date>2015-01-31</Date>
|
||||
<Version>5.0.2</Version>
|
||||
|
||||
+95211
-95187
File diff suppressed because it is too large
Load Diff
@@ -1 +1 @@
|
||||
bc2effabe6abb46e8076582f3df0605c25d1dbdb
|
||||
78ce09e6c7cfb9859691ed67f846e6ab95824637
|
||||
Binary file not shown.
@@ -1 +1 @@
|
||||
b4079db8ae8ee8661b47144c3d63059a621dc15c
|
||||
3f39e799356af6ae46fe9fc8c5e7487f063b1751
|
||||
Reference in New Issue
Block a user