[xiph-commits] r11371 - in trunk/xiph-qt: . CAFLAC/CAFLAC.xcodeproj
CASpeex CASpeex/CASpeex.xcodeproj CASpeex/src
CAVorbis/CAVorbis.xcodeproj OggImport/OggImport.xcodeproj Theora
arek at svn.xiph.org
arek at svn.xiph.org
Sun May 7 15:41:42 PDT 2006
Author: arek
Date: 2006-05-07 15:41:29 -0700 (Sun, 07 May 2006)
New Revision: 11371
Modified:
trunk/xiph-qt/CAFLAC/CAFLAC.xcodeproj/project.pbxproj
trunk/xiph-qt/CASpeex/CASpeex.xcodeproj/project.pbxproj
trunk/xiph-qt/CASpeex/Info.plist
trunk/xiph-qt/CASpeex/src/speex_versions.h
trunk/xiph-qt/CAVorbis/CAVorbis.xcodeproj/project.pbxproj
trunk/xiph-qt/OggImport/OggImport.xcodeproj/project.pbxproj
trunk/xiph-qt/README
trunk/xiph-qt/Theora/Info.plist
Log:
Updated build files, versions and README.
Modified: trunk/xiph-qt/CAFLAC/CAFLAC.xcodeproj/project.pbxproj
===================================================================
--- trunk/xiph-qt/CAFLAC/CAFLAC.xcodeproj/project.pbxproj 2006-05-07 22:39:25 UTC (rev 11370)
+++ trunk/xiph-qt/CAFLAC/CAFLAC.xcodeproj/project.pbxproj 2006-05-07 22:41:29 UTC (rev 11371)
@@ -109,7 +109,7 @@
732019FD08FEDFAD002000DA /* CAStreamBasicDescription.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = CAStreamBasicDescription.cpp; sourceTree = "<group>"; };
732019FE08FEDFAD002000DA /* CAStreamBasicDescription.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = CAStreamBasicDescription.h; sourceTree = "<group>"; };
73201A0808FEE030002000DA /* AudioUnit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AudioUnit.framework; path = /System/Library/Frameworks/AudioUnit.framework; sourceTree = "<absolute>"; };
- 73201A3808FEE41B002000DA /* FLAC.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = FLAC.framework; path = ../../../../../../Library/Frameworks/FLAC.framework; sourceTree = SOURCE_ROOT; };
+ 73201A3808FEE41B002000DA /* FLAC.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = FLAC.framework; path = /Library/Frameworks/FLAC.framework; sourceTree = "<absolute>"; };
734EA23D0902851800D10866 /* XCACodec.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = XCACodec.h; path = ../common/XCACodec.h; sourceTree = "<group>"; };
734EA23E0902851800D10866 /* XCACodec.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = XCACodec.cpp; path = ../common/XCACodec.cpp; sourceTree = "<group>"; };
7350DCB1098BC1EF00A5DAB4 /* XCAResources.r */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.rez; name = XCAResources.r; path = ../resources/XCAResources.r; sourceTree = SOURCE_ROOT; };
@@ -121,7 +121,7 @@
7350DCD4098BC37D00A5DAB4 /* debug.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = debug.h; sourceTree = "<group>"; };
7350DCD5098BC37D00A5DAB4 /* wrap_ogg.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = wrap_ogg.cpp; sourceTree = "<group>"; };
7350DCD6098BC37D00A5DAB4 /* wrap_ogg.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = wrap_ogg.h; sourceTree = "<group>"; };
- 739A57430901A47600CF57C1 /* FLAC++.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "FLAC++.framework"; path = "../../../../../../Library/Frameworks/FLAC++.framework"; sourceTree = SOURCE_ROOT; };
+ 739A57430901A47600CF57C1 /* FLAC++.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "FLAC++.framework"; path = "/Library/Frameworks/FLAC++.framework"; sourceTree = "<absolute>"; };
73A55FD7090008A2009FD166 /* PkgInfo */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = PkgInfo; sourceTree = "<group>"; };
73AE0E540907D14A0008B8A1 /* flac_entrypoints.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = flac_entrypoints.cpp; path = src/flac_entrypoints.cpp; sourceTree = "<group>"; };
73E597F70900114900357BC8 /* icon.icns */ = {isa = PBXFileReference; lastKnownFileType = image.icns; name = icon.icns; path = ../resources/icon.icns; sourceTree = SOURCE_ROOT; };
@@ -469,25 +469,24 @@
739EAEAC08FEB331008D8013 /* Development */ = {
isa = XCBuildConfiguration;
buildSettings = {
- ALWAYS_SEARCH_USER_PATHS = NO;
FRAMEWORK_SEARCH_PATHS = (
"$(FRAMEWORK_SEARCH_PATHS)",
"$(LOCAL_LIBRARY_DIR)/Frameworks",
);
+ GCC_OPTIMIZATION_LEVEL = 0;
GCC_PREPROCESSOR_DEFINITIONS = (
"$(GCC_PREPROCESSOR_DEFINITIONS)",
__MACOSX__,
QT_IA32__VBR_BROKEN,
);
- OTHER_CFLAGS = "-Wall";
- OTHER_REZFLAGS = "-D TARGET_REZ_MAC_PPC=1";
+ OTHER_REZFLAGS = "$(OTHER_REZFLAGS) -D TARGET_REZ_MAC_PPC=1 -D BUILD_UNIVERSAL";
+ SDKROOT = /Developer/SDKs/MacOSX10.4u.sdk;
};
name = Development;
};
739EAEAD08FEB331008D8013 /* Deployment */ = {
isa = XCBuildConfiguration;
buildSettings = {
- ALWAYS_SEARCH_USER_PATHS = NO;
ARCHS = (
ppc,
i386,
@@ -502,8 +501,13 @@
QT_IA32__VBR_BROKEN,
NDEBUG,
);
- OTHER_CFLAGS = "-Wall";
- OTHER_REZFLAGS = "-D TARGET_REZ_MAC_PPC=1";
+ OTHER_CFLAGS = (
+ "$(OTHER_CFLAGS)",
+ "-falign-loops=16",
+ "-ffast-math",
+ );
+ OTHER_REZFLAGS = "$(OTHER_REZFLAGS) -D TARGET_REZ_MAC_PPC=1 -D BUILD_UNIVERSAL";
+ SDKROOT = /Developer/SDKs/MacOSX10.4u.sdk;
};
name = Deployment;
};
Modified: trunk/xiph-qt/CASpeex/CASpeex.xcodeproj/project.pbxproj
===================================================================
--- trunk/xiph-qt/CASpeex/CASpeex.xcodeproj/project.pbxproj 2006-05-07 22:39:25 UTC (rev 11370)
+++ trunk/xiph-qt/CASpeex/CASpeex.xcodeproj/project.pbxproj 2006-05-07 22:41:29 UTC (rev 11371)
@@ -511,6 +511,11 @@
"$(GCC_PREPROCESSOR_DEFINITIONS)",
QT_IA32__VBR_BROKEN,
);
+ OTHER_CFLAGS = (
+ "$(OTHER_CFLAGS)",
+ "-falign-loops=16",
+ "-ffast-math",
+ );
OTHER_REZFLAGS = "$(OTHER_REZFLAGS) -D TARGET_REZ_MAC_PPC=1 -D BUILD_UNIVERSAL";
SDKROOT = /Developer/SDKs/MacOSX10.4u.sdk;
};
Modified: trunk/xiph-qt/CASpeex/Info.plist
===================================================================
--- trunk/xiph-qt/CASpeex/Info.plist 2006-05-07 22:39:25 UTC (rev 11370)
+++ trunk/xiph-qt/CASpeex/Info.plist 2006-05-07 22:41:29 UTC (rev 11371)
@@ -6,6 +6,8 @@
<string>English</string>
<key>CFBundleExecutable</key>
<string>CASpeex</string>
+ <key>CFBundleGetInfoString</key>
+ <string>CoreAudio Speex Decoder Component 0.1.2, Copyright © 2005-2006 Arek Korbik</string>
<key>CFBundleIconFile</key>
<string></string>
<key>CFBundleIdentifier</key>
@@ -15,11 +17,13 @@
<key>CFBundlePackageType</key>
<string>BNDL</string>
<key>CFBundleShortVersionString</key>
- <string>0.1.1</string>
+ <string>0.1.2</string>
<key>CFBundleSignature</key>
<string>adec</string>
<key>CFBundleVersion</key>
- <string>0.1.1</string>
+ <string>0.1.2</string>
+ <key>NSHumanReadableCopyright</key>
+ <string>CoreAudio Speex Decoder Component 0.1.2, Copyright © 2005-2006 Arek Korbik</string>
<key>CSResourcesFileMapped</key>
<true/>
</dict>
Modified: trunk/xiph-qt/CASpeex/src/speex_versions.h
===================================================================
--- trunk/xiph-qt/CASpeex/src/speex_versions.h 2006-05-07 22:39:25 UTC (rev 11370)
+++ trunk/xiph-qt/CASpeex/src/speex_versions.h 2006-05-07 22:41:29 UTC (rev 11371)
@@ -33,9 +33,9 @@
#ifdef DEBUG
-#define kCASpeex_adec_Version (0x00FF0101)
+#define kCASpeex_adec_Version (0x00FF0102)
#else
-#define kCASpeex_adec_Version (0x00000101)
+#define kCASpeex_adec_Version (0x00000102)
#endif /* DEBUG */
Modified: trunk/xiph-qt/CAVorbis/CAVorbis.xcodeproj/project.pbxproj
===================================================================
--- trunk/xiph-qt/CAVorbis/CAVorbis.xcodeproj/project.pbxproj 2006-05-07 22:39:25 UTC (rev 11370)
+++ trunk/xiph-qt/CAVorbis/CAVorbis.xcodeproj/project.pbxproj 2006-05-07 22:41:29 UTC (rev 11371)
@@ -561,6 +561,11 @@
QT_IA32__VBR_BROKEN,
NDEBUG,
);
+ OTHER_CFLAGS = (
+ "$(OTHER_CFLAGS)",
+ "-falign-loops=16",
+ "-ffast-math",
+ );
OTHER_REZFLAGS = "$(OTHER_REZFLAGS) -D TARGET_REZ_MAC_PPC=1 -D BUILD_UNIVERSAL";
SDKROOT = /Developer/SDKs/MacOSX10.4u.sdk;
};
Modified: trunk/xiph-qt/OggImport/OggImport.xcodeproj/project.pbxproj
===================================================================
--- trunk/xiph-qt/OggImport/OggImport.xcodeproj/project.pbxproj 2006-05-07 22:39:25 UTC (rev 11370)
+++ trunk/xiph-qt/OggImport/OggImport.xcodeproj/project.pbxproj 2006-05-07 22:41:29 UTC (rev 11371)
@@ -452,6 +452,11 @@
"$(LOCAL_LIBRARY_DIR)/Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 10.4;
+ OTHER_CFLAGS = (
+ "$(OTHER_CFLAGS)",
+ "-falign-loops=16",
+ "-ffast-math",
+ );
OTHER_REZFLAGS = "$(OTHER_REZFLAGS) -D TARGET_REZ_MAC_PPC=1 -D BUILD_UNIVERSAL";
SDKROOT = /Developer/SDKs/MacOSX10.4u.sdk;
};
Modified: trunk/xiph-qt/README
===================================================================
--- trunk/xiph-qt/README 2006-05-07 22:39:25 UTC (rev 11370)
+++ trunk/xiph-qt/README 2006-05-07 22:41:29 UTC (rev 11371)
@@ -24,13 +24,13 @@
/Library/Components (or ~/Library/Components) and all other go to
/Library/QuickTime (or ~/Library/QuickTime).
You will also need to install Xiph library frameworks in either
-/Library/Frameworks (or ~/Library/Frameworks).
+/Library/Frameworks (or ~/Library/Frameworks).
The lastest version of XiphQT makes use of the following frameworks:
-Ogg.framework, Vorbis.framework, FLAC.framework, FLAC++.framework and
-Speex.framework. Those can be build from the corresponding Xiph format
-libraries, or the binary versions can be obtained from the project
-downloads page: http://www.xiph.org/quicktime/download.html .
+Ogg, Vorbis, FLAC, FLAC++, Speex and TheoraExp. Those can be build
+from the corresponding Xiph format libraries, or the binary versions
+can be obtained from the project downloads page:
+http://www.xiph.org/quicktime/download.html .
Source code organisation
@@ -52,12 +52,15 @@
./OggImport
Ogg QuickTime MovieImporter component files
+./Theora
+ Theora QuickTime ImageCodec component files
+
./common, ./utils and ./resources
Functions, definition and resources shared between several components
Copying
-=======
+=======
XiphQT is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
@@ -73,13 +76,13 @@
---
The part of the CoreAudio SDK, included under the ./AppleSDK directory,
is redistributed according to the terms specified in the files. See
- the file headers for more details.
+ the file headers for more details.
---
Part of the OggImport component source code written by Steve Nicolai
is distributed under the terms of BSD-style License. See file
- COPYING.qtcomponents in the OggImport directory for the details.
+ COPYING.qtcomponents in the OggImport directory for the details.
Modified: trunk/xiph-qt/Theora/Info.plist
===================================================================
--- trunk/xiph-qt/Theora/Info.plist 2006-05-07 22:39:25 UTC (rev 11370)
+++ trunk/xiph-qt/Theora/Info.plist 2006-05-07 22:41:29 UTC (rev 11371)
@@ -6,6 +6,8 @@
<string>English</string>
<key>CFBundleExecutable</key>
<string>Theora</string>
+ <key>CFBundleGetInfoString</key>
+ <string>QuickTime Theora Decoder Component 0.1.1, Copyright © 2006 Arek Korbik</string>
<key>CFBundleIconFile</key>
<string></string>
<key>CFBundleIdentifier</key>
@@ -20,6 +22,8 @@
<string>0.1.1</string>
<key>CFBundleShortVersionString</key>
<string>0.1.1</string>
+ <key>NSHumanReadableCopyright</key>
+ <string>QuickTime Theora Decoder Component 0.1.1, Copyright © 2006 Arek Korbik</string>
<key>CSResourcesFileMapped</key>
<true/>
</dict>
More information about the commits
mailing list