FreeBSD Bugzilla – Attachment 207554 Details for
Bug 240632
[NEW PORT] graphics/ebsynth: Example-based Image Synthesis and Style Transfer
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
new port ebsynth
ebsynth.shar.txt (text/plain), 2.54 KB, created by
Shane
on 2019-09-17 09:49:02 UTC
(
hide
)
Description:
new port ebsynth
Filename:
MIME Type:
Creator:
Shane
Created:
2019-09-17 09:49:02 UTC
Size:
2.54 KB
patch
obsolete
># This is a shell archive. Save it in a file, remove anything before ># this line, and then unpack it by entering "sh file". Note, it may ># create directories; files and directories will be owned by you and ># have default permissions. ># ># This archive contains: ># ># graphics/ebsynth ># graphics/ebsynth/files ># graphics/ebsynth/files/patch-Makefile ># graphics/ebsynth/distinfo ># graphics/ebsynth/Makefile ># graphics/ebsynth/pkg-descr ># >echo c - graphics/ebsynth >mkdir -p graphics/ebsynth > /dev/null 2>&1 >echo c - graphics/ebsynth/files >mkdir -p graphics/ebsynth/files > /dev/null 2>&1 >echo x - graphics/ebsynth/files/patch-Makefile >sed 's/^X//' >graphics/ebsynth/files/patch-Makefile << 'd2e49fc123ead488659389155239d76e' >X--- Makefile.orig 2019-09-02 04:26:37 UTC >X+++ Makefile >X@@ -0,0 +1,12 @@ >X+ >X+CXXFLAGS+= -O3 -fopenmp -DNDEBUG -Iinclude -std=c++11 >X+ >X+OBJS=src/ebsynth.o src/ebsynth_cpu.o src/ebsynth_nocuda.o >X+ >X+src/%.o: src/%.cpp include/ebsynth.h >X+ $(CXX) $(CXXFLAGS) -o $(.TARGET) $(.ALLSRC) >X+ >X+ebsynth: $(OBJS) >X+ $(CXX) $(CXXFLAGS) -o $(.TARGET) $(.ALLSRC) >X+ >X+all: ebsynth >d2e49fc123ead488659389155239d76e >echo x - graphics/ebsynth/distinfo >sed 's/^X//' >graphics/ebsynth/distinfo << '02145969c4f6ccdd737e1a7d62127479' >XTIMESTAMP = 1567394198 >XSHA256 (jamriska-ebsynth-20190510-2f5c97c0c21a_GH0.tar.gz) = 87c375141cfd00b5ea27a32762764496b821c394c540a2fd2a7af60e9e5efcd5 >XSIZE (jamriska-ebsynth-20190510-2f5c97c0c21a_GH0.tar.gz) = 12569648 >02145969c4f6ccdd737e1a7d62127479 >echo x - graphics/ebsynth/Makefile >sed 's/^X//' >graphics/ebsynth/Makefile << 'b7b39cd20f5e0c7848a8c788ad045abd' >X# $FreeBSD$ >X >XPORTNAME= ebsynth >X# no tagged releases - use commit date >XPORTVERSION= 20190510 >XCATEGORIES= graphics >X >XMAINTAINER= FreeBSD@ShaneWare.biz >XCOMMENT= Example-based Image Synthesis and Style Transfer >X >XLICENSE= PD >X >XLIB_DEPENDS= libomp.so:devel/openmp >X >XUSES= localbase >XUSE_GITHUB= yes >XGH_ACCOUNT= jamriska >XGH_TAGNAME= 2f5c97c0c21a >X >XCXXFLAGS+= -L${LOCALBASE}/lib -Wno-unused-command-line-argument >X >XPLIST_FILES= bin/ebsynth >X >Xdo-install: >X ${INSTALL_PROGRAM} ${WRKSRC}/ebsynth ${STAGEDIR}${LOCALBASE}/bin >X >X.include <bsd.port.mk> >b7b39cd20f5e0c7848a8c788ad045abd >echo x - graphics/ebsynth/pkg-descr >sed 's/^X//' >graphics/ebsynth/pkg-descr << 'b35922d4b70388d896a0518fa5edf1bd' >Xebsynth is a tool for by-example synthesis of images. It can be used >Xfor a variety of image synthesis tasks, including guided texture >Xsynthesis, artistic style transfer, content-aware inpainting and >Xsuper-resolution. >X >XWWW: https://ebsynth.com >b35922d4b70388d896a0518fa5edf1bd >exit >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 240632
:
207554
|
207612