This commit is contained in:
Poyraz76
2015-08-20 17:03:30 +03:00
parent cc2a3ef5d4
commit 9725b33f4f
5 changed files with 213 additions and 0 deletions
+92
View File
@@ -0,0 +1,92 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>freerdp</Name>
<Homepage>http://www.freerdp.com</Homepage>
<Packager>
<Name>Aydın Demirel</Name>
<Email>aydin.demirel@pisilinux.org</Email>
</Packager>
<License>ASF</License>
<IsA>app:console</IsA>
<Summary>A Remote Desktop Implementation</Summary>
<Description>FreeRDP is a free implementation of the Remote Desktop Protocol (RDP), released under Apacle License.</Description>
<Archive sha1sum="6c21e7f1505c64eeff056497bdd7b64551d34f5b" type="targz">http://pub.freerdp.com/releases/freerdp-1.0.2.tar.gz</Archive>
<BuildDependencies>
<Dependency>cups-devel</Dependency>
<Dependency>ffmpeg-devel</Dependency>
<Dependency>alsa-lib-devel</Dependency>
<Dependency>libXinerama-devel</Dependency>
<Dependency>xmlto</Dependency>
<Dependency>libXcursor-devel</Dependency>
<Dependency>libxkbfile-devel</Dependency>
<Dependency>libXv-devel</Dependency>
</BuildDependencies>
<RuntimeDependencies>
<Dependency>krdc</Dependency>
</RuntimeDependencies>
<Patches>
<Patch level="1">ffmpeg2.0.patch</Patch>
<Patch level="1">patch_numblock.patch</Patch>
</Patches>
</Source>
<Package>
<Name>freerdp</Name>
<RuntimeDependencies>
<Dependency>cups</Dependency>
<Dependency>libXv</Dependency>
<Dependency>ffmpeg</Dependency>
<Dependency>libXext</Dependency>
<Dependency>alsa-lib</Dependency>
<Dependency> libXcursor</Dependency>
<Dependency>libxkbfile</Dependency>
<Dependency>libXinerama</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="lib">/usr/lib</Path>
<Path fileType="data">/usr/share/freerdp</Path>
<Path fileType="doc">/usr/share/doc</Path>
<Path fileType="man">/usr/share/man</Path>
</Files>
</Package>
<Package>
<Name>freerdp-devel</Name>
<Files>
<Path fileType="header">/usr/include</Path>
</Files>
</Package>
<History>
<Update release="4">
<Date>2015-01-01</Date>
<Version>1.0.2</Version>
<Comment>Rebuild, fix build dep.</Comment>
<Name>Ertuğrul Erata</Name>
<Email>ertugrulerata@gmail.com</Email>
</Update>
<Update release="3">
<Date>2014-05-31</Date>
<Version>1.0.2</Version>
<Comment>Rebuild.</Comment>
<Name>Alihan Öztürk</Name>
<Email>alihan@pisilinux.org</Email>
</Update>
<Update release="2">
<Date>2013-11-29</Date>
<Version>1.0.2</Version>
<Comment>rebuild for ffmpeg</Comment>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Update>
<Update release="1">
<Date>2013-09-28</Date>
<Version>1.0.2</Version>
<Comment>First release</Comment>
<Name>Aydın Demirel</Name>
<Email>aydin.demirel@pisilinux.org</Email>
</Update>
</History>
</PISI>