Skip to content

Commit a94afe0

Browse files
committed
Revert "Update anttweakbar.rb homepage url"
This reverts commit 82c4e4e.
1 parent a1e823f commit a94afe0

File tree

1 file changed

+38
-38
lines changed

1 file changed

+38
-38
lines changed

Library/Formula/anttweakbar.rb

Lines changed: 38 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,35 @@
1-
class Anttweakbar < Formula
2-
desc "C/C++ library for adding GUIs to OpenGL apps"
3-
homepage "https://anttweakbar.sourceforge.io/doc/"
4-
url "https://downloads.sourceforge.net/project/anttweakbar/AntTweakBar_116.zip"
5-
version "1.16"
6-
sha256 "fbceb719c13ceb13b9fd973840c2c950527b6e026f9a7a80968c14f76fcf6e7c"
7-
8-
bottle do
9-
cellar :any
10-
sha1 "103b4c69883ace7c1d24a8ea9405669f491a00bc" => :yosemite
11-
sha1 "52b1d49b36d290e5f90897b3fb291c52c936007b" => :mavericks
12-
sha1 "370619e705719ed57ba0b31447c1f33a3b014c77" => :mountain_lion
13-
end
14-
15-
# See
16-
# http://sourceforge.net/p/anttweakbar/code/ci/5a076d13f143175a6bda3c668e29a33406479339/tree/src/LoadOGLCore.h?diff=5528b167ed12395a60949d7c643262b6668f15d5&diformat=regular
17-
# https://sourceforge.net/p/anttweakbar/tickets/14/
18-
patch :DATA
19-
20-
def install
21-
system "make", "-C", "src", "-f", "Makefile.osx"
22-
lib.install "lib/libAntTweakBar.dylib", "lib/libAntTweakBar.a"
23-
include.install "include/AntTweakBar.h"
24-
end
25-
end
26-
27-
__END__
28-
diff --git a/src/LoadOGLCore.h b/src/LoadOGLCore.h
29-
index 8aaab1e..b606d2b 100644
30-
--- a/src/LoadOGLCore.h
31-
+++ b/src/LoadOGLCore.h
32-
@@ -146,7 +146,13 @@ ANT_GL_CORE_DECL(void, glGetCompressedTexImage, (GLenum target, GLint level, GLv
1+
class Anttweakbar < Formula
2+
desc "C/C++ library for adding GUIs to OpenGL apps"
3+
homepage "http://www.antisphere.com/Wiki/tools:anttweakbar"
4+
url "https://downloads.sourceforge.net/project/anttweakbar/AntTweakBar_116.zip"
5+
version "1.16"
6+
sha256 "fbceb719c13ceb13b9fd973840c2c950527b6e026f9a7a80968c14f76fcf6e7c"
7+
8+
bottle do
9+
cellar :any
10+
sha1 "103b4c69883ace7c1d24a8ea9405669f491a00bc" => :yosemite
11+
sha1 "52b1d49b36d290e5f90897b3fb291c52c936007b" => :mavericks
12+
sha1 "370619e705719ed57ba0b31447c1f33a3b014c77" => :mountain_lion
13+
end
14+
15+
# See
16+
# http://sourceforge.net/p/anttweakbar/code/ci/5a076d13f143175a6bda3c668e29a33406479339/tree/src/LoadOGLCore.h?diff=5528b167ed12395a60949d7c643262b6668f15d5&diformat=regular
17+
# https://sourceforge.net/p/anttweakbar/tickets/14/
18+
patch :DATA
19+
20+
def install
21+
system "make", "-C", "src", "-f", "Makefile.osx"
22+
lib.install "lib/libAntTweakBar.dylib", "lib/libAntTweakBar.a"
23+
include.install "include/AntTweakBar.h"
24+
end
25+
end
26+
27+
__END__
28+
diff --git a/src/LoadOGLCore.h b/src/LoadOGLCore.h
29+
index 8aaab1e..b606d2b 100644
30+
--- a/src/LoadOGLCore.h
31+
+++ b/src/LoadOGLCore.h
32+
@@ -146,7 +146,13 @@ ANT_GL_CORE_DECL(void, glGetCompressedTexImage, (GLenum target, GLint level, GLv
3333
// GL 1.4
3434
ANT_GL_CORE_DECL(void, glBlendFuncSeparate, (GLenum sfactorRGB, GLenum dfactorRGB, GLenum sfactorAlpha, GLenum dfactorAlpha))
3535
ANT_GL_CORE_DECL(void, glMultiDrawArrays, (GLenum mode, const GLint *first, const GLsizei *count, GLsizei primcount))
@@ -43,7 +43,7 @@ def install
4343
ANT_GL_CORE_DECL(void, glPointParameterf, (GLenum pname, GLfloat param))
4444
ANT_GL_CORE_DECL(void, glPointParameterfv, (GLenum pname, const GLfloat *params))
4545
ANT_GL_CORE_DECL(void, glPointParameteri, (GLenum pname, GLint param))
46-
@@ -211,7 +217,13 @@ ANT_GL_CORE_DECL(void, glGetVertexAttribPointerv, (GLuint index, GLenum pname, G
46+
@@ -211,7 +217,13 @@ ANT_GL_CORE_DECL(void, glGetVertexAttribPointerv, (GLuint index, GLenum pname, G
4747
ANT_GL_CORE_DECL(GLboolean, glIsProgram, (GLuint program))
4848
ANT_GL_CORE_DECL(GLboolean, glIsShader, (GLuint shader))
4949
ANT_GL_CORE_DECL(void, glLinkProgram, (GLuint program))
@@ -57,11 +57,11 @@ def install
5757
ANT_GL_CORE_DECL(void, glUseProgram, (GLuint program))
5858
ANT_GL_CORE_DECL(void, glUniform1f, (GLint location, GLfloat v0))
5959
ANT_GL_CORE_DECL(void, glUniform2f, (GLint location, GLfloat v0, GLfloat v1))
60-
diff --git a/src/LoadOGLCore.cpp b/src/LoadOGLCore.cpp
61-
index 2daa573..b8b9151 100644
62-
--- a/src/LoadOGLCore.cpp
63-
+++ b/src/LoadOGLCore.cpp
64-
@@ -484,7 +484,7 @@ namespace GLCore { PFNGLGetProcAddress _glGetProcAddress = NULL; }
60+
diff --git a/src/LoadOGLCore.cpp b/src/LoadOGLCore.cpp
61+
index 2daa573..b8b9151 100644
62+
--- a/src/LoadOGLCore.cpp
63+
+++ b/src/LoadOGLCore.cpp
64+
@@ -484,7 +484,7 @@ namespace GLCore { PFNGLGetProcAddress _glGetProcAddress = NULL; }
6565
void *proc=NULL;
6666
if (gl_dyld == NULL)
6767
{

0 commit comments

Comments
 (0)