xorg-server works 3

This commit is contained in:
Ertuğrul Erata
2015-07-14 16:02:02 +03:00
parent 5e961bf0bd
commit b8af4bc0fa
24 changed files with 1281 additions and 2 deletions
+2
View File
@@ -26,6 +26,8 @@ def setup():
#--with-id3 \
shelltools.system("sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool")
shelltools.system("sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool")
pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ")
def build():
autotools.make()
+1
View File
@@ -19,6 +19,7 @@
<Dependency>libXext-devel</Dependency>
<Dependency>libjpeg-turbo-devel</Dependency>
<Dependency>tiff-devel</Dependency>
<Dependency>freetype-devel</Dependency>
</BuildDependencies>
<Patches>
<Patch level="1">imlib2-1.4.5-no-my-libs.patch</Patch>
+3
View File
@@ -13,6 +13,9 @@
<Summary>The MAD id3tag library</Summary>
<Description>libid3tag is a library for reading and (eventually) writing ID3 tags, both ID3v1 and the various versions of ID3v2.</Description>
<Archive sha1sum="4d867e8a8436e73cd7762fe0e85958e35f1e4306" type="targz">mirrors://sourceforge/mad/libid3tag-0.15.1b.tar.gz</Archive>
<BuildDependencies>
<Dependency>zlib-devel</Dependency>
</BuildDependencies>
<Patches>
<Patch>libid3tag-0.15.1b-fix_overflow.patch</Patch>
<Patch level="1">libid3tag-0.15.1b-unknown-encoding.patch</Patch>