View ltmain.sh
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
# libtool (GNU libtool) 2.4.2 | |
# Written by Gordon Matzigkeit <gord@gnu.ai.mit.edu>, 1996 | |
# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005, 2006, | |
# 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. | |
# This is free software; see the source for copying conditions. There is NO | |
# warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | |
# GNU Libtool is free software; you can redistribute it and/or modify |
View coreutils-8.22-md5-sha.patch
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/src/md5sum.c | |
+++ b/src/md5sum.c | |
@@ -42,42 +42,42 @@ | |
/* The official name of this program (e.g., no 'g' prefix). */ | |
#if HASH_ALGO_MD5 | |
-# define PROGRAM_NAME "md5sum" | |
+# define PROGRAM_NAME "md5" | |
# define DIGEST_TYPE_STRING "MD5" | |
# define DIGEST_STREAM md5_stream |
View get-aegisub-upstream-changelog.sh
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
#!/bin/sh -e | |
# delete previous changelogs | |
rm -f ChangeLog* | |
# download changelog | |
wget -k http://plorkyeran.com/aegisub/ | |
# delete lines with following content | |
sed -i "/<h1>Aegisub trunk builds/d; |
View pidgin-2.10.9-remove-icq-error-message.patch
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/libpurple/protocols/oscar/oscar.c | |
+++ b/libpurple/protocols/oscar/oscar.c | |
@@ -4176,13 +4176,13 @@ | |
} break; | |
default: { /* La la la */ | |
- gchar *buf; | |
+ //gchar *buf; | |
purple_debug_error("oscar", "ssi: Action 0x%04hx was unsuccessful with error 0x%04hx\n", retval->action, retval->ack); | |
- buf = g_strdup_printf(_("Unable to add the buddy %s for an unknown reason."), |
View repack-deb
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
#!/bin/sh | |
set -e | |
# repack-deb - Repack Debian package with xz compression algorithm | |
# Copyright (c) 2014, djcj <djcj@gmx.de> | |
# | |
# Permission is hereby granted, free of charge, to any person obtaining a copy | |
# of this software and associated documentation files (the "Software"), to deal |
View DevilsTuningFork.sh
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
#!/bin/bash | |
# Date : (2014-05-27 23:08) | |
# Last revision : (2014-05-27 23:08) | |
# Wine version used : 1.4.1 | |
# Distribution used to test : Mint 16 petra x64 | |
# Author : djcj | |
# Licence : Freeware | |
[ "$PLAYONLINUX" = "" ] && exit 0 | |
source "$PLAYONLINUX/lib/sources" |
View gzdoom-build-linux.sh
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
#!/bin/sh | |
# Install dependencies: | |
# sudo apt-get install chrpath cmake git libfluidsynth-dev libglew-dev libgtk2.0-dev libsdl1.2-dev | |
if [ "$(uname)" != "Linux" ] ; then | |
echo "Not running GNU/Linux" | |
exit 1 | |
fi | |
View disable-equalizer-presets.patch
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/app/content/xul/mediacore/mediacoreEqualizer.xul | |
+++ b/app/content/xul/mediacore/mediacoreEqualizer.xul | |
@@ -159,7 +159,6 @@ | |
<label value="0" id="eq-label-band9" class="sb-eq-label" /> | |
</vbox> | |
</hbox> | |
- <xul:ng-eq-preset-list id="equalizer-pesets"/> | |
</vbox> | |
<script type="application/x-javascript" |
View vpxenc.1
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
.TH VPXENC 1 "NOVEMBER 2014" | |
.SH NAME | |
vpxenc \- VP8 and VP9 video codec encoding tool | |
.SH SYNOPSIS | |
.B vpxenc \fR<options> -o dst_filename src_filename | |
.SH OPTIONS | |
.TP |
View aften.1
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
.TH AFTEN 1 "NOVEMBER 2014" | |
.SH NAME | |
Aften \- A/52 audio encoder | |
.SH SYNOPSIS | |
.B aften \fR[options] <input.wav> <output.ac3> | |
.SH OPTIONS | |
.TP |
OlderNewer