Skip to content

Commit

Permalink
move nasm and yasm to where they are needed
Browse files Browse the repository at this point in the history
git-svn-id: https://xpra.org/svn/Xpra/trunk@17901 3bb7dfac-3a0b-4e04-842a-767bc560f471
  • Loading branch information
totaam committed Jan 6, 2018
1 parent 23ba32d commit 6e9a878
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 20 deletions.
20 changes: 20 additions & 0 deletions osx/jhbuild/xpra-codecs.modules
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
<?xml-stylesheet type="text/xsl" href="moduleset.xsl"?>
<moduleset>

<repository type="tarball" name="www.tortall.net" href="http://www.tortall.net"/>
<repository type="tarball" name="www.nasm.us" href="http://www.nasm.us"/>

<repository type="tarball" name="downloads.xiph.org" href="http://downloads.xiph.org"/>
<repository type="tarball" name="winswitch.org" href="http://winswitch.org"/>
<repository type="tarball" name="download.videolan.org" href="http://download.videolan.org"/>
Expand All @@ -19,6 +22,23 @@
<repository type="tarball" name="archive.mozilla.org" href="https://archive.mozilla.org"/>


<autotools id="yasm" autogen-sh="configure">
<branch module="/projects/yasm/releases/yasm-1.3.0.tar.gz"
version="1.3.0"
hash="md5:fc9e586751ff789b34b1f21d572d96af"
repo="www.tortall.net"/>
</autotools>

<autotools id="nasm" autogenargs="" autogen-sh="configure">
<branch module="/pub/nasm/releasebuilds/2.13/nasm-2.13.tar.xz"
version="2.13"
hash="sha256:ba854c2f02f34f0d6a4611c05e8cb65d9fae8c2b21a4def7fba91a7d67ffde97"
repo="www.nasm.us">
<patch file="http://xpra.org/svn/Xpra/trunk/osx/jhbuild/patches/nasm-makefile-destdir.patch" strip="0" />
</branch>
</autotools>


<autotools id="libogg" autogenargs="" autogen-sh="configure">
<branch module="/releases/ogg/libogg-1.3.2.tar.xz"
version="1.3.2"
Expand Down
20 changes: 0 additions & 20 deletions osx/jhbuild/xpra-tools.modules
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@
<repository type="tarball" name="sourceforge.net" href="http://downloads.sourceforge.net"/>
<repository type="tarball" name="ftp.gnu.org" href="ftp://ftp.gnu.org"/>
<repository type="tarball" name="ftp.pcre.org" href="https://ftp.pcre.org"/>
<repository type="tarball" name="www.tortall.net" href="http://www.tortall.net"/>
<repository type="tarball" name="www.nasm.us" href="http://www.nasm.us"/>
<repository type="tarball" name="gmplib.org" href="http://gmplib.org/"/>
<repository type="tarball" name="www.mpfr.org" href="http://www.mpfr.org"/>
<repository type="tarball" name="download.oracle.com" href="http://download.oracle.com"/>
Expand Down Expand Up @@ -93,22 +91,6 @@
repo="github.com"/>
</cmake>

<autotools id="yasm" autogen-sh="configure">
<branch module="/projects/yasm/releases/yasm-1.3.0.tar.gz"
version="1.3.0"
hash="md5:fc9e586751ff789b34b1f21d572d96af"
repo="www.tortall.net"/>
</autotools>

<autotools id="nasm" autogenargs="" autogen-sh="configure">
<branch module="/pub/nasm/releasebuilds/2.13/nasm-2.13.tar.xz"
version="2.13"
hash="sha256:ba854c2f02f34f0d6a4611c05e8cb65d9fae8c2b21a4def7fba91a7d67ffde97"
repo="www.nasm.us">
<patch file="http://xpra.org/svn/Xpra/trunk/osx/jhbuild/patches/nasm-makefile-destdir.patch" strip="0" />
</branch>
</autotools>

<autotools id="gmplib" autogen-sh="configure">
<branch module="/download/gmp/gmp-6.1.2.tar.xz"
version="6.1.2"
Expand Down Expand Up @@ -257,8 +239,6 @@

<metamodule id="meta-osx-xpra-tools-deps">
<dependencies>
<dep package="yasm"/>
<dep package="nasm"/>
<dep package="sshpass"/>
<dep package="gtk-mac-bundler"/>
</dependencies>
Expand Down

0 comments on commit 6e9a878

Please sign in to comment.