Add files using upload-large-folder tool
Browse filesThis view is limited to 50 files because it contains too many changes. See raw diff
- miniconda3/pkgs/libgettextpo-0.25.1-hf2ab22a_0/info/recipe/parent/install-libgettextpo-devel.bat +18 -0
- miniconda3/pkgs/libgettextpo-0.25.1-hf2ab22a_0/info/recipe/parent/install-libgettextpo-devel.sh +16 -0
- miniconda3/pkgs/libgettextpo-0.25.1-hf2ab22a_0/info/recipe/parent/install-libgettextpo.bat +7 -0
- miniconda3/pkgs/libgettextpo-0.25.1-hf2ab22a_0/info/recipe/parent/install-libgettextpo.sh +11 -0
- miniconda3/pkgs/libgettextpo-0.25.1-hf2ab22a_0/info/recipe/parent/install-libintl-devel.bat +17 -0
- miniconda3/pkgs/libgettextpo-0.25.1-hf2ab22a_0/info/recipe/parent/install-libintl-devel.sh +16 -0
- miniconda3/pkgs/libgettextpo-0.25.1-hf2ab22a_0/info/recipe/parent/install-libintl.bat +7 -0
- miniconda3/pkgs/libgettextpo-0.25.1-hf2ab22a_0/info/recipe/parent/install-libintl.sh +11 -0
- miniconda3/pkgs/libgettextpo-0.25.1-hf2ab22a_0/info/recipe/parent/meta.yaml +449 -0
- miniconda3/pkgs/libgettextpo-0.25.1-hf2ab22a_0/info/recipe/parent/msvcpp.sh +4 -0
- miniconda3/pkgs/libgettextpo-0.25.1-hf2ab22a_0/info/recipe/parent/patches/0001-Mark-v-snprintf-as-available.patch +84 -0
- miniconda3/pkgs/libgettextpo-0.25.1-hf2ab22a_0/info/recipe/parent/patches/0002-Prevent-libtool-from-worrying-about-dependent-librar.patch +79 -0
- miniconda3/pkgs/libgettextpo-0.25.1-hf2ab22a_0/info/recipe/parent/patches/0003-Fix-some-DLL-export-markings-in-libintl.patch +110 -0
- miniconda3/pkgs/libgettextpo-0.25.1-hf2ab22a_0/info/recipe/parent/patches/0004-Fix-quoting-when-invoking-windres.patch +120 -0
- miniconda3/pkgs/libgettextpo-0.25.1-hf2ab22a_0/info/recipe/parent/patches/0005-CXXLD-is-not-a-thing.patch +88 -0
- miniconda3/pkgs/libgettextpo-0.25.1-hf2ab22a_0/info/recipe/parent/patches/0006-Work-around-Unixisms-in-libgettextpo.patch +40 -0
- miniconda3/pkgs/libgettextpo-0.25.1-hf2ab22a_0/info/recipe/parent/patches/0007-Add-missing-extern-C-protectors.patch +40 -0
- miniconda3/pkgs/libgettextpo-0.25.1-hf2ab22a_0/info/recipe/parent/patches/0008-Declaration-ordering.patch +21 -0
- miniconda3/pkgs/libgettextpo-0.25.1-hf2ab22a_0/info/test/run_test.sh +9 -0
- miniconda3/pkgs/libgettextpo-devel-0.25.1-hf2ab22a_0/include/gettext-po.h +360 -0
- miniconda3/pkgs/libgettextpo-devel-0.25.1-hf2ab22a_0/info/about.json +184 -0
- miniconda3/pkgs/libgettextpo-devel-0.25.1-hf2ab22a_0/info/files +2 -0
- miniconda3/pkgs/libgettextpo-devel-0.25.1-hf2ab22a_0/info/git +0 -0
- miniconda3/pkgs/libgettextpo-devel-0.25.1-hf2ab22a_0/info/hash_input.json +12 -0
- miniconda3/pkgs/libgettextpo-devel-0.25.1-hf2ab22a_0/info/index.json +17 -0
- miniconda3/pkgs/libgettextpo-devel-0.25.1-hf2ab22a_0/info/licenses/COPYING +674 -0
- miniconda3/pkgs/libgettextpo-devel-0.25.1-hf2ab22a_0/info/paths.json +17 -0
- miniconda3/pkgs/libgettextpo-devel-0.25.1-hf2ab22a_0/info/recipe/conda_build_config.yaml +35 -0
- miniconda3/pkgs/libgettextpo-devel-0.25.1-hf2ab22a_0/info/recipe/install-libgettextpo-devel.sh +16 -0
- miniconda3/pkgs/libgettextpo-devel-0.25.1-hf2ab22a_0/info/recipe/meta.yaml +75 -0
- miniconda3/pkgs/libgettextpo-devel-0.25.1-hf2ab22a_0/info/recipe/parent/.gitattributes +2 -0
- miniconda3/pkgs/libgettextpo-devel-0.25.1-hf2ab22a_0/info/recipe/parent/an.po +145 -0
- miniconda3/pkgs/libgettextpo-devel-0.25.1-hf2ab22a_0/info/recipe/parent/ar-lib +275 -0
- miniconda3/pkgs/libgettextpo-devel-0.25.1-hf2ab22a_0/info/recipe/parent/bld.bat +24 -0
- miniconda3/pkgs/libgettextpo-devel-0.25.1-hf2ab22a_0/info/recipe/parent/build.sh +81 -0
- miniconda3/pkgs/libgettextpo-devel-0.25.1-hf2ab22a_0/info/recipe/parent/compile +349 -0
- miniconda3/pkgs/libgettextpo-devel-0.25.1-hf2ab22a_0/info/recipe/parent/install-asprintf-devel.bat +17 -0
- miniconda3/pkgs/libgettextpo-devel-0.25.1-hf2ab22a_0/info/recipe/parent/install-asprintf-devel.sh +16 -0
- miniconda3/pkgs/libgettextpo-devel-0.25.1-hf2ab22a_0/info/recipe/parent/install-asprintf.bat +7 -0
- miniconda3/pkgs/libgettextpo-devel-0.25.1-hf2ab22a_0/info/recipe/parent/install-asprintf.sh +11 -0
- miniconda3/pkgs/libgettextpo-devel-0.25.1-hf2ab22a_0/info/recipe/parent/install-gettext.bat +25 -0
- miniconda3/pkgs/libgettextpo-devel-0.25.1-hf2ab22a_0/info/recipe/parent/install-gettext.sh +17 -0
- miniconda3/pkgs/libgettextpo-devel-0.25.1-hf2ab22a_0/info/recipe/parent/install-libgettextpo-devel.bat +18 -0
- miniconda3/pkgs/libgettextpo-devel-0.25.1-hf2ab22a_0/info/recipe/parent/install-libgettextpo-devel.sh +16 -0
- miniconda3/pkgs/libgettextpo-devel-0.25.1-hf2ab22a_0/info/recipe/parent/install-libgettextpo.bat +7 -0
- miniconda3/pkgs/libgettextpo-devel-0.25.1-hf2ab22a_0/info/recipe/parent/install-libgettextpo.sh +11 -0
- miniconda3/pkgs/libgettextpo-devel-0.25.1-hf2ab22a_0/info/recipe/parent/install-libintl-devel.bat +17 -0
- miniconda3/pkgs/libgettextpo-devel-0.25.1-hf2ab22a_0/info/recipe/parent/install-libintl-devel.sh +16 -0
- miniconda3/pkgs/libgettextpo-devel-0.25.1-hf2ab22a_0/info/recipe/parent/install-libintl.bat +7 -0
- miniconda3/pkgs/libgettextpo-devel-0.25.1-hf2ab22a_0/info/recipe/parent/install-libintl.sh +11 -0
miniconda3/pkgs/libgettextpo-0.25.1-hf2ab22a_0/info/recipe/parent/install-libgettextpo-devel.bat
ADDED
|
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
@echo on
|
| 2 |
+
|
| 3 |
+
if not exist %LIBRARY_PREFIX%\include md %LIBRARY_PREFIX%\include
|
| 4 |
+
if errorlevel 1 exit 1
|
| 5 |
+
|
| 6 |
+
copy gettext-tools\libgettextpo\gettext-po.h %LIBRARY_PREFIX%\include
|
| 7 |
+
if errorlevel 1 exit 1
|
| 8 |
+
|
| 9 |
+
if not exist %LIBRARY_PREFIX%\lib md %LIBRARY_PREFIX%\lib
|
| 10 |
+
if errorlevel 1 exit 1
|
| 11 |
+
|
| 12 |
+
copy gettext-tools\libgettextpo\.libs\gettextpo.dll.lib %LIBRARY_PREFIX%\lib
|
| 13 |
+
if errorlevel 1 exit 1
|
| 14 |
+
|
| 15 |
+
@rem Enforce dynamic linkage
|
| 16 |
+
copy gettext-tools\libgettextpo\.libs\gettextpo.dll.lib %LIBRARY_PREFIX%\lib\gettextpo.lib
|
| 17 |
+
if errorlevel 1 exit 1
|
| 18 |
+
|
miniconda3/pkgs/libgettextpo-0.25.1-hf2ab22a_0/info/recipe/parent/install-libgettextpo-devel.sh
ADDED
|
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
#!/bin/bash
|
| 2 |
+
|
| 3 |
+
set -euxo pipefail
|
| 4 |
+
|
| 5 |
+
mkdir -p ${PREFIX}/include
|
| 6 |
+
cp ./gettext-tools/libgettextpo/gettext-po.h ${PREFIX}/include/gettext-po.h
|
| 7 |
+
|
| 8 |
+
pushd ${PREFIX}/lib
|
| 9 |
+
if [[ "${target_platform}" == osx-* ]]; then
|
| 10 |
+
ln -s libgettextpo.*.dylib libgettextpo.dylib
|
| 11 |
+
else
|
| 12 |
+
test -f libgettextpo.so.0
|
| 13 |
+
ln -s libgettextpo.so.0 libgettextpo.so
|
| 14 |
+
fi
|
| 15 |
+
popd
|
| 16 |
+
|
miniconda3/pkgs/libgettextpo-0.25.1-hf2ab22a_0/info/recipe/parent/install-libgettextpo.bat
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
@echo on
|
| 2 |
+
|
| 3 |
+
if not exist %LIBRARY_PREFIX%\bin md %LIBRARY_PREFIX%\bin
|
| 4 |
+
if errorlevel 1 exit 1
|
| 5 |
+
|
| 6 |
+
copy gettext-tools\libgettextpo\.libs\gettextpo-0.dll %LIBRARY_PREFIX%\bin
|
| 7 |
+
if errorlevel 1 exit 1
|
miniconda3/pkgs/libgettextpo-0.25.1-hf2ab22a_0/info/recipe/parent/install-libgettextpo.sh
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
#!/bin/bash
|
| 2 |
+
|
| 3 |
+
set -euxo pipefail
|
| 4 |
+
|
| 5 |
+
mkdir -p $PREFIX/lib
|
| 6 |
+
|
| 7 |
+
if [[ "${target_platform}" == osx-* ]]; then
|
| 8 |
+
cp ./gettext-tools/libgettextpo/.libs/libgettextpo.*.dylib $PREFIX/lib
|
| 9 |
+
else
|
| 10 |
+
cp ./gettext-tools/libgettextpo/.libs/libgettextpo.so.* $PREFIX/lib
|
| 11 |
+
fi
|
miniconda3/pkgs/libgettextpo-0.25.1-hf2ab22a_0/info/recipe/parent/install-libintl-devel.bat
ADDED
|
@@ -0,0 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
@echo on
|
| 2 |
+
|
| 3 |
+
if not exist %LIBRARY_PREFIX%\include md %LIBRARY_PREFIX%\include
|
| 4 |
+
if errorlevel 1 exit 1
|
| 5 |
+
|
| 6 |
+
copy gettext-runtime\intl\libintl.h %LIBRARY_PREFIX%\include\libintl.h
|
| 7 |
+
if errorlevel 1 exit 1
|
| 8 |
+
|
| 9 |
+
if not exist %LIBRARY_PREFIX%\lib md %LIBRARY_PREFIX%\lib
|
| 10 |
+
if errorlevel 1 exit 1
|
| 11 |
+
|
| 12 |
+
copy gettext-runtime\intl\.libs\intl.dll.lib %LIBRARY_PREFIX%\lib
|
| 13 |
+
if errorlevel 1 exit 1
|
| 14 |
+
|
| 15 |
+
@rem Enforce dynamic linkage
|
| 16 |
+
copy gettext-runtime\intl\.libs\intl.dll.lib %LIBRARY_PREFIX%\lib\intl.lib
|
| 17 |
+
if errorlevel 1 exit 1
|
miniconda3/pkgs/libgettextpo-0.25.1-hf2ab22a_0/info/recipe/parent/install-libintl-devel.sh
ADDED
|
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
#!/bin/bash
|
| 2 |
+
|
| 3 |
+
set -euxo pipefail
|
| 4 |
+
|
| 5 |
+
mkdir -p ${PREFIX}/include
|
| 6 |
+
cp ./gettext-runtime/intl/libintl.h ${PREFIX}/include/libintl.h
|
| 7 |
+
|
| 8 |
+
pushd ${PREFIX}/lib
|
| 9 |
+
if [[ "${target_platform}" == osx-* ]]; then
|
| 10 |
+
ln -s libintl.*.dylib libintl.dylib
|
| 11 |
+
else
|
| 12 |
+
echo "This shouldn't be built on Linux"
|
| 13 |
+
exit 1
|
| 14 |
+
# ln -s libintl.so.0 libintl.so
|
| 15 |
+
fi
|
| 16 |
+
popd
|
miniconda3/pkgs/libgettextpo-0.25.1-hf2ab22a_0/info/recipe/parent/install-libintl.bat
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
@echo on
|
| 2 |
+
|
| 3 |
+
if not exist %LIBRARY_PREFIX%\bin md %LIBRARY_PREFIX%\bin
|
| 4 |
+
if errorlevel 1 exit 1
|
| 5 |
+
|
| 6 |
+
copy gettext-runtime\intl\.libs\intl-8.dll %LIBRARY_PREFIX%\bin
|
| 7 |
+
if errorlevel 1 exit 1
|
miniconda3/pkgs/libgettextpo-0.25.1-hf2ab22a_0/info/recipe/parent/install-libintl.sh
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
#!/bin/bash
|
| 2 |
+
|
| 3 |
+
set -euxo pipefail
|
| 4 |
+
|
| 5 |
+
mkdir -p $PREFIX/lib
|
| 6 |
+
|
| 7 |
+
if [[ "${target_platform}" == osx-* ]]; then
|
| 8 |
+
cp ./gettext-runtime/intl/.libs/libintl.*.dylib $PREFIX/lib
|
| 9 |
+
else
|
| 10 |
+
cp ./gettext-runtime/intl/.libs/libintl.so.* $PREFIX/lib
|
| 11 |
+
fi
|
miniconda3/pkgs/libgettextpo-0.25.1-hf2ab22a_0/info/recipe/parent/meta.yaml
ADDED
|
@@ -0,0 +1,449 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{% set version = "0.25.1" %}
|
| 2 |
+
{% set am_version = "1.15" %} # keep synchronized with build.sh
|
| 3 |
+
{% set posix = 'm2-' if win else '' %}
|
| 4 |
+
{% set native = 'm2w64-' if win else '' %}
|
| 5 |
+
|
| 6 |
+
# Note: as of 0.23.1, we have given up on trying to build gettext on Windows
|
| 7 |
+
# with MSVC -- there are new patterns that may make it simply impossible due to
|
| 8 |
+
# the ways that some DLL-exported variables are used. See discussion in #35. It
|
| 9 |
+
# *is* possible to build gettext on Windows using MinGW/GCC -- see #34. But for
|
| 10 |
+
# now we would rather turn off the Windows build than undertake the major
|
| 11 |
+
# migration that a switch to GCC would entail.
|
| 12 |
+
#
|
| 13 |
+
# For the time being, we're not stripping out the Windows build files and
|
| 14 |
+
# configuration from this recipe, but they're not being used.
|
| 15 |
+
|
| 16 |
+
package:
|
| 17 |
+
name: gettext-split
|
| 18 |
+
version: {{ version }}
|
| 19 |
+
|
| 20 |
+
source:
|
| 21 |
+
url: https://ftp.gnu.org/pub/gnu/gettext/gettext-{{ version }}.tar.xz
|
| 22 |
+
sha256: 2c8294be238f03fb3fa65b8051057e5b68167f3e21f08008070cf40a7051ba22
|
| 23 |
+
patches:
|
| 24 |
+
- patches/0001-Mark-v-snprintf-as-available.patch # [win]
|
| 25 |
+
- patches/0002-Prevent-libtool-from-worrying-about-dependent-librar.patch # [win]
|
| 26 |
+
- patches/0003-Fix-some-DLL-export-markings-in-libintl.patch # [win]
|
| 27 |
+
- patches/0004-Fix-quoting-when-invoking-windres.patch # [win]
|
| 28 |
+
- patches/0005-CXXLD-is-not-a-thing.patch # [win]
|
| 29 |
+
- patches/0006-Work-around-Unixisms-in-libgettextpo.patch # [win]
|
| 30 |
+
- patches/0007-Add-missing-extern-C-protectors.patch # [win]
|
| 31 |
+
- patches/0008-Declaration-ordering.patch # [win]
|
| 32 |
+
|
| 33 |
+
build:
|
| 34 |
+
number: 0
|
| 35 |
+
skip: true # [win]
|
| 36 |
+
|
| 37 |
+
requirements:
|
| 38 |
+
build:
|
| 39 |
+
- posix # [win]
|
| 40 |
+
- {{ posix }}autoconf # [win]
|
| 41 |
+
- {{ posix }}automake{{ am_version }} # [win]
|
| 42 |
+
- {{ posix }}libtool
|
| 43 |
+
- {{ posix }}patch # [win]
|
| 44 |
+
- {{ posix }}sed # [win]
|
| 45 |
+
- {{ native }}binutils # [win]
|
| 46 |
+
- {{ native }}crt-git # [win]
|
| 47 |
+
- {{ stdlib('c') }}
|
| 48 |
+
- {{ compiler('c') }}
|
| 49 |
+
- {{ compiler('cxx') }}
|
| 50 |
+
- make # [unix]
|
| 51 |
+
host:
|
| 52 |
+
- libiconv {{ libiconv }}
|
| 53 |
+
- ncurses {{ ncurses }} # [not win]
|
| 54 |
+
|
| 55 |
+
outputs:
|
| 56 |
+
- name: libintl
|
| 57 |
+
build:
|
| 58 |
+
skip: true # [linux]
|
| 59 |
+
run_exports:
|
| 60 |
+
# Seems pretty good: https://abi-laboratory.pro/tracker/timeline/gettext
|
| 61 |
+
- {{ pin_subpackage('libintl') }}
|
| 62 |
+
ignore_run_exports_from:
|
| 63 |
+
- {{ compiler('cxx') }} # [unix]
|
| 64 |
+
script: install-libintl.sh # [unix]
|
| 65 |
+
script: install-libintl.bat # [not unix]
|
| 66 |
+
requirements:
|
| 67 |
+
build:
|
| 68 |
+
- posix # [win]
|
| 69 |
+
- {{ posix }}autoconf # [win]
|
| 70 |
+
- {{ posix }}automake{{ am_version }} # [win]
|
| 71 |
+
- {{ posix }}libtool
|
| 72 |
+
- {{ posix }}patch # [win]
|
| 73 |
+
- {{ posix }}sed # [win]
|
| 74 |
+
- {{ native }}binutils # [win]
|
| 75 |
+
- {{ native }}crt-git # [win]
|
| 76 |
+
- {{ stdlib('c') }} # [not win]
|
| 77 |
+
- {{ compiler('c') }} # [not win]
|
| 78 |
+
- {{ compiler('cxx') }} # [not win]
|
| 79 |
+
- make # [unix]
|
| 80 |
+
host:
|
| 81 |
+
- libiconv {{ libiconv }}
|
| 82 |
+
test:
|
| 83 |
+
commands:
|
| 84 |
+
# Only the actual binary (versioned) variant should be in this package
|
| 85 |
+
- test -f ${PREFIX}/lib/libintl.*.dylib # [osx]
|
| 86 |
+
- test -f ${PREFIX}/lib/libintl.so.* # [linux]
|
| 87 |
+
- if not exist %PREFIX%\Library\bin\intl-*.dll exit /b 1 # [win]
|
| 88 |
+
# The unversioned variants as well as the lib on Windows should be in the main gettext package.
|
| 89 |
+
- test ! -f ${PREFIX}/lib/libintl$SHLIB_EXT # [not win]
|
| 90 |
+
- test ! -f ${PREFIX}/include/libintl.h # [osx]
|
| 91 |
+
- if exist %PREFIX%\Library\lib\intl.dll.lib exit /b 1 # [win]
|
| 92 |
+
- if exist %PREFIX%\Library\lib\intl.lib exit /b 1 # [win]
|
| 93 |
+
- if exist %PREFIX%\Library\include\libintl.h exit /b1 # [win]
|
| 94 |
+
about:
|
| 95 |
+
home: https://www.gnu.org/software/gettext
|
| 96 |
+
license: LGPL-2.1-or-later
|
| 97 |
+
license_file: COPYING
|
| 98 |
+
summary: library that provides native language support to programs
|
| 99 |
+
|
| 100 |
+
- name: libintl-devel
|
| 101 |
+
build:
|
| 102 |
+
skip: true # [linux]
|
| 103 |
+
run_exports:
|
| 104 |
+
# Seems pretty good: https://abi-laboratory.pro/tracker/timeline/gettext
|
| 105 |
+
- {{ pin_subpackage('libintl') }}
|
| 106 |
+
ignore_run_exports_from:
|
| 107 |
+
- {{ compiler('cxx') }} # [unix]
|
| 108 |
+
script: install-libintl-devel.sh # [unix]
|
| 109 |
+
script: install-libintl-devel.bat # [not unix]
|
| 110 |
+
requirements:
|
| 111 |
+
build:
|
| 112 |
+
- posix # [win]
|
| 113 |
+
- {{ posix }}autoconf # [win]
|
| 114 |
+
- {{ posix }}automake{{ am_version }} # [win]
|
| 115 |
+
- {{ posix }}libtool
|
| 116 |
+
- {{ posix }}patch # [win]
|
| 117 |
+
- {{ posix }}sed # [win]
|
| 118 |
+
- {{ native }}binutils # [win]
|
| 119 |
+
- {{ native }}crt-git # [win]
|
| 120 |
+
- {{ stdlib('c') }} # [not win]
|
| 121 |
+
- {{ compiler('c') }} # [not win]
|
| 122 |
+
- {{ compiler('cxx') }} # [not win]
|
| 123 |
+
- make # [unix]
|
| 124 |
+
host:
|
| 125 |
+
- libiconv {{ libiconv }}
|
| 126 |
+
- {{ pin_subpackage('libintl', exact=true) }}
|
| 127 |
+
run:
|
| 128 |
+
- {{ pin_subpackage('libintl', exact=true) }}
|
| 129 |
+
test:
|
| 130 |
+
commands:
|
| 131 |
+
- test -f ${PREFIX}/lib/libintl${SHLIB_EXT} # [osx]
|
| 132 |
+
- test -f ${PREFIX}/include/libintl.h # [osx]
|
| 133 |
+
- if not exist %PREFIX%\Library\lib\intl.dll.lib exit /b 1 # [win]
|
| 134 |
+
- if not exist %PREFIX%\Library\lib\intl.lib exit /b 1 # [win]
|
| 135 |
+
- if not exist %PREFIX%\Library\include\libintl.h exit /b1 # [win]
|
| 136 |
+
about:
|
| 137 |
+
home: https://www.gnu.org/software/gettext
|
| 138 |
+
license: LGPL-2.1-or-later
|
| 139 |
+
license_file: COPYING
|
| 140 |
+
summary: library that provides native language support to programs
|
| 141 |
+
|
| 142 |
+
- name: libasprintf
|
| 143 |
+
build:
|
| 144 |
+
run_exports:
|
| 145 |
+
# Seems pretty good: https://abi-laboratory.pro/tracker/timeline/gettext
|
| 146 |
+
- {{ pin_subpackage('libasprintf') }}
|
| 147 |
+
ignore_run_exports:
|
| 148 |
+
- libiconv
|
| 149 |
+
script: install-asprintf.sh # [unix]
|
| 150 |
+
script: install-asprintf.bat # [not unix]
|
| 151 |
+
requirements:
|
| 152 |
+
build:
|
| 153 |
+
- posix # [win]
|
| 154 |
+
- {{ posix }}autoconf # [win]
|
| 155 |
+
- {{ posix }}automake{{ am_version }} # [win]
|
| 156 |
+
- {{ posix }}libtool
|
| 157 |
+
- {{ posix }}patch # [win]
|
| 158 |
+
- {{ posix }}sed # [win]
|
| 159 |
+
- {{ native }}binutils # [win]
|
| 160 |
+
- {{ native }}crt-git # [win]
|
| 161 |
+
- {{ stdlib('c') }} # [not win]
|
| 162 |
+
- {{ compiler('c') }} # [not win]
|
| 163 |
+
- {{ compiler('cxx') }} # [not win]
|
| 164 |
+
- make # [unix]
|
| 165 |
+
host:
|
| 166 |
+
- libiconv {{ libiconv }}
|
| 167 |
+
test:
|
| 168 |
+
commands:
|
| 169 |
+
# Only the actual binary (versioned) variant should be in this package
|
| 170 |
+
- test -f ${PREFIX}/lib/libasprintf.*.dylib # [osx]
|
| 171 |
+
- test -f ${PREFIX}/lib/libasprintf.so.0 # [linux]
|
| 172 |
+
- if not exist %PREFIX%\Library\bin\asprintf-*.dll exit /b 1 # [win]
|
| 173 |
+
# The unversioned variants as well as the lib on Windows should be in the main gettext package.
|
| 174 |
+
- test ! -f ${PREFIX}/lib/libasprintf$SHLIB_EXT # [not win]
|
| 175 |
+
- if exist %PREFIX%\Library\lib\asprintf.dll.lib exit /b 1 # [win]
|
| 176 |
+
- if exist %PREFIX%\Library\lib\asprintf.lib exit /b 1 # [win]
|
| 177 |
+
about:
|
| 178 |
+
home: https://www.gnu.org/software/gettext
|
| 179 |
+
license: LGPL-2.1-or-later
|
| 180 |
+
license_file: COPYING
|
| 181 |
+
summary: C-style formatted output in C++
|
| 182 |
+
|
| 183 |
+
- name: libasprintf-devel
|
| 184 |
+
build:
|
| 185 |
+
run_exports:
|
| 186 |
+
# Seems pretty good: https://abi-laboratory.pro/tracker/timeline/gettext
|
| 187 |
+
- {{ pin_subpackage('libasprintf') }}
|
| 188 |
+
ignore_run_exports_from:
|
| 189 |
+
- {{ compiler('cxx') }} # [unix]
|
| 190 |
+
ignore_run_exports:
|
| 191 |
+
- libiconv
|
| 192 |
+
script: install-asprintf-devel.sh # [unix]
|
| 193 |
+
script: install-asprintf-devel.bat # [not unix]
|
| 194 |
+
requirements:
|
| 195 |
+
build:
|
| 196 |
+
- posix # [win]
|
| 197 |
+
- {{ posix }}autoconf # [win]
|
| 198 |
+
- {{ posix }}automake{{ am_version }} # [win]
|
| 199 |
+
- {{ posix }}libtool
|
| 200 |
+
- {{ posix }}patch # [win]
|
| 201 |
+
- {{ posix }}sed # [win]
|
| 202 |
+
- {{ native }}binutils # [win]
|
| 203 |
+
- {{ native }}crt-git # [win]
|
| 204 |
+
- {{ stdlib('c') }} # [not win]
|
| 205 |
+
- {{ compiler('c') }} # [not win]
|
| 206 |
+
- {{ compiler('cxx') }} # [not win]
|
| 207 |
+
- make # [unix]
|
| 208 |
+
host:
|
| 209 |
+
- libiconv {{ libiconv }}
|
| 210 |
+
- {{ pin_subpackage('libasprintf', exact=True) }}
|
| 211 |
+
run:
|
| 212 |
+
- {{ pin_subpackage('libasprintf', exact=True) }}
|
| 213 |
+
test:
|
| 214 |
+
commands:
|
| 215 |
+
- test -f ${PREFIX}/lib/libasprintf${SHLIB_EXT} # [not win]
|
| 216 |
+
- if not exist %PREFIX%\Library\lib\asprintf.dll.lib exit /b 1 # [win]
|
| 217 |
+
- if not exist %PREFIX%\Library\lib\asprintf.lib exit /b 1 # [win]
|
| 218 |
+
about:
|
| 219 |
+
home: https://www.gnu.org/software/gettext
|
| 220 |
+
license: LGPL-2.1-or-later
|
| 221 |
+
license_file: COPYING
|
| 222 |
+
summary: Decomposed printf argument list
|
| 223 |
+
|
| 224 |
+
- name: libgettextpo
|
| 225 |
+
build:
|
| 226 |
+
run_exports:
|
| 227 |
+
# Seems pretty good: https://abi-laboratory.pro/tracker/timeline/gettext
|
| 228 |
+
- {{ pin_subpackage('libgettextpo') }}
|
| 229 |
+
ignore_run_exports_from:
|
| 230 |
+
- {{ compiler('cxx') }} # [unix]
|
| 231 |
+
script: install-libgettextpo.sh # [unix]
|
| 232 |
+
script: install-libgettextpo.bat # [not unix]
|
| 233 |
+
requirements:
|
| 234 |
+
build:
|
| 235 |
+
- posix # [win]
|
| 236 |
+
- {{ posix }}autoconf # [win]
|
| 237 |
+
- {{ posix }}automake{{ am_version }} # [win]
|
| 238 |
+
- {{ posix }}libtool
|
| 239 |
+
- {{ posix }}patch # [win]
|
| 240 |
+
- {{ posix }}sed # [win]
|
| 241 |
+
- {{ native }}binutils # [win]
|
| 242 |
+
- {{ native }}crt-git # [win]
|
| 243 |
+
- {{ stdlib('c') }} # [not win]
|
| 244 |
+
- {{ compiler('c') }} # [not win]
|
| 245 |
+
- {{ compiler('cxx') }} # [not win]
|
| 246 |
+
- make # [unix]
|
| 247 |
+
host:
|
| 248 |
+
- {{ pin_subpackage('libintl', exact=True) }} # [not linux]
|
| 249 |
+
- libiconv {{ libiconv }}
|
| 250 |
+
run:
|
| 251 |
+
- {{ pin_subpackage('libintl', exact=True) }} # [not linux]
|
| 252 |
+
test:
|
| 253 |
+
commands:
|
| 254 |
+
# Only the actual binary (versioned) variant should be in this package
|
| 255 |
+
- test -f ${PREFIX}/lib/libgettextpo.*.dylib # [osx]
|
| 256 |
+
- test -f ${PREFIX}/lib/libgettextpo.so.0 # [linux]
|
| 257 |
+
- if not exist %PREFIX%\Library\bin\gettextpo-*.dll exit /b 1 # [win]
|
| 258 |
+
# The unversioned variants as well as the lib on Windows should be in the main gettext package.
|
| 259 |
+
- test ! -f ${PREFIX}/lib/libgettextpo$SHLIB_EXT # [not win]
|
| 260 |
+
- if exist %PREFIX%\Library\lib\gettextpo.dll.lib exit /b 1 # [win]
|
| 261 |
+
- if exist %PREFIX%\Library\lib\gettextpo.lib exit /b 1 # [win]
|
| 262 |
+
about:
|
| 263 |
+
home: https://www.gnu.org/software/gettext
|
| 264 |
+
license: GPL-3.0-or-later
|
| 265 |
+
license_file: COPYING
|
| 266 |
+
summary: library for interfacing programmatically with GNU gettext .po files
|
| 267 |
+
|
| 268 |
+
- name: libgettextpo-devel
|
| 269 |
+
build:
|
| 270 |
+
run_exports:
|
| 271 |
+
# Seems pretty good: https://abi-laboratory.pro/tracker/timeline/gettext
|
| 272 |
+
- {{ pin_subpackage('libgettextpo') }}
|
| 273 |
+
ignore_run_exports_from:
|
| 274 |
+
- {{ compiler('cxx') }} # [unix]
|
| 275 |
+
script: install-libgettextpo-devel.sh # [unix]
|
| 276 |
+
script: install-libgettextpo-devel.bat # [not unix]
|
| 277 |
+
requirements:
|
| 278 |
+
build:
|
| 279 |
+
- posix # [win]
|
| 280 |
+
- {{ posix }}autoconf # [win]
|
| 281 |
+
- {{ posix }}automake{{ am_version }} # [win]
|
| 282 |
+
- {{ posix }}libtool
|
| 283 |
+
- {{ posix }}patch # [win]
|
| 284 |
+
- {{ posix }}sed # [win]
|
| 285 |
+
- {{ native }}binutils # [win]
|
| 286 |
+
- {{ native }}crt-git # [win]
|
| 287 |
+
- {{ stdlib('c') }} # [not win]
|
| 288 |
+
- {{ compiler('c') }} # [not win]
|
| 289 |
+
- {{ compiler('cxx') }} # [not win]
|
| 290 |
+
- make # [unix]
|
| 291 |
+
host:
|
| 292 |
+
- {{ pin_subpackage('libintl', exact=True) }} # [not linux]
|
| 293 |
+
- {{ pin_subpackage('libgettextpo', exact=True) }}
|
| 294 |
+
- libiconv {{ libiconv }}
|
| 295 |
+
run:
|
| 296 |
+
- {{ pin_subpackage('libintl', exact=True) }} # [not linux]
|
| 297 |
+
- {{ pin_subpackage('libgettextpo', exact=True) }}
|
| 298 |
+
test:
|
| 299 |
+
commands:
|
| 300 |
+
- test -f ${PREFIX}/lib/libgettextpo$SHLIB_EXT # [not win]
|
| 301 |
+
- if not exist %PREFIX%\Library\lib\gettextpo.dll.lib exit /b 1 # [win]
|
| 302 |
+
- if not exist %PREFIX%\Library\lib\gettextpo.lib exit /b 1 # [win]
|
| 303 |
+
about:
|
| 304 |
+
home: https://www.gnu.org/software/gettext
|
| 305 |
+
license: GPL-3.0-or-later
|
| 306 |
+
license_file: COPYING
|
| 307 |
+
summary: library for interfacing programmatically with GNU gettext .po files
|
| 308 |
+
|
| 309 |
+
- name: gettext-tools
|
| 310 |
+
script: install-gettext.sh # [unix]
|
| 311 |
+
script: install-gettext.bat # [not unix]
|
| 312 |
+
build:
|
| 313 |
+
ignore_run_exports_from:
|
| 314 |
+
- {{ compiler('cxx') }}
|
| 315 |
+
requirements:
|
| 316 |
+
build:
|
| 317 |
+
- posix # [win]
|
| 318 |
+
- {{ posix }}autoconf # [win]
|
| 319 |
+
- {{ posix }}automake{{ am_version }} # [win]
|
| 320 |
+
- {{ posix }}libtool
|
| 321 |
+
- {{ posix }}patch # [win]
|
| 322 |
+
- {{ posix }}sed # [win]
|
| 323 |
+
- {{ native }}binutils # [win]
|
| 324 |
+
- {{ native }}crt-git # [win]
|
| 325 |
+
- {{ stdlib('c') }}
|
| 326 |
+
- {{ compiler('c') }}
|
| 327 |
+
- {{ compiler('cxx') }}
|
| 328 |
+
- make # [unix]
|
| 329 |
+
host:
|
| 330 |
+
- libiconv {{ libiconv }}
|
| 331 |
+
- ncurses {{ ncurses }} # [not win]
|
| 332 |
+
- {{ pin_subpackage('libintl', exact=True) }} # [not linux]
|
| 333 |
+
- {{ pin_subpackage('libasprintf', exact=True ) }}
|
| 334 |
+
- {{ pin_subpackage('libgettextpo', exact=True ) }}
|
| 335 |
+
# Devel packages are included for deduplication-purposes only
|
| 336 |
+
- {{ pin_subpackage('libintl-devel', exact=True) }} # [not linux]
|
| 337 |
+
- {{ pin_subpackage('libasprintf-devel', exact=True ) }}
|
| 338 |
+
- {{ pin_subpackage('libgettextpo-devel', exact=True ) }}
|
| 339 |
+
run:
|
| 340 |
+
- {{ pin_subpackage('libintl', exact=True) }} # [not linux]
|
| 341 |
+
test:
|
| 342 |
+
files:
|
| 343 |
+
- an.po
|
| 344 |
+
requires:
|
| 345 |
+
- ncurses {{ ncurses }} # [not win]
|
| 346 |
+
commands:
|
| 347 |
+
- msgfmt.exe --help # [win]
|
| 348 |
+
- msgfmt.exe -o an.gmo an.po # [win]
|
| 349 |
+
- msgfmt -o an.gmo an.po # [not win]
|
| 350 |
+
about:
|
| 351 |
+
home: https://www.gnu.org/software/gettext
|
| 352 |
+
# The binaries of gettext are the GPL-3.0 licensed part.
|
| 353 |
+
license: GPL-3.0-or-later
|
| 354 |
+
license_file: COPYING
|
| 355 |
+
summary: Internationalization package (executable tools)
|
| 356 |
+
|
| 357 |
+
- name: gettext
|
| 358 |
+
build:
|
| 359 |
+
# Required to make overdepending checks pass.
|
| 360 |
+
ignore_run_exports:
|
| 361 |
+
- libintl
|
| 362 |
+
- libasprintf
|
| 363 |
+
- libgettextpo
|
| 364 |
+
run_exports:
|
| 365 |
+
# Seems pretty good: https://abi-laboratory.pro/tracker/timeline/gettext
|
| 366 |
+
- {{ pin_subpackage('libintl') }} # [not linux]
|
| 367 |
+
- {{ pin_subpackage('libasprintf') }}
|
| 368 |
+
- {{ pin_subpackage('libgettextpo') }}
|
| 369 |
+
script: install-gettext.sh # [unix]
|
| 370 |
+
script: install-gettext.bat # [not unix]
|
| 371 |
+
requirements:
|
| 372 |
+
build:
|
| 373 |
+
- posix # [win]
|
| 374 |
+
- {{ posix }}autoconf # [win]
|
| 375 |
+
- {{ posix }}automake{{ am_version }} # [win]
|
| 376 |
+
- {{ posix }}libtool
|
| 377 |
+
- {{ posix }}patch # [win]
|
| 378 |
+
- {{ posix }}sed # [win]
|
| 379 |
+
- {{ native }}binutils # [win]
|
| 380 |
+
- {{ native }}crt-git # [win]
|
| 381 |
+
- {{ stdlib('c') }} # [not win]
|
| 382 |
+
- {{ compiler('c') }} # [not win]
|
| 383 |
+
- {{ compiler('cxx') }} # [not win]
|
| 384 |
+
- make # [unix]
|
| 385 |
+
host:
|
| 386 |
+
- libiconv {{ libiconv }}
|
| 387 |
+
- {{ pin_subpackage('gettext-tools', exact=True) }}
|
| 388 |
+
- {{ pin_subpackage('libintl-devel', exact=True) }} # [not linux]
|
| 389 |
+
- {{ pin_subpackage('libintl', exact=True) }} # [not linux]
|
| 390 |
+
- {{ pin_subpackage('libasprintf-devel', exact=True ) }}
|
| 391 |
+
- {{ pin_subpackage('libasprintf', exact=True ) }}
|
| 392 |
+
- {{ pin_subpackage('libgettextpo-devel', exact=True ) }}
|
| 393 |
+
- {{ pin_subpackage('libgettextpo', exact=True ) }}
|
| 394 |
+
run:
|
| 395 |
+
- {{ pin_subpackage('gettext-tools', exact=True) }}
|
| 396 |
+
- {{ pin_subpackage('libintl-devel', exact=True) }} # [not linux]
|
| 397 |
+
- {{ pin_subpackage('libintl', exact=True) }} # [not linux]
|
| 398 |
+
- {{ pin_subpackage('libasprintf-devel', exact=True ) }}
|
| 399 |
+
- {{ pin_subpackage('libasprintf', exact=True ) }}
|
| 400 |
+
- {{ pin_subpackage('libgettextpo-devel', exact=True ) }}
|
| 401 |
+
- {{ pin_subpackage('libgettextpo', exact=True ) }}
|
| 402 |
+
test:
|
| 403 |
+
commands:
|
| 404 |
+
# ===== gettextlib =====
|
| 405 |
+
- test -f ${PREFIX}/lib/libgettextlib$SHLIB_EXT # [not win]
|
| 406 |
+
- test ! -f ${PREFIX}/lib/libgettextlib.a # [not win]
|
| 407 |
+
- if not exist %PREFIX%\Library\lib\gettextlib.dll.lib exit /b 1 # [win]
|
| 408 |
+
- if not exist %PREFIX%\Library\bin\gettextlib-*.dll exit /b 1 # [win]
|
| 409 |
+
# ===== gettextpo =====
|
| 410 |
+
- test -f ${PREFIX}/lib/libgettextpo$SHLIB_EXT # [not win]
|
| 411 |
+
- test ! -f ${PREFIX}/lib/libgettextpo.a # [not win]
|
| 412 |
+
- if not exist %PREFIX%\Library\lib\gettextpo.dll.lib exit /b 1 # [win]
|
| 413 |
+
- if not exist %PREFIX%\Library\bin\gettextpo-*.dll exit /b 1 # [win]
|
| 414 |
+
# ===== gettextsrc =====
|
| 415 |
+
- test -f ${PREFIX}/lib/libgettextsrc$SHLIB_EXT # [not win]
|
| 416 |
+
- test ! -f ${PREFIX}/lib/libgettextsrc.a # [not win]
|
| 417 |
+
- if not exist %PREFIX%\Library\lib\gettextsrc.dll.lib exit /b 1 # [win]
|
| 418 |
+
- if not exist %PREFIX%\Library\bin\gettextsrc-*.dll exit /b 1 # [win]
|
| 419 |
+
# ===== intl (not on linux) =====
|
| 420 |
+
- test -f ${PREFIX}/lib/libintl$SHLIB_EXT # [not win and not linux]
|
| 421 |
+
- test ! -f ${PREFIX}/lib/libintl.a # [not win and not linux]
|
| 422 |
+
- if not exist %PREFIX%\Library\lib\intl.dll.lib exit /b 1 # [win]
|
| 423 |
+
- if not exist %PREFIX%\Library\bin\intl-*.dll exit /b 1 # [win]
|
| 424 |
+
about:
|
| 425 |
+
home: https://www.gnu.org/software/gettext
|
| 426 |
+
license: LGPL-2.1-or-later AND GPL-3.0-or-later
|
| 427 |
+
license_file: COPYING
|
| 428 |
+
summary: Internationalization package
|
| 429 |
+
|
| 430 |
+
about:
|
| 431 |
+
home: https://www.gnu.org/software/gettext
|
| 432 |
+
license: LGPL-2.1-or-later AND GPL-3.0-or-later
|
| 433 |
+
license_file: COPYING
|
| 434 |
+
summary: Internationalization package
|
| 435 |
+
description: |
|
| 436 |
+
gettext utilities are a set of tools that provides a framework to help
|
| 437 |
+
other GNU packages produce multi-lingual messages. These tools include
|
| 438 |
+
a set of conventions about how programs should be written to support message
|
| 439 |
+
catalogs, a directory and file naming organization for the message catalogs themselves
|
| 440 |
+
dev_url: https://www.gnu.org/software/gettext
|
| 441 |
+
doc_url: https://www.gnu.org/software/gettext/manual
|
| 442 |
+
|
| 443 |
+
extra:
|
| 444 |
+
feedstock-name: gettext
|
| 445 |
+
recipe-maintainers:
|
| 446 |
+
- scopatz
|
| 447 |
+
- ocefpaf
|
| 448 |
+
- pkgw
|
| 449 |
+
- xhochy
|
miniconda3/pkgs/libgettextpo-0.25.1-hf2ab22a_0/info/recipe/parent/msvcpp.sh
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
#!/bin/sh
|
| 2 |
+
# Needed because "windres" can't handle a preprocesser whose invocation is
|
| 3 |
+
# more than one word.
|
| 4 |
+
exec cl -nologo -E -DRC_INVOKED "$@"
|
miniconda3/pkgs/libgettextpo-0.25.1-hf2ab22a_0/info/recipe/parent/patches/0001-Mark-v-snprintf-as-available.patch
ADDED
|
@@ -0,0 +1,84 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
From 4fa8feff0af88fb3c7dd3fceb722dabe48b6dfa0 Mon Sep 17 00:00:00 2001
|
| 2 |
+
From: Peter Williams <peter@newton.cx>
|
| 3 |
+
Date: Mon, 3 Sep 2018 17:28:40 -0400
|
| 4 |
+
Subject: [PATCH 1/8] Mark (v)snprintf as available
|
| 5 |
+
|
| 6 |
+
`configure` checks whether `snprintf` is available by attempting to link with
|
| 7 |
+
it. Windows didn't used to provide it at all. However, newer Windows does
|
| 8 |
+
provide it, but as an inline C implementation, so direct linking doesn't work.
|
| 9 |
+
For our purposes, the inline implementation is equivalent to a libc that
|
| 10 |
+
provides the functions, so hack our configure scripts to mark these functions
|
| 11 |
+
as available.
|
| 12 |
+
---
|
| 13 |
+
configure.ac | 2 ++
|
| 14 |
+
gettext-runtime/configure.ac | 2 ++
|
| 15 |
+
gettext-runtime/libasprintf/configure.ac | 2 ++
|
| 16 |
+
gettext-tools/configure.ac | 2 ++
|
| 17 |
+
gettext-tools/examples/configure.ac | 2 ++
|
| 18 |
+
5 files changed, 10 insertions(+)
|
| 19 |
+
|
| 20 |
+
diff --git a/configure.ac b/configure.ac
|
| 21 |
+
index f4e54ea..ef64e67 100644
|
| 22 |
+
--- a/configure.ac
|
| 23 |
+
+++ b/configure.ac
|
| 24 |
+
@@ -22,6 +22,8 @@ AC_INIT([gettext],
|
| 25 |
+
[bug-gettext@gnu.org])
|
| 26 |
+
AC_CONFIG_SRCDIR([gettext-tools/src/msgfmt.c])
|
| 27 |
+
AC_CONFIG_AUX_DIR([build-aux])
|
| 28 |
+
+ac_cv_func_snprintf=yes
|
| 29 |
+
+ac_cv_func_vsnprintf=yes
|
| 30 |
+
AM_INIT_AUTOMAKE([1.13 silent-rules parallel-tests tar-ustar])
|
| 31 |
+
|
| 32 |
+
dnl Override automake's tar command used for creating distributions.
|
| 33 |
+
diff --git a/gettext-runtime/configure.ac b/gettext-runtime/configure.ac
|
| 34 |
+
index 126d069..66f26fa 100644
|
| 35 |
+
--- a/gettext-runtime/configure.ac
|
| 36 |
+
+++ b/gettext-runtime/configure.ac
|
| 37 |
+
@@ -22,6 +22,8 @@ AC_INIT([gettext-runtime],
|
| 38 |
+
[bug-gettext@gnu.org])
|
| 39 |
+
AC_CONFIG_SRCDIR([intl/dcigettext.c])
|
| 40 |
+
AC_CONFIG_AUX_DIR([../build-aux])
|
| 41 |
+
+ac_cv_func_snprintf=yes
|
| 42 |
+
+ac_cv_func_vsnprintf=yes
|
| 43 |
+
AM_INIT_AUTOMAKE([1.11.1 silent-rules parallel-tests])
|
| 44 |
+
AC_CONFIG_HEADERS([config.h])
|
| 45 |
+
|
| 46 |
+
diff --git a/gettext-runtime/libasprintf/configure.ac b/gettext-runtime/libasprintf/configure.ac
|
| 47 |
+
index 2fe76cf..31a06db 100644
|
| 48 |
+
--- a/gettext-runtime/libasprintf/configure.ac
|
| 49 |
+
+++ b/gettext-runtime/libasprintf/configure.ac
|
| 50 |
+
@@ -20,6 +20,8 @@ AC_PREREQ([2.64])
|
| 51 |
+
AC_INIT([libasprintf], [1.0])
|
| 52 |
+
AC_CONFIG_SRCDIR([vasprintf.c])
|
| 53 |
+
AC_CONFIG_AUX_DIR([../../build-aux])
|
| 54 |
+
+ac_cv_func_snprintf=yes
|
| 55 |
+
+ac_cv_func_vsnprintf=yes
|
| 56 |
+
AM_INIT_AUTOMAKE([silent-rules])
|
| 57 |
+
AC_CONFIG_HEADERS([config.h])
|
| 58 |
+
|
| 59 |
+
diff --git a/gettext-tools/configure.ac b/gettext-tools/configure.ac
|
| 60 |
+
index 3610ee3..6c75ccc 100644
|
| 61 |
+
--- a/gettext-tools/configure.ac
|
| 62 |
+
+++ b/gettext-tools/configure.ac
|
| 63 |
+
@@ -22,6 +22,8 @@ AC_INIT([gettext-tools],
|
| 64 |
+
[bug-gettext@gnu.org])
|
| 65 |
+
AC_CONFIG_SRCDIR([src/msgfmt.c])
|
| 66 |
+
AC_CONFIG_AUX_DIR([../build-aux])
|
| 67 |
+
+ac_cv_func_snprintf=yes
|
| 68 |
+
+ac_cv_func_vsnprintf=yes
|
| 69 |
+
AM_INIT_AUTOMAKE([1.11.1 silent-rules parallel-tests])
|
| 70 |
+
AC_CONFIG_HEADERS([config.h])
|
| 71 |
+
|
| 72 |
+
diff --git a/gettext-tools/examples/configure.ac b/gettext-tools/examples/configure.ac
|
| 73 |
+
index 249fd14..4db994e 100644
|
| 74 |
+
--- a/gettext-tools/examples/configure.ac
|
| 75 |
+
+++ b/gettext-tools/examples/configure.ac
|
| 76 |
+
@@ -22,6 +22,8 @@ AC_INIT([gettext-examples],
|
| 77 |
+
[bug-gettext@gnu.org])
|
| 78 |
+
AC_CONFIG_SRCDIR([installpaths.in])
|
| 79 |
+
AC_CONFIG_AUX_DIR([../../build-aux])
|
| 80 |
+
+ac_cv_func_snprintf=yes
|
| 81 |
+
+ac_cv_func_vsnprintf=yes
|
| 82 |
+
AM_INIT_AUTOMAKE([silent-rules])
|
| 83 |
+
|
| 84 |
+
dnl Installation directories.
|
miniconda3/pkgs/libgettextpo-0.25.1-hf2ab22a_0/info/recipe/parent/patches/0002-Prevent-libtool-from-worrying-about-dependent-librar.patch
ADDED
|
@@ -0,0 +1,79 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
From e11f7bc727a6a3029c2f5b8f3002cd70817b2a8c Mon Sep 17 00:00:00 2001
|
| 2 |
+
From: Peter Williams <peter@newton.cx>
|
| 3 |
+
Date: Mon, 3 Sep 2018 17:32:14 -0400
|
| 4 |
+
Subject: [PATCH 2/8] Prevent libtool from worrying about dependent libraries
|
| 5 |
+
too much.
|
| 6 |
+
|
| 7 |
+
Dependent libraries on Windows can take on a lot of names, depending on how
|
| 8 |
+
packagers mix and match "lib" prefixes, ".lib" vs. ".a" suffixes, and so on.
|
| 9 |
+
Libtool isn't great at guessing them. By hacking cache variables in the
|
| 10 |
+
`configure.ac` scripts, we can force it to just go ahead and pass everything
|
| 11 |
+
and not worry about it.
|
| 12 |
+
---
|
| 13 |
+
configure.ac | 1 +
|
| 14 |
+
gettext-runtime/configure.ac | 1 +
|
| 15 |
+
gettext-runtime/libasprintf/configure.ac | 1 +
|
| 16 |
+
gettext-tools/configure.ac | 1 +
|
| 17 |
+
gettext-tools/examples/configure.ac | 1 +
|
| 18 |
+
5 files changed, 5 insertions(+)
|
| 19 |
+
|
| 20 |
+
diff --git a/configure.ac b/configure.ac
|
| 21 |
+
index ef64e67..05a7d18 100644
|
| 22 |
+
--- a/configure.ac
|
| 23 |
+
+++ b/configure.ac
|
| 24 |
+
@@ -22,6 +22,7 @@ AC_INIT([gettext],
|
| 25 |
+
[bug-gettext@gnu.org])
|
| 26 |
+
AC_CONFIG_SRCDIR([gettext-tools/src/msgfmt.c])
|
| 27 |
+
AC_CONFIG_AUX_DIR([build-aux])
|
| 28 |
+
+lt_cv_deplibs_check_method=pass_all
|
| 29 |
+
ac_cv_func_snprintf=yes
|
| 30 |
+
ac_cv_func_vsnprintf=yes
|
| 31 |
+
AM_INIT_AUTOMAKE([1.13 silent-rules parallel-tests tar-ustar])
|
| 32 |
+
diff --git a/gettext-runtime/configure.ac b/gettext-runtime/configure.ac
|
| 33 |
+
index 66f26fa..7e914f8 100644
|
| 34 |
+
--- a/gettext-runtime/configure.ac
|
| 35 |
+
+++ b/gettext-runtime/configure.ac
|
| 36 |
+
@@ -22,6 +22,7 @@ AC_INIT([gettext-runtime],
|
| 37 |
+
[bug-gettext@gnu.org])
|
| 38 |
+
AC_CONFIG_SRCDIR([intl/dcigettext.c])
|
| 39 |
+
AC_CONFIG_AUX_DIR([../build-aux])
|
| 40 |
+
+lt_cv_deplibs_check_method=pass_all
|
| 41 |
+
ac_cv_func_snprintf=yes
|
| 42 |
+
ac_cv_func_vsnprintf=yes
|
| 43 |
+
AM_INIT_AUTOMAKE([1.11.1 silent-rules parallel-tests])
|
| 44 |
+
diff --git a/gettext-runtime/libasprintf/configure.ac b/gettext-runtime/libasprintf/configure.ac
|
| 45 |
+
index 31a06db..3a89c61 100644
|
| 46 |
+
--- a/gettext-runtime/libasprintf/configure.ac
|
| 47 |
+
+++ b/gettext-runtime/libasprintf/configure.ac
|
| 48 |
+
@@ -20,6 +20,7 @@ AC_PREREQ([2.64])
|
| 49 |
+
AC_INIT([libasprintf], [1.0])
|
| 50 |
+
AC_CONFIG_SRCDIR([vasprintf.c])
|
| 51 |
+
AC_CONFIG_AUX_DIR([../../build-aux])
|
| 52 |
+
+lt_cv_deplibs_check_method=pass_all
|
| 53 |
+
ac_cv_func_snprintf=yes
|
| 54 |
+
ac_cv_func_vsnprintf=yes
|
| 55 |
+
AM_INIT_AUTOMAKE([silent-rules])
|
| 56 |
+
diff --git a/gettext-tools/configure.ac b/gettext-tools/configure.ac
|
| 57 |
+
index 6c75ccc..fa01857 100644
|
| 58 |
+
--- a/gettext-tools/configure.ac
|
| 59 |
+
+++ b/gettext-tools/configure.ac
|
| 60 |
+
@@ -22,6 +22,7 @@ AC_INIT([gettext-tools],
|
| 61 |
+
[bug-gettext@gnu.org])
|
| 62 |
+
AC_CONFIG_SRCDIR([src/msgfmt.c])
|
| 63 |
+
AC_CONFIG_AUX_DIR([../build-aux])
|
| 64 |
+
+lt_cv_deplibs_check_method=pass_all
|
| 65 |
+
ac_cv_func_snprintf=yes
|
| 66 |
+
ac_cv_func_vsnprintf=yes
|
| 67 |
+
AM_INIT_AUTOMAKE([1.11.1 silent-rules parallel-tests])
|
| 68 |
+
diff --git a/gettext-tools/examples/configure.ac b/gettext-tools/examples/configure.ac
|
| 69 |
+
index 4db994e..6a59715 100644
|
| 70 |
+
--- a/gettext-tools/examples/configure.ac
|
| 71 |
+
+++ b/gettext-tools/examples/configure.ac
|
| 72 |
+
@@ -22,6 +22,7 @@ AC_INIT([gettext-examples],
|
| 73 |
+
[bug-gettext@gnu.org])
|
| 74 |
+
AC_CONFIG_SRCDIR([installpaths.in])
|
| 75 |
+
AC_CONFIG_AUX_DIR([../../build-aux])
|
| 76 |
+
+lt_cv_deplibs_check_method=pass_all
|
| 77 |
+
ac_cv_func_snprintf=yes
|
| 78 |
+
ac_cv_func_vsnprintf=yes
|
| 79 |
+
AM_INIT_AUTOMAKE([silent-rules])
|
miniconda3/pkgs/libgettextpo-0.25.1-hf2ab22a_0/info/recipe/parent/patches/0003-Fix-some-DLL-export-markings-in-libintl.patch
ADDED
|
@@ -0,0 +1,110 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
From d7490b79ce621dc4d859c1a82712f2ffe7366593 Mon Sep 17 00:00:00 2001
|
| 2 |
+
From: Peter Williams <peter@newton.cx>
|
| 3 |
+
Date: Mon, 3 Sep 2018 17:34:54 -0400
|
| 4 |
+
Subject: [PATCH 3/8] Fix some DLL export markings in libintl.
|
| 5 |
+
|
| 6 |
+
A few files had inconsistent labeling for DLL exporting, which I guess MSVC
|
| 7 |
+
might be pickier about than it used to be. Tidy them up.
|
| 8 |
+
---
|
| 9 |
+
gettext-runtime/gnulib-lib/relocatable.c | 2 +-
|
| 10 |
+
gettext-runtime/intl/libgnuintl.in.h | 15 ++++++++++++---
|
| 11 |
+
2 files changed, 13 insertions(+), 4 deletions(-)
|
| 12 |
+
|
| 13 |
+
diff --git a/gettext-runtime/gnulib-lib/relocatable.c b/gettext-runtime/gnulib-lib/relocatable.c
|
| 14 |
+
index 365c085..5f7fad6 100644
|
| 15 |
+
--- a/gettext-runtime/gnulib-lib/relocatable.c
|
| 16 |
+
+++ b/gettext-runtime/gnulib-lib/relocatable.c
|
| 17 |
+
@@ -164,7 +164,7 @@ set_this_relocation_prefix (const char *orig_prefix_arg,
|
| 18 |
+
by the corresponding pathname with the current prefix instead. Both
|
| 19 |
+
prefixes should be directory names without trailing slash (i.e. use ""
|
| 20 |
+
instead of "/"). */
|
| 21 |
+
-void
|
| 22 |
+
+RELOCATABLE_DLL_EXPORTED void
|
| 23 |
+
set_relocation_prefix (const char *orig_prefix_arg, const char *curr_prefix_arg)
|
| 24 |
+
{
|
| 25 |
+
set_this_relocation_prefix (orig_prefix_arg, curr_prefix_arg);
|
| 26 |
+
diff --git a/gettext-runtime/intl/libgnuintl.in.h b/gettext-runtime/intl/libgnuintl.in.h
|
| 27 |
+
index ae81ffe..487675d 100644
|
| 28 |
+
--- a/gettext-runtime/intl/libgnuintl.in.h
|
| 29 |
+
+++ b/gettext-runtime/intl/libgnuintl.in.h
|
| 30 |
+
@@ -48,6 +48,15 @@
|
| 31 |
+
# undef gettext
|
| 32 |
+
#endif
|
| 33 |
+
|
| 34 |
+
+
|
| 35 |
+
+#if HAVE_VISIBILITY && BUILDING_DLL
|
| 36 |
+
+# define DLL_EXPORTED __attribute__((__visibility__("default")))
|
| 37 |
+
+#elif defined _MSC_VER && BUILDING_DLL
|
| 38 |
+
+# define DLL_EXPORTED __declspec(dllexport)
|
| 39 |
+
+#else
|
| 40 |
+
+# define DLL_EXPORTED
|
| 41 |
+
+#endif
|
| 42 |
+
+
|
| 43 |
+
#ifdef __cplusplus
|
| 44 |
+
extern "C" {
|
| 45 |
+
#endif
|
| 46 |
+
@@ -1095,7 +1104,7 @@ char *setlocale (int __category, const char *__locale)
|
| 47 |
+
# undef setlocale
|
| 48 |
+
# define setlocale libintl_setlocale
|
| 49 |
+
# endif
|
| 50 |
+
-extern char *setlocale (int, const char *)
|
| 51 |
+
+extern DLL_EXPORTED char *setlocale (int, const char *)
|
| 52 |
+
_INTL_ASM (libintl_setlocale);
|
| 53 |
+
# if defined _INTL_REDIRECT_MACROS && defined __cplusplus && !defined _INTL_CXX_NO_CLOBBER_STD_NAMESPACE
|
| 54 |
+
namespace std { using ::libintl_setlocale; }
|
| 55 |
+
@@ -1123,7 +1132,7 @@ locale_t newlocale (int __category_mask, const char *__name, locale_t __base)
|
| 56 |
+
# undef newlocale
|
| 57 |
+
# define newlocale libintl_newlocale
|
| 58 |
+
# endif
|
| 59 |
+
-extern locale_t newlocale (int, const char *, locale_t)
|
| 60 |
+
+extern DLL_EXPORTED locale_t newlocale (int, const char *, locale_t)
|
| 61 |
+
_INTL_ASM (libintl_newlocale);
|
| 62 |
+
# if defined _INTL_REDIRECT_MACROS && defined __cplusplus && !defined _INTL_CXX_NO_CLOBBER_STD_NAMESPACE
|
| 63 |
+
namespace std { using ::libintl_newlocale; }
|
| 64 |
+
@@ -1144,7 +1153,7 @@ namespace std { using ::libintl_newlocale; }
|
| 65 |
+
prefixes should be directory names without trailing slash (i.e. use ""
|
| 66 |
+
instead of "/"). */
|
| 67 |
+
#define libintl_set_relocation_prefix libintl_set_relocation_prefix
|
| 68 |
+
-extern void
|
| 69 |
+
+extern DLL_EXPORTED void
|
| 70 |
+
libintl_set_relocation_prefix (const char *orig_prefix,
|
| 71 |
+
const char *curr_prefix);
|
| 72 |
+
|
| 73 |
+
diff --git a/gettext-tools/configure.ac b/gettext-tools/configure.ac
|
| 74 |
+
index dcbf1d7..47b0a1c 100644
|
| 75 |
+
--- a/gettext-tools/configure.ac
|
| 76 |
+
+++ b/gettext-tools/configure.ac
|
| 77 |
+
@@ -392,8 +392,12 @@ AH_BOTTOM([
|
| 78 |
+
the C macro DLL_EXPORT (together with PIC) when compiling for a shared
|
| 79 |
+
library (called DLL under Windows) and does not define it when compiling
|
| 80 |
+
an object file meant to be linked statically into some executable. */
|
| 81 |
+
-#if (defined _WIN32 || defined __CYGWIN__) && defined DLL_EXPORT && !defined IN_RELOCWRAPPER
|
| 82 |
+
-# define DLL_VARIABLE __declspec (dllimport)
|
| 83 |
+
+#if (defined _WIN32 || defined __CYGWIN__) && !defined IN_RELOCWRAPPER
|
| 84 |
+
+# if defined DLL_EXPORT
|
| 85 |
+
+# define DLL_VARIABLE __declspec (dllexport)
|
| 86 |
+
+# else
|
| 87 |
+
+# define DLL_VARIABLE __declspec (dllimport)
|
| 88 |
+
+# endif
|
| 89 |
+
#else
|
| 90 |
+
# define DLL_VARIABLE
|
| 91 |
+
#endif
|
| 92 |
+
diff --git a/gettext-runtime/intl/configure.ac b/gettext-runtime/intl/configure.ac
|
| 93 |
+
index 749a700..a74c122 100755
|
| 94 |
+
--- a/gettext-runtime/intl/configure.ac
|
| 95 |
+
+++ b/gettext-runtime/intl/configure.ac
|
| 96 |
+
@@ -235,8 +235,12 @@ AH_BOTTOM([
|
| 97 |
+
the C macro DLL_EXPORT (together with PIC) when compiling for a shared
|
| 98 |
+
library (called DLL under Windows) and does not define it when compiling
|
| 99 |
+
an object file meant to be linked statically into some executable. */
|
| 100 |
+
-#if (defined _MSC_VER && defined DLL_EXPORT) && !defined IN_RELOCWRAPPER
|
| 101 |
+
-# define DLL_VARIABLE __declspec (dllimport)
|
| 102 |
+
+#if defined _MSC_VER && !defined IN_RELOCWRAPPER
|
| 103 |
+
+# if defined DLL_EXPORT
|
| 104 |
+
+# define DLL_VARIABLE __declspec (dllexport)
|
| 105 |
+
+# else
|
| 106 |
+
+# define DLL_VARIABLE __declspec (dllimport)
|
| 107 |
+
+# endif
|
| 108 |
+
#else
|
| 109 |
+
# define DLL_VARIABLE
|
| 110 |
+
#endif
|
miniconda3/pkgs/libgettextpo-0.25.1-hf2ab22a_0/info/recipe/parent/patches/0004-Fix-quoting-when-invoking-windres.patch
ADDED
|
@@ -0,0 +1,120 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
From 62972ab62dd216ef95df90187487d14bc86e5def Mon Sep 17 00:00:00 2001
|
| 2 |
+
From: Peter Williams <peter@newton.cx>
|
| 3 |
+
Date: Mon, 3 Sep 2018 17:36:09 -0400
|
| 4 |
+
Subject: [PATCH 4/8] Fix quoting when invoking "windres"
|
| 5 |
+
|
| 6 |
+
Version strings were being quoted too much. I'm not sure why this wasn't a
|
| 7 |
+
problem elsewhere, but it's definitely a problem on Windows.
|
| 8 |
+
---
|
| 9 |
+
gettext-runtime/intl/Makefile.am | 2 +-
|
| 10 |
+
gettext-runtime/libasprintf/Makefile.am | 2 +-
|
| 11 |
+
gettext-runtime/src/Makefile.am | 2 +-
|
| 12 |
+
gettext-tools/libgettextpo/Makefile.am | 2 +-
|
| 13 |
+
gettext-tools/src/Makefile.am | 2 +-
|
| 14 |
+
libtextstyle/lib/Makefile.am | 2 +-
|
| 15 |
+
6 files changed, 6 insertions(+), 6 deletions(-)
|
| 16 |
+
|
| 17 |
+
diff --git a/gettext-runtime/intl/Makefile.am b/gettext-runtime/intl/Makefile.am
|
| 18 |
+
index 2bed67b..ae4123e 100644
|
| 19 |
+
--- a/gettext-runtime/intl/Makefile.am
|
| 20 |
+
+++ b/gettext-runtime/intl/Makefile.am
|
| 21 |
+
@@ -411,7 +411,7 @@ libintl.res.lo: $(srcdir)/libintl.rc
|
| 22 |
+
sed_extract_minor='/^[0-9][0-9]*[.][0-9]/{'$${nl}'s/^[0-9]*[.]\([0-9]*\).*/\1/p'$${nl}q$${nl}'}'$${nl}'c\'$${nl}0$${nl}q; \
|
| 23 |
+
sed_extract_subminor='/^[0-9][0-9]*[.][0-9][0-9]*[.][0-9]/{'$${nl}'s/^[0-9]*[.][0-9]*[.]\([0-9]*\).*/\1/p'$${nl}q$${nl}'}'$${nl}'c\'$${nl}0$${nl}q; \
|
| 24 |
+
$(LIBTOOL) --tag=RC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(RC) \
|
| 25 |
+
- "-DPACKAGE_VERSION_STRING=\\\"$(VERSION)\\\"" \
|
| 26 |
+
+ "-DPACKAGE_VERSION_STRING=\"$(VERSION)\"" \
|
| 27 |
+
"-DPACKAGE_VERSION_MAJOR="`echo '$(VERSION)' | sed -n -e "$$sed_extract_major"` \
|
| 28 |
+
"-DPACKAGE_VERSION_MINOR="`echo '$(VERSION)' | sed -n -e "$$sed_extract_minor"` \
|
| 29 |
+
"-DPACKAGE_VERSION_SUBMINOR="`echo '$(VERSION)' | sed -n -e "$$sed_extract_subminor"` \
|
| 30 |
+
diff --git a/gettext-runtime/libasprintf/Makefile.am b/gettext-runtime/libasprintf/Makefile.am
|
| 31 |
+
index c0eb406..4ca6b0a 100644
|
| 32 |
+
--- a/gettext-runtime/libasprintf/Makefile.am
|
| 33 |
+
+++ b/gettext-runtime/libasprintf/Makefile.am
|
| 34 |
+
@@ -99,7 +99,7 @@ libasprintf.res.lo: $(srcdir)/libasprintf.rc
|
| 35 |
+
sed_extract_minor='/^[0-9][0-9]*[.][0-9]/{'$${nl}'s/^[0-9]*[.]\([0-9]*\).*/\1/p'$${nl}q$${nl}'}'$${nl}'c\'$${nl}0$${nl}q; \
|
| 36 |
+
sed_extract_subminor='/^[0-9][0-9]*[.][0-9][0-9]*[.][0-9]/{'$${nl}'s/^[0-9]*[.][0-9]*[.]\([0-9]*\).*/\1/p'$${nl}q$${nl}'}'$${nl}'c\'$${nl}0$${nl}q; \
|
| 37 |
+
$(LIBTOOL) --tag=RC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(RC) \
|
| 38 |
+
- "-DPACKAGE_VERSION_STRING=\\\"$(VERSION)\\\"" \
|
| 39 |
+
+ "-DPACKAGE_VERSION_STRING=\"$(VERSION)\"" \
|
| 40 |
+
"-DPACKAGE_VERSION_MAJOR="`echo '$(VERSION)' | sed -n -e "$$sed_extract_major"` \
|
| 41 |
+
"-DPACKAGE_VERSION_MINOR="`echo '$(VERSION)' | sed -n -e "$$sed_extract_minor"` \
|
| 42 |
+
"-DPACKAGE_VERSION_SUBMINOR="`echo '$(VERSION)' | sed -n -e "$$sed_extract_subminor"` \
|
| 43 |
+
diff --git a/gettext-runtime/src/Makefile.am b/gettext-runtime/src/Makefile.am
|
| 44 |
+
index e9974c4..9da1c7b 100644
|
| 45 |
+
--- a/gettext-runtime/src/Makefile.am
|
| 46 |
+
+++ b/gettext-runtime/src/Makefile.am
|
| 47 |
+
@@ -70,7 +70,7 @@ RELOCATABLE_STRIP = :
|
| 48 |
+
if WOE32
|
| 49 |
+
WOE32_LDADD = gettext.res
|
| 50 |
+
gettext.res : $(top_srcdir)/../windows/gettext.rc
|
| 51 |
+
- $(WINDRES) `$(SHELL) $(top_srcdir)/../windows/windres-options --escape $(VERSION)` -i $(top_srcdir)/../windows/gettext.rc -o gettext.res --output-format=coff
|
| 52 |
+
+ $(WINDRES) `$(SHELL) $(top_srcdir)/../windows/windres-options $(VERSION)` -i $(top_srcdir)/../windows/gettext.rc -o gettext.res --output-format=coff
|
| 53 |
+
MOSTLYCLEANFILES += gettext.res
|
| 54 |
+
else
|
| 55 |
+
WOE32_LDADD =
|
| 56 |
+
diff --git a/gettext-tools/libgettextpo/Makefile.am b/gettext-tools/libgettextpo/Makefile.am
|
| 57 |
+
index 5fc6708..98d65cc 100644
|
| 58 |
+
--- a/gettext-tools/libgettextpo/Makefile.am
|
| 59 |
+
+++ b/gettext-tools/libgettextpo/Makefile.am
|
| 60 |
+
@@ -146,7 +146,7 @@ EXTRA_DIST += libgettextpo.rc
|
| 61 |
+
if WOE32
|
| 62 |
+
WOE32_LIBADD = libgettextpo.res.lo
|
| 63 |
+
libgettextpo.res.lo : $(srcdir)/libgettextpo.rc
|
| 64 |
+
- $(LIBTOOL) --tag=RC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(RC) `$(SHELL) $(top_srcdir)/../windows/windres-options --escape $(VERSION)` -i $(srcdir)/libgettextpo.rc -o libgettextpo.res.lo --output-format=coff
|
| 65 |
+
+ $(LIBTOOL) --tag=RC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(RC) `$(SHELL) $(top_srcdir)/../windows/windres-options $(VERSION)` -i $(srcdir)/libgettextpo.rc -o libgettextpo.res.lo --output-format=coff
|
| 66 |
+
MOSTLYCLEANFILES += libgettextpo.res.lo
|
| 67 |
+
else
|
| 68 |
+
WOE32_LIBADD =
|
| 69 |
+
diff --git a/gettext-tools/src/Makefile.am b/gettext-tools/src/Makefile.am
|
| 70 |
+
index f77129d..0f77ee8 100644
|
| 71 |
+
--- a/gettext-tools/src/Makefile.am
|
| 72 |
+
+++ b/gettext-tools/src/Makefile.am
|
| 73 |
+
@@ -756,7 +756,7 @@ RELOCATABLE_STRIP = :
|
| 74 |
+
if WOE32
|
| 75 |
+
WOE32_LDADD = gettext.res
|
| 76 |
+
gettext.res : $(top_srcdir)/../windows/gettext.rc
|
| 77 |
+
- $(WINDRES) `$(SHELL) $(top_srcdir)/../windows/windres-options --escape $(VERSION)` -i $(top_srcdir)/../windows/gettext.rc -o gettext.res --output-format=coff
|
| 78 |
+
+ $(WINDRES) `$(SHELL) $(top_srcdir)/../windows/windres-options $(VERSION)` -i $(top_srcdir)/../windows/gettext.rc -o gettext.res --output-format=coff
|
| 79 |
+
MOSTLYCLEANFILES += gettext.res
|
| 80 |
+
else
|
| 81 |
+
WOE32_LDADD =
|
| 82 |
+
diff --git a/libtextstyle/lib/Makefile.am b/libtextstyle/lib/Makefile.am
|
| 83 |
+
index bf4b408..59810c1 100644
|
| 84 |
+
--- a/libtextstyle/lib/Makefile.am
|
| 85 |
+
+++ b/libtextstyle/lib/Makefile.am
|
| 86 |
+
@@ -268,7 +268,7 @@ libtextstyle.res.lo: $(srcdir)/libtextstyle.rc
|
| 87 |
+
sed_extract_minor='/^[0-9][0-9]*[.][0-9]/{'$${nl}'s/^[0-9]*[.]\([0-9]*\).*/\1/p'$${nl}q$${nl}'}'$${nl}'c\'$${nl}0$${nl}q; \
|
| 88 |
+
sed_extract_subminor='/^[0-9][0-9]*[.][0-9][0-9]*[.][0-9]/{'$${nl}'s/^[0-9]*[.][0-9]*[.]\([0-9]*\).*/\1/p'$${nl}q$${nl}'}'$${nl}'c\'$${nl}0$${nl}q; \
|
| 89 |
+
$(LIBTOOL) --tag=RC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(RC) \
|
| 90 |
+
- "-DPACKAGE_VERSION_STRING=\\\"$(VERSION)\\\"" \
|
| 91 |
+
+ "-DPACKAGE_VERSION_STRING=\"$(VERSION)\"" \
|
| 92 |
+
"-DPACKAGE_VERSION_MAJOR="`echo '$(VERSION)' | sed -n -e "$$sed_extract_major"` \
|
| 93 |
+
"-DPACKAGE_VERSION_MINOR="`echo '$(VERSION)' | sed -n -e "$$sed_extract_minor"` \
|
| 94 |
+
"-DPACKAGE_VERSION_SUBMINOR="`echo '$(VERSION)' | sed -n -e "$$sed_extract_subminor"` \
|
| 95 |
+
diff --git a/gettext-tools/gnulib-lib/Makefile.am_orig b/gettext-tools/gnulib-lib/Makefile.am
|
| 96 |
+
index a7e7d88..7dc2e6b 100644
|
| 97 |
+
--- a/gettext-tools/gnulib-lib/Makefile.am_orig
|
| 98 |
+
+++ b/gettext-tools/gnulib-lib/Makefile.am
|
| 99 |
+
@@ -76,7 +76,7 @@ libgettextlib.res.lo: $(srcdir)/libgettextlib.rc
|
| 100 |
+
sed_extract_minor='/^[0-9][0-9]*[.][0-9]/{'$${nl}'s/^[0-9]*[.]\([0-9]*\).*/\1/p'$${nl}q$${nl}'}'$${nl}'c\'$${nl}0$${nl}q; \
|
| 101 |
+
sed_extract_subminor='/^[0-9][0-9]*[.][0-9][0-9]*[.][0-9]/{'$${nl}'s/^[0-9]*[.][0-9]*[.]\([0-9]*\).*/\1/p'$${nl}q$${nl}'}'$${nl}'c\'$${nl}0$${nl}q; \
|
| 102 |
+
$(LIBTOOL) --tag=RC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(RC) \
|
| 103 |
+
- "-DPACKAGE_VERSION_STRING=\\\"$(VERSION)\\\"" \
|
| 104 |
+
+ "-DPACKAGE_VERSION_STRING=\"$(VERSION)\"" \
|
| 105 |
+
"-DPACKAGE_VERSION_MAJOR="`echo '$(VERSION)' | sed -n -e "$$sed_extract_major"` \
|
| 106 |
+
"-DPACKAGE_VERSION_MINOR="`echo '$(VERSION)' | sed -n -e "$$sed_extract_minor"` \
|
| 107 |
+
"-DPACKAGE_VERSION_SUBMINOR="`echo '$(VERSION)' | sed -n -e "$$sed_extract_subminor"` \
|
| 108 |
+
diff --git a/gettext-tools/src/Makefile.am b/gettext-tools/src/Makefile.am
|
| 109 |
+
index 607dcf0..23231cb 100644
|
| 110 |
+
--- a/gettext-tools/src/Makefile.am
|
| 111 |
+
+++ b/gettext-tools/src/Makefile.am
|
| 112 |
+
@@ -372,7 +372,7 @@ libgettextsrc.res.lo: $(srcdir)/libgettextsrc.rc
|
| 113 |
+
sed_extract_minor='/^[0-9][0-9]*[.][0-9]/{'$${nl}'s/^[0-9]*[.]\([0-9]*\).*/\1/p'$${nl}q$${nl}'}'$${nl}'c\'$${nl}0$${nl}q; \
|
| 114 |
+
sed_extract_subminor='/^[0-9][0-9]*[.][0-9][0-9]*[.][0-9]/{'$${nl}'s/^[0-9]*[.][0-9]*[.]\([0-9]*\).*/\1/p'$${nl}q$${nl}'}'$${nl}'c\'$${nl}0$${nl}q; \
|
| 115 |
+
$(LIBTOOL) --tag=RC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(RC) \
|
| 116 |
+
- "-DPACKAGE_VERSION_STRING=\\\"$(VERSION)\\\"" \
|
| 117 |
+
+ "-DPACKAGE_VERSION_STRING=\"$(VERSION)\"" \
|
| 118 |
+
"-DPACKAGE_VERSION_MAJOR="`echo '$(VERSION)' | sed -n -e "$$sed_extract_major"` \
|
| 119 |
+
"-DPACKAGE_VERSION_MINOR="`echo '$(VERSION)' | sed -n -e "$$sed_extract_minor"` \
|
| 120 |
+
"-DPACKAGE_VERSION_SUBMINOR="`echo '$(VERSION)' | sed -n -e "$$sed_extract_subminor"` \
|
miniconda3/pkgs/libgettextpo-0.25.1-hf2ab22a_0/info/recipe/parent/patches/0005-CXXLD-is-not-a-thing.patch
ADDED
|
@@ -0,0 +1,88 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
From 8538d082c870ef99bccb8c48acc0c40e525c07cb Mon Sep 17 00:00:00 2001
|
| 2 |
+
From: Peter Williams <peter@newton.cx>
|
| 3 |
+
Date: Mon, 3 Sep 2018 17:37:12 -0400
|
| 4 |
+
Subject: [PATCH 5/8] CXXLD is not a thing.
|
| 5 |
+
|
| 6 |
+
Maybe it was at some point? But it isn't now. CCLD works fine on Windows since
|
| 7 |
+
CC and CXX (the C and C++ compilers) are the same thing.
|
| 8 |
+
---
|
| 9 |
+
gettext-tools/gnulib-lib/Makefile.am | 2 +-
|
| 10 |
+
gettext-tools/src/Makefile.am | 22 +++++++++++-----------
|
| 11 |
+
2 files changed, 12 insertions(+), 12 deletions(-)
|
| 12 |
+
|
| 13 |
+
diff --git a/gettext-tools/gnulib-lib/Makefile.am b/gettext-tools/gnulib-lib/Makefile.am
|
| 14 |
+
index a7fa494..a7e7d88 100644
|
| 15 |
+
--- a/gettext-tools/gnulib-lib/Makefile.am
|
| 16 |
+
+++ b/gettext-tools/gnulib-lib/Makefile.am
|
| 17 |
+
@@ -111,7 +111,7 @@ libgettextlib_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
|
| 18 |
+
else
|
| 19 |
+
libgettextlib_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX \
|
| 20 |
+
$(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link \
|
| 21 |
+
- $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(libgettextlib_la_LDFLAGS) $(LDFLAGS) \
|
| 22 |
+
+ $(CCLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(libgettextlib_la_LDFLAGS) $(LDFLAGS) \
|
| 23 |
+
-o $@
|
| 24 |
+
# Use the same definition of CXXLD as Automake generates in other Makefiles.
|
| 25 |
+
CXXLD = $(CXX)
|
| 26 |
+
diff --git a/gettext-tools/src/Makefile.am b/gettext-tools/src/Makefile.am
|
| 27 |
+
index 036ec64..607dcf0 100644
|
| 28 |
+
--- a/gettext-tools/src/Makefile.am
|
| 29 |
+
+++ b/gettext-tools/src/Makefile.am
|
| 30 |
+
@@ -552,47 +552,47 @@ xgettext_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
|
| 31 |
+
else
|
| 32 |
+
libgettextsrc_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX \
|
| 33 |
+
$(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link \
|
| 34 |
+
- $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(libgettextsrc_la_LDFLAGS) $(LDFLAGS) \
|
| 35 |
+
+ $(CCLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(libgettextsrc_la_LDFLAGS) $(LDFLAGS) \
|
| 36 |
+
-o $@
|
| 37 |
+
msgattrib_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX \
|
| 38 |
+
$(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link \
|
| 39 |
+
- $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(msgattrib_LDFLAGS) $(LDFLAGS) \
|
| 40 |
+
+ $(CCLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(msgattrib_LDFLAGS) $(LDFLAGS) \
|
| 41 |
+
-o $@
|
| 42 |
+
msgcat_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX \
|
| 43 |
+
$(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link \
|
| 44 |
+
- $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(msgcat_LDFLAGS) $(LDFLAGS) \
|
| 45 |
+
+ $(CCLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(msgcat_LDFLAGS) $(LDFLAGS) \
|
| 46 |
+
-o $@
|
| 47 |
+
msgcomm_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX \
|
| 48 |
+
$(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link \
|
| 49 |
+
- $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(msgcomm_LDFLAGS) $(LDFLAGS) \
|
| 50 |
+
+ $(CCLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(msgcomm_LDFLAGS) $(LDFLAGS) \
|
| 51 |
+
-o $@
|
| 52 |
+
msgconv_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX \
|
| 53 |
+
$(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link \
|
| 54 |
+
- $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(msgconv_LDFLAGS) $(LDFLAGS) \
|
| 55 |
+
+ $(CCLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(msgconv_LDFLAGS) $(LDFLAGS) \
|
| 56 |
+
-o $@
|
| 57 |
+
msgen_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX \
|
| 58 |
+
$(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link \
|
| 59 |
+
- $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(msgen_LDFLAGS) $(LDFLAGS) \
|
| 60 |
+
+ $(CCLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(msgen_LDFLAGS) $(LDFLAGS) \
|
| 61 |
+
-o $@
|
| 62 |
+
msgfilter_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX \
|
| 63 |
+
$(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link \
|
| 64 |
+
- $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(msgfilter_LDFLAGS) $(LDFLAGS) \
|
| 65 |
+
+ $(CCLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(msgfilter_LDFLAGS) $(LDFLAGS) \
|
| 66 |
+
-o $@
|
| 67 |
+
msggrep_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX \
|
| 68 |
+
$(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link \
|
| 69 |
+
- $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(msggrep_LDFLAGS) $(LDFLAGS) \
|
| 70 |
+
+ $(CCLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(msggrep_LDFLAGS) $(LDFLAGS) \
|
| 71 |
+
-o $@
|
| 72 |
+
msgmerge_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX \
|
| 73 |
+
$(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link \
|
| 74 |
+
- $(CXXLD) $(msgmerge_CXXFLAGS) $(CXXFLAGS) $(msgmerge_LDFLAGS) $(LDFLAGS) \
|
| 75 |
+
+ $(CCLD) $(msgmerge_CXXFLAGS) $(CXXFLAGS) $(msgmerge_LDFLAGS) $(LDFLAGS) \
|
| 76 |
+
-o $@
|
| 77 |
+
msguniq_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX \
|
| 78 |
+
$(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link \
|
| 79 |
+
- $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(msguniq_LDFLAGS) $(LDFLAGS) \
|
| 80 |
+
+ $(CCLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(msguniq_LDFLAGS) $(LDFLAGS) \
|
| 81 |
+
-o $@
|
| 82 |
+
xgettext_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX \
|
| 83 |
+
$(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link \
|
| 84 |
+
- $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(xgettext_LDFLAGS) $(LDFLAGS) \
|
| 85 |
+
+ $(CCLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(xgettext_LDFLAGS) $(LDFLAGS) \
|
| 86 |
+
-o $@
|
| 87 |
+
endif
|
| 88 |
+
|
miniconda3/pkgs/libgettextpo-0.25.1-hf2ab22a_0/info/recipe/parent/patches/0006-Work-around-Unixisms-in-libgettextpo.patch
ADDED
|
@@ -0,0 +1,40 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
From cf1eb94eb581d73c3079a71955f5d2d9a307a5ca Mon Sep 17 00:00:00 2001
|
| 2 |
+
From: Peter Williams <peter@newton.cx>
|
| 3 |
+
Date: Mon, 3 Sep 2018 17:39:00 -0400
|
| 4 |
+
Subject: [PATCH 6/8] Work around Unixisms in libgettextpo
|
| 5 |
+
|
| 6 |
+
There's a complicated bit of shell magic here that relies on redirecting
|
| 7 |
+
program output to file descriptor #5. That seems not to work on Windows. Just
|
| 8 |
+
use a temporary file instead.
|
| 9 |
+
---
|
| 10 |
+
gettext-tools/libgettextpo/Makefile.am | 6 +++---
|
| 11 |
+
1 file changed, 3 insertions(+), 3 deletions(-)
|
| 12 |
+
|
| 13 |
+
diff --git a/gettext-tools/libgettextpo/Makefile.am b/gettext-tools/libgettextpo/Makefile.am
|
| 14 |
+
index 98d65cc..9cfb6ce 100644
|
| 15 |
+
--- a/gettext-tools/libgettextpo/Makefile.am
|
| 16 |
+
+++ b/gettext-tools/libgettextpo/Makefile.am
|
| 17 |
+
@@ -174,7 +174,7 @@ config.h: $(BUILT_SOURCES)
|
| 18 |
+
echo '#endif /* GTPO_CONFIG_H */'; \
|
| 19 |
+
} > config.h && \
|
| 20 |
+
if test -n "$(HAVE_GLOBAL_SYMBOL_PIPE)"; then \
|
| 21 |
+
- { \
|
| 22 |
+
+ { rm -f CONFIG_H_LISTING.txt; \
|
| 23 |
+
for f in $(libgettextpo_la_AUXSOURCES) $(libgnu_la_SOURCES) $(libgnu_la_LIBADD); do \
|
| 24 |
+
case $$f in \
|
| 25 |
+
*.c | *.$(OBJEXT) | *.lo ) \
|
| 26 |
+
@@ -182,12 +182,12 @@ config.h: $(BUILT_SOURCES)
|
| 27 |
+
test -f $$sf || sf=$(srcdir)/$$sf; \
|
| 28 |
+
of=`echo "$$f" | sed -e 's,^.*/,,' -e 's,\\.[^.]*$$,,'`.$(OBJEXT); \
|
| 29 |
+
$(COMPILE) $(DEFS) $(GL_CFLAG_INHIBIT_WARNINGS) -c $$sf || { rm -f config.h; exit 1; }; \
|
| 30 |
+
- sh ./exported.sh $$of 1>&5; \
|
| 31 |
+
+ sh ./exported.sh $$of >>CONFIG_H_LISTING.txt; \
|
| 32 |
+
rm -f $$of `echo "$$of" | sed -e 's,\\.$(OBJEXT)$$,.lo,'`; \
|
| 33 |
+
;; \
|
| 34 |
+
esac; \
|
| 35 |
+
done; \
|
| 36 |
+
- } 5>&1 1>&2 \
|
| 37 |
+
+ }; cat CONFIG_H_LISTING.txt \
|
| 38 |
+
| sed -e 's,.* ,,' | grep -v '@' | LC_ALL=C sort | LC_ALL=C uniq \
|
| 39 |
+
| sed -e 's,^obstack_free$$,__obstack_free,' \
|
| 40 |
+
| sed -e 's,^\(.*\)$$,#define \1 libgettextpo_\1,' > config.h-t && \
|
miniconda3/pkgs/libgettextpo-0.25.1-hf2ab22a_0/info/recipe/parent/patches/0007-Add-missing-extern-C-protectors.patch
ADDED
|
@@ -0,0 +1,40 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
From 7c58479500f1caf6085662ead8702cf06127deb0 Mon Sep 17 00:00:00 2001
|
| 2 |
+
From: Peter Williams <peter@newton.cx>
|
| 3 |
+
Date: Mon, 3 Sep 2018 17:54:36 -0400
|
| 4 |
+
Subject: [PATCH 7/8] Add missing 'extern "C"' protectors
|
| 5 |
+
|
| 6 |
+
Various files are missing 'extern "C"' blocks around C declarations.
|
| 7 |
+
|
| 8 |
+
The context here is that on Windows, some files are compiled as C++ code even
|
| 9 |
+
though they're written as pretty much straight C. The motivation seems to be
|
| 10 |
+
that MSVC doesn't fully support C99 or C11, specifically non-constant
|
| 11 |
+
initializers. But C++ allows this, so the code will come out fine if compiled
|
| 12 |
+
as C++. However, without proper 'extern "C"' protection, you get linkage
|
| 13 |
+
errors.
|
| 14 |
+
---
|
| 15 |
+
gettext-tools/src/plural-table.h | 8 ++++++++
|
| 16 |
+
|
| 17 |
+
diff --git a/gettext-tools/src/plural-table.h b/gettext-tools/src/plural-table.h
|
| 18 |
+
index e6c52bb..d736ef0 100644
|
| 19 |
+
--- a/gettext-tools/src/plural-table.h
|
| 20 |
+
+++ b/gettext-tools/src/plural-table.h
|
| 21 |
+
@@ -20,6 +20,10 @@
|
| 22 |
+
|
| 23 |
+
#include <stddef.h>
|
| 24 |
+
|
| 25 |
+
+#ifdef __cplusplus
|
| 26 |
+
+extern "C" {
|
| 27 |
+
+#endif
|
| 28 |
+
+
|
| 29 |
+
struct plural_table_entry
|
| 30 |
+
{
|
| 31 |
+
const char *lang;
|
| 32 |
+
@@ -30,4 +34,8 @@ struct plural_table_entry
|
| 33 |
+
extern DLL_VARIABLE struct plural_table_entry plural_table[];
|
| 34 |
+
extern DLL_VARIABLE const size_t plural_table_size;
|
| 35 |
+
|
| 36 |
+
+#ifdef __cplusplus
|
| 37 |
+
+}
|
| 38 |
+
+#endif
|
| 39 |
+
+
|
| 40 |
+
#endif /* _PLURAL_TABLE_H */
|
miniconda3/pkgs/libgettextpo-0.25.1-hf2ab22a_0/info/recipe/parent/patches/0008-Declaration-ordering.patch
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
In gettext-tools, both `libgrep` and `gnulib-lib` provide their own versions of
|
| 2 |
+
headers like `stdlib.h`, but the two variants aren't the same. Some of the tools
|
| 3 |
+
want to use `unsetenv()` as provided by gnulib-lib, but the default include flag
|
| 4 |
+
ordering puts libgrep first, which doesn't define it. This is all pretty messy
|
| 5 |
+
but the most expedient thing is to reorder the includes to get the gnulib-lib
|
| 6 |
+
version first.
|
| 7 |
+
|
| 8 |
+
diff --git a/gettext-tools/src/Makefile.am b/gettext-tools/src/Makefile.am
|
| 9 |
+
index 607dcf0..c641919 100644
|
| 10 |
+
--- a/gettext-tools/src/Makefile.am
|
| 11 |
+
+++ b/gettext-tools/src/Makefile.am
|
| 12 |
+
@@ -109,8 +109,8 @@ schemadir = $(pkgdatadir)/schema
|
| 13 |
+
# The option -I$(top_srcdir) is needed so that woe32dll/export.h is found.
|
| 14 |
+
AM_CPPFLAGS = \
|
| 15 |
+
-I$(top_srcdir) \
|
| 16 |
+
- -I../libgrep -I$(top_srcdir)/libgrep \
|
| 17 |
+
-I../gnulib-lib -I$(top_srcdir)/gnulib-lib \
|
| 18 |
+
+ -I../libgrep -I$(top_srcdir)/libgrep \
|
| 19 |
+
-I../../gettext-runtime/intl -I$(top_srcdir)/../gettext-runtime/intl
|
| 20 |
+
DEFS = \
|
| 21 |
+
-DLOCALEDIR=$(localedir_c_make) \
|
miniconda3/pkgs/libgettextpo-0.25.1-hf2ab22a_0/info/test/run_test.sh
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
|
| 2 |
+
|
| 3 |
+
set -ex
|
| 4 |
+
|
| 5 |
+
|
| 6 |
+
|
| 7 |
+
test -f ${PREFIX}/lib/libgettextpo.so.0
|
| 8 |
+
test ! -f ${PREFIX}/lib/libgettextpo$SHLIB_EXT
|
| 9 |
+
exit 0
|
miniconda3/pkgs/libgettextpo-devel-0.25.1-hf2ab22a_0/include/gettext-po.h
ADDED
|
@@ -0,0 +1,360 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
/* Public API for GNU gettext PO files - contained in libgettextpo.
|
| 2 |
+
Copyright (C) 2003-2025 Free Software Foundation, Inc.
|
| 3 |
+
Written by Bruno Haible <bruno@clisp.org>, 2003.
|
| 4 |
+
|
| 5 |
+
This program is free software: you can redistribute it and/or modify
|
| 6 |
+
it under the terms of the GNU General Public License as published by
|
| 7 |
+
the Free Software Foundation; either version 3 of the License, or
|
| 8 |
+
(at your option) any later version.
|
| 9 |
+
|
| 10 |
+
This program is distributed in the hope that it will be useful,
|
| 11 |
+
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
| 12 |
+
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
| 13 |
+
GNU General Public License for more details.
|
| 14 |
+
|
| 15 |
+
You should have received a copy of the GNU General Public License
|
| 16 |
+
along with this program. If not, see <https://www.gnu.org/licenses/>. */
|
| 17 |
+
|
| 18 |
+
#ifndef _GETTEXT_PO_H
|
| 19 |
+
#define _GETTEXT_PO_H 1
|
| 20 |
+
|
| 21 |
+
#include <stdlib.h>
|
| 22 |
+
|
| 23 |
+
#ifdef __cplusplus
|
| 24 |
+
extern "C" {
|
| 25 |
+
#endif
|
| 26 |
+
|
| 27 |
+
|
| 28 |
+
/* =========================== Meta Information ============================ */
|
| 29 |
+
|
| 30 |
+
/* Version number: (major<<16) + (minor<<8) + subminor */
|
| 31 |
+
#define LIBGETTEXTPO_VERSION 0x001900
|
| 32 |
+
extern int libgettextpo_version;
|
| 33 |
+
|
| 34 |
+
/* ================================= Types ================================= */
|
| 35 |
+
|
| 36 |
+
/* A po_file_t represents the contents of a PO file. */
|
| 37 |
+
typedef struct po_file *po_file_t;
|
| 38 |
+
|
| 39 |
+
/* A po_message_iterator_t represents an iterator through a domain of a
|
| 40 |
+
PO file. */
|
| 41 |
+
typedef struct po_message_iterator *po_message_iterator_t;
|
| 42 |
+
|
| 43 |
+
/* A po_message_t represents a message in a PO file. */
|
| 44 |
+
typedef struct po_message *po_message_t;
|
| 45 |
+
|
| 46 |
+
/* A po_filepos_t represents a string's position within a source file. */
|
| 47 |
+
typedef struct po_filepos *po_filepos_t;
|
| 48 |
+
|
| 49 |
+
/* A po_error_handler handles error situations. No longer used. */
|
| 50 |
+
struct po_error_handler
|
| 51 |
+
{
|
| 52 |
+
/* Signal an error. The error message is built from FORMAT and the following
|
| 53 |
+
arguments. ERRNUM, if nonzero, is an errno value.
|
| 54 |
+
Must increment the error_message_count variable declared in error.h.
|
| 55 |
+
Must not return if STATUS is nonzero. */
|
| 56 |
+
void (*error) (int status, int errnum,
|
| 57 |
+
const char *format, ...)
|
| 58 |
+
#if ((__GNUC__ == 3 && __GNUC_MINOR__ >= 1) || __GNUC__ > 3) && !__STRICT_ANSI__
|
| 59 |
+
__attribute__ ((__format__ (__printf__, 3, 4)))
|
| 60 |
+
#endif
|
| 61 |
+
;
|
| 62 |
+
|
| 63 |
+
/* Signal an error. The error message is built from FORMAT and the following
|
| 64 |
+
arguments. The error location is at FILENAME line LINENO. ERRNUM, if
|
| 65 |
+
nonzero, is an errno value.
|
| 66 |
+
Must increment the error_message_count variable declared in error.h.
|
| 67 |
+
Must not return if STATUS is nonzero. */
|
| 68 |
+
void (*error_at_line) (int status, int errnum,
|
| 69 |
+
const char *filename, unsigned int lineno,
|
| 70 |
+
const char *format, ...)
|
| 71 |
+
#if ((__GNUC__ == 3 && __GNUC_MINOR__ >= 1) || __GNUC__ > 3) && !__STRICT_ANSI__
|
| 72 |
+
__attribute__ ((__format__ (__printf__, 5, 6)))
|
| 73 |
+
#endif
|
| 74 |
+
;
|
| 75 |
+
|
| 76 |
+
/* Signal a multiline warning. The PREFIX applies to all lines of the
|
| 77 |
+
MESSAGE. Free the PREFIX and MESSAGE when done. */
|
| 78 |
+
void (*multiline_warning) (char *prefix, char *message);
|
| 79 |
+
|
| 80 |
+
/* Signal a multiline error. The PREFIX applies to all lines of the
|
| 81 |
+
MESSAGE. Free the PREFIX and MESSAGE when done.
|
| 82 |
+
Must increment the error_message_count variable declared in error.h if
|
| 83 |
+
PREFIX is non-NULL. */
|
| 84 |
+
void (*multiline_error) (char *prefix, char *message);
|
| 85 |
+
};
|
| 86 |
+
typedef const struct po_error_handler *po_error_handler_t;
|
| 87 |
+
|
| 88 |
+
/* A po_xerror_handler handles warnings, error and fatal error situations. */
|
| 89 |
+
#define PO_SEVERITY_WARNING 0 /* just a warning, tell the user */
|
| 90 |
+
#define PO_SEVERITY_ERROR 1 /* an error, the operation cannot complete */
|
| 91 |
+
#define PO_SEVERITY_FATAL_ERROR 2 /* an error, the operation must be aborted */
|
| 92 |
+
struct po_xerror_handler
|
| 93 |
+
{
|
| 94 |
+
/* Signal a problem of the given severity.
|
| 95 |
+
MESSAGE and/or FILENAME + LINENO indicate where the problem occurred.
|
| 96 |
+
If FILENAME is NULL, FILENAME and LINENO and COLUMN should be ignored.
|
| 97 |
+
If LINENO is (size_t)(-1), LINENO and COLUMN should be ignored.
|
| 98 |
+
If COLUMN is (size_t)(-1), it should be ignored.
|
| 99 |
+
MESSAGE_TEXT is the problem description (if MULTILINE_P is true,
|
| 100 |
+
multiple lines of text, each terminated with a newline, otherwise
|
| 101 |
+
usually a single line).
|
| 102 |
+
Must not return if SEVERITY is PO_SEVERITY_FATAL_ERROR. */
|
| 103 |
+
void (*xerror) (int severity,
|
| 104 |
+
po_message_t message,
|
| 105 |
+
const char *filename, size_t lineno, size_t column,
|
| 106 |
+
int multiline_p, const char *message_text);
|
| 107 |
+
/* Signal a problem that refers to two messages.
|
| 108 |
+
Similar to two calls to xerror.
|
| 109 |
+
If possible, a "..." can be appended to MESSAGE_TEXT1 and prepended to
|
| 110 |
+
MESSAGE_TEXT2. */
|
| 111 |
+
void (*xerror2) (int severity,
|
| 112 |
+
po_message_t message1,
|
| 113 |
+
const char *filename1, size_t lineno1, size_t column1,
|
| 114 |
+
int multiline_p1, const char *message_text1,
|
| 115 |
+
po_message_t message2,
|
| 116 |
+
const char *filename2, size_t lineno2, size_t column2,
|
| 117 |
+
int multiline_p2, const char *message_text2);
|
| 118 |
+
};
|
| 119 |
+
typedef const struct po_xerror_handler *po_xerror_handler_t;
|
| 120 |
+
|
| 121 |
+
/* Memory allocation:
|
| 122 |
+
The memory allocations performed by these functions use xmalloc(),
|
| 123 |
+
therefore will cause a program exit if memory is exhausted.
|
| 124 |
+
The memory allocated by po_file_read, and implicitly returned through
|
| 125 |
+
the po_message_* functions, lasts until freed with po_file_free. */
|
| 126 |
+
|
| 127 |
+
|
| 128 |
+
/* ============================= po_file_t API ============================= */
|
| 129 |
+
|
| 130 |
+
/* Create an empty PO file representation in memory. */
|
| 131 |
+
extern po_file_t po_file_create (void);
|
| 132 |
+
|
| 133 |
+
/* Read a PO file into memory.
|
| 134 |
+
Return its contents. Upon failure, call function from handler. */
|
| 135 |
+
#define po_file_read po_file_read_v3
|
| 136 |
+
extern po_file_t po_file_read (const char *filename,
|
| 137 |
+
po_xerror_handler_t handler);
|
| 138 |
+
|
| 139 |
+
/* Write an in-memory PO file to a file.
|
| 140 |
+
Upon failure, call function from handler. */
|
| 141 |
+
#define po_file_write po_file_write_v2
|
| 142 |
+
extern po_file_t po_file_write (po_file_t file, const char *filename,
|
| 143 |
+
po_xerror_handler_t handler);
|
| 144 |
+
|
| 145 |
+
/* Free a PO file from memory. */
|
| 146 |
+
extern void po_file_free (po_file_t file);
|
| 147 |
+
|
| 148 |
+
/* Return the names of the domains covered by a PO file in memory. */
|
| 149 |
+
extern const char * const * po_file_domains (po_file_t file);
|
| 150 |
+
|
| 151 |
+
|
| 152 |
+
/* =========================== Header entry API ============================ */
|
| 153 |
+
|
| 154 |
+
/* Return the header entry of a domain of a PO file in memory.
|
| 155 |
+
The domain NULL denotes the default domain.
|
| 156 |
+
Return NULL if there is no header entry. */
|
| 157 |
+
extern const char * po_file_domain_header (po_file_t file, const char *domain);
|
| 158 |
+
|
| 159 |
+
/* Return the value of a field in a header entry.
|
| 160 |
+
The return value is either a freshly allocated string, to be freed by the
|
| 161 |
+
caller, or NULL. */
|
| 162 |
+
extern char * po_header_field (const char *header, const char *field);
|
| 163 |
+
|
| 164 |
+
/* Return the header entry with a given field set to a given value. The field
|
| 165 |
+
is added if necessary.
|
| 166 |
+
The return value is a freshly allocated string. */
|
| 167 |
+
extern char * po_header_set_field (const char *header, const char *field, const char *value);
|
| 168 |
+
|
| 169 |
+
|
| 170 |
+
/* ======================= po_message_iterator_t API ======================= */
|
| 171 |
+
|
| 172 |
+
/* Create an iterator for traversing a domain of a PO file in memory.
|
| 173 |
+
The domain NULL denotes the default domain. */
|
| 174 |
+
extern po_message_iterator_t po_message_iterator (po_file_t file, const char *domain);
|
| 175 |
+
|
| 176 |
+
/* Free an iterator. */
|
| 177 |
+
extern void po_message_iterator_free (po_message_iterator_t iterator);
|
| 178 |
+
|
| 179 |
+
/* Return the next message, and advance the iterator.
|
| 180 |
+
Return NULL at the end of the message list. */
|
| 181 |
+
extern po_message_t po_next_message (po_message_iterator_t iterator);
|
| 182 |
+
|
| 183 |
+
/* Insert a message in a PO file in memory, in the domain and at the position
|
| 184 |
+
indicated by the iterator. The iterator thereby advances past the freshly
|
| 185 |
+
inserted message. */
|
| 186 |
+
extern void po_message_insert (po_message_iterator_t iterator, po_message_t message);
|
| 187 |
+
|
| 188 |
+
|
| 189 |
+
/* =========================== po_message_t API ============================ */
|
| 190 |
+
|
| 191 |
+
/* Return a freshly constructed message.
|
| 192 |
+
To finish initializing the message, you must set the msgid and msgstr. */
|
| 193 |
+
extern po_message_t po_message_create (void);
|
| 194 |
+
|
| 195 |
+
/* Return the context of a message, or NULL for a message not restricted to a
|
| 196 |
+
context. */
|
| 197 |
+
extern const char * po_message_msgctxt (po_message_t message);
|
| 198 |
+
|
| 199 |
+
/* Change the context of a message. NULL means a message not restricted to a
|
| 200 |
+
context. */
|
| 201 |
+
extern void po_message_set_msgctxt (po_message_t message, const char *msgctxt);
|
| 202 |
+
|
| 203 |
+
/* Return the msgid (untranslated English string) of a message. */
|
| 204 |
+
extern const char * po_message_msgid (po_message_t message);
|
| 205 |
+
|
| 206 |
+
/* Change the msgid (untranslated English string) of a message. */
|
| 207 |
+
extern void po_message_set_msgid (po_message_t message, const char *msgid);
|
| 208 |
+
|
| 209 |
+
/* Return the msgid_plural (untranslated English plural string) of a message,
|
| 210 |
+
or NULL for a message without plural. */
|
| 211 |
+
extern const char * po_message_msgid_plural (po_message_t message);
|
| 212 |
+
|
| 213 |
+
/* Change the msgid_plural (untranslated English plural string) of a message.
|
| 214 |
+
NULL means a message without plural. */
|
| 215 |
+
extern void po_message_set_msgid_plural (po_message_t message, const char *msgid_plural);
|
| 216 |
+
|
| 217 |
+
/* Return the msgstr (translation) of a message.
|
| 218 |
+
Return the empty string for an untranslated message. */
|
| 219 |
+
extern const char * po_message_msgstr (po_message_t message);
|
| 220 |
+
|
| 221 |
+
/* Change the msgstr (translation) of a message.
|
| 222 |
+
Use an empty string to denote an untranslated message. */
|
| 223 |
+
extern void po_message_set_msgstr (po_message_t message, const char *msgstr);
|
| 224 |
+
|
| 225 |
+
/* Return the msgstr[index] for a message with plural handling, or
|
| 226 |
+
NULL when the index is out of range or for a message without plural. */
|
| 227 |
+
extern const char * po_message_msgstr_plural (po_message_t message, int index);
|
| 228 |
+
|
| 229 |
+
/* Change the msgstr[index] for a message with plural handling.
|
| 230 |
+
Use a NULL value at the end to reduce the number of plural forms. */
|
| 231 |
+
extern void po_message_set_msgstr_plural (po_message_t message, int index, const char *msgstr);
|
| 232 |
+
|
| 233 |
+
/* Return the comments for a message. */
|
| 234 |
+
extern const char * po_message_comments (po_message_t message);
|
| 235 |
+
|
| 236 |
+
/* Change the comments for a message.
|
| 237 |
+
comments should be a multiline string, ending in a newline, or empty. */
|
| 238 |
+
extern void po_message_set_comments (po_message_t message, const char *comments);
|
| 239 |
+
|
| 240 |
+
/* Return the extracted comments for a message. */
|
| 241 |
+
extern const char * po_message_extracted_comments (po_message_t message);
|
| 242 |
+
|
| 243 |
+
/* Change the extracted comments for a message.
|
| 244 |
+
comments should be a multiline string, ending in a newline, or empty. */
|
| 245 |
+
extern void po_message_set_extracted_comments (po_message_t message, const char *comments);
|
| 246 |
+
|
| 247 |
+
/* Return the i-th file position for a message, or NULL if i is out of
|
| 248 |
+
range. */
|
| 249 |
+
extern po_filepos_t po_message_filepos (po_message_t message, int i);
|
| 250 |
+
|
| 251 |
+
/* Remove the i-th file position from a message.
|
| 252 |
+
The indices of all following file positions for the message are decremented
|
| 253 |
+
by one. */
|
| 254 |
+
extern void po_message_remove_filepos (po_message_t message, int i);
|
| 255 |
+
|
| 256 |
+
/* Add a file position to a message, if it is not already present for the
|
| 257 |
+
message.
|
| 258 |
+
file is the file name.
|
| 259 |
+
start_line is the line number where the string starts, or (size_t)(-1) if no
|
| 260 |
+
line number is available. */
|
| 261 |
+
extern void po_message_add_filepos (po_message_t message, const char *file, size_t start_line);
|
| 262 |
+
|
| 263 |
+
/* Return the previous context of a message, or NULL for none. */
|
| 264 |
+
extern const char * po_message_prev_msgctxt (po_message_t message);
|
| 265 |
+
|
| 266 |
+
/* Change the previous context of a message. NULL is allowed. */
|
| 267 |
+
extern void po_message_set_prev_msgctxt (po_message_t message, const char *prev_msgctxt);
|
| 268 |
+
|
| 269 |
+
/* Return the previous msgid (untranslated English string) of a message, or
|
| 270 |
+
NULL for none. */
|
| 271 |
+
extern const char * po_message_prev_msgid (po_message_t message);
|
| 272 |
+
|
| 273 |
+
/* Change the previous msgid (untranslated English string) of a message.
|
| 274 |
+
NULL is allowed. */
|
| 275 |
+
extern void po_message_set_prev_msgid (po_message_t message, const char *prev_msgid);
|
| 276 |
+
|
| 277 |
+
/* Return the previous msgid_plural (untranslated English plural string) of a
|
| 278 |
+
message, or NULL for none. */
|
| 279 |
+
extern const char * po_message_prev_msgid_plural (po_message_t message);
|
| 280 |
+
|
| 281 |
+
/* Change the previous msgid_plural (untranslated English plural string) of a
|
| 282 |
+
message. NULL is allowed. */
|
| 283 |
+
extern void po_message_set_prev_msgid_plural (po_message_t message, const char *prev_msgid_plural);
|
| 284 |
+
|
| 285 |
+
/* Return true if the message is marked obsolete. */
|
| 286 |
+
extern int po_message_is_obsolete (po_message_t message);
|
| 287 |
+
|
| 288 |
+
/* Change the obsolete mark of a message. */
|
| 289 |
+
extern void po_message_set_obsolete (po_message_t message, int obsolete);
|
| 290 |
+
|
| 291 |
+
/* Return true if the message is marked fuzzy. */
|
| 292 |
+
extern int po_message_is_fuzzy (po_message_t message);
|
| 293 |
+
|
| 294 |
+
/* Change the fuzzy mark of a message. */
|
| 295 |
+
extern void po_message_set_fuzzy (po_message_t message, int fuzzy);
|
| 296 |
+
|
| 297 |
+
/* Return true if the message is marked as being a format string of the given
|
| 298 |
+
type (e.g. "c-format"). */
|
| 299 |
+
extern int po_message_is_format (po_message_t message, const char *format_type);
|
| 300 |
+
|
| 301 |
+
/* Change the format string mark for a given type of a message.
|
| 302 |
+
Pass value = 1 to assert the format string mark (e.g. "c-format"),
|
| 303 |
+
value = 0 to assert the opposite (leading to e.g. "no-c-format"),
|
| 304 |
+
or value = -1 to remove the format string mark and its opposite. */
|
| 305 |
+
extern void po_message_set_format (po_message_t message, const char *format_type, int value);
|
| 306 |
+
|
| 307 |
+
/* If a numeric range of a message is set, return true and store the minimum
|
| 308 |
+
and maximum value in *MINP and *MAXP. */
|
| 309 |
+
extern int po_message_is_range (po_message_t message, int *minp, int *maxp);
|
| 310 |
+
|
| 311 |
+
/* Change the numeric range of a message. MIN and MAX must be non-negative,
|
| 312 |
+
with MIN < MAX. Use MIN = MAX = -1 to remove the numeric range of a
|
| 313 |
+
message. */
|
| 314 |
+
extern void po_message_set_range (po_message_t message, int min, int max);
|
| 315 |
+
|
| 316 |
+
|
| 317 |
+
/* =========================== po_filepos_t API ============================ */
|
| 318 |
+
|
| 319 |
+
/* Return the file name. */
|
| 320 |
+
extern const char * po_filepos_file (po_filepos_t filepos);
|
| 321 |
+
|
| 322 |
+
/* Return the line number where the string starts, or (size_t)(-1) if no line
|
| 323 |
+
number is available. */
|
| 324 |
+
extern size_t po_filepos_start_line (po_filepos_t filepos);
|
| 325 |
+
|
| 326 |
+
|
| 327 |
+
/* ============================ Format type API ============================= */
|
| 328 |
+
|
| 329 |
+
/* Return a NULL terminated array of the supported format types. */
|
| 330 |
+
extern const char * const * po_format_list (void);
|
| 331 |
+
|
| 332 |
+
/* Return the pretty name associated with a format type.
|
| 333 |
+
For example, for "csharp-format", return "C#".
|
| 334 |
+
Return NULL if the argument is not a supported format type. */
|
| 335 |
+
extern const char * po_format_pretty_name (const char *format_type);
|
| 336 |
+
|
| 337 |
+
|
| 338 |
+
/* ============================= Checking API ============================== */
|
| 339 |
+
|
| 340 |
+
/* Test whether an entire file PO file is valid, like msgfmt does it.
|
| 341 |
+
If it is invalid, pass the reasons to the handler. */
|
| 342 |
+
extern void po_file_check_all (po_file_t file, po_xerror_handler_t handler);
|
| 343 |
+
|
| 344 |
+
/* Test a single message, to be inserted in a PO file in memory, like msgfmt
|
| 345 |
+
does it. If it is invalid, pass the reasons to the handler. The iterator
|
| 346 |
+
is not modified by this call; it only specifies the file and the domain. */
|
| 347 |
+
extern void po_message_check_all (po_message_t message, po_message_iterator_t iterator, po_xerror_handler_t handler);
|
| 348 |
+
|
| 349 |
+
/* Test whether the message translation is a valid format string if the message
|
| 350 |
+
is marked as being a format string. If it is invalid, pass the reasons to
|
| 351 |
+
the handler. */
|
| 352 |
+
#define po_message_check_format po_message_check_format_v2
|
| 353 |
+
extern void po_message_check_format (po_message_t message, po_xerror_handler_t handler);
|
| 354 |
+
|
| 355 |
+
|
| 356 |
+
#ifdef __cplusplus
|
| 357 |
+
}
|
| 358 |
+
#endif
|
| 359 |
+
|
| 360 |
+
#endif /* _GETTEXT_PO_H */
|
miniconda3/pkgs/libgettextpo-devel-0.25.1-hf2ab22a_0/info/about.json
ADDED
|
@@ -0,0 +1,184 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"channels": [
|
| 3 |
+
"https://repo.anaconda.com/pkgs/main",
|
| 4 |
+
"https://repo.anaconda.com/pkgs/main"
|
| 5 |
+
],
|
| 6 |
+
"conda_build_version": "26.1.0",
|
| 7 |
+
"conda_version": "26.1.0",
|
| 8 |
+
"env_vars": {
|
| 9 |
+
"CIO_TEST": "<not set>"
|
| 10 |
+
},
|
| 11 |
+
"extra": {
|
| 12 |
+
"copy_test_source_files": true,
|
| 13 |
+
"feedstock-name": "gettext",
|
| 14 |
+
"final": true,
|
| 15 |
+
"parent_recipe": {
|
| 16 |
+
"name": "gettext-split",
|
| 17 |
+
"path": "/home/task_177204486800161/gettext-feedstock/recipe",
|
| 18 |
+
"version": "0.25.1"
|
| 19 |
+
},
|
| 20 |
+
"pbp_graph_uuid": "3e8405fd-0d33-4442-9c6e-741a46b5c97d",
|
| 21 |
+
"recipe-maintainers": [
|
| 22 |
+
"scopatz",
|
| 23 |
+
"ocefpaf",
|
| 24 |
+
"pkgw",
|
| 25 |
+
"xhochy"
|
| 26 |
+
],
|
| 27 |
+
"remote_url": "https://github.com/AnacondaRecipes/gettext-feedstock",
|
| 28 |
+
"sha": "4bf3d3ea276e8ac4d8833cf6edee3f440fe7f401",
|
| 29 |
+
"task_id": "AU3TsZcCRaK9jiaCosfOMQ",
|
| 30 |
+
"task_run_id": "0"
|
| 31 |
+
},
|
| 32 |
+
"home": "https://www.gnu.org/software/gettext",
|
| 33 |
+
"identifiers": [],
|
| 34 |
+
"keywords": [],
|
| 35 |
+
"license": "GPL-3.0-or-later",
|
| 36 |
+
"license_file": "COPYING",
|
| 37 |
+
"root_pkgs": [
|
| 38 |
+
"_libgcc_mutex 0.1 main",
|
| 39 |
+
"ca-certificates 2025.12.2 h06a4308_0",
|
| 40 |
+
"ld_impl_linux-64 2.40 h12ee557_0",
|
| 41 |
+
"libstdcxx-ng 11.2.0 h1234567_1",
|
| 42 |
+
"nlohmann_json 3.11.2 h6a678d5_0",
|
| 43 |
+
"pybind11-abi 5 hd3eb1b0_0",
|
| 44 |
+
"tzdata 2025b h04d1e81_0",
|
| 45 |
+
"libgomp 11.2.0 h1234567_1",
|
| 46 |
+
"_openmp_mutex 5.1 1_gnu",
|
| 47 |
+
"libgcc-ng 11.2.0 h1234567_1",
|
| 48 |
+
"bzip2 1.0.8 h5eee18b_6",
|
| 49 |
+
"c-ares 1.19.1 h5eee18b_0",
|
| 50 |
+
"cpp-expected 1.1.0 hdb19cb5_0",
|
| 51 |
+
"expat 2.7.1 h6a678d5_0",
|
| 52 |
+
"fmt 9.1.0 hdb19cb5_1",
|
| 53 |
+
"icu 73.1 h6a678d5_0",
|
| 54 |
+
"libev 4.33 h7f8727e_1",
|
| 55 |
+
"libffi 3.4.4 h6a678d5_1",
|
| 56 |
+
"libuuid 1.41.5 h5eee18b_0",
|
| 57 |
+
"lz4-c 1.9.4 h6a678d5_1",
|
| 58 |
+
"ncurses 6.4 h6a678d5_0",
|
| 59 |
+
"libiconv 1.16 h5eee18b_3",
|
| 60 |
+
"pthread-stubs 0.3 h0ce48e5_1",
|
| 61 |
+
"reproc 14.2.4 h6a678d5_2",
|
| 62 |
+
"simdjson 3.10.1 hdb19cb5_0",
|
| 63 |
+
"xorg-libxau 1.0.12 h9b100fa_0",
|
| 64 |
+
"xorg-libxdmcp 1.1.5 h9b100fa_0",
|
| 65 |
+
"xorg-xorgproto 2024.1 h5eee18b_1",
|
| 66 |
+
"xz 5.6.4 h5eee18b_1",
|
| 67 |
+
"yaml-cpp 0.8.0 h6a678d5_1",
|
| 68 |
+
"zlib 1.2.13 h5eee18b_1",
|
| 69 |
+
"libedit 3.1.20230828 h5eee18b_0",
|
| 70 |
+
"libnghttp2 1.57.0 h2d74bed_0",
|
| 71 |
+
"libssh2 1.11.1 h251f7ec_0",
|
| 72 |
+
"libxcb 1.17.0 h9b100fa_0",
|
| 73 |
+
"libxml2 2.13.8 hfdd30dd_0",
|
| 74 |
+
"pcre2 10.42 hebb0a14_1",
|
| 75 |
+
"readline 8.2 h5eee18b_0",
|
| 76 |
+
"reproc-cpp 14.2.4 h6a678d5_2",
|
| 77 |
+
"spdlog 1.11.0 hdb19cb5_0",
|
| 78 |
+
"zstd 1.5.6 hc292b87_0",
|
| 79 |
+
"krb5 1.21.3 h8a1dbc1_1",
|
| 80 |
+
"libarchive 3.7.7 hfab0078_0",
|
| 81 |
+
"libsolv 0.7.30 he621ea3_1",
|
| 82 |
+
"sqlite 3.50.2 hb25bd0a_1",
|
| 83 |
+
"xorg-libx11 1.8.12 h9b100fa_1",
|
| 84 |
+
"patch 2.8 hb25bd0a_0",
|
| 85 |
+
"libmamba 2.0.5 haf1ee3a_1",
|
| 86 |
+
"python 3.12.11 h22baa00_0",
|
| 87 |
+
"menuinst 2.3.0 py312h06a4308_0",
|
| 88 |
+
"anaconda-anon-usage 0.7.1 py312hfc0e8ea_100",
|
| 89 |
+
"annotated-types 0.6.0 py312h06a4308_0",
|
| 90 |
+
"archspec 0.2.3 pyhd3eb1b0_0",
|
| 91 |
+
"boltons 25.0.0 py312h06a4308_0",
|
| 92 |
+
"charset-normalizer 3.3.2 pyhd3eb1b0_0",
|
| 93 |
+
"distro 1.9.0 py312h06a4308_0",
|
| 94 |
+
"frozendict 2.4.2 py312h06a4308_0",
|
| 95 |
+
"idna 3.7 py312h06a4308_0",
|
| 96 |
+
"jsonpointer 2.1 pyhd3eb1b0_0",
|
| 97 |
+
"libmambapy 2.0.5 py312hdb19cb5_1",
|
| 98 |
+
"mdurl 0.1.0 py312h06a4308_0",
|
| 99 |
+
"packaging 24.2 py312h06a4308_0",
|
| 100 |
+
"platformdirs 4.3.7 py312h06a4308_0",
|
| 101 |
+
"pluggy 1.5.0 py312h06a4308_0",
|
| 102 |
+
"pycosat 0.6.6 py312h5eee18b_2",
|
| 103 |
+
"pycparser 2.21 pyhd3eb1b0_0",
|
| 104 |
+
"pygments 2.19.1 py312h06a4308_0",
|
| 105 |
+
"pysocks 1.7.1 py312h06a4308_0",
|
| 106 |
+
"ruamel.yaml.clib 0.2.12 py312h5eee18b_0",
|
| 107 |
+
"setuptools 78.1.1 py312h06a4308_0",
|
| 108 |
+
"tqdm 4.67.1 py312he106c6f_0",
|
| 109 |
+
"truststore 0.10.0 py312h06a4308_0",
|
| 110 |
+
"typing_extensions 4.12.2 py312h06a4308_0",
|
| 111 |
+
"wheel 0.45.1 py312h06a4308_0",
|
| 112 |
+
"cffi 1.17.1 py312h1fdaa30_1",
|
| 113 |
+
"jsonpatch 1.33 py312h06a4308_1",
|
| 114 |
+
"markdown-it-py 2.2.0 py312h06a4308_1",
|
| 115 |
+
"pip 25.1 pyhc872135_2",
|
| 116 |
+
"ruamel.yaml 0.18.10 py312h5eee18b_0",
|
| 117 |
+
"typing-extensions 4.12.2 py312h06a4308_0",
|
| 118 |
+
"typing-inspection 0.4.0 py312h06a4308_0",
|
| 119 |
+
"brotlicffi 1.0.9.2 py312h6a678d5_1",
|
| 120 |
+
"cryptography 45.0.3 py312h2ccb017_0",
|
| 121 |
+
"pydantic-core 2.33.2 py312hc6f7160_0",
|
| 122 |
+
"rich 13.9.4 py312h06a4308_0",
|
| 123 |
+
"zstandard 0.23.0 py312h2c38b39_1",
|
| 124 |
+
"conda-content-trust 0.2.0 py312h06a4308_1",
|
| 125 |
+
"pydantic 2.11.7 py312h06a4308_0",
|
| 126 |
+
"urllib3 2.5.0 py312h06a4308_0",
|
| 127 |
+
"requests 2.32.4 py312h06a4308_0",
|
| 128 |
+
"conda-package-streaming 0.12.0 py312h06a4308_0",
|
| 129 |
+
"conda-package-handling 2.4.0 py312h06a4308_0",
|
| 130 |
+
"conda-anaconda-tos 0.2.1 py312h06a4308_0",
|
| 131 |
+
"libsodium 1.0.20 heac8642_0",
|
| 132 |
+
"libunistring 1.3 hb25bd0a_0",
|
| 133 |
+
"mbedtls 3.5.1 h6a678d5_1",
|
| 134 |
+
"openssl 3.0.18 hd6dcaed_0",
|
| 135 |
+
"patchelf 0.17.2 h6a678d5_0",
|
| 136 |
+
"perl 5.40.2 0_h5eee18b_perl5",
|
| 137 |
+
"yaml 0.2.5 h7b6447c_0",
|
| 138 |
+
"liblief 0.16.4 h6a678d5_0",
|
| 139 |
+
"gettext 0.21.0 hedfda30_2",
|
| 140 |
+
"libidn2 2.3.8 hf80d704_0",
|
| 141 |
+
"tk 8.6.15 h54e0aa7_0",
|
| 142 |
+
"libcurl 8.16.0 heebcbe5_0",
|
| 143 |
+
"git 2.51.0 pl5382h000ed5b_0",
|
| 144 |
+
"argcomplete 3.6.2 py312h06a4308_0",
|
| 145 |
+
"attrs 25.4.0 py312h06a4308_2",
|
| 146 |
+
"certifi 2026.01.04 py312h06a4308_0",
|
| 147 |
+
"chardet 5.2.0 py312h06a4308_0",
|
| 148 |
+
"click 8.2.1 py312h06a4308_1",
|
| 149 |
+
"evalidate 2.0.3 py312h06a4308_0",
|
| 150 |
+
"filelock 3.20.3 py312h06a4308_0",
|
| 151 |
+
"jmespath 1.1.0 py312h06a4308_0",
|
| 152 |
+
"markupsafe 3.0.2 py312h5eee18b_0",
|
| 153 |
+
"msgpack-python 1.1.1 py312h6a678d5_0",
|
| 154 |
+
"pkginfo 1.12.1.2 py312h06a4308_0",
|
| 155 |
+
"psutil 7.0.0 py312hee96239_1",
|
| 156 |
+
"py-lief 0.16.4 py312h6a678d5_0",
|
| 157 |
+
"python-libarchive-c 5.3 py312h06a4308_0",
|
| 158 |
+
"pytz 2025.2 py312h06a4308_0",
|
| 159 |
+
"pyyaml 6.0.2 py312h5eee18b_0",
|
| 160 |
+
"rpds-py 0.28.0 py312h498d7c9_0",
|
| 161 |
+
"six 1.17.0 py312h06a4308_0",
|
| 162 |
+
"soupsieve 2.5 py312h06a4308_0",
|
| 163 |
+
"tomlkit 0.13.3 py312h06a4308_0",
|
| 164 |
+
"xmltodict 1.0.2 py312h06a4308_0",
|
| 165 |
+
"jinja2 3.1.6 py312h06a4308_0",
|
| 166 |
+
"python-dateutil 2.9.0post0 py312h06a4308_2",
|
| 167 |
+
"referencing 0.37.0 py312h06a4308_0",
|
| 168 |
+
"yq 3.4.3 py312h06a4308_0",
|
| 169 |
+
"beautifulsoup4 4.14.3 py312h06a4308_0",
|
| 170 |
+
"jsonschema-specifications 2025.9.1 py312h06a4308_0",
|
| 171 |
+
"pynacl 1.6.0 py312h2630517_0",
|
| 172 |
+
"jsonschema 4.25.1 py312h06a4308_0",
|
| 173 |
+
"botocore 1.42.34 py312h06a4308_0",
|
| 174 |
+
"s3transfer 0.16.0 py312h06a4308_0",
|
| 175 |
+
"boto3 1.42.34 py312h06a4308_0",
|
| 176 |
+
"conda 26.1.0 py312h06a4308_0",
|
| 177 |
+
"conda-anaconda-telemetry 0.3.0 pyhd3eb1b0_1",
|
| 178 |
+
"conda-index 0.7.0 py312h06a4308_1",
|
| 179 |
+
"conda-libmamba-solver 25.11.0 pyhdf14ebd_0",
|
| 180 |
+
"conda-build 26.1.0 py312h76456e7_0"
|
| 181 |
+
],
|
| 182 |
+
"summary": "library for interfacing programmatically with GNU gettext .po files",
|
| 183 |
+
"tags": []
|
| 184 |
+
}
|
miniconda3/pkgs/libgettextpo-devel-0.25.1-hf2ab22a_0/info/files
ADDED
|
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
|
|
|
| 1 |
+
include/gettext-po.h
|
| 2 |
+
lib/libgettextpo.so
|
miniconda3/pkgs/libgettextpo-devel-0.25.1-hf2ab22a_0/info/git
ADDED
|
File without changes
|
miniconda3/pkgs/libgettextpo-devel-0.25.1-hf2ab22a_0/info/hash_input.json
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"c_stdlib_version": "2.28",
|
| 3 |
+
"cxx_compiler_version": "14.3.0",
|
| 4 |
+
"channel_targets": "defaults",
|
| 5 |
+
"cxx_compiler": "gxx",
|
| 6 |
+
"c_compiler_version": "14.3.0",
|
| 7 |
+
"libiconv": "1",
|
| 8 |
+
"c_stdlib": "sysroot",
|
| 9 |
+
"c_compiler": "gcc",
|
| 10 |
+
"target_platform": "linux-64",
|
| 11 |
+
"__glibc": "__glibc >=2.28,<3.0.a0"
|
| 12 |
+
}
|
miniconda3/pkgs/libgettextpo-devel-0.25.1-hf2ab22a_0/info/index.json
ADDED
|
@@ -0,0 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"arch": "x86_64",
|
| 3 |
+
"build": "hf2ab22a_0",
|
| 4 |
+
"build_number": 0,
|
| 5 |
+
"depends": [
|
| 6 |
+
"__glibc >=2.28,<3.0.a0",
|
| 7 |
+
"libgcc >=14",
|
| 8 |
+
"libgettextpo 0.25.1 hf2ab22a_0",
|
| 9 |
+
"libiconv >=1.18,<2.0a0"
|
| 10 |
+
],
|
| 11 |
+
"license": "GPL-3.0-or-later",
|
| 12 |
+
"name": "libgettextpo-devel",
|
| 13 |
+
"platform": "linux",
|
| 14 |
+
"subdir": "linux-64",
|
| 15 |
+
"timestamp": 1772045253856,
|
| 16 |
+
"version": "0.25.1"
|
| 17 |
+
}
|
miniconda3/pkgs/libgettextpo-devel-0.25.1-hf2ab22a_0/info/licenses/COPYING
ADDED
|
@@ -0,0 +1,674 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
GNU GENERAL PUBLIC LICENSE
|
| 2 |
+
Version 3, 29 June 2007
|
| 3 |
+
|
| 4 |
+
Copyright (C) 2007 Free Software Foundation, Inc. <https://fsf.org/>
|
| 5 |
+
Everyone is permitted to copy and distribute verbatim copies
|
| 6 |
+
of this license document, but changing it is not allowed.
|
| 7 |
+
|
| 8 |
+
Preamble
|
| 9 |
+
|
| 10 |
+
The GNU General Public License is a free, copyleft license for
|
| 11 |
+
software and other kinds of works.
|
| 12 |
+
|
| 13 |
+
The licenses for most software and other practical works are designed
|
| 14 |
+
to take away your freedom to share and change the works. By contrast,
|
| 15 |
+
the GNU General Public License is intended to guarantee your freedom to
|
| 16 |
+
share and change all versions of a program--to make sure it remains free
|
| 17 |
+
software for all its users. We, the Free Software Foundation, use the
|
| 18 |
+
GNU General Public License for most of our software; it applies also to
|
| 19 |
+
any other work released this way by its authors. You can apply it to
|
| 20 |
+
your programs, too.
|
| 21 |
+
|
| 22 |
+
When we speak of free software, we are referring to freedom, not
|
| 23 |
+
price. Our General Public Licenses are designed to make sure that you
|
| 24 |
+
have the freedom to distribute copies of free software (and charge for
|
| 25 |
+
them if you wish), that you receive source code or can get it if you
|
| 26 |
+
want it, that you can change the software or use pieces of it in new
|
| 27 |
+
free programs, and that you know you can do these things.
|
| 28 |
+
|
| 29 |
+
To protect your rights, we need to prevent others from denying you
|
| 30 |
+
these rights or asking you to surrender the rights. Therefore, you have
|
| 31 |
+
certain responsibilities if you distribute copies of the software, or if
|
| 32 |
+
you modify it: responsibilities to respect the freedom of others.
|
| 33 |
+
|
| 34 |
+
For example, if you distribute copies of such a program, whether
|
| 35 |
+
gratis or for a fee, you must pass on to the recipients the same
|
| 36 |
+
freedoms that you received. You must make sure that they, too, receive
|
| 37 |
+
or can get the source code. And you must show them these terms so they
|
| 38 |
+
know their rights.
|
| 39 |
+
|
| 40 |
+
Developers that use the GNU GPL protect your rights with two steps:
|
| 41 |
+
(1) assert copyright on the software, and (2) offer you this License
|
| 42 |
+
giving you legal permission to copy, distribute and/or modify it.
|
| 43 |
+
|
| 44 |
+
For the developers' and authors' protection, the GPL clearly explains
|
| 45 |
+
that there is no warranty for this free software. For both users' and
|
| 46 |
+
authors' sake, the GPL requires that modified versions be marked as
|
| 47 |
+
changed, so that their problems will not be attributed erroneously to
|
| 48 |
+
authors of previous versions.
|
| 49 |
+
|
| 50 |
+
Some devices are designed to deny users access to install or run
|
| 51 |
+
modified versions of the software inside them, although the manufacturer
|
| 52 |
+
can do so. This is fundamentally incompatible with the aim of
|
| 53 |
+
protecting users' freedom to change the software. The systematic
|
| 54 |
+
pattern of such abuse occurs in the area of products for individuals to
|
| 55 |
+
use, which is precisely where it is most unacceptable. Therefore, we
|
| 56 |
+
have designed this version of the GPL to prohibit the practice for those
|
| 57 |
+
products. If such problems arise substantially in other domains, we
|
| 58 |
+
stand ready to extend this provision to those domains in future versions
|
| 59 |
+
of the GPL, as needed to protect the freedom of users.
|
| 60 |
+
|
| 61 |
+
Finally, every program is threatened constantly by software patents.
|
| 62 |
+
States should not allow patents to restrict development and use of
|
| 63 |
+
software on general-purpose computers, but in those that do, we wish to
|
| 64 |
+
avoid the special danger that patents applied to a free program could
|
| 65 |
+
make it effectively proprietary. To prevent this, the GPL assures that
|
| 66 |
+
patents cannot be used to render the program non-free.
|
| 67 |
+
|
| 68 |
+
The precise terms and conditions for copying, distribution and
|
| 69 |
+
modification follow.
|
| 70 |
+
|
| 71 |
+
TERMS AND CONDITIONS
|
| 72 |
+
|
| 73 |
+
0. Definitions.
|
| 74 |
+
|
| 75 |
+
"This License" refers to version 3 of the GNU General Public License.
|
| 76 |
+
|
| 77 |
+
"Copyright" also means copyright-like laws that apply to other kinds of
|
| 78 |
+
works, such as semiconductor masks.
|
| 79 |
+
|
| 80 |
+
"The Program" refers to any copyrightable work licensed under this
|
| 81 |
+
License. Each licensee is addressed as "you". "Licensees" and
|
| 82 |
+
"recipients" may be individuals or organizations.
|
| 83 |
+
|
| 84 |
+
To "modify" a work means to copy from or adapt all or part of the work
|
| 85 |
+
in a fashion requiring copyright permission, other than the making of an
|
| 86 |
+
exact copy. The resulting work is called a "modified version" of the
|
| 87 |
+
earlier work or a work "based on" the earlier work.
|
| 88 |
+
|
| 89 |
+
A "covered work" means either the unmodified Program or a work based
|
| 90 |
+
on the Program.
|
| 91 |
+
|
| 92 |
+
To "propagate" a work means to do anything with it that, without
|
| 93 |
+
permission, would make you directly or secondarily liable for
|
| 94 |
+
infringement under applicable copyright law, except executing it on a
|
| 95 |
+
computer or modifying a private copy. Propagation includes copying,
|
| 96 |
+
distribution (with or without modification), making available to the
|
| 97 |
+
public, and in some countries other activities as well.
|
| 98 |
+
|
| 99 |
+
To "convey" a work means any kind of propagation that enables other
|
| 100 |
+
parties to make or receive copies. Mere interaction with a user through
|
| 101 |
+
a computer network, with no transfer of a copy, is not conveying.
|
| 102 |
+
|
| 103 |
+
An interactive user interface displays "Appropriate Legal Notices"
|
| 104 |
+
to the extent that it includes a convenient and prominently visible
|
| 105 |
+
feature that (1) displays an appropriate copyright notice, and (2)
|
| 106 |
+
tells the user that there is no warranty for the work (except to the
|
| 107 |
+
extent that warranties are provided), that licensees may convey the
|
| 108 |
+
work under this License, and how to view a copy of this License. If
|
| 109 |
+
the interface presents a list of user commands or options, such as a
|
| 110 |
+
menu, a prominent item in the list meets this criterion.
|
| 111 |
+
|
| 112 |
+
1. Source Code.
|
| 113 |
+
|
| 114 |
+
The "source code" for a work means the preferred form of the work
|
| 115 |
+
for making modifications to it. "Object code" means any non-source
|
| 116 |
+
form of a work.
|
| 117 |
+
|
| 118 |
+
A "Standard Interface" means an interface that either is an official
|
| 119 |
+
standard defined by a recognized standards body, or, in the case of
|
| 120 |
+
interfaces specified for a particular programming language, one that
|
| 121 |
+
is widely used among developers working in that language.
|
| 122 |
+
|
| 123 |
+
The "System Libraries" of an executable work include anything, other
|
| 124 |
+
than the work as a whole, that (a) is included in the normal form of
|
| 125 |
+
packaging a Major Component, but which is not part of that Major
|
| 126 |
+
Component, and (b) serves only to enable use of the work with that
|
| 127 |
+
Major Component, or to implement a Standard Interface for which an
|
| 128 |
+
implementation is available to the public in source code form. A
|
| 129 |
+
"Major Component", in this context, means a major essential component
|
| 130 |
+
(kernel, window system, and so on) of the specific operating system
|
| 131 |
+
(if any) on which the executable work runs, or a compiler used to
|
| 132 |
+
produce the work, or an object code interpreter used to run it.
|
| 133 |
+
|
| 134 |
+
The "Corresponding Source" for a work in object code form means all
|
| 135 |
+
the source code needed to generate, install, and (for an executable
|
| 136 |
+
work) run the object code and to modify the work, including scripts to
|
| 137 |
+
control those activities. However, it does not include the work's
|
| 138 |
+
System Libraries, or general-purpose tools or generally available free
|
| 139 |
+
programs which are used unmodified in performing those activities but
|
| 140 |
+
which are not part of the work. For example, Corresponding Source
|
| 141 |
+
includes interface definition files associated with source files for
|
| 142 |
+
the work, and the source code for shared libraries and dynamically
|
| 143 |
+
linked subprograms that the work is specifically designed to require,
|
| 144 |
+
such as by intimate data communication or control flow between those
|
| 145 |
+
subprograms and other parts of the work.
|
| 146 |
+
|
| 147 |
+
The Corresponding Source need not include anything that users
|
| 148 |
+
can regenerate automatically from other parts of the Corresponding
|
| 149 |
+
Source.
|
| 150 |
+
|
| 151 |
+
The Corresponding Source for a work in source code form is that
|
| 152 |
+
same work.
|
| 153 |
+
|
| 154 |
+
2. Basic Permissions.
|
| 155 |
+
|
| 156 |
+
All rights granted under this License are granted for the term of
|
| 157 |
+
copyright on the Program, and are irrevocable provided the stated
|
| 158 |
+
conditions are met. This License explicitly affirms your unlimited
|
| 159 |
+
permission to run the unmodified Program. The output from running a
|
| 160 |
+
covered work is covered by this License only if the output, given its
|
| 161 |
+
content, constitutes a covered work. This License acknowledges your
|
| 162 |
+
rights of fair use or other equivalent, as provided by copyright law.
|
| 163 |
+
|
| 164 |
+
You may make, run and propagate covered works that you do not
|
| 165 |
+
convey, without conditions so long as your license otherwise remains
|
| 166 |
+
in force. You may convey covered works to others for the sole purpose
|
| 167 |
+
of having them make modifications exclusively for you, or provide you
|
| 168 |
+
with facilities for running those works, provided that you comply with
|
| 169 |
+
the terms of this License in conveying all material for which you do
|
| 170 |
+
not control copyright. Those thus making or running the covered works
|
| 171 |
+
for you must do so exclusively on your behalf, under your direction
|
| 172 |
+
and control, on terms that prohibit them from making any copies of
|
| 173 |
+
your copyrighted material outside their relationship with you.
|
| 174 |
+
|
| 175 |
+
Conveying under any other circumstances is permitted solely under
|
| 176 |
+
the conditions stated below. Sublicensing is not allowed; section 10
|
| 177 |
+
makes it unnecessary.
|
| 178 |
+
|
| 179 |
+
3. Protecting Users' Legal Rights From Anti-Circumvention Law.
|
| 180 |
+
|
| 181 |
+
No covered work shall be deemed part of an effective technological
|
| 182 |
+
measure under any applicable law fulfilling obligations under article
|
| 183 |
+
11 of the WIPO copyright treaty adopted on 20 December 1996, or
|
| 184 |
+
similar laws prohibiting or restricting circumvention of such
|
| 185 |
+
measures.
|
| 186 |
+
|
| 187 |
+
When you convey a covered work, you waive any legal power to forbid
|
| 188 |
+
circumvention of technological measures to the extent such circumvention
|
| 189 |
+
is effected by exercising rights under this License with respect to
|
| 190 |
+
the covered work, and you disclaim any intention to limit operation or
|
| 191 |
+
modification of the work as a means of enforcing, against the work's
|
| 192 |
+
users, your or third parties' legal rights to forbid circumvention of
|
| 193 |
+
technological measures.
|
| 194 |
+
|
| 195 |
+
4. Conveying Verbatim Copies.
|
| 196 |
+
|
| 197 |
+
You may convey verbatim copies of the Program's source code as you
|
| 198 |
+
receive it, in any medium, provided that you conspicuously and
|
| 199 |
+
appropriately publish on each copy an appropriate copyright notice;
|
| 200 |
+
keep intact all notices stating that this License and any
|
| 201 |
+
non-permissive terms added in accord with section 7 apply to the code;
|
| 202 |
+
keep intact all notices of the absence of any warranty; and give all
|
| 203 |
+
recipients a copy of this License along with the Program.
|
| 204 |
+
|
| 205 |
+
You may charge any price or no price for each copy that you convey,
|
| 206 |
+
and you may offer support or warranty protection for a fee.
|
| 207 |
+
|
| 208 |
+
5. Conveying Modified Source Versions.
|
| 209 |
+
|
| 210 |
+
You may convey a work based on the Program, or the modifications to
|
| 211 |
+
produce it from the Program, in the form of source code under the
|
| 212 |
+
terms of section 4, provided that you also meet all of these conditions:
|
| 213 |
+
|
| 214 |
+
a) The work must carry prominent notices stating that you modified
|
| 215 |
+
it, and giving a relevant date.
|
| 216 |
+
|
| 217 |
+
b) The work must carry prominent notices stating that it is
|
| 218 |
+
released under this License and any conditions added under section
|
| 219 |
+
7. This requirement modifies the requirement in section 4 to
|
| 220 |
+
"keep intact all notices".
|
| 221 |
+
|
| 222 |
+
c) You must license the entire work, as a whole, under this
|
| 223 |
+
License to anyone who comes into possession of a copy. This
|
| 224 |
+
License will therefore apply, along with any applicable section 7
|
| 225 |
+
additional terms, to the whole of the work, and all its parts,
|
| 226 |
+
regardless of how they are packaged. This License gives no
|
| 227 |
+
permission to license the work in any other way, but it does not
|
| 228 |
+
invalidate such permission if you have separately received it.
|
| 229 |
+
|
| 230 |
+
d) If the work has interactive user interfaces, each must display
|
| 231 |
+
Appropriate Legal Notices; however, if the Program has interactive
|
| 232 |
+
interfaces that do not display Appropriate Legal Notices, your
|
| 233 |
+
work need not make them do so.
|
| 234 |
+
|
| 235 |
+
A compilation of a covered work with other separate and independent
|
| 236 |
+
works, which are not by their nature extensions of the covered work,
|
| 237 |
+
and which are not combined with it such as to form a larger program,
|
| 238 |
+
in or on a volume of a storage or distribution medium, is called an
|
| 239 |
+
"aggregate" if the compilation and its resulting copyright are not
|
| 240 |
+
used to limit the access or legal rights of the compilation's users
|
| 241 |
+
beyond what the individual works permit. Inclusion of a covered work
|
| 242 |
+
in an aggregate does not cause this License to apply to the other
|
| 243 |
+
parts of the aggregate.
|
| 244 |
+
|
| 245 |
+
6. Conveying Non-Source Forms.
|
| 246 |
+
|
| 247 |
+
You may convey a covered work in object code form under the terms
|
| 248 |
+
of sections 4 and 5, provided that you also convey the
|
| 249 |
+
machine-readable Corresponding Source under the terms of this License,
|
| 250 |
+
in one of these ways:
|
| 251 |
+
|
| 252 |
+
a) Convey the object code in, or embodied in, a physical product
|
| 253 |
+
(including a physical distribution medium), accompanied by the
|
| 254 |
+
Corresponding Source fixed on a durable physical medium
|
| 255 |
+
customarily used for software interchange.
|
| 256 |
+
|
| 257 |
+
b) Convey the object code in, or embodied in, a physical product
|
| 258 |
+
(including a physical distribution medium), accompanied by a
|
| 259 |
+
written offer, valid for at least three years and valid for as
|
| 260 |
+
long as you offer spare parts or customer support for that product
|
| 261 |
+
model, to give anyone who possesses the object code either (1) a
|
| 262 |
+
copy of the Corresponding Source for all the software in the
|
| 263 |
+
product that is covered by this License, on a durable physical
|
| 264 |
+
medium customarily used for software interchange, for a price no
|
| 265 |
+
more than your reasonable cost of physically performing this
|
| 266 |
+
conveying of source, or (2) access to copy the
|
| 267 |
+
Corresponding Source from a network server at no charge.
|
| 268 |
+
|
| 269 |
+
c) Convey individual copies of the object code with a copy of the
|
| 270 |
+
written offer to provide the Corresponding Source. This
|
| 271 |
+
alternative is allowed only occasionally and noncommercially, and
|
| 272 |
+
only if you received the object code with such an offer, in accord
|
| 273 |
+
with subsection 6b.
|
| 274 |
+
|
| 275 |
+
d) Convey the object code by offering access from a designated
|
| 276 |
+
place (gratis or for a charge), and offer equivalent access to the
|
| 277 |
+
Corresponding Source in the same way through the same place at no
|
| 278 |
+
further charge. You need not require recipients to copy the
|
| 279 |
+
Corresponding Source along with the object code. If the place to
|
| 280 |
+
copy the object code is a network server, the Corresponding Source
|
| 281 |
+
may be on a different server (operated by you or a third party)
|
| 282 |
+
that supports equivalent copying facilities, provided you maintain
|
| 283 |
+
clear directions next to the object code saying where to find the
|
| 284 |
+
Corresponding Source. Regardless of what server hosts the
|
| 285 |
+
Corresponding Source, you remain obligated to ensure that it is
|
| 286 |
+
available for as long as needed to satisfy these requirements.
|
| 287 |
+
|
| 288 |
+
e) Convey the object code using peer-to-peer transmission, provided
|
| 289 |
+
you inform other peers where the object code and Corresponding
|
| 290 |
+
Source of the work are being offered to the general public at no
|
| 291 |
+
charge under subsection 6d.
|
| 292 |
+
|
| 293 |
+
A separable portion of the object code, whose source code is excluded
|
| 294 |
+
from the Corresponding Source as a System Library, need not be
|
| 295 |
+
included in conveying the object code work.
|
| 296 |
+
|
| 297 |
+
A "User Product" is either (1) a "consumer product", which means any
|
| 298 |
+
tangible personal property which is normally used for personal, family,
|
| 299 |
+
or household purposes, or (2) anything designed or sold for incorporation
|
| 300 |
+
into a dwelling. In determining whether a product is a consumer product,
|
| 301 |
+
doubtful cases shall be resolved in favor of coverage. For a particular
|
| 302 |
+
product received by a particular user, "normally used" refers to a
|
| 303 |
+
typical or common use of that class of product, regardless of the status
|
| 304 |
+
of the particular user or of the way in which the particular user
|
| 305 |
+
actually uses, or expects or is expected to use, the product. A product
|
| 306 |
+
is a consumer product regardless of whether the product has substantial
|
| 307 |
+
commercial, industrial or non-consumer uses, unless such uses represent
|
| 308 |
+
the only significant mode of use of the product.
|
| 309 |
+
|
| 310 |
+
"Installation Information" for a User Product means any methods,
|
| 311 |
+
procedures, authorization keys, or other information required to install
|
| 312 |
+
and execute modified versions of a covered work in that User Product from
|
| 313 |
+
a modified version of its Corresponding Source. The information must
|
| 314 |
+
suffice to ensure that the continued functioning of the modified object
|
| 315 |
+
code is in no case prevented or interfered with solely because
|
| 316 |
+
modification has been made.
|
| 317 |
+
|
| 318 |
+
If you convey an object code work under this section in, or with, or
|
| 319 |
+
specifically for use in, a User Product, and the conveying occurs as
|
| 320 |
+
part of a transaction in which the right of possession and use of the
|
| 321 |
+
User Product is transferred to the recipient in perpetuity or for a
|
| 322 |
+
fixed term (regardless of how the transaction is characterized), the
|
| 323 |
+
Corresponding Source conveyed under this section must be accompanied
|
| 324 |
+
by the Installation Information. But this requirement does not apply
|
| 325 |
+
if neither you nor any third party retains the ability to install
|
| 326 |
+
modified object code on the User Product (for example, the work has
|
| 327 |
+
been installed in ROM).
|
| 328 |
+
|
| 329 |
+
The requirement to provide Installation Information does not include a
|
| 330 |
+
requirement to continue to provide support service, warranty, or updates
|
| 331 |
+
for a work that has been modified or installed by the recipient, or for
|
| 332 |
+
the User Product in which it has been modified or installed. Access to a
|
| 333 |
+
network may be denied when the modification itself materially and
|
| 334 |
+
adversely affects the operation of the network or violates the rules and
|
| 335 |
+
protocols for communication across the network.
|
| 336 |
+
|
| 337 |
+
Corresponding Source conveyed, and Installation Information provided,
|
| 338 |
+
in accord with this section must be in a format that is publicly
|
| 339 |
+
documented (and with an implementation available to the public in
|
| 340 |
+
source code form), and must require no special password or key for
|
| 341 |
+
unpacking, reading or copying.
|
| 342 |
+
|
| 343 |
+
7. Additional Terms.
|
| 344 |
+
|
| 345 |
+
"Additional permissions" are terms that supplement the terms of this
|
| 346 |
+
License by making exceptions from one or more of its conditions.
|
| 347 |
+
Additional permissions that are applicable to the entire Program shall
|
| 348 |
+
be treated as though they were included in this License, to the extent
|
| 349 |
+
that they are valid under applicable law. If additional permissions
|
| 350 |
+
apply only to part of the Program, that part may be used separately
|
| 351 |
+
under those permissions, but the entire Program remains governed by
|
| 352 |
+
this License without regard to the additional permissions.
|
| 353 |
+
|
| 354 |
+
When you convey a copy of a covered work, you may at your option
|
| 355 |
+
remove any additional permissions from that copy, or from any part of
|
| 356 |
+
it. (Additional permissions may be written to require their own
|
| 357 |
+
removal in certain cases when you modify the work.) You may place
|
| 358 |
+
additional permissions on material, added by you to a covered work,
|
| 359 |
+
for which you have or can give appropriate copyright permission.
|
| 360 |
+
|
| 361 |
+
Notwithstanding any other provision of this License, for material you
|
| 362 |
+
add to a covered work, you may (if authorized by the copyright holders of
|
| 363 |
+
that material) supplement the terms of this License with terms:
|
| 364 |
+
|
| 365 |
+
a) Disclaiming warranty or limiting liability differently from the
|
| 366 |
+
terms of sections 15 and 16 of this License; or
|
| 367 |
+
|
| 368 |
+
b) Requiring preservation of specified reasonable legal notices or
|
| 369 |
+
author attributions in that material or in the Appropriate Legal
|
| 370 |
+
Notices displayed by works containing it; or
|
| 371 |
+
|
| 372 |
+
c) Prohibiting misrepresentation of the origin of that material, or
|
| 373 |
+
requiring that modified versions of such material be marked in
|
| 374 |
+
reasonable ways as different from the original version; or
|
| 375 |
+
|
| 376 |
+
d) Limiting the use for publicity purposes of names of licensors or
|
| 377 |
+
authors of the material; or
|
| 378 |
+
|
| 379 |
+
e) Declining to grant rights under trademark law for use of some
|
| 380 |
+
trade names, trademarks, or service marks; or
|
| 381 |
+
|
| 382 |
+
f) Requiring indemnification of licensors and authors of that
|
| 383 |
+
material by anyone who conveys the material (or modified versions of
|
| 384 |
+
it) with contractual assumptions of liability to the recipient, for
|
| 385 |
+
any liability that these contractual assumptions directly impose on
|
| 386 |
+
those licensors and authors.
|
| 387 |
+
|
| 388 |
+
All other non-permissive additional terms are considered "further
|
| 389 |
+
restrictions" within the meaning of section 10. If the Program as you
|
| 390 |
+
received it, or any part of it, contains a notice stating that it is
|
| 391 |
+
governed by this License along with a term that is a further
|
| 392 |
+
restriction, you may remove that term. If a license document contains
|
| 393 |
+
a further restriction but permits relicensing or conveying under this
|
| 394 |
+
License, you may add to a covered work material governed by the terms
|
| 395 |
+
of that license document, provided that the further restriction does
|
| 396 |
+
not survive such relicensing or conveying.
|
| 397 |
+
|
| 398 |
+
If you add terms to a covered work in accord with this section, you
|
| 399 |
+
must place, in the relevant source files, a statement of the
|
| 400 |
+
additional terms that apply to those files, or a notice indicating
|
| 401 |
+
where to find the applicable terms.
|
| 402 |
+
|
| 403 |
+
Additional terms, permissive or non-permissive, may be stated in the
|
| 404 |
+
form of a separately written license, or stated as exceptions;
|
| 405 |
+
the above requirements apply either way.
|
| 406 |
+
|
| 407 |
+
8. Termination.
|
| 408 |
+
|
| 409 |
+
You may not propagate or modify a covered work except as expressly
|
| 410 |
+
provided under this License. Any attempt otherwise to propagate or
|
| 411 |
+
modify it is void, and will automatically terminate your rights under
|
| 412 |
+
this License (including any patent licenses granted under the third
|
| 413 |
+
paragraph of section 11).
|
| 414 |
+
|
| 415 |
+
However, if you cease all violation of this License, then your
|
| 416 |
+
license from a particular copyright holder is reinstated (a)
|
| 417 |
+
provisionally, unless and until the copyright holder explicitly and
|
| 418 |
+
finally terminates your license, and (b) permanently, if the copyright
|
| 419 |
+
holder fails to notify you of the violation by some reasonable means
|
| 420 |
+
prior to 60 days after the cessation.
|
| 421 |
+
|
| 422 |
+
Moreover, your license from a particular copyright holder is
|
| 423 |
+
reinstated permanently if the copyright holder notifies you of the
|
| 424 |
+
violation by some reasonable means, this is the first time you have
|
| 425 |
+
received notice of violation of this License (for any work) from that
|
| 426 |
+
copyright holder, and you cure the violation prior to 30 days after
|
| 427 |
+
your receipt of the notice.
|
| 428 |
+
|
| 429 |
+
Termination of your rights under this section does not terminate the
|
| 430 |
+
licenses of parties who have received copies or rights from you under
|
| 431 |
+
this License. If your rights have been terminated and not permanently
|
| 432 |
+
reinstated, you do not qualify to receive new licenses for the same
|
| 433 |
+
material under section 10.
|
| 434 |
+
|
| 435 |
+
9. Acceptance Not Required for Having Copies.
|
| 436 |
+
|
| 437 |
+
You are not required to accept this License in order to receive or
|
| 438 |
+
run a copy of the Program. Ancillary propagation of a covered work
|
| 439 |
+
occurring solely as a consequence of using peer-to-peer transmission
|
| 440 |
+
to receive a copy likewise does not require acceptance. However,
|
| 441 |
+
nothing other than this License grants you permission to propagate or
|
| 442 |
+
modify any covered work. These actions infringe copyright if you do
|
| 443 |
+
not accept this License. Therefore, by modifying or propagating a
|
| 444 |
+
covered work, you indicate your acceptance of this License to do so.
|
| 445 |
+
|
| 446 |
+
10. Automatic Licensing of Downstream Recipients.
|
| 447 |
+
|
| 448 |
+
Each time you convey a covered work, the recipient automatically
|
| 449 |
+
receives a license from the original licensors, to run, modify and
|
| 450 |
+
propagate that work, subject to this License. You are not responsible
|
| 451 |
+
for enforcing compliance by third parties with this License.
|
| 452 |
+
|
| 453 |
+
An "entity transaction" is a transaction transferring control of an
|
| 454 |
+
organization, or substantially all assets of one, or subdividing an
|
| 455 |
+
organization, or merging organizations. If propagation of a covered
|
| 456 |
+
work results from an entity transaction, each party to that
|
| 457 |
+
transaction who receives a copy of the work also receives whatever
|
| 458 |
+
licenses to the work the party's predecessor in interest had or could
|
| 459 |
+
give under the previous paragraph, plus a right to possession of the
|
| 460 |
+
Corresponding Source of the work from the predecessor in interest, if
|
| 461 |
+
the predecessor has it or can get it with reasonable efforts.
|
| 462 |
+
|
| 463 |
+
You may not impose any further restrictions on the exercise of the
|
| 464 |
+
rights granted or affirmed under this License. For example, you may
|
| 465 |
+
not impose a license fee, royalty, or other charge for exercise of
|
| 466 |
+
rights granted under this License, and you may not initiate litigation
|
| 467 |
+
(including a cross-claim or counterclaim in a lawsuit) alleging that
|
| 468 |
+
any patent claim is infringed by making, using, selling, offering for
|
| 469 |
+
sale, or importing the Program or any portion of it.
|
| 470 |
+
|
| 471 |
+
11. Patents.
|
| 472 |
+
|
| 473 |
+
A "contributor" is a copyright holder who authorizes use under this
|
| 474 |
+
License of the Program or a work on which the Program is based. The
|
| 475 |
+
work thus licensed is called the contributor's "contributor version".
|
| 476 |
+
|
| 477 |
+
A contributor's "essential patent claims" are all patent claims
|
| 478 |
+
owned or controlled by the contributor, whether already acquired or
|
| 479 |
+
hereafter acquired, that would be infringed by some manner, permitted
|
| 480 |
+
by this License, of making, using, or selling its contributor version,
|
| 481 |
+
but do not include claims that would be infringed only as a
|
| 482 |
+
consequence of further modification of the contributor version. For
|
| 483 |
+
purposes of this definition, "control" includes the right to grant
|
| 484 |
+
patent sublicenses in a manner consistent with the requirements of
|
| 485 |
+
this License.
|
| 486 |
+
|
| 487 |
+
Each contributor grants you a non-exclusive, worldwide, royalty-free
|
| 488 |
+
patent license under the contributor's essential patent claims, to
|
| 489 |
+
make, use, sell, offer for sale, import and otherwise run, modify and
|
| 490 |
+
propagate the contents of its contributor version.
|
| 491 |
+
|
| 492 |
+
In the following three paragraphs, a "patent license" is any express
|
| 493 |
+
agreement or commitment, however denominated, not to enforce a patent
|
| 494 |
+
(such as an express permission to practice a patent or covenant not to
|
| 495 |
+
sue for patent infringement). To "grant" such a patent license to a
|
| 496 |
+
party means to make such an agreement or commitment not to enforce a
|
| 497 |
+
patent against the party.
|
| 498 |
+
|
| 499 |
+
If you convey a covered work, knowingly relying on a patent license,
|
| 500 |
+
and the Corresponding Source of the work is not available for anyone
|
| 501 |
+
to copy, free of charge and under the terms of this License, through a
|
| 502 |
+
publicly available network server or other readily accessible means,
|
| 503 |
+
then you must either (1) cause the Corresponding Source to be so
|
| 504 |
+
available, or (2) arrange to deprive yourself of the benefit of the
|
| 505 |
+
patent license for this particular work, or (3) arrange, in a manner
|
| 506 |
+
consistent with the requirements of this License, to extend the patent
|
| 507 |
+
license to downstream recipients. "Knowingly relying" means you have
|
| 508 |
+
actual knowledge that, but for the patent license, your conveying the
|
| 509 |
+
covered work in a country, or your recipient's use of the covered work
|
| 510 |
+
in a country, would infringe one or more identifiable patents in that
|
| 511 |
+
country that you have reason to believe are valid.
|
| 512 |
+
|
| 513 |
+
If, pursuant to or in connection with a single transaction or
|
| 514 |
+
arrangement, you convey, or propagate by procuring conveyance of, a
|
| 515 |
+
covered work, and grant a patent license to some of the parties
|
| 516 |
+
receiving the covered work authorizing them to use, propagate, modify
|
| 517 |
+
or convey a specific copy of the covered work, then the patent license
|
| 518 |
+
you grant is automatically extended to all recipients of the covered
|
| 519 |
+
work and works based on it.
|
| 520 |
+
|
| 521 |
+
A patent license is "discriminatory" if it does not include within
|
| 522 |
+
the scope of its coverage, prohibits the exercise of, or is
|
| 523 |
+
conditioned on the non-exercise of one or more of the rights that are
|
| 524 |
+
specifically granted under this License. You may not convey a covered
|
| 525 |
+
work if you are a party to an arrangement with a third party that is
|
| 526 |
+
in the business of distributing software, under which you make payment
|
| 527 |
+
to the third party based on the extent of your activity of conveying
|
| 528 |
+
the work, and under which the third party grants, to any of the
|
| 529 |
+
parties who would receive the covered work from you, a discriminatory
|
| 530 |
+
patent license (a) in connection with copies of the covered work
|
| 531 |
+
conveyed by you (or copies made from those copies), or (b) primarily
|
| 532 |
+
for and in connection with specific products or compilations that
|
| 533 |
+
contain the covered work, unless you entered into that arrangement,
|
| 534 |
+
or that patent license was granted, prior to 28 March 2007.
|
| 535 |
+
|
| 536 |
+
Nothing in this License shall be construed as excluding or limiting
|
| 537 |
+
any implied license or other defenses to infringement that may
|
| 538 |
+
otherwise be available to you under applicable patent law.
|
| 539 |
+
|
| 540 |
+
12. No Surrender of Others' Freedom.
|
| 541 |
+
|
| 542 |
+
If conditions are imposed on you (whether by court order, agreement or
|
| 543 |
+
otherwise) that contradict the conditions of this License, they do not
|
| 544 |
+
excuse you from the conditions of this License. If you cannot convey a
|
| 545 |
+
covered work so as to satisfy simultaneously your obligations under this
|
| 546 |
+
License and any other pertinent obligations, then as a consequence you may
|
| 547 |
+
not convey it at all. For example, if you agree to terms that obligate you
|
| 548 |
+
to collect a royalty for further conveying from those to whom you convey
|
| 549 |
+
the Program, the only way you could satisfy both those terms and this
|
| 550 |
+
License would be to refrain entirely from conveying the Program.
|
| 551 |
+
|
| 552 |
+
13. Use with the GNU Affero General Public License.
|
| 553 |
+
|
| 554 |
+
Notwithstanding any other provision of this License, you have
|
| 555 |
+
permission to link or combine any covered work with a work licensed
|
| 556 |
+
under version 3 of the GNU Affero General Public License into a single
|
| 557 |
+
combined work, and to convey the resulting work. The terms of this
|
| 558 |
+
License will continue to apply to the part which is the covered work,
|
| 559 |
+
but the special requirements of the GNU Affero General Public License,
|
| 560 |
+
section 13, concerning interaction through a network will apply to the
|
| 561 |
+
combination as such.
|
| 562 |
+
|
| 563 |
+
14. Revised Versions of this License.
|
| 564 |
+
|
| 565 |
+
The Free Software Foundation may publish revised and/or new versions of
|
| 566 |
+
the GNU General Public License from time to time. Such new versions will
|
| 567 |
+
be similar in spirit to the present version, but may differ in detail to
|
| 568 |
+
address new problems or concerns.
|
| 569 |
+
|
| 570 |
+
Each version is given a distinguishing version number. If the
|
| 571 |
+
Program specifies that a certain numbered version of the GNU General
|
| 572 |
+
Public License "or any later version" applies to it, you have the
|
| 573 |
+
option of following the terms and conditions either of that numbered
|
| 574 |
+
version or of any later version published by the Free Software
|
| 575 |
+
Foundation. If the Program does not specify a version number of the
|
| 576 |
+
GNU General Public License, you may choose any version ever published
|
| 577 |
+
by the Free Software Foundation.
|
| 578 |
+
|
| 579 |
+
If the Program specifies that a proxy can decide which future
|
| 580 |
+
versions of the GNU General Public License can be used, that proxy's
|
| 581 |
+
public statement of acceptance of a version permanently authorizes you
|
| 582 |
+
to choose that version for the Program.
|
| 583 |
+
|
| 584 |
+
Later license versions may give you additional or different
|
| 585 |
+
permissions. However, no additional obligations are imposed on any
|
| 586 |
+
author or copyright holder as a result of your choosing to follow a
|
| 587 |
+
later version.
|
| 588 |
+
|
| 589 |
+
15. Disclaimer of Warranty.
|
| 590 |
+
|
| 591 |
+
THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY
|
| 592 |
+
APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT
|
| 593 |
+
HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY
|
| 594 |
+
OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,
|
| 595 |
+
THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
|
| 596 |
+
PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM
|
| 597 |
+
IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF
|
| 598 |
+
ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
|
| 599 |
+
|
| 600 |
+
16. Limitation of Liability.
|
| 601 |
+
|
| 602 |
+
IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
|
| 603 |
+
WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS
|
| 604 |
+
THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY
|
| 605 |
+
GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE
|
| 606 |
+
USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF
|
| 607 |
+
DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD
|
| 608 |
+
PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),
|
| 609 |
+
EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF
|
| 610 |
+
SUCH DAMAGES.
|
| 611 |
+
|
| 612 |
+
17. Interpretation of Sections 15 and 16.
|
| 613 |
+
|
| 614 |
+
If the disclaimer of warranty and limitation of liability provided
|
| 615 |
+
above cannot be given local legal effect according to their terms,
|
| 616 |
+
reviewing courts shall apply local law that most closely approximates
|
| 617 |
+
an absolute waiver of all civil liability in connection with the
|
| 618 |
+
Program, unless a warranty or assumption of liability accompanies a
|
| 619 |
+
copy of the Program in return for a fee.
|
| 620 |
+
|
| 621 |
+
END OF TERMS AND CONDITIONS
|
| 622 |
+
|
| 623 |
+
How to Apply These Terms to Your New Programs
|
| 624 |
+
|
| 625 |
+
If you develop a new program, and you want it to be of the greatest
|
| 626 |
+
possible use to the public, the best way to achieve this is to make it
|
| 627 |
+
free software which everyone can redistribute and change under these terms.
|
| 628 |
+
|
| 629 |
+
To do so, attach the following notices to the program. It is safest
|
| 630 |
+
to attach them to the start of each source file to most effectively
|
| 631 |
+
state the exclusion of warranty; and each file should have at least
|
| 632 |
+
the "copyright" line and a pointer to where the full notice is found.
|
| 633 |
+
|
| 634 |
+
<one line to give the program's name and a brief idea of what it does.>
|
| 635 |
+
Copyright (C) <year> <name of author>
|
| 636 |
+
|
| 637 |
+
This program is free software: you can redistribute it and/or modify
|
| 638 |
+
it under the terms of the GNU General Public License as published by
|
| 639 |
+
the Free Software Foundation, either version 3 of the License, or
|
| 640 |
+
(at your option) any later version.
|
| 641 |
+
|
| 642 |
+
This program is distributed in the hope that it will be useful,
|
| 643 |
+
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
| 644 |
+
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
| 645 |
+
GNU General Public License for more details.
|
| 646 |
+
|
| 647 |
+
You should have received a copy of the GNU General Public License
|
| 648 |
+
along with this program. If not, see <https://www.gnu.org/licenses/>.
|
| 649 |
+
|
| 650 |
+
Also add information on how to contact you by electronic and paper mail.
|
| 651 |
+
|
| 652 |
+
If the program does terminal interaction, make it output a short
|
| 653 |
+
notice like this when it starts in an interactive mode:
|
| 654 |
+
|
| 655 |
+
<program> Copyright (C) <year> <name of author>
|
| 656 |
+
This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
|
| 657 |
+
This is free software, and you are welcome to redistribute it
|
| 658 |
+
under certain conditions; type `show c' for details.
|
| 659 |
+
|
| 660 |
+
The hypothetical commands `show w' and `show c' should show the appropriate
|
| 661 |
+
parts of the General Public License. Of course, your program's commands
|
| 662 |
+
might be different; for a GUI interface, you would use an "about box".
|
| 663 |
+
|
| 664 |
+
You should also get your employer (if you work as a programmer) or school,
|
| 665 |
+
if any, to sign a "copyright disclaimer" for the program, if necessary.
|
| 666 |
+
For more information on this, and how to apply and follow the GNU GPL, see
|
| 667 |
+
<https://www.gnu.org/licenses/>.
|
| 668 |
+
|
| 669 |
+
The GNU General Public License does not permit incorporating your program
|
| 670 |
+
into proprietary programs. If your program is a subroutine library, you
|
| 671 |
+
may consider it more useful to permit linking proprietary applications with
|
| 672 |
+
the library. If this is what you want to do, use the GNU Lesser General
|
| 673 |
+
Public License instead of this License. But first, please read
|
| 674 |
+
<https://www.gnu.org/philosophy/why-not-lgpl.html>.
|
miniconda3/pkgs/libgettextpo-devel-0.25.1-hf2ab22a_0/info/paths.json
ADDED
|
@@ -0,0 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"paths": [
|
| 3 |
+
{
|
| 4 |
+
"_path": "include/gettext-po.h",
|
| 5 |
+
"path_type": "hardlink",
|
| 6 |
+
"sha256": "d3f27edfdf9218be5b36323a09fd7f1ed601a470a9477669e54823b7b070b031",
|
| 7 |
+
"size_in_bytes": 15736
|
| 8 |
+
},
|
| 9 |
+
{
|
| 10 |
+
"_path": "lib/libgettextpo.so",
|
| 11 |
+
"path_type": "softlink",
|
| 12 |
+
"sha256": "995efd5ce5775d2b12912aeb485d7c628a3aeb044101b5c3c54f59554cf4feaf",
|
| 13 |
+
"size_in_bytes": 466024
|
| 14 |
+
}
|
| 15 |
+
],
|
| 16 |
+
"paths_version": 1
|
| 17 |
+
}
|
miniconda3/pkgs/libgettextpo-devel-0.25.1-hf2ab22a_0/info/recipe/conda_build_config.yaml
ADDED
|
@@ -0,0 +1,35 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
c_compiler: gcc
|
| 2 |
+
c_compiler_version: 14.3.0
|
| 3 |
+
c_stdlib: sysroot
|
| 4 |
+
c_stdlib_version: '2.28'
|
| 5 |
+
channel_targets: defaults
|
| 6 |
+
cpu_optimization_target: nocona
|
| 7 |
+
cran_mirror: https://cran.r-project.org
|
| 8 |
+
cxx_compiler: gxx
|
| 9 |
+
cxx_compiler_version: 14.3.0
|
| 10 |
+
extend_keys:
|
| 11 |
+
- pin_run_as_build
|
| 12 |
+
- extend_keys
|
| 13 |
+
- ignore_version
|
| 14 |
+
- ignore_build_only_deps
|
| 15 |
+
fortran_compiler: gfortran
|
| 16 |
+
gettext: '0'
|
| 17 |
+
ignore_build_only_deps:
|
| 18 |
+
- numpy
|
| 19 |
+
- python
|
| 20 |
+
libiconv: '1'
|
| 21 |
+
lua: '5'
|
| 22 |
+
ncurses: '6'
|
| 23 |
+
numpy: '1.26'
|
| 24 |
+
perl: 5.26.2
|
| 25 |
+
pin_run_as_build:
|
| 26 |
+
python:
|
| 27 |
+
max_pin: x.x
|
| 28 |
+
min_pin: x.x
|
| 29 |
+
r-base:
|
| 30 |
+
max_pin: x.x
|
| 31 |
+
min_pin: x.x
|
| 32 |
+
platform: linux-64
|
| 33 |
+
python: '3.11'
|
| 34 |
+
r_base: '3.5'
|
| 35 |
+
target_platform: linux-64
|
miniconda3/pkgs/libgettextpo-devel-0.25.1-hf2ab22a_0/info/recipe/install-libgettextpo-devel.sh
ADDED
|
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
#!/bin/bash
|
| 2 |
+
|
| 3 |
+
set -euxo pipefail
|
| 4 |
+
|
| 5 |
+
mkdir -p ${PREFIX}/include
|
| 6 |
+
cp ./gettext-tools/libgettextpo/gettext-po.h ${PREFIX}/include/gettext-po.h
|
| 7 |
+
|
| 8 |
+
pushd ${PREFIX}/lib
|
| 9 |
+
if [[ "${target_platform}" == osx-* ]]; then
|
| 10 |
+
ln -s libgettextpo.*.dylib libgettextpo.dylib
|
| 11 |
+
else
|
| 12 |
+
test -f libgettextpo.so.0
|
| 13 |
+
ln -s libgettextpo.so.0 libgettextpo.so
|
| 14 |
+
fi
|
| 15 |
+
popd
|
| 16 |
+
|
miniconda3/pkgs/libgettextpo-devel-0.25.1-hf2ab22a_0/info/recipe/meta.yaml
ADDED
|
@@ -0,0 +1,75 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# This file created by conda-build 26.1.0
|
| 2 |
+
# ------------------------------------------------
|
| 3 |
+
|
| 4 |
+
package:
|
| 5 |
+
name: libgettextpo-devel
|
| 6 |
+
version: 0.25.1
|
| 7 |
+
source:
|
| 8 |
+
url: https://ftp.gnu.org/pub/gnu/gettext/gettext-0.25.1.tar.xz
|
| 9 |
+
sha256: 2c8294be238f03fb3fa65b8051057e5b68167f3e21f08008070cf40a7051ba22
|
| 10 |
+
patches: null
|
| 11 |
+
build:
|
| 12 |
+
run_exports:
|
| 13 |
+
- libgettextpo >=0.25.1,<1.0a0
|
| 14 |
+
ignore_run_exports_from:
|
| 15 |
+
- gxx_linux-64 14.3.0.*
|
| 16 |
+
number: 0
|
| 17 |
+
string: hf2ab22a_0
|
| 18 |
+
requirements:
|
| 19 |
+
build:
|
| 20 |
+
- _libgcc_mutex 0.1 main
|
| 21 |
+
- _openmp_mutex 5.1 1_gnu
|
| 22 |
+
- binutils_impl_linux-64 2.44 h4b9a079_2
|
| 23 |
+
- binutils_linux-64 2.44 hc03a8fd_2
|
| 24 |
+
- gcc_impl_linux-64 14.3.0 h4943218_4
|
| 25 |
+
- gcc_linux-64 14.3.0 hda73cce_12
|
| 26 |
+
- gxx_impl_linux-64 14.3.0 he634eba_4
|
| 27 |
+
- gxx_linux-64 14.3.0 hca8765c_12
|
| 28 |
+
- kernel-headers_linux-64 4.18.0 h3108a97_1
|
| 29 |
+
- ld_impl_linux-64 2.44 h153f514_2
|
| 30 |
+
- libgcc 15.2.0 h69a1729_7
|
| 31 |
+
- libgcc-devel_linux-64 14.3.0 he7458c1_104
|
| 32 |
+
- libgcc-ng 15.2.0 h166f726_7
|
| 33 |
+
- libgomp 15.2.0 h4751f2c_7
|
| 34 |
+
- libltdl 2.6.0 h47b2149_0
|
| 35 |
+
- libsanitizer 14.3.0 hd4faa28_4
|
| 36 |
+
- libstdcxx 15.2.0 h39759b7_7
|
| 37 |
+
- libstdcxx-devel_linux-64 14.3.0 he7458c1_104
|
| 38 |
+
- libtool 2.6.0 h7354ed3_0
|
| 39 |
+
- make 4.2.1 h1bed415_1
|
| 40 |
+
- sysroot_linux-64 2.28 h3108a97_1
|
| 41 |
+
- tzdata 2025c he532380_0
|
| 42 |
+
host:
|
| 43 |
+
- _libgcc_mutex 0.1 main
|
| 44 |
+
- _openmp_mutex 5.1 1_gnu
|
| 45 |
+
- libgcc 15.2.0 h69a1729_7
|
| 46 |
+
- libgettextpo 0.25.1 hf2ab22a_0
|
| 47 |
+
- libgomp 15.2.0 h4751f2c_7
|
| 48 |
+
- libiconv 1.18 h75a1612_0
|
| 49 |
+
run:
|
| 50 |
+
- __glibc >=2.28,<3.0.a0
|
| 51 |
+
- libgcc >=14
|
| 52 |
+
- libgettextpo 0.25.1 hf2ab22a_0
|
| 53 |
+
- libiconv >=1.18,<2.0a0
|
| 54 |
+
test:
|
| 55 |
+
commands:
|
| 56 |
+
- test -f ${PREFIX}/lib/libgettextpo$SHLIB_EXT
|
| 57 |
+
about:
|
| 58 |
+
home: https://www.gnu.org/software/gettext
|
| 59 |
+
license: GPL-3.0-or-later
|
| 60 |
+
license_file: COPYING
|
| 61 |
+
summary: library for interfacing programmatically with GNU gettext .po files
|
| 62 |
+
extra:
|
| 63 |
+
feedstock-name: gettext
|
| 64 |
+
recipe-maintainers:
|
| 65 |
+
- ocefpaf
|
| 66 |
+
- pkgw
|
| 67 |
+
- scopatz
|
| 68 |
+
- xhochy
|
| 69 |
+
final: true
|
| 70 |
+
copy_test_source_files: true
|
| 71 |
+
remote_url: https://github.com/AnacondaRecipes/gettext-feedstock
|
| 72 |
+
sha: 4bf3d3ea276e8ac4d8833cf6edee3f440fe7f401
|
| 73 |
+
task_id: AU3TsZcCRaK9jiaCosfOMQ
|
| 74 |
+
task_run_id: '0'
|
| 75 |
+
pbp_graph_uuid: 3e8405fd-0d33-4442-9c6e-741a46b5c97d
|
miniconda3/pkgs/libgettextpo-devel-0.25.1-hf2ab22a_0/info/recipe/parent/.gitattributes
ADDED
|
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
|
|
|
| 1 |
+
ar-lib text eol=lf
|
| 2 |
+
compile text eol=lf
|
miniconda3/pkgs/libgettextpo-devel-0.25.1-hf2ab22a_0/info/recipe/parent/an.po
ADDED
|
@@ -0,0 +1,145 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Aragonese translation for glib-networking.
|
| 2 |
+
# Copyright (C) 2013 glib-networking's COPYRIGHT HOLDER
|
| 3 |
+
# This file is distributed under the same license as the glib-networking package.
|
| 4 |
+
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
|
| 5 |
+
#
|
| 6 |
+
msgid ""
|
| 7 |
+
msgstr ""
|
| 8 |
+
"Project-Id-Version: glib-networking master\n"
|
| 9 |
+
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=glib&keywords=I18N+L10N&component=network\n"
|
| 10 |
+
"POT-Creation-Date: 2013-02-19 13:01+0000\n"
|
| 11 |
+
"PO-Revision-Date: 2013-02-20 01:19+0100\n"
|
| 12 |
+
"Last-Translator: Daniel Martinez <entaltoaragon@gmail.com>\n"
|
| 13 |
+
"Language-Team: Aragonese <softaragones@googlegroups.com>\n"
|
| 14 |
+
"Language: an\n"
|
| 15 |
+
"MIME-Version: 1.0\n"
|
| 16 |
+
"Content-Type: text/plain; charset=UTF-8\n"
|
| 17 |
+
"Content-Transfer-Encoding: 8bit\n"
|
| 18 |
+
|
| 19 |
+
#: ../proxy/libproxy/glibproxyresolver.c:150
|
| 20 |
+
msgid "Proxy resolver internal error."
|
| 21 |
+
msgstr "Error interna d'o proxy."
|
| 22 |
+
|
| 23 |
+
#: ../tls/gnutls/gtlscertificate-gnutls.c:173
|
| 24 |
+
#, c-format
|
| 25 |
+
msgid "Could not parse DER certificate: %s"
|
| 26 |
+
msgstr "No se podió analisar o certificau DER: %s"
|
| 27 |
+
|
| 28 |
+
#: ../tls/gnutls/gtlscertificate-gnutls.c:194
|
| 29 |
+
#, c-format
|
| 30 |
+
msgid "Could not parse PEM certificate: %s"
|
| 31 |
+
msgstr "No se podió analisar o certificau PEM: %s"
|
| 32 |
+
|
| 33 |
+
#: ../tls/gnutls/gtlscertificate-gnutls.c:225
|
| 34 |
+
#, c-format
|
| 35 |
+
msgid "Could not parse DER private key: %s"
|
| 36 |
+
msgstr "No se podió analisar a clau privada DER: %s"
|
| 37 |
+
|
| 38 |
+
#: ../tls/gnutls/gtlscertificate-gnutls.c:256
|
| 39 |
+
#, c-format
|
| 40 |
+
msgid "Could not parse PEM private key: %s"
|
| 41 |
+
msgstr "No se podió analisar a clau privada PEM: %s"
|
| 42 |
+
|
| 43 |
+
#: ../tls/gnutls/gtlscertificate-gnutls.c:296
|
| 44 |
+
msgid "No certificate data provided"
|
| 45 |
+
msgstr "No s'han proporcionau datos d'o certificau"
|
| 46 |
+
|
| 47 |
+
#: ../tls/gnutls/gtlsclientconnection-gnutls.c:309
|
| 48 |
+
msgid "Server required TLS certificate"
|
| 49 |
+
msgstr "O servidor requiere un certificau TLS"
|
| 50 |
+
|
| 51 |
+
#: ../tls/gnutls/gtlsconnection-gnutls.c:258
|
| 52 |
+
#, c-format
|
| 53 |
+
msgid "Could not create TLS connection: %s"
|
| 54 |
+
msgstr "No se podió creyar a connexión TLS: %s"
|
| 55 |
+
|
| 56 |
+
#: ../tls/gnutls/gtlsconnection-gnutls.c:520
|
| 57 |
+
msgid "Connection is closed"
|
| 58 |
+
msgstr "A connexión ye zarrada"
|
| 59 |
+
|
| 60 |
+
#: ../tls/gnutls/gtlsconnection-gnutls.c:582
|
| 61 |
+
#: ../tls/gnutls/gtlsconnection-gnutls.c:1419
|
| 62 |
+
msgid "Operation would block"
|
| 63 |
+
msgstr "A operación se blocará"
|
| 64 |
+
|
| 65 |
+
#: ../tls/gnutls/gtlsconnection-gnutls.c:712
|
| 66 |
+
msgid "Peer failed to perform TLS handshake"
|
| 67 |
+
msgstr "O par falló en realizar a negociación TLS"
|
| 68 |
+
|
| 69 |
+
#: ../tls/gnutls/gtlsconnection-gnutls.c:729
|
| 70 |
+
msgid "Peer requested illegal TLS rehandshake"
|
| 71 |
+
msgstr "O par solicitó una renegociación TLS ilegal"
|
| 72 |
+
|
| 73 |
+
#: ../tls/gnutls/gtlsconnection-gnutls.c:755
|
| 74 |
+
msgid "TLS connection closed unexpectedly"
|
| 75 |
+
msgstr "A connexión TLS se zarró inasperadament"
|
| 76 |
+
|
| 77 |
+
#: ../tls/gnutls/gtlsconnection-gnutls.c:765
|
| 78 |
+
msgid "TLS connection peer did not send a certificate"
|
| 79 |
+
msgstr "O par d'a connexión TLS no ninvió un certificau"
|
| 80 |
+
|
| 81 |
+
#: ../tls/gnutls/gtlsconnection-gnutls.c:1146
|
| 82 |
+
#: ../tls/gnutls/gtlsconnection-gnutls.c:1165
|
| 83 |
+
#, c-format
|
| 84 |
+
msgid "Error performing TLS handshake: %s"
|
| 85 |
+
msgstr "Error en realizar a negociación TLS: %s"
|
| 86 |
+
|
| 87 |
+
#: ../tls/gnutls/gtlsconnection-gnutls.c:1175
|
| 88 |
+
msgid "Server did not return a valid TLS certificate"
|
| 89 |
+
msgstr "O servidor no devolvió un certificau TLS valido"
|
| 90 |
+
|
| 91 |
+
#: ../tls/gnutls/gtlsconnection-gnutls.c:1250
|
| 92 |
+
msgid "Unacceptable TLS certificate"
|
| 93 |
+
msgstr "Certificau TLS inacceptable"
|
| 94 |
+
|
| 95 |
+
#: ../tls/gnutls/gtlsconnection-gnutls.c:1442
|
| 96 |
+
#, c-format
|
| 97 |
+
msgid "Error reading data from TLS socket: %s"
|
| 98 |
+
msgstr "Error en leyer datos d'o socket TLS: %s"
|
| 99 |
+
|
| 100 |
+
#: ../tls/gnutls/gtlsconnection-gnutls.c:1471
|
| 101 |
+
#, c-format
|
| 102 |
+
msgid "Error writing data to TLS socket: %s"
|
| 103 |
+
msgstr "Error en escribir datos en o socket TLS: %s"
|
| 104 |
+
|
| 105 |
+
#: ../tls/gnutls/gtlsconnection-gnutls.c:1515
|
| 106 |
+
msgid "Connection is already closed"
|
| 107 |
+
msgstr "A connexión ya ye zarrada"
|
| 108 |
+
|
| 109 |
+
#: ../tls/gnutls/gtlsconnection-gnutls.c:1525
|
| 110 |
+
#, c-format
|
| 111 |
+
msgid "Error performing TLS close: %s"
|
| 112 |
+
msgstr "Error en zarrar o TLS: %s"
|
| 113 |
+
|
| 114 |
+
#: ../tls/gnutls/gtlsserverconnection-gnutls.c:103
|
| 115 |
+
msgid "Certificate has no private key"
|
| 116 |
+
msgstr "O certificau no tiene clau privada"
|
| 117 |
+
|
| 118 |
+
#: ../tls/pkcs11/gpkcs11pin.c:108
|
| 119 |
+
msgid "This is the last chance to enter the PIN correctly before the token is locked."
|
| 120 |
+
msgstr "Ista ye a zaguera oportunidat ta introducir o PIN correctament antes que se bloque o \"token\"."
|
| 121 |
+
|
| 122 |
+
#: ../tls/pkcs11/gpkcs11pin.c:110
|
| 123 |
+
msgid "Several PIN attempts have been incorrect, and the token will be locked after further failures."
|
| 124 |
+
msgstr "Quantos intentos d'introducir o PIN han estau incorrectos y o \"token\" se blocará dimpués de mas fallos."
|
| 125 |
+
|
| 126 |
+
#: ../tls/pkcs11/gpkcs11pin.c:112
|
| 127 |
+
msgid "The PIN entered is incorrect."
|
| 128 |
+
msgstr "O PIN introduciu ye incorrecto."
|
| 129 |
+
|
| 130 |
+
#: ../tls/pkcs11/gpkcs11slot.c:446
|
| 131 |
+
msgid "Module"
|
| 132 |
+
msgstr "Modulo"
|
| 133 |
+
|
| 134 |
+
#: ../tls/pkcs11/gpkcs11slot.c:447
|
| 135 |
+
msgid "PKCS#11 Module Pointer"
|
| 136 |
+
msgstr "Puntero d'o modulo PKCS#11"
|
| 137 |
+
|
| 138 |
+
#: ../tls/pkcs11/gpkcs11slot.c:454
|
| 139 |
+
msgid "Slot ID"
|
| 140 |
+
msgstr "ID d'a ranura"
|
| 141 |
+
|
| 142 |
+
#: ../tls/pkcs11/gpkcs11slot.c:455
|
| 143 |
+
msgid "PKCS#11 Slot Identifier"
|
| 144 |
+
msgstr "Identificador d'a ranura de PKCS#11"
|
| 145 |
+
|
miniconda3/pkgs/libgettextpo-devel-0.25.1-hf2ab22a_0/info/recipe/parent/ar-lib
ADDED
|
@@ -0,0 +1,275 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
#! /bin/sh
|
| 2 |
+
# Wrapper for Microsoft lib.exe
|
| 3 |
+
|
| 4 |
+
me=ar-lib
|
| 5 |
+
scriptversion=2019-07-04.01; # UTC
|
| 6 |
+
|
| 7 |
+
# Copyright (C) 2010-2022 Free Software Foundation, Inc.
|
| 8 |
+
# Written by Peter Rosin <peda@lysator.liu.se>.
|
| 9 |
+
#
|
| 10 |
+
# This program is free software; you can redistribute it and/or modify
|
| 11 |
+
# it under the terms of the GNU General Public License as published by
|
| 12 |
+
# the Free Software Foundation; either version 2, or (at your option)
|
| 13 |
+
# any later version.
|
| 14 |
+
#
|
| 15 |
+
# This program is distributed in the hope that it will be useful,
|
| 16 |
+
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
| 17 |
+
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
| 18 |
+
# GNU General Public License for more details.
|
| 19 |
+
#
|
| 20 |
+
# You should have received a copy of the GNU General Public License
|
| 21 |
+
# along with this program. If not, see <https://www.gnu.org/licenses/>.
|
| 22 |
+
|
| 23 |
+
# As a special exception to the GNU General Public License, if you
|
| 24 |
+
# distribute this file as part of a program that contains a
|
| 25 |
+
# configuration script generated by Autoconf, you may include it under
|
| 26 |
+
# the same distribution terms that you use for the rest of that program.
|
| 27 |
+
|
| 28 |
+
# This file is maintained in Automake, please report
|
| 29 |
+
# bugs to <bug-automake@gnu.org> or send patches to
|
| 30 |
+
# <automake-patches@gnu.org>.
|
| 31 |
+
|
| 32 |
+
|
| 33 |
+
# func_error message
|
| 34 |
+
func_error ()
|
| 35 |
+
{
|
| 36 |
+
echo "$me: $1" 1>&2
|
| 37 |
+
exit 1
|
| 38 |
+
}
|
| 39 |
+
|
| 40 |
+
file_conv=
|
| 41 |
+
|
| 42 |
+
# func_file_conv build_file
|
| 43 |
+
# Convert a $build file to $host form and store it in $file
|
| 44 |
+
# Currently only supports Windows hosts.
|
| 45 |
+
func_file_conv ()
|
| 46 |
+
{
|
| 47 |
+
file=$1
|
| 48 |
+
case $file in
|
| 49 |
+
/ | /[!/]*) # absolute file, and not a UNC file
|
| 50 |
+
if test -z "$file_conv"; then
|
| 51 |
+
# lazily determine how to convert abs files
|
| 52 |
+
case `uname -s` in
|
| 53 |
+
MINGW*)
|
| 54 |
+
file_conv=mingw
|
| 55 |
+
;;
|
| 56 |
+
CYGWIN* | MSYS*)
|
| 57 |
+
file_conv=cygwin
|
| 58 |
+
;;
|
| 59 |
+
*)
|
| 60 |
+
file_conv=wine
|
| 61 |
+
;;
|
| 62 |
+
esac
|
| 63 |
+
fi
|
| 64 |
+
case $file_conv in
|
| 65 |
+
mingw)
|
| 66 |
+
file=`cmd //C echo "$file " | sed -e 's/"\(.*\) " *$/\1/'`
|
| 67 |
+
;;
|
| 68 |
+
cygwin | msys)
|
| 69 |
+
file=`cygpath -m "$file" || echo "$file"`
|
| 70 |
+
;;
|
| 71 |
+
wine)
|
| 72 |
+
file=`winepath -w "$file" || echo "$file"`
|
| 73 |
+
;;
|
| 74 |
+
esac
|
| 75 |
+
;;
|
| 76 |
+
esac
|
| 77 |
+
}
|
| 78 |
+
|
| 79 |
+
# func_at_file at_file operation archive
|
| 80 |
+
# Iterate over all members in AT_FILE performing OPERATION on ARCHIVE
|
| 81 |
+
# for each of them.
|
| 82 |
+
# When interpreting the content of the @FILE, do NOT use func_file_conv,
|
| 83 |
+
# since the user would need to supply preconverted file names to
|
| 84 |
+
# binutils ar, at least for MinGW.
|
| 85 |
+
func_at_file ()
|
| 86 |
+
{
|
| 87 |
+
operation=$2
|
| 88 |
+
archive=$3
|
| 89 |
+
at_file_contents=`cat "$1"`
|
| 90 |
+
eval set x "$at_file_contents"
|
| 91 |
+
shift
|
| 92 |
+
|
| 93 |
+
for member
|
| 94 |
+
do
|
| 95 |
+
$AR -NOLOGO $operation:"$member" "$archive" || exit $?
|
| 96 |
+
done
|
| 97 |
+
}
|
| 98 |
+
|
| 99 |
+
case $1 in
|
| 100 |
+
'')
|
| 101 |
+
func_error "no command. Try '$0 --help' for more information."
|
| 102 |
+
;;
|
| 103 |
+
-h | --h*)
|
| 104 |
+
cat <<EOF
|
| 105 |
+
Usage: $me [--help] [--version] PROGRAM ACTION ARCHIVE [MEMBER...]
|
| 106 |
+
|
| 107 |
+
Members may be specified in a file named with @FILE.
|
| 108 |
+
EOF
|
| 109 |
+
exit $?
|
| 110 |
+
;;
|
| 111 |
+
-v | --v*)
|
| 112 |
+
echo "$me, version $scriptversion"
|
| 113 |
+
exit $?
|
| 114 |
+
;;
|
| 115 |
+
esac
|
| 116 |
+
|
| 117 |
+
if test $# -lt 3; then
|
| 118 |
+
func_error "you must specify a program, an action and an archive"
|
| 119 |
+
fi
|
| 120 |
+
|
| 121 |
+
AR=$1
|
| 122 |
+
shift
|
| 123 |
+
while :
|
| 124 |
+
do
|
| 125 |
+
if test $# -lt 2; then
|
| 126 |
+
func_error "you must specify a program, an action and an archive"
|
| 127 |
+
fi
|
| 128 |
+
case $1 in
|
| 129 |
+
-lib | -LIB \
|
| 130 |
+
| -ltcg | -LTCG \
|
| 131 |
+
| -machine* | -MACHINE* \
|
| 132 |
+
| -subsystem* | -SUBSYSTEM* \
|
| 133 |
+
| -verbose | -VERBOSE \
|
| 134 |
+
| -wx* | -WX* )
|
| 135 |
+
AR="$AR $1"
|
| 136 |
+
shift
|
| 137 |
+
;;
|
| 138 |
+
-nologo | -NOLOGO)
|
| 139 |
+
# We always invoke AR with -nologo, so don't need to add it again.
|
| 140 |
+
shift
|
| 141 |
+
;;
|
| 142 |
+
*)
|
| 143 |
+
action=$1
|
| 144 |
+
shift
|
| 145 |
+
break
|
| 146 |
+
;;
|
| 147 |
+
esac
|
| 148 |
+
done
|
| 149 |
+
orig_archive=$1
|
| 150 |
+
shift
|
| 151 |
+
func_file_conv "$orig_archive"
|
| 152 |
+
archive=$file
|
| 153 |
+
|
| 154 |
+
# strip leading dash in $action
|
| 155 |
+
action=${action#-}
|
| 156 |
+
|
| 157 |
+
delete=
|
| 158 |
+
extract=
|
| 159 |
+
list=
|
| 160 |
+
quick=
|
| 161 |
+
replace=
|
| 162 |
+
index=
|
| 163 |
+
create=
|
| 164 |
+
|
| 165 |
+
while test -n "$action"
|
| 166 |
+
do
|
| 167 |
+
case $action in
|
| 168 |
+
d*) delete=yes ;;
|
| 169 |
+
x*) extract=yes ;;
|
| 170 |
+
t*) list=yes ;;
|
| 171 |
+
q*) quick=yes ;;
|
| 172 |
+
r*) replace=yes ;;
|
| 173 |
+
s*) index=yes ;;
|
| 174 |
+
S*) ;; # the index is always updated implicitly
|
| 175 |
+
c*) create=yes ;;
|
| 176 |
+
u*) ;; # TODO: don't ignore the update modifier
|
| 177 |
+
v*) ;; # TODO: don't ignore the verbose modifier
|
| 178 |
+
*)
|
| 179 |
+
func_error "unknown action specified"
|
| 180 |
+
;;
|
| 181 |
+
esac
|
| 182 |
+
action=${action#?}
|
| 183 |
+
done
|
| 184 |
+
|
| 185 |
+
case $delete$extract$list$quick$replace,$index in
|
| 186 |
+
yes,* | ,yes)
|
| 187 |
+
;;
|
| 188 |
+
yesyes*)
|
| 189 |
+
func_error "more than one action specified"
|
| 190 |
+
;;
|
| 191 |
+
*)
|
| 192 |
+
func_error "no action specified"
|
| 193 |
+
;;
|
| 194 |
+
esac
|
| 195 |
+
|
| 196 |
+
if test -n "$delete"; then
|
| 197 |
+
if test ! -f "$orig_archive"; then
|
| 198 |
+
func_error "archive not found"
|
| 199 |
+
fi
|
| 200 |
+
for member
|
| 201 |
+
do
|
| 202 |
+
case $1 in
|
| 203 |
+
@*)
|
| 204 |
+
func_at_file "${1#@}" -REMOVE "$archive"
|
| 205 |
+
;;
|
| 206 |
+
*)
|
| 207 |
+
func_file_conv "$1"
|
| 208 |
+
$AR -NOLOGO -REMOVE:"$file" "$archive" || exit $?
|
| 209 |
+
;;
|
| 210 |
+
esac
|
| 211 |
+
done
|
| 212 |
+
|
| 213 |
+
elif test -n "$extract"; then
|
| 214 |
+
if test ! -f "$orig_archive"; then
|
| 215 |
+
func_error "archive not found"
|
| 216 |
+
fi
|
| 217 |
+
if test $# -gt 0; then
|
| 218 |
+
for member
|
| 219 |
+
do
|
| 220 |
+
case $1 in
|
| 221 |
+
@*)
|
| 222 |
+
func_at_file "${1#@}" -EXTRACT "$archive"
|
| 223 |
+
;;
|
| 224 |
+
*)
|
| 225 |
+
func_file_conv "$1"
|
| 226 |
+
$AR -NOLOGO -EXTRACT:"$file" "$archive" || exit $?
|
| 227 |
+
;;
|
| 228 |
+
esac
|
| 229 |
+
done
|
| 230 |
+
else
|
| 231 |
+
$AR -NOLOGO -LIST "$archive" | tr -d '\r' | sed -e 's/\\/\\\\/g' \
|
| 232 |
+
| while read member
|
| 233 |
+
do
|
| 234 |
+
$AR -NOLOGO -EXTRACT:"$member" "$archive" || exit $?
|
| 235 |
+
done
|
| 236 |
+
fi
|
| 237 |
+
|
| 238 |
+
elif test -n "$quick$replace"; then
|
| 239 |
+
if test ! -f "$orig_archive"; then
|
| 240 |
+
if test -z "$create"; then
|
| 241 |
+
echo "$me: creating $orig_archive"
|
| 242 |
+
fi
|
| 243 |
+
orig_archive=
|
| 244 |
+
else
|
| 245 |
+
orig_archive=$archive
|
| 246 |
+
fi
|
| 247 |
+
|
| 248 |
+
for member
|
| 249 |
+
do
|
| 250 |
+
case $1 in
|
| 251 |
+
@*)
|
| 252 |
+
func_file_conv "${1#@}"
|
| 253 |
+
set x "$@" "@$file"
|
| 254 |
+
;;
|
| 255 |
+
*)
|
| 256 |
+
func_file_conv "$1"
|
| 257 |
+
set x "$@" "$file"
|
| 258 |
+
;;
|
| 259 |
+
esac
|
| 260 |
+
shift
|
| 261 |
+
shift
|
| 262 |
+
done
|
| 263 |
+
|
| 264 |
+
if test -n "$orig_archive"; then
|
| 265 |
+
$AR -NOLOGO -OUT:"$archive" "$orig_archive" "$@" || exit $?
|
| 266 |
+
else
|
| 267 |
+
$AR -NOLOGO -OUT:"$archive" "$@" || exit $?
|
| 268 |
+
fi
|
| 269 |
+
|
| 270 |
+
elif test -n "$list"; then
|
| 271 |
+
if test ! -f "$orig_archive"; then
|
| 272 |
+
func_error "archive not found"
|
| 273 |
+
fi
|
| 274 |
+
$AR -NOLOGO -LIST "$archive" || exit $?
|
| 275 |
+
fi
|
miniconda3/pkgs/libgettextpo-devel-0.25.1-hf2ab22a_0/info/recipe/parent/bld.bat
ADDED
|
@@ -0,0 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
:: Delegate to the Unix script. We need to translate the key path variables
|
| 2 |
+
:: to be Unix-y rather than Windows-y, though.
|
| 3 |
+
|
| 4 |
+
copy "%RECIPE_DIR%\build.sh" .
|
| 5 |
+
|
| 6 |
+
set MSYSTEM=MINGW%ARCH%
|
| 7 |
+
set MSYS2_PATH_TYPE=inherit
|
| 8 |
+
set CHERE_INVOKING=1
|
| 9 |
+
|
| 10 |
+
set "saved_recipe_dir=%RECIPE_DIR%"
|
| 11 |
+
FOR /F "delims=" %%i IN ('cygpath.exe -u -p "%PATH%"') DO set "PATH_OVERRIDE=%%i"
|
| 12 |
+
FOR /F "delims=" %%i IN ('cygpath.exe -u "%BUILD_PREFIX%"') DO set "BUILD_PREFIX=%%i"
|
| 13 |
+
FOR /F "delims=" %%i IN ('cygpath.exe -m "%LIBRARY_PREFIX%"') DO set "LIBRARY_PREFIX_M=%%i"
|
| 14 |
+
FOR /F "delims=" %%i IN ('cygpath.exe -u "%LIBRARY_PREFIX%"') DO set "LIBRARY_PREFIX_U=%%i"
|
| 15 |
+
FOR /F "delims=" %%i IN ('cygpath.exe -u "%PREFIX%"') DO set "PREFIX=%%i"
|
| 16 |
+
FOR /F "delims=" %%i IN ('cygpath.exe -u "%PYTHON%"') DO set "PYTHON=%%i"
|
| 17 |
+
FOR /F "delims=" %%i IN ('cygpath.exe -u "%RECIPE_DIR%"') DO set "RECIPE_DIR=%%i"
|
| 18 |
+
FOR /F "delims=" %%i IN ('cygpath.exe -u "%SP_DIR%"') DO set "SP_DIR=%%i"
|
| 19 |
+
FOR /F "delims=" %%i IN ('cygpath.exe -u "%SRC_DIR%"') DO set "SRC_DIR=%%i"
|
| 20 |
+
FOR /F "delims=" %%i IN ('cygpath.exe -u "%STDLIB_DIR%"') DO set "STDLIB_DIR=%%i"
|
| 21 |
+
|
| 22 |
+
bash -lxc "./build.sh"
|
| 23 |
+
if errorlevel 1 exit 1
|
| 24 |
+
exit 0
|
miniconda3/pkgs/libgettextpo-devel-0.25.1-hf2ab22a_0/info/recipe/parent/build.sh
ADDED
|
@@ -0,0 +1,81 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
#!/usr/bin/env bash
|
| 2 |
+
|
| 3 |
+
set -exuo pipefail
|
| 4 |
+
|
| 5 |
+
if [[ "$target_platform" == win* ]] ; then
|
| 6 |
+
export PREFIX="$LIBRARY_PREFIX_U"
|
| 7 |
+
export PATH="$PATH_OVERRIDE"
|
| 8 |
+
export BUILD=x86_64-pc-mingw64
|
| 9 |
+
export HOST=x86_64-pc-mingw64
|
| 10 |
+
|
| 11 |
+
# Setup needed for autoreconf. Keep am_version sync'ed with meta.yaml.
|
| 12 |
+
|
| 13 |
+
am_version=1.15
|
| 14 |
+
export ACLOCAL=aclocal-$am_version
|
| 15 |
+
export AUTOMAKE=automake-$am_version
|
| 16 |
+
|
| 17 |
+
# Automake used to automatically deploy the "compile" wrapper script
|
| 18 |
+
# that wrapped MSVC to help it work more like Unix compilers. As of
|
| 19 |
+
# 0.21, we have to provide and use the script ourselves. Ditto for
|
| 20 |
+
# "ar-lib".
|
| 21 |
+
|
| 22 |
+
export AR="$RECIPE_DIR/ar-lib lib"
|
| 23 |
+
export CC="$RECIPE_DIR/compile cl.exe -nologo"
|
| 24 |
+
export CPP="cl.exe -nologo -E"
|
| 25 |
+
export CXX="$RECIPE_DIR/compile cl.exe -nologo"
|
| 26 |
+
export CXXCPP="cl.exe -nologo -E"
|
| 27 |
+
export LD="link"
|
| 28 |
+
export NM="dumpbin -symbols"
|
| 29 |
+
export RANLIB=":"
|
| 30 |
+
export STRIP=":"
|
| 31 |
+
|
| 32 |
+
# We also need a custom wrapper for `cl -nologo -E` because the
|
| 33 |
+
# invocation of the "windres"/"rc" tool can't handle preprocessor names
|
| 34 |
+
# containing spaces. Windres also breaks if we don't use `--use-temp-file`
|
| 35 |
+
# -- looks like the Cygwin popen() call might not work on Windows.
|
| 36 |
+
|
| 37 |
+
export RC="windres --use-temp-file --preprocessor $RECIPE_DIR/msvcpp.sh"
|
| 38 |
+
export WINDRES="windres --use-temp-file --preprocessor $RECIPE_DIR/msvcpp.sh"
|
| 39 |
+
|
| 40 |
+
# We need to get the mingw stub libraries that let us link with system
|
| 41 |
+
# DLLs. Stock gettext gets built on Windows so I'm not sure why it doesn't
|
| 42 |
+
# have any needed Windows OS libraries specified anywhere, but it doesn't,
|
| 43 |
+
# so we add them here too.
|
| 44 |
+
|
| 45 |
+
export LDFLAGS="${LDFLAGS:-} -L/mingw-w64/x86_64-w64-mingw32/lib -L$PREFIX/lib"
|
| 46 |
+
|
| 47 |
+
# We need the -MD flag ("link with MSVCRT.lib"); otherwise our executables
|
| 48 |
+
# can crash with error -1073740791 = 0xC0000409 = STATUS_STACK_BUFFER_OVERRUN
|
| 49 |
+
#
|
| 50 |
+
# But -GL messes up Libtool's identification of how the linker works;
|
| 51 |
+
# it parses dumpbin output and: https://stackoverflow.com/a/11850034/3760486
|
| 52 |
+
|
| 53 |
+
export CFLAGS=$(echo "-MD ${CFLAGS:-} " |sed -e "s, [-/]GL ,,")
|
| 54 |
+
export CXXFLAGS=$(echo "-MD ${CXXFLAGS:-} " |sed -e "s, [-/]GL ,,")
|
| 55 |
+
|
| 56 |
+
autoreconf -vfi
|
| 57 |
+
else
|
| 58 |
+
# Get an updated config.sub and config.guess
|
| 59 |
+
cp $BUILD_PREFIX/share/libtool/build-aux/config.* build-aux/
|
| 60 |
+
export CPP="$CC -E"
|
| 61 |
+
fi
|
| 62 |
+
|
| 63 |
+
./configure \
|
| 64 |
+
--prefix=$PREFIX \
|
| 65 |
+
--build=$BUILD \
|
| 66 |
+
--host=$HOST \
|
| 67 |
+
--with-libiconv-prefix=$PREFIX \
|
| 68 |
+
--disable-static \
|
| 69 |
+
--disable-csharp \
|
| 70 |
+
--disable-dependency-tracking \
|
| 71 |
+
--disable-java \
|
| 72 |
+
--disable-native-java \
|
| 73 |
+
--disable-openmp \
|
| 74 |
+
--enable-fast-install \
|
| 75 |
+
--with-libncurses-prefix=${PREFIX} \
|
| 76 |
+
--without-emacs || (cat config.log; cat gettext-runtime/config.log; exit 1)
|
| 77 |
+
|
| 78 |
+
make -j${CPU_COUNT}
|
| 79 |
+
|
| 80 |
+
find . -name '*.dll'
|
| 81 |
+
find $PREFIX -name '*.la' -delete
|
miniconda3/pkgs/libgettextpo-devel-0.25.1-hf2ab22a_0/info/recipe/parent/compile
ADDED
|
@@ -0,0 +1,349 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
#! /bin/sh
|
| 2 |
+
# Wrapper for compilers which do not understand '-c -o'.
|
| 3 |
+
|
| 4 |
+
scriptversion=2018-03-07.03; # UTC
|
| 5 |
+
|
| 6 |
+
# Copyright (C) 1999-2022 Free Software Foundation, Inc.
|
| 7 |
+
# Written by Tom Tromey <tromey@cygnus.com>.
|
| 8 |
+
#
|
| 9 |
+
# This program is free software; you can redistribute it and/or modify
|
| 10 |
+
# it under the terms of the GNU General Public License as published by
|
| 11 |
+
# the Free Software Foundation; either version 2, or (at your option)
|
| 12 |
+
# any later version.
|
| 13 |
+
#
|
| 14 |
+
# This program is distributed in the hope that it will be useful,
|
| 15 |
+
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
| 16 |
+
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
| 17 |
+
# GNU General Public License for more details.
|
| 18 |
+
#
|
| 19 |
+
# You should have received a copy of the GNU General Public License
|
| 20 |
+
# along with this program. If not, see <https://www.gnu.org/licenses/>.
|
| 21 |
+
|
| 22 |
+
# As a special exception to the GNU General Public License, if you
|
| 23 |
+
# distribute this file as part of a program that contains a
|
| 24 |
+
# configuration script generated by Autoconf, you may include it under
|
| 25 |
+
# the same distribution terms that you use for the rest of that program.
|
| 26 |
+
|
| 27 |
+
# This file is maintained in Automake, please report
|
| 28 |
+
# bugs to <bug-automake@gnu.org> or send patches to
|
| 29 |
+
# <automake-patches@gnu.org>.
|
| 30 |
+
|
| 31 |
+
nl='
|
| 32 |
+
'
|
| 33 |
+
|
| 34 |
+
# We need space, tab and new line, in precisely that order. Quoting is
|
| 35 |
+
# there to prevent tools from complaining about whitespace usage.
|
| 36 |
+
IFS=" "" $nl"
|
| 37 |
+
|
| 38 |
+
file_conv=
|
| 39 |
+
|
| 40 |
+
# func_file_conv build_file lazy
|
| 41 |
+
# Convert a $build file to $host form and store it in $file
|
| 42 |
+
# Currently only supports Windows hosts. If the determined conversion
|
| 43 |
+
# type is listed in (the comma separated) LAZY, no conversion will
|
| 44 |
+
# take place.
|
| 45 |
+
func_file_conv ()
|
| 46 |
+
{
|
| 47 |
+
file=$1
|
| 48 |
+
case $file in
|
| 49 |
+
/ | /[!/]*) # absolute file, and not a UNC file
|
| 50 |
+
if test -z "$file_conv"; then
|
| 51 |
+
# lazily determine how to convert abs files
|
| 52 |
+
case `uname -s` in
|
| 53 |
+
MINGW*)
|
| 54 |
+
file_conv=mingw
|
| 55 |
+
;;
|
| 56 |
+
CYGWIN* | MSYS*)
|
| 57 |
+
file_conv=cygwin
|
| 58 |
+
;;
|
| 59 |
+
*)
|
| 60 |
+
file_conv=wine
|
| 61 |
+
;;
|
| 62 |
+
esac
|
| 63 |
+
fi
|
| 64 |
+
case $file_conv/,$2, in
|
| 65 |
+
*,$file_conv,*)
|
| 66 |
+
;;
|
| 67 |
+
mingw/*)
|
| 68 |
+
file=`cmd //C echo "$file " | sed -e 's/"\(.*\) " *$/\1/'`
|
| 69 |
+
;;
|
| 70 |
+
cygwin/* | msys/*)
|
| 71 |
+
file=`cygpath -m "$file" || echo "$file"`
|
| 72 |
+
;;
|
| 73 |
+
wine/*)
|
| 74 |
+
file=`winepath -w "$file" || echo "$file"`
|
| 75 |
+
;;
|
| 76 |
+
esac
|
| 77 |
+
;;
|
| 78 |
+
esac
|
| 79 |
+
}
|
| 80 |
+
|
| 81 |
+
# func_cl_dashL linkdir
|
| 82 |
+
# Make cl look for libraries in LINKDIR
|
| 83 |
+
func_cl_dashL ()
|
| 84 |
+
{
|
| 85 |
+
func_file_conv "$1"
|
| 86 |
+
if test -z "$lib_path"; then
|
| 87 |
+
lib_path=$file
|
| 88 |
+
else
|
| 89 |
+
lib_path="$lib_path;$file"
|
| 90 |
+
fi
|
| 91 |
+
linker_opts="$linker_opts -LIBPATH:$file"
|
| 92 |
+
}
|
| 93 |
+
|
| 94 |
+
# func_cl_dashl library
|
| 95 |
+
# Do a library search-path lookup for cl
|
| 96 |
+
func_cl_dashl ()
|
| 97 |
+
{
|
| 98 |
+
lib=$1
|
| 99 |
+
found=no
|
| 100 |
+
save_IFS=$IFS
|
| 101 |
+
IFS=';'
|
| 102 |
+
for dir in $lib_path $LIB
|
| 103 |
+
do
|
| 104 |
+
IFS=$save_IFS
|
| 105 |
+
if $shared && test -f "$dir/$lib.dll.lib"; then
|
| 106 |
+
found=yes
|
| 107 |
+
lib=$dir/$lib.dll.lib
|
| 108 |
+
break
|
| 109 |
+
fi
|
| 110 |
+
if test -f "$dir/$lib.lib"; then
|
| 111 |
+
found=yes
|
| 112 |
+
lib=$dir/$lib.lib
|
| 113 |
+
break
|
| 114 |
+
fi
|
| 115 |
+
if test -f "$dir/lib$lib.a"; then
|
| 116 |
+
found=yes
|
| 117 |
+
lib=$dir/lib$lib.a
|
| 118 |
+
break
|
| 119 |
+
fi
|
| 120 |
+
done
|
| 121 |
+
IFS=$save_IFS
|
| 122 |
+
|
| 123 |
+
if test "$found" != yes; then
|
| 124 |
+
lib=$lib.lib
|
| 125 |
+
fi
|
| 126 |
+
}
|
| 127 |
+
|
| 128 |
+
# func_cl_wrapper cl arg...
|
| 129 |
+
# Adjust compile command to suit cl
|
| 130 |
+
func_cl_wrapper ()
|
| 131 |
+
{
|
| 132 |
+
# Assume a capable shell
|
| 133 |
+
lib_path=
|
| 134 |
+
shared=:
|
| 135 |
+
linker_opts=
|
| 136 |
+
for arg
|
| 137 |
+
do
|
| 138 |
+
if test -n "$eat"; then
|
| 139 |
+
eat=
|
| 140 |
+
else
|
| 141 |
+
case $1 in
|
| 142 |
+
-o)
|
| 143 |
+
# configure might choose to run compile as 'compile cc -o foo foo.c'.
|
| 144 |
+
eat=1
|
| 145 |
+
case $2 in
|
| 146 |
+
*.o | *.[oO][bB][jJ])
|
| 147 |
+
func_file_conv "$2"
|
| 148 |
+
set x "$@" -Fo"$file"
|
| 149 |
+
shift
|
| 150 |
+
;;
|
| 151 |
+
*)
|
| 152 |
+
func_file_conv "$2"
|
| 153 |
+
set x "$@" -Fe"$file"
|
| 154 |
+
shift
|
| 155 |
+
;;
|
| 156 |
+
esac
|
| 157 |
+
;;
|
| 158 |
+
-I)
|
| 159 |
+
eat=1
|
| 160 |
+
func_file_conv "$2" mingw
|
| 161 |
+
set x "$@" -I"$file"
|
| 162 |
+
shift
|
| 163 |
+
;;
|
| 164 |
+
-I*)
|
| 165 |
+
func_file_conv "${1#-I}" mingw
|
| 166 |
+
set x "$@" -I"$file"
|
| 167 |
+
shift
|
| 168 |
+
;;
|
| 169 |
+
-l)
|
| 170 |
+
eat=1
|
| 171 |
+
func_cl_dashl "$2"
|
| 172 |
+
set x "$@" "$lib"
|
| 173 |
+
shift
|
| 174 |
+
;;
|
| 175 |
+
-l*)
|
| 176 |
+
func_cl_dashl "${1#-l}"
|
| 177 |
+
set x "$@" "$lib"
|
| 178 |
+
shift
|
| 179 |
+
;;
|
| 180 |
+
-L)
|
| 181 |
+
eat=1
|
| 182 |
+
func_cl_dashL "$2"
|
| 183 |
+
;;
|
| 184 |
+
-L*)
|
| 185 |
+
func_cl_dashL "${1#-L}"
|
| 186 |
+
;;
|
| 187 |
+
-static)
|
| 188 |
+
shared=false
|
| 189 |
+
;;
|
| 190 |
+
-Wl,*)
|
| 191 |
+
arg=${1#-Wl,}
|
| 192 |
+
save_ifs="$IFS"; IFS=','
|
| 193 |
+
for flag in $arg; do
|
| 194 |
+
IFS="$save_ifs"
|
| 195 |
+
linker_opts="$linker_opts $flag"
|
| 196 |
+
done
|
| 197 |
+
IFS="$save_ifs"
|
| 198 |
+
;;
|
| 199 |
+
-Xlinker)
|
| 200 |
+
eat=1
|
| 201 |
+
linker_opts="$linker_opts $2"
|
| 202 |
+
;;
|
| 203 |
+
-*)
|
| 204 |
+
set x "$@" "$1"
|
| 205 |
+
shift
|
| 206 |
+
;;
|
| 207 |
+
*.cc | *.CC | *.cxx | *.CXX | *.[cC]++)
|
| 208 |
+
func_file_conv "$1"
|
| 209 |
+
set x "$@" -Tp"$file"
|
| 210 |
+
shift
|
| 211 |
+
;;
|
| 212 |
+
*.c | *.cpp | *.CPP | *.lib | *.LIB | *.Lib | *.OBJ | *.obj | *.[oO])
|
| 213 |
+
func_file_conv "$1" mingw
|
| 214 |
+
set x "$@" "$file"
|
| 215 |
+
shift
|
| 216 |
+
;;
|
| 217 |
+
*)
|
| 218 |
+
set x "$@" "$1"
|
| 219 |
+
shift
|
| 220 |
+
;;
|
| 221 |
+
esac
|
| 222 |
+
fi
|
| 223 |
+
shift
|
| 224 |
+
done
|
| 225 |
+
if test -n "$linker_opts"; then
|
| 226 |
+
linker_opts="-link$linker_opts"
|
| 227 |
+
fi
|
| 228 |
+
exec "$@" $linker_opts
|
| 229 |
+
exit 1
|
| 230 |
+
}
|
| 231 |
+
|
| 232 |
+
eat=
|
| 233 |
+
|
| 234 |
+
case $1 in
|
| 235 |
+
'')
|
| 236 |
+
echo "$0: No command. Try '$0 --help' for more information." 1>&2
|
| 237 |
+
exit 1;
|
| 238 |
+
;;
|
| 239 |
+
-h | --h*)
|
| 240 |
+
cat <<\EOF
|
| 241 |
+
Usage: compile [--help] [--version] PROGRAM [ARGS]
|
| 242 |
+
|
| 243 |
+
Wrapper for compilers which do not understand '-c -o'.
|
| 244 |
+
Remove '-o dest.o' from ARGS, run PROGRAM with the remaining
|
| 245 |
+
arguments, and rename the output as expected.
|
| 246 |
+
|
| 247 |
+
If you are trying to build a whole package this is not the
|
| 248 |
+
right script to run: please start by reading the file 'INSTALL'.
|
| 249 |
+
|
| 250 |
+
Report bugs to <bug-automake@gnu.org>.
|
| 251 |
+
EOF
|
| 252 |
+
exit $?
|
| 253 |
+
;;
|
| 254 |
+
-v | --v*)
|
| 255 |
+
echo "compile $scriptversion"
|
| 256 |
+
exit $?
|
| 257 |
+
;;
|
| 258 |
+
cl | *[/\\]cl | cl.exe | *[/\\]cl.exe | \
|
| 259 |
+
clang-cl | *[/\\]clang-cl | clang-cl.exe | *[/\\]clang-cl.exe | \
|
| 260 |
+
icl | *[/\\]icl | icl.exe | *[/\\]icl.exe )
|
| 261 |
+
func_cl_wrapper "$@" # Doesn't return...
|
| 262 |
+
;;
|
| 263 |
+
esac
|
| 264 |
+
|
| 265 |
+
ofile=
|
| 266 |
+
cfile=
|
| 267 |
+
|
| 268 |
+
for arg
|
| 269 |
+
do
|
| 270 |
+
if test -n "$eat"; then
|
| 271 |
+
eat=
|
| 272 |
+
else
|
| 273 |
+
case $1 in
|
| 274 |
+
-o)
|
| 275 |
+
# configure might choose to run compile as 'compile cc -o foo foo.c'.
|
| 276 |
+
# So we strip '-o arg' only if arg is an object.
|
| 277 |
+
eat=1
|
| 278 |
+
case $2 in
|
| 279 |
+
*.o | *.obj)
|
| 280 |
+
ofile=$2
|
| 281 |
+
;;
|
| 282 |
+
*)
|
| 283 |
+
set x "$@" -o "$2"
|
| 284 |
+
shift
|
| 285 |
+
;;
|
| 286 |
+
esac
|
| 287 |
+
;;
|
| 288 |
+
*.c)
|
| 289 |
+
cfile=$1
|
| 290 |
+
set x "$@" "$1"
|
| 291 |
+
shift
|
| 292 |
+
;;
|
| 293 |
+
*)
|
| 294 |
+
set x "$@" "$1"
|
| 295 |
+
shift
|
| 296 |
+
;;
|
| 297 |
+
esac
|
| 298 |
+
fi
|
| 299 |
+
shift
|
| 300 |
+
done
|
| 301 |
+
|
| 302 |
+
if test -z "$ofile" || test -z "$cfile"; then
|
| 303 |
+
# If no '-o' option was seen then we might have been invoked from a
|
| 304 |
+
# pattern rule where we don't need one. That is ok -- this is a
|
| 305 |
+
# normal compilation that the losing compiler can handle. If no
|
| 306 |
+
# '.c' file was seen then we are probably linking. That is also
|
| 307 |
+
# ok.
|
| 308 |
+
exec "$@"
|
| 309 |
+
fi
|
| 310 |
+
|
| 311 |
+
# Name of file we expect compiler to create.
|
| 312 |
+
cofile=`echo "$cfile" | sed 's|^.*[\\/]||; s|^[a-zA-Z]:||; s/\.c$/.o/'`
|
| 313 |
+
|
| 314 |
+
# Create the lock directory.
|
| 315 |
+
# Note: use '[/\\:.-]' here to ensure that we don't use the same name
|
| 316 |
+
# that we are using for the .o file. Also, base the name on the expected
|
| 317 |
+
# object file name, since that is what matters with a parallel build.
|
| 318 |
+
lockdir=`echo "$cofile" | sed -e 's|[/\\:.-]|_|g'`.d
|
| 319 |
+
while true; do
|
| 320 |
+
if mkdir "$lockdir" >/dev/null 2>&1; then
|
| 321 |
+
break
|
| 322 |
+
fi
|
| 323 |
+
sleep 1
|
| 324 |
+
done
|
| 325 |
+
# FIXME: race condition here if user kills between mkdir and trap.
|
| 326 |
+
trap "rmdir '$lockdir'; exit 1" 1 2 15
|
| 327 |
+
|
| 328 |
+
# Run the compile.
|
| 329 |
+
"$@"
|
| 330 |
+
ret=$?
|
| 331 |
+
|
| 332 |
+
if test -f "$cofile"; then
|
| 333 |
+
test "$cofile" = "$ofile" || mv "$cofile" "$ofile"
|
| 334 |
+
elif test -f "${cofile}bj"; then
|
| 335 |
+
test "${cofile}bj" = "$ofile" || mv "${cofile}bj" "$ofile"
|
| 336 |
+
fi
|
| 337 |
+
|
| 338 |
+
rmdir "$lockdir"
|
| 339 |
+
exit $ret
|
| 340 |
+
|
| 341 |
+
# Local Variables:
|
| 342 |
+
# mode: shell-script
|
| 343 |
+
# sh-indentation: 2
|
| 344 |
+
# eval: (add-hook 'before-save-hook 'time-stamp)
|
| 345 |
+
# time-stamp-start: "scriptversion="
|
| 346 |
+
# time-stamp-format: "%:y-%02m-%02d.%02H"
|
| 347 |
+
# time-stamp-time-zone: "UTC0"
|
| 348 |
+
# time-stamp-end: "; # UTC"
|
| 349 |
+
# End:
|
miniconda3/pkgs/libgettextpo-devel-0.25.1-hf2ab22a_0/info/recipe/parent/install-asprintf-devel.bat
ADDED
|
@@ -0,0 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
@echo on
|
| 2 |
+
|
| 3 |
+
if not exist %LIBRARY_PREFIX%\include md %LIBRARY_PREFIX%\include
|
| 4 |
+
if errorlevel 1 exit 1
|
| 5 |
+
|
| 6 |
+
copy gettext-runtime\libasprintf\autosprintf.h %LIBRARY_PREFIX%\include\autosprintf.h
|
| 7 |
+
if errorlevel 1 exit 1
|
| 8 |
+
|
| 9 |
+
if not exist %LIBRARY_PREFIX%\lib md %LIBRARY_PREFIX%\lib
|
| 10 |
+
if errorlevel 1 exit 1
|
| 11 |
+
|
| 12 |
+
copy gettext-runtime\libasprintf\.libs\asprintf.dll.lib %LIBRARY_PREFIX%\lib\asprintf.dll.lib
|
| 13 |
+
if errorlevel 1 exit 1
|
| 14 |
+
|
| 15 |
+
@rem Enforce dynamic linkage
|
| 16 |
+
copy gettext-runtime\libasprintf\.libs\asprintf.dll.lib %LIBRARY_PREFIX%\lib\asprintf.lib
|
| 17 |
+
if errorlevel 1 exit 1
|
miniconda3/pkgs/libgettextpo-devel-0.25.1-hf2ab22a_0/info/recipe/parent/install-asprintf-devel.sh
ADDED
|
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
#!/bin/bash
|
| 2 |
+
|
| 3 |
+
set -euxo pipefail
|
| 4 |
+
|
| 5 |
+
mkdir -p ${PREFIX}/include
|
| 6 |
+
cp ./gettext-runtime/libasprintf/autosprintf.h ${PREFIX}/include/autosprintf.h
|
| 7 |
+
|
| 8 |
+
pushd ${PREFIX}/lib
|
| 9 |
+
if [[ "${target_platform}" == osx-* ]]; then
|
| 10 |
+
ln -s libasprintf.*.dylib libasprintf.dylib
|
| 11 |
+
else
|
| 12 |
+
test -f libasprintf.so.0
|
| 13 |
+
ln -s libasprintf.so.0 libasprintf.so
|
| 14 |
+
fi
|
| 15 |
+
popd
|
| 16 |
+
|
miniconda3/pkgs/libgettextpo-devel-0.25.1-hf2ab22a_0/info/recipe/parent/install-asprintf.bat
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
@echo on
|
| 2 |
+
|
| 3 |
+
if not exist %LIBRARY_PREFIX%\bin md %LIBRARY_PREFIX%\bin
|
| 4 |
+
if errorlevel 1 exit 1
|
| 5 |
+
|
| 6 |
+
copy gettext-runtime\libasprintf\.libs\asprintf-0.dll %LIBRARY_PREFIX%\bin
|
| 7 |
+
if errorlevel 1 exit 1
|
miniconda3/pkgs/libgettextpo-devel-0.25.1-hf2ab22a_0/info/recipe/parent/install-asprintf.sh
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
#!/bin/bash
|
| 2 |
+
|
| 3 |
+
set -euxo pipefail
|
| 4 |
+
|
| 5 |
+
mkdir -p $PREFIX/lib
|
| 6 |
+
|
| 7 |
+
if [[ "${target_platform}" == osx-* ]]; then
|
| 8 |
+
cp ./gettext-runtime/libasprintf/.libs/libasprintf.*.dylib $PREFIX/lib
|
| 9 |
+
else
|
| 10 |
+
cp ./gettext-runtime/libasprintf/.libs/libasprintf.so.* $PREFIX/lib
|
| 11 |
+
fi
|
miniconda3/pkgs/libgettextpo-devel-0.25.1-hf2ab22a_0/info/recipe/parent/install-gettext.bat
ADDED
|
@@ -0,0 +1,25 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
:: Delegate to the Unix script. We need to translate the key path variables
|
| 2 |
+
:: to be Unix-y rather than Windows-y, though.
|
| 3 |
+
|
| 4 |
+
copy "%RECIPE_DIR%\build.sh" .
|
| 5 |
+
|
| 6 |
+
set MSYSTEM=MINGW%ARCH%
|
| 7 |
+
set MSYS2_PATH_TYPE=inherit
|
| 8 |
+
set CHERE_INVOKING=1
|
| 9 |
+
|
| 10 |
+
set "saved_recipe_dir=%RECIPE_DIR%"
|
| 11 |
+
FOR /F "delims=" %%i IN ('cygpath.exe -u -p "%PATH%"') DO set "PATH_OVERRIDE=%%i"
|
| 12 |
+
FOR /F "delims=" %%i IN ('cygpath.exe -u "%BUILD_PREFIX%"') DO set "BUILD_PREFIX=%%i"
|
| 13 |
+
FOR /F "delims=" %%i IN ('cygpath.exe -m "%LIBRARY_PREFIX%"') DO set "LIBRARY_PREFIX_M=%%i"
|
| 14 |
+
FOR /F "delims=" %%i IN ('cygpath.exe -u "%LIBRARY_PREFIX%"') DO set "LIBRARY_PREFIX_U=%%i"
|
| 15 |
+
FOR /F "delims=" %%i IN ('cygpath.exe -u "%PREFIX%"') DO set "PREFIX=%%i"
|
| 16 |
+
FOR /F "delims=" %%i IN ('cygpath.exe -u "%PYTHON%"') DO set "PYTHON=%%i"
|
| 17 |
+
FOR /F "delims=" %%i IN ('cygpath.exe -u "%RECIPE_DIR%"') DO set "RECIPE_DIR=%%i"
|
| 18 |
+
FOR /F "delims=" %%i IN ('cygpath.exe -u "%SP_DIR%"') DO set "SP_DIR=%%i"
|
| 19 |
+
FOR /F "delims=" %%i IN ('cygpath.exe -u "%SRC_DIR%"') DO set "SRC_DIR=%%i"
|
| 20 |
+
FOR /F "delims=" %%i IN ('cygpath.exe -u "%STDLIB_DIR%"') DO set "STDLIB_DIR=%%i"
|
| 21 |
+
|
| 22 |
+
bash -lxc "${RECIPE_DIR}/install-gettext.sh"
|
| 23 |
+
if errorlevel 1 exit 1
|
| 24 |
+
exit 0
|
| 25 |
+
|
miniconda3/pkgs/libgettextpo-devel-0.25.1-hf2ab22a_0/info/recipe/parent/install-gettext.sh
ADDED
|
@@ -0,0 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
#!/bin/bash
|
| 2 |
+
|
| 3 |
+
set -euxo pipefail
|
| 4 |
+
|
| 5 |
+
make install
|
| 6 |
+
|
| 7 |
+
if [[ "${PKG_NAME}" != "gettext" ]]; then
|
| 8 |
+
rm -rf ${PREFIX}/share/gettext/projects
|
| 9 |
+
rm -rf ${PREFIX}/share/doc/libtextstyle
|
| 10 |
+
rm -rf ${PREFIX}/share/doc/gettext/examples
|
| 11 |
+
rm -rf ${PREFIX}/share/doc/gettext/javadoc2
|
| 12 |
+
fi
|
| 13 |
+
|
| 14 |
+
# This overlaps with readline:
|
| 15 |
+
rm -rf ${PREFIX}/share/info/dir
|
| 16 |
+
|
| 17 |
+
find $PREFIX -name '*.la' -delete
|
miniconda3/pkgs/libgettextpo-devel-0.25.1-hf2ab22a_0/info/recipe/parent/install-libgettextpo-devel.bat
ADDED
|
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
@echo on
|
| 2 |
+
|
| 3 |
+
if not exist %LIBRARY_PREFIX%\include md %LIBRARY_PREFIX%\include
|
| 4 |
+
if errorlevel 1 exit 1
|
| 5 |
+
|
| 6 |
+
copy gettext-tools\libgettextpo\gettext-po.h %LIBRARY_PREFIX%\include
|
| 7 |
+
if errorlevel 1 exit 1
|
| 8 |
+
|
| 9 |
+
if not exist %LIBRARY_PREFIX%\lib md %LIBRARY_PREFIX%\lib
|
| 10 |
+
if errorlevel 1 exit 1
|
| 11 |
+
|
| 12 |
+
copy gettext-tools\libgettextpo\.libs\gettextpo.dll.lib %LIBRARY_PREFIX%\lib
|
| 13 |
+
if errorlevel 1 exit 1
|
| 14 |
+
|
| 15 |
+
@rem Enforce dynamic linkage
|
| 16 |
+
copy gettext-tools\libgettextpo\.libs\gettextpo.dll.lib %LIBRARY_PREFIX%\lib\gettextpo.lib
|
| 17 |
+
if errorlevel 1 exit 1
|
| 18 |
+
|
miniconda3/pkgs/libgettextpo-devel-0.25.1-hf2ab22a_0/info/recipe/parent/install-libgettextpo-devel.sh
ADDED
|
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
#!/bin/bash
|
| 2 |
+
|
| 3 |
+
set -euxo pipefail
|
| 4 |
+
|
| 5 |
+
mkdir -p ${PREFIX}/include
|
| 6 |
+
cp ./gettext-tools/libgettextpo/gettext-po.h ${PREFIX}/include/gettext-po.h
|
| 7 |
+
|
| 8 |
+
pushd ${PREFIX}/lib
|
| 9 |
+
if [[ "${target_platform}" == osx-* ]]; then
|
| 10 |
+
ln -s libgettextpo.*.dylib libgettextpo.dylib
|
| 11 |
+
else
|
| 12 |
+
test -f libgettextpo.so.0
|
| 13 |
+
ln -s libgettextpo.so.0 libgettextpo.so
|
| 14 |
+
fi
|
| 15 |
+
popd
|
| 16 |
+
|
miniconda3/pkgs/libgettextpo-devel-0.25.1-hf2ab22a_0/info/recipe/parent/install-libgettextpo.bat
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
@echo on
|
| 2 |
+
|
| 3 |
+
if not exist %LIBRARY_PREFIX%\bin md %LIBRARY_PREFIX%\bin
|
| 4 |
+
if errorlevel 1 exit 1
|
| 5 |
+
|
| 6 |
+
copy gettext-tools\libgettextpo\.libs\gettextpo-0.dll %LIBRARY_PREFIX%\bin
|
| 7 |
+
if errorlevel 1 exit 1
|
miniconda3/pkgs/libgettextpo-devel-0.25.1-hf2ab22a_0/info/recipe/parent/install-libgettextpo.sh
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
#!/bin/bash
|
| 2 |
+
|
| 3 |
+
set -euxo pipefail
|
| 4 |
+
|
| 5 |
+
mkdir -p $PREFIX/lib
|
| 6 |
+
|
| 7 |
+
if [[ "${target_platform}" == osx-* ]]; then
|
| 8 |
+
cp ./gettext-tools/libgettextpo/.libs/libgettextpo.*.dylib $PREFIX/lib
|
| 9 |
+
else
|
| 10 |
+
cp ./gettext-tools/libgettextpo/.libs/libgettextpo.so.* $PREFIX/lib
|
| 11 |
+
fi
|
miniconda3/pkgs/libgettextpo-devel-0.25.1-hf2ab22a_0/info/recipe/parent/install-libintl-devel.bat
ADDED
|
@@ -0,0 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
@echo on
|
| 2 |
+
|
| 3 |
+
if not exist %LIBRARY_PREFIX%\include md %LIBRARY_PREFIX%\include
|
| 4 |
+
if errorlevel 1 exit 1
|
| 5 |
+
|
| 6 |
+
copy gettext-runtime\intl\libintl.h %LIBRARY_PREFIX%\include\libintl.h
|
| 7 |
+
if errorlevel 1 exit 1
|
| 8 |
+
|
| 9 |
+
if not exist %LIBRARY_PREFIX%\lib md %LIBRARY_PREFIX%\lib
|
| 10 |
+
if errorlevel 1 exit 1
|
| 11 |
+
|
| 12 |
+
copy gettext-runtime\intl\.libs\intl.dll.lib %LIBRARY_PREFIX%\lib
|
| 13 |
+
if errorlevel 1 exit 1
|
| 14 |
+
|
| 15 |
+
@rem Enforce dynamic linkage
|
| 16 |
+
copy gettext-runtime\intl\.libs\intl.dll.lib %LIBRARY_PREFIX%\lib\intl.lib
|
| 17 |
+
if errorlevel 1 exit 1
|
miniconda3/pkgs/libgettextpo-devel-0.25.1-hf2ab22a_0/info/recipe/parent/install-libintl-devel.sh
ADDED
|
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
#!/bin/bash
|
| 2 |
+
|
| 3 |
+
set -euxo pipefail
|
| 4 |
+
|
| 5 |
+
mkdir -p ${PREFIX}/include
|
| 6 |
+
cp ./gettext-runtime/intl/libintl.h ${PREFIX}/include/libintl.h
|
| 7 |
+
|
| 8 |
+
pushd ${PREFIX}/lib
|
| 9 |
+
if [[ "${target_platform}" == osx-* ]]; then
|
| 10 |
+
ln -s libintl.*.dylib libintl.dylib
|
| 11 |
+
else
|
| 12 |
+
echo "This shouldn't be built on Linux"
|
| 13 |
+
exit 1
|
| 14 |
+
# ln -s libintl.so.0 libintl.so
|
| 15 |
+
fi
|
| 16 |
+
popd
|
miniconda3/pkgs/libgettextpo-devel-0.25.1-hf2ab22a_0/info/recipe/parent/install-libintl.bat
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
@echo on
|
| 2 |
+
|
| 3 |
+
if not exist %LIBRARY_PREFIX%\bin md %LIBRARY_PREFIX%\bin
|
| 4 |
+
if errorlevel 1 exit 1
|
| 5 |
+
|
| 6 |
+
copy gettext-runtime\intl\.libs\intl-8.dll %LIBRARY_PREFIX%\bin
|
| 7 |
+
if errorlevel 1 exit 1
|
miniconda3/pkgs/libgettextpo-devel-0.25.1-hf2ab22a_0/info/recipe/parent/install-libintl.sh
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
#!/bin/bash
|
| 2 |
+
|
| 3 |
+
set -euxo pipefail
|
| 4 |
+
|
| 5 |
+
mkdir -p $PREFIX/lib
|
| 6 |
+
|
| 7 |
+
if [[ "${target_platform}" == osx-* ]]; then
|
| 8 |
+
cp ./gettext-runtime/intl/.libs/libintl.*.dylib $PREFIX/lib
|
| 9 |
+
else
|
| 10 |
+
cp ./gettext-runtime/intl/.libs/libintl.so.* $PREFIX/lib
|
| 11 |
+
fi
|