Commit Graph

34 Commits

Author SHA1 Message Date
مهدي شينون (Mehdi Chinoune)
6c98f8ae3f replace CMAKE_SHARED_LIBRARY_NAME_WITH_VERSION with CMAKE_DLL_NAME_WITH_SOVERSION 2023-09-06 06:11:02 +01:00
مهدي شينون (Mehdi Chinoune)
d2dea0bfae openjpeg2: Use CMake option to set shared library name 2022-12-18 15:00:48 +01:00
Christoph Reiter
f31443fbd9 libtiff: rebuilds 2022-12-17 08:29:05 +01:00
Biswapriyo Nath
2e9cc8f1cd openjpeg2: Add Cflags.private in pkgconfig file
Also remove unwanted 0005-sock-jpip.all.patch file because
src/lib/openjpip/sock_manager.h already includes winsock.h
2022-05-15 18:23:32 +05:30
Biswapriyo Nath
7f50b9ab81 openjpeg2: update to 2.5.0
* Remove obsolete cmake build options BUILD_MJ2, BUILD_JPWL and BUILD_JP3D.
* Remove upstream 0001-fix-install-for-dlls.all.patch file.
  commit 07ef7d750b
  commit 23f5eeec20
* Remove 0007-workaround-jp3d-opj_free-link.patch file as jp3d is removed.
* Remove upstrem 0008-cmake-add-install-interface-include-directory.patch file.
  commit 5c2053950e
* Remove hunks for openjp3d, openmj2 and openjpwl directories.
2022-05-14 10:50:19 +05:30
Biswapriyo Nath
76881d3b1f openjepg2: Reapply stdcall for all library type
This patch was disable in 8edfe204d9 commit.
But it fixes static linking with 32 bit ffmpeg. Previously, the stdcall
decoration was only enabled in shared libs but not in static libs. So,
when OPJ_STATIC is enabled the ffmpeg configure fails to check function
without stdcall decoration in 32 bit environment.
2022-04-26 08:00:45 +05:30
Miloš Komarčević
3504e663fe enable a few more clangarm64 packages 2022-02-11 11:02:29 +01:00
Christoph Reiter
7c67d9c465 Make sure every package using a C/C++ compiler depends on one
The "cc" virtual package provides the environment default compiler.
2022-01-08 17:11:16 +01:00
Mehdi Chinoune
58a210906f openjpeg2: add install interface include directory (backport) 2021-09-24 07:09:20 +01:00
Biswapriyo Nath
a95b4f05c5 openjpeg2: Update to 2.4.0, use ninja
* Mention BUILD_STATIC_LIBS option for both static (on) and shared (off)
* Add temporary workaround for opj_free function
2021-09-18 23:59:47 +05:30
Jeremy Drake
efafe93782 add clang32 to more packages.
All packages which successfully built on clang64, for which all of their
dependencies are already available for clang32.

Batch 4
2021-06-28 11:03:33 -07:00
Christoph Reiter
81bf16586c Enable clang64 for everything 2021-04-25 19:30:11 +02:00
Christoph Reiter
2d3933dd60 More ucrt 2021-03-27 13:01:21 +01:00
Viktor Szakats
c213366c9e use HTTPS in URLs where supported 2019-09-15 15:37:55 +00:00
JPeterMugaas
8e913b8491 mingw-w64-openjpeg2 - 2.3.1 - - Update to latest version
Update  patches for new version and add a patch to disable the Java  opj_viewer .jar since we don't support Java.
2019-04-04 05:29:16 -04:00
Alexey Pavlov
7f7c5abac5 openjpeg2: Fix destination for cmake configure files 2018-08-21 11:12:39 +03:00
Alexey Pavlov
28d1236891 openjpeg2: Update to 2.3.0 2017-10-06 08:51:39 +03:00
Christoph Reiter
4d8828efed Make pkgbase of all packages match the name of the PKGBUILD directory (#2878)
This either changes the pkgbase to match the directory name
or the other way around.

The motivation for this is to make it possible to automatically generate
an URL to the PKGBUILD file from the package information alone.
2017-09-12 14:25:41 +03:00
Christoph Reiter
fbbe0f761e openjpeg2: Update to 2.2.0 (#2794)
Include a build fix from upstream master. See https://github.com/uclouvain/openjpeg/issues/994
2017-08-16 21:30:16 +03:00
Alexey Pavlov
510ce84648 openjpeg2: Fix building. 2017-03-22 12:06:00 +03:00
J. Peter Mugaas
8edfe204d9 Openjpeg2 (#1772)
* openjpeg2 - 2.1.2

Update to latest version

* mingw-w64-openjpeg2 - 12.1.2. - minor format to force updpkgsums

* Yodate to latest version and attempt to rekey patches.
2016-10-08 00:01:47 +03:00
Alexey Pavlov
bd8be55e11 Rebuild some packages. 2016-04-01 15:19:53 +03:00
Alexey Pavlov
542632290d openjpeg: Rebuild 2016-03-03 11:16:24 +03:00
Viktor Szakats
e32a40cc92 switch to sha256 checksums
* upgrade some broken packages
* correct some broken urls/checksums
* use secure urls where possible
* update PKGBUILD templates
* remove line-ending whitespace
* minor typos/fixes

Remaining md5sums either didn't download or
didn't pass checksum tests.
2016-02-25 20:55:26 +01:00
Alexey Pavlov
382e084ac1 openjpeg: Rebuild 2015-10-13 11:00:40 +03:00
Alexey Pavlov
c6910c98ff === Rebuild with GCC-5.1.0. Part II === 2015-07-01 17:46:43 +03:00
Renato Silva
6daa9f99f9 Trailing whitespace cleanup. 2015-02-09 18:45:05 -02:00
Alexpux
116fd8fb07 openjpeg2: Fix std call convention for Win platform. 2014-08-31 00:51:51 +04:00
Alexpux
5763a0be90 openjpeg2: Update to 2.1.0 2014-08-06 16:19:32 +04:00
Alexpux
53ad3d3546 openjpeg2: Build both static and shared. 2014-07-21 15:40:02 +04:00
Alexpux
d92815a652 Fix scripts to use new global MINGW_PACKAGE_PREFIX variable instead locally defined 2014-06-11 07:11:51 +04:00
Alexpux
228bb23d40 Fix formatting. Replace TAB with two spaces 2014-04-22 16:46:15 +04:00
Alexpux
262aacd17d openjpeg2: Build versioned dlls. Install pkgconfig files. Thanks to LRN! 2014-04-17 09:57:50 +04:00
Alexpux
c06ae0a581 Add openjpeg2 package. 2014-02-11 11:12:26 +04:00