This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Maintainer: Martin Schmölzer <[email protected]> | |
# BUILD INSTRUCTIONS: | |
# ---------------------- | |
# This package is intended as a more up-to-date replacement for the AUR | |
# 'ttf-ms-fonts' and 'ttf-vista-fonts' packages. It provides newer versions of | |
# the fonts in these packages, but due to license issues cannot automatically | |
# download the fonts. | |
# | |
# Instead, you must acquire them from a Windows 7 system or install media: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Maintainer: Jesse Jaara <gmail.com: jesse.jaara> | |
# Contributor: Kristian Klausen <hotmail.com: klausenbusk> | |
# Contributor: Egon Ashrafinia <gmail.com: e.ashrafinia> | |
# Contributor: Tavian Barnes <gmail.com: tavianator> | |
# Contributor: Jan de Groot <archlinux.org: jgc> | |
# Contributor: Andreas Radke <archlinux.org: andyrtr> | |
# Contributor: Thomas Dziedzic <gmail: gostrc> | |
# Contributor: Antti "Tera" Oja <gmail.com: antti.bofh> | |
# Contributor: Diego Jose <gmail.com: diegoxter1006> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- a/configure.ac 2013-05-19 18:01:13.125728757 -0700 | |
+++ a/configure.ac 2013-05-17 10:41:57.581424949 -0700 | |
@@ -1579,13 +1579,13 @@ | |
if test "x$LLVM_CONFIG" != xno; then | |
LLVM_VERSION=`$LLVM_CONFIG --version | sed 's/svn.*//g'` | |
LLVM_VERSION_INT=`echo $LLVM_VERSION | sed -e 's/\([[0-9]]\)\.\([[0-9]]\)/\10\2/g'` | |
- LLVM_COMPONENTS="engine bitwriter" | |
+ LLVM_COMPONENTS="engine bitwriter ipo" | |
if $LLVM_CONFIG --components | grep -q '\<mcjit\>'; then | |
LLVM_COMPONENTS="${LLVM_COMPONENTS} mcjit" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Maintainer: Kristian Klausen <[email protected]> | |
# Contributor: Egon Ashrafinia <[email protected]> | |
# Contributor: Tavian Barnes <[email protected]> | |
# Contributor: Jan de Groot <[email protected]> | |
# Contributor: Andreas Radke <[email protected]> | |
# Contributor: Thomas Dziedzic < gostrc at gmail > | |
# Contributor: Antti "Tera" Oja <[email protected]> | |
# Contributor: Diego Jose <[email protected]> | |
# Credits to maintainers of mesa in extra! |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@echo off | |
setlocal enableextensions enabledelayedexpansion | |
for /f %%v in ('git --git-dir="%~dp0..\.git" describe --tags --match "v*"') do set version=%%v | |
if not "%version%"=="" goto :gotversion | |
if exist "%~dp0..\version.mk" goto :getversion |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@echo off | |
setlocal | |
set itemno=%1 | |
set outno=%1 | |
set /a outno+=1 | |
SET itemno=0000%itemno% |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff -ur wine-crossover.orig/sources/wine/dlls/kernel32/process.c wine-crossover/sources/wine/dlls/kernel32/process.c | |
--- wine-crossover.orig/sources/wine/dlls/kernel32/process.c 2013-05-13 12:06:06.000000000 -0700 | |
+++ wine-crossover/sources/wine/dlls/kernel32/process.c 2013-07-27 15:52:34.000000000 -0700 | |
@@ -3922,9 +3922,10 @@ | |
*/ | |
BOOL WINAPI GetNumaHighestNodeNumber(PULONG highestnode) | |
{ | |
- FIXME("(%p): stub\n", highestnode); | |
- SetLastError(ERROR_CALL_NOT_IMPLEMENTED); | |
- return FALSE; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include <stdlib.h> | |
#include <string.h> | |
#define _USE_MATH_DEFINES | |
#include <math.h> | |
#include "lanczos_resampler.h" | |
enum { LANCZOS_RESOLUTION = 8192 }; /* Phase precision for 1:1 or upsampling */ | |
enum { LANCZOS_WIDTH = 8 }; /* Width of half a wing of the filter */ | |
enum { LANCZOS_SAMPLES = LANCZOS_RESOLUTION * LANCZOS_WIDTH }; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#ifndef _LANCZOS_RESAMPLER_H_ | |
#define _LANCZOS_RESAMPLER_H_ | |
#ifdef __cplusplus | |
extern "C" { | |
#endif | |
/* Call this once on startup */ | |
void lanczos_init(); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Microsoft (R) Profile Guided Optimization Manager 11.00.50727.1 | |
Copyright (C) Microsoft Corporation. All rights reserved. | |
PGD File: foo_input_vio2sf.pgd 10/15/2013 20:59:52 | |
Module Count: 1 Function Count: 3497 Arc Count: 5520 Value Count: 170 | |
Static instructions: 70918 Basic blocks: 13195 Average BB size: 5.4 | |
Dynamic instructions: 12592881851 | |
entry static dynamic % run |
OlderNewer