Merge pull request #8395 from Rmys/master
virtualbox-guest-iso First release
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
#!/usr/bin/env python
|
||||
# -*- coding: utf-8 -*-
|
||||
#
|
||||
# Licensed under the GNU General Public License, version 3.
|
||||
# See the file http://www.gnu.org/licenses/gpl.txt
|
||||
|
||||
from pisi.actionsapi import autotools
|
||||
from pisi.actionsapi import pisitools
|
||||
from pisi.actionsapi import shelltools
|
||||
from pisi.actionsapi import get
|
||||
|
||||
def install():
|
||||
pisitools.insinto("/usr/lib/virtualbox/additions", "VBoxGuestAdditions_*.iso", "VBoxGuestAdditions.iso")
|
||||
|
||||
#pisitools.dodoc("AUTHORS", "BUGS", "ChangeLog", "COPYING", "NEWS", "README")
|
||||
@@ -0,0 +1,39 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>virtualbox-guest-iso</Name>
|
||||
<Homepage>https://www.virtualbox.org/</Homepage>
|
||||
<Packager>
|
||||
<Name>PisiLinux Community</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>custom</License>
|
||||
<IsA>library</IsA>
|
||||
<Summary>The official VirtualBox Guest Additions ISO image</Summary>
|
||||
<Description>The official VirtualBox Guest Additions ISO image</Description>
|
||||
<Archive sha1sum="2e0d658cfca1fcc5ce62eecc423b1396f3287da8" type="binary">http://download.virtualbox.org/virtualbox/6.1.4/VBoxGuestAdditions_6.1.4.iso</Archive>
|
||||
<BuildDependencies>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>virtualbox-guest-iso</Name>
|
||||
<RuntimeDependencies>
|
||||
<!-- <Dependency>virtualbox</Dependency> -->
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2020-04-05</Date>
|
||||
<Version>6.1.4</Version>
|
||||
<Comment>First release</Comment>
|
||||
<Name>PisiLinux Community</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" ?>
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>virtualbox-guest-iso</Name>
|
||||
<Summary xml:lang="tr">The official VirtualBox Guest Additions ISO image</Summary>
|
||||
<Description xml:lang="tr">The official VirtualBox Guest Additions ISO image</Description>
|
||||
</Source>
|
||||
</PISI>
|
||||
@@ -37,7 +37,8 @@ def install():
|
||||
MANDIR=%(D)s/usr/share/man" % {"D": get.installDIR()})
|
||||
|
||||
# set the default skin for gui
|
||||
shelltools.copytree("mplayer-1.2_pre37124/Blue-multilingual", "%s/usr/share/mplayer/skins/default" % get.installDIR())
|
||||
#shelltools.copytree("mplayer-1.2_pre37124/Blue-multilingual", "%s/usr/share/mplayer/skins/default" % get.installDIR())
|
||||
shelltools.copytree("../Clearlooks-multilingual", "%s/usr/share/mplayer/skins/default" % get.installDIR())
|
||||
|
||||
# codecs conf, not something user will interact with
|
||||
pisitools.insinto("/etc/mplayer", "etc/*.conf")
|
||||
|
||||
@@ -16,7 +16,8 @@
|
||||
<Description>MPlayer is a movie player that can run on many platforms. It plays most MPEG/VOB, AVI, Ogg/OGM, VIVO, ASF/WMA/WMV, QT/MOV/MP4, RealMedia, Matroska, NUT, NuppelVideo, FLI, YUV4MPEG, FILM, RoQ, PVA files, supported by many native codecs.</Description>
|
||||
<Archive sha1sum="e7b66b1a13c8f64a92d870cf7339548e8cb3bcb6" type="tarxz">https://sourceforge.net/projects/pisilinux/files/source/mplayer-r38161.tar.xz</Archive>
|
||||
<Archive sha1sum="77c9724bde4c6e3ef21ab954c0572ac45e61c3e5" type="tarbz2" target="mplayer-r38161">https://ffmpeg.org/releases/ffmpeg-4.2.2.tar.bz2</Archive>
|
||||
<Archive sha1sum="b17c9081a31e6d7c6555b29dae49918350ca178a" type="tarbz2" target="mplayer-r38161/mplayer-1.2_pre37124">https://sourceforge.net/projects/pisilinux/files/source/Blue-multilingual-1.13.2.tar.bz2</Archive>
|
||||
<!-- <Archive sha1sum="b17c9081a31e6d7c6555b29dae49918350ca178a" type="tarbz2" target="mplayer-r38161/mplayer-1.2_pre37124">https://sourceforge.net/projects/pisilinux/files/source/Blue-multilingual-1.13.2.tar.bz2</Archive> -->
|
||||
<Archive sha1sum="2905179b06a0ddb937bbfbfd71b9f2d00cbdb875" type="tarbz2">https://mplayerhq.hu/MPlayer/skins/Clearlooks-multilingual-2.0.3.tar.bz2</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>gsm-devel</Dependency>
|
||||
<Dependency>glib2-devel</Dependency>
|
||||
@@ -69,6 +70,7 @@
|
||||
<Dependency>libbluray-devel</Dependency>
|
||||
<Dependency>libvorbis-devel</Dependency>
|
||||
<Dependency>libdvdnav-devel</Dependency>
|
||||
<Dependency>openjpeg2-devel</Dependency>
|
||||
<Dependency>fontconfig-devel</Dependency>
|
||||
<Dependency>libXrender-devel</Dependency>
|
||||
<Dependency>ladspa-sdk-devel</Dependency>
|
||||
@@ -154,6 +156,7 @@
|
||||
<Dependency>libtheora</Dependency>
|
||||
<Dependency>libvorbis</Dependency>
|
||||
<Dependency>fribidi</Dependency>
|
||||
<Dependency>openjpeg2</Dependency>
|
||||
<Dependency>fontconfig</Dependency>
|
||||
<Dependency>libXxf86vm</Dependency>
|
||||
<Dependency>libdvdread</Dependency>
|
||||
|
||||
+240563
-240527
File diff suppressed because it is too large
Load Diff
@@ -1 +1 @@
|
||||
bb8d0df8b745b2668b7b9fa19111384d7fe4e02c
|
||||
4c2635ed0c25c5780e36752bc8087098afa2751f
|
||||
Binary file not shown.
@@ -1 +1 @@
|
||||
2c4485f5cfabdfac13acee4a91316406613178c0
|
||||
c7f952e9d580b5d5a6366e2e8b1e370902f8a38b
|
||||
Reference in New Issue
Block a user