diff options
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/Makefile | 1 | ||||
-rw-r--r-- | graphics/R-cran-magick/Makefile | 2 | ||||
-rw-r--r-- | graphics/R-cran-magick/distinfo | 6 | ||||
-rw-r--r-- | graphics/gegl/Makefile | 5 | ||||
-rw-r--r-- | graphics/gegl/distinfo | 4 | ||||
-rw-r--r-- | graphics/hvif-tools/Makefile | 23 | ||||
-rw-r--r-- | graphics/hvif-tools/distinfo | 3 | ||||
-rw-r--r-- | graphics/hvif-tools/pkg-descr | 8 | ||||
-rw-r--r-- | graphics/ogre3d/Makefile | 12 | ||||
-rw-r--r-- | graphics/ogre3d/distinfo | 6 | ||||
-rw-r--r-- | graphics/ogre3d/pkg-plist | 9 |
11 files changed, 62 insertions, 17 deletions
diff --git a/graphics/Makefile b/graphics/Makefile index fcb33282df96..8f23e7fa450e 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -346,6 +346,7 @@ SUBDIR += hppsmtools SUBDIR += hs-tart SUBDIR += hugin + SUBDIR += hvif-tools SUBDIR += hyprgraphics SUBDIR += hyprland-protocols SUBDIR += icat diff --git a/graphics/R-cran-magick/Makefile b/graphics/R-cran-magick/Makefile index f212ad069b98..240b5d124079 100644 --- a/graphics/R-cran-magick/Makefile +++ b/graphics/R-cran-magick/Makefile @@ -1,5 +1,5 @@ PORTNAME= magick -DISTVERSION= 2.8.7 +DISTVERSION= 2.9.0 CATEGORIES= graphics DISTNAME= ${PORTNAME}_${DISTVERSION} diff --git a/graphics/R-cran-magick/distinfo b/graphics/R-cran-magick/distinfo index dd867f6b291f..9cda7351d602 100644 --- a/graphics/R-cran-magick/distinfo +++ b/graphics/R-cran-magick/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749271035 -SHA256 (magick_2.8.7.tar.gz) = 355a857e79fe8e6d87ee99f3f731e2823b7c241a316c7063a033de6861b9f206 -SIZE (magick_2.8.7.tar.gz) = 4601217 +TIMESTAMP = 1757420795 +SHA256 (magick_2.9.0.tar.gz) = 477d717075651d2d508a66c313fd82b5e530b5ba7603b4a6cafa8c8e8cb6dfba +SIZE (magick_2.9.0.tar.gz) = 4602007 diff --git a/graphics/gegl/Makefile b/graphics/gegl/Makefile index 189c564ad4a3..7c363201fa41 100644 --- a/graphics/gegl/Makefile +++ b/graphics/gegl/Makefile @@ -1,9 +1,12 @@ PORTNAME= gegl DISTVERSION= 0.4.62 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= graphics MASTER_SITES= GIMP +PATCH_SITES+= https://gitlab.gnome.org/GNOME/gegl/-/commit/ +PATCHFILES+= eda8ba51786f197b72265eafcdab407d91ec9c70.diff:-p1 + MAINTAINER= gnome@FreeBSD.org COMMENT= Graph based image processing framework WWW= https://gegl.org/ diff --git a/graphics/gegl/distinfo b/graphics/gegl/distinfo index 6baf544fe586..20c4e35e202d 100644 --- a/graphics/gegl/distinfo +++ b/graphics/gegl/distinfo @@ -1,3 +1,5 @@ -TIMESTAMP = 1752052464 +TIMESTAMP = 1757339996 SHA256 (gegl-0.4.62.tar.xz) = 5887576371ebf1d9e90797d10e4b9a7f1658228d4827583e79e1db3d94505c6c SIZE (gegl-0.4.62.tar.xz) = 6025372 +SHA256 (eda8ba51786f197b72265eafcdab407d91ec9c70.diff) = 2e83d7f6835a9eda7dcbba6579a762bf6c231457109176f4de20ffabd85ecf63 +SIZE (eda8ba51786f197b72265eafcdab407d91ec9c70.diff) = 1335 diff --git a/graphics/hvif-tools/Makefile b/graphics/hvif-tools/Makefile new file mode 100644 index 000000000000..b072d5355c1f --- /dev/null +++ b/graphics/hvif-tools/Makefile @@ -0,0 +1,23 @@ +PORTNAME= hvif-tools +DISTVERSION= 1.0.1 +CATEGORIES= graphics +MASTER_SITES= https://github.com/threedeyes/${PORTNAME}/releases/download/${DISTVERSION}/ + +MAINTAINER= hoanga@gmail.com +COMMENT= Toolkit for converting HVIF icons to SVG and back +WWW= https://github.com/threedeyes/hvif-tools/ + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + +BUILD_DEPENDS= ${LOCALBASE}/include/nanosvg.h:graphics/nanosvg + +USES= cmake localbase + +EXTRACT_AFTER_ARGS= --exclude external \ + --no-same-owner --no-same-permissions + +PLIST_FILES= bin/hvif2svg \ + bin/svg2hvif + +.include <bsd.port.mk> diff --git a/graphics/hvif-tools/distinfo b/graphics/hvif-tools/distinfo new file mode 100644 index 000000000000..a1ec01900764 --- /dev/null +++ b/graphics/hvif-tools/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1757295299 +SHA256 (hvif-tools-1.0.1.tar.gz) = 3abfa05b8de481931b66c640bf19910d0f41831d22cc25a4a8fd0d0a9b16f26f +SIZE (hvif-tools-1.0.1.tar.gz) = 312308 diff --git a/graphics/hvif-tools/pkg-descr b/graphics/hvif-tools/pkg-descr new file mode 100644 index 000000000000..800ba8e92b6a --- /dev/null +++ b/graphics/hvif-tools/pkg-descr @@ -0,0 +1,8 @@ +A small set of command-line tools to work with the Haiku Vector Icon +Format (HVIF). + +Usage for hvif2svg: +hvif2svg input.hvif outout.svg [width] [height] + +Usage for svg2hvif: +svg2hvif [-v | --verbose] input.svg output.hvif diff --git a/graphics/ogre3d/Makefile b/graphics/ogre3d/Makefile index 4f060820dca5..1d982d363f2e 100644 --- a/graphics/ogre3d/Makefile +++ b/graphics/ogre3d/Makefile @@ -1,7 +1,6 @@ PORTNAME= ogre3d DISTVERSIONPREFIX= v -DISTVERSION= 14.4.0 -PORTREVISION= 2 +DISTVERSION= 14.4.1 CATEGORIES= graphics devel MAINTAINER= fluffy@FreeBSD.org @@ -15,8 +14,6 @@ LIB_DEPENDS= libzzip.so:devel/zziplib \ libfreetype.so:print/freetype2 # libimgui.so:x11-toolkits/imgui -CONFLICTS= ogre3d19 - USES= cmake compiler:c++14-lang pkgconfig sdl xorg USE_LDCONFIG= yes USE_SDL= sdl2 @@ -26,6 +23,8 @@ USE_GITHUB= yes GH_ACCOUNT= OGRECave GH_PROJECT= ogre +CONFLICTS= ogre3d19 + PORTDOCS= * CMAKE_ARGS+= OGRE_MEDIA_PATH="share/OGRE/Media" @@ -66,19 +65,20 @@ PROFILE_CMAKE_BOOL= OGRE_PROFILING CSHARP_DESC= Build Csharp bindings CSHARP_CMAKE_BOOL= OGRE_BUILD_COMPONENT_CSHARP CSHARP_BUILD_DEPENDS= swig:devel/swig +CSHARP_USES= mono JAVA_CMAKE_BOOL= OGRE_BUILD_COMPONENT_JAVA JAVA_BUILD_DEPENDS= swig:devel/swig JAVA_VARS= CMAKE_ARGS+=-DJAVA_HOME=${JAVA_HOME} JAVA_USES= java -JAVA_BROKEN= error: incompatible types: SWIGTYPE_p_std__mapT_std__string_std__string_std__lessT_std__string_t_t__iterator cannot be converted to Iterator +JAVA_CATEGORIES= java PYTHON_CMAKE_BOOL= OGRE_BUILD_COMPONENT_PYTHON PYTHON_BUILD_DEPENDS= swig:devel/swig PYTHON_USES= python CXXFLAGS+= -DNDEBUG -I${LOCALBASE}/include -I${LOCALBASE}/include/Imath -PLIST_SUB+= LIBVERSION=${PORTVERSION:R} +PLIST_SUB+= LIBVERSION=${PORTVERSION:R} PORTVERSION=${PORTVERSION} .include <bsd.port.options.mk> diff --git a/graphics/ogre3d/distinfo b/graphics/ogre3d/distinfo index 15208737ae82..7a1d6f8b7ca0 100644 --- a/graphics/ogre3d/distinfo +++ b/graphics/ogre3d/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1753776498 -SHA256 (OGRECave-ogre-v14.4.0_GH0.tar.gz) = dce4bacf90976020bebafb7d15404af74f674bf9f9f3c6377429cb4493db528b -SIZE (OGRECave-ogre-v14.4.0_GH0.tar.gz) = 94148698 +TIMESTAMP = 1757413152 +SHA256 (OGRECave-ogre-v14.4.1_GH0.tar.gz) = 1c1d5d48b26acf8dd3f32fcb4cafd1216f9fe3a2ceec260ec086926651ad74de +SIZE (OGRECave-ogre-v14.4.1_GH0.tar.gz) = 94149361 diff --git a/graphics/ogre3d/pkg-plist b/graphics/ogre3d/pkg-plist index 879cbb214ed1..43c4cf81ae9b 100644 --- a/graphics/ogre3d/pkg-plist +++ b/graphics/ogre3d/pkg-plist @@ -582,9 +582,13 @@ lib/OGRE/cmake/OGREConfig.cmake lib/OGRE/cmake/OGREConfigVersion.cmake lib/OGRE/cmake/OgreTargets-%%CMAKE_BUILD_TYPE%%.cmake lib/OGRE/cmake/OgreTargets.cmake +%%JAVA%%lib/OGRE/libOgreJNI.so +%%CSHARP%%lib/cli/ogre-sharp-%%PORTVERSION%%/Ogre.dll +%%CSHARP%%lib/cli/ogre-sharp-%%PORTVERSION%%/libOgre.so lib/libOgreBites.so lib/libOgreBites.so.%%LIBVERSION%% %%BULLET%%lib/libOgreBullet.so +%%JAVA%%lib/libOgreJNI.so lib/libOgreMain.so lib/libOgreMain.so.%%LIBVERSION%% lib/libOgreMeshLodGenerator.so @@ -1320,9 +1324,10 @@ share/OGRE-%%LIBVERSION%%/Media/thumbnails/thumb_water.png share/OGRE-%%LIBVERSION%%/Media/volumeTerrain/triplanarReference.material share/OGRE-%%LIBVERSION%%/Media/volumeTerrain/volumeTerrain.cfg share/OGRE-%%LIBVERSION%%/Media/volumeTerrain/volumeTerrainBig.zip -%%JAVA%%share/OGRE/java/Ogre-14.3.jar -%%JAVA%%lib/OGRE/libOgreJNI.so +%%JAVA%%share/OGRE/java/Ogre-%%PORTVERSION%%.jar +%%JAVA%%%%JAVASHAREDIR%%/Ogre-%%PORTVERSION%%.jar share/OGRE-%%LIBVERSION%%/plugins.cfg share/OGRE-%%LIBVERSION%%/resources.cfg share/OGRE-%%LIBVERSION%%/samples.cfg %%JAVA%%@dir share/OGRE/java +%%CSHARP%%@dir lib/cli |