FreeBSD Bugzilla – Attachment 204037 Details for
Bug 237575
New port: multimedia/libopenshot: OpenShot Video Library
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
shar for multimedia/libopenshot
libopenshot.shar (text/plain), 6.63 KB, created by
Tatsuki Makino
on 2019-04-26 10:15:57 UTC
(
hide
)
Description:
shar for multimedia/libopenshot
Filename:
MIME Type:
Creator:
Tatsuki Makino
Created:
2019-04-26 10:15:57 UTC
Size:
6.63 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: ># ># . ># ./Makefile ># ./distinfo ># ./files ># ./files/patch-src_CMakeLists.txt ># ./pkg-descr ># ./pkg-plist ># >echo c - . >mkdir -p . > /dev/null 2>&1 >echo x - ./Makefile >sed 's/^X//' >./Makefile << '464ef7c6571951809b23e262cbe26e19' >X# $FreeBSD$ >X >XPORTNAME= libopenshot >XDISTVERSIONPREFIX= v >XDISTVERSION= 0.2.3-42 >XDISTVERSIONSUFFIX= -gaa85c1b >XCATEGORIES= multimedia >X >XMAINTAINER= tatsuki_makino@hotmail.com >XCOMMENT= OpenShot Video Library >X >XLICENSE= LGPL3 >X >XFETCH_DEPENDS= ca_root_nss>=0:security/ca_root_nss >XBUILD_DEPENDS= swig3.0:devel/swig30 \ >X unittest-cpp>=0:devel/unittest-cpp \ >X ${LOCALBASE}/include/zmq.hpp:net/cppzmq >XLIB_DEPENDS= libopenshot-audio.so:audio/libopenshot-audio \ >X libjsoncpp.so:devel/jsoncpp \ >X libomp.so:devel/openmp \ >X libzmq.so:net/libzmq4 >X >XUSES= cmake pkgconfig python:3.5+,build qt:5 >XUSE_LDCONFIG= yes >XUSE_GITHUB= yes >XGH_ACCOUNT= OpenShot >XUSE_PYTHON= noflavors >XUSE_QT= core gui multimedia widgets qmake_build buildtools_build >X >XCMAKE_ON= USE_SYSTEM_JSONCPP \ >X DISABLE_TESTS \ >X CMAKE_DISABLE_FIND_PACKAGE_Doxygen \ >X CMAKE_DISABLE_FIND_PACKAGE_ImageMagick \ >X CMAKE_DISABLE_FIND_PACKAGE_RESVG \ >X CMAKE_DISABLE_FIND_PACKAGE_Ruby >XOPTIONS_DEFAULT= FFMPEG >XOPTIONS_SINGLE= LIBAVCODEC >XOPTIONS_SINGLE_LIBAVCODEC= FFMPEG LIBAV >XFFMPEG_LIB_DEPENDS= \ >X libavcodec.so:multimedia/ffmpeg \ >X libavdevice.so:multimedia/ffmpeg \ >X libavfilter.so:multimedia/ffmpeg \ >X libavformat.so:multimedia/ffmpeg \ >X libavresample.so:multimedia/ffmpeg \ >X libavutil.so:multimedia/ffmpeg \ >X libpostproc.so:multimedia/ffmpeg \ >X libswresample.so:multimedia/ffmpeg \ >X libswscale.so:multimedia/ffmpeg >XLIBAV_LIB_DEPENDS= \ >X libavcodec.so:multimedia/libav \ >X libavdevice.so:multimedia/libav \ >X libavfilter.so:multimedia/libav \ >X libavformat.so:multimedia/libav \ >X libavresample.so:multimedia/libav \ >X libavutil.so:multimedia/libav \ >X libpostproc.so:multimedia/libav \ >X libswresample.so:multimedia/libav \ >X libswscale.so:multimedia/libav >X >X.include <bsd.port.mk> >464ef7c6571951809b23e262cbe26e19 >echo x - ./distinfo >sed 's/^X//' >./distinfo << 'aec8793adfd5b7c3f00e62ae41a09ac2' >XTIMESTAMP = 1556290800 >XSHA256 (OpenShot-libopenshot-v0.2.3-42-gaa85c1b_GH0.tar.gz) = dd5d931e7496bf6c0790f66cc23e1208dd0adec9b8d960caa144de39e2bfc3f7 >XSIZE (OpenShot-libopenshot-v0.2.3-42-gaa85c1b_GH0.tar.gz) = 10258194 >aec8793adfd5b7c3f00e62ae41a09ac2 >echo c - ./files >mkdir -p ./files > /dev/null 2>&1 >echo x - ./files/patch-src_CMakeLists.txt >sed 's/^X//' >./files/patch-src_CMakeLists.txt << 'fb739b4381a8c2ce328ae77285561954' >X--- src/CMakeLists.txt.orig 2019-04-16 21:47:32 UTC >X+++ src/CMakeLists.txt >X@@ -45,6 +45,8 @@ IF (APPLE) >X SET(JUCE_PLATFORM_SPECIFIC_LIBRARIES "-framework Carbon -framework Cocoa -framework CoreFoundation -framework CoreAudio -framework CoreMidi -framework IOKit -framework AGL -framework AudioToolbox -framework QuartzCore -lobjc -framework Accelerate") >X ENDIF(APPLE) >X >X+find_library(EXECINFO_LIBRARY NAMES execinfo) >X+ >X ################ IMAGE MAGICK ################## >X # Set the Quantum Depth that ImageMagick was built with (default to 16 bits) >X IF (MAGICKCORE_QUANTUM_DEPTH) >X@@ -312,6 +314,7 @@ SET ( REQUIRED_LIBRARIES >X ${PROFILER} >X ${JSONCPP_LIBRARY} >X ${ZMQ_LIBRARIES} >X+ ${EXECINFO_LIBRARY} >X ) >X >X IF (AVCODEC_FOUND) >fb739b4381a8c2ce328ae77285561954 >echo x - ./pkg-descr >sed 's/^X//' >./pkg-descr << '0e313719ff012ceaf97a028d51caa8f5' >XOpenShot Video Library (libopenshot) is a free, open-source project dedicated >Xto delivering high quality video editing, animation, and playback solutions to >Xthe world. API currently supports C++, Python, and Ruby. >X >XWWW: https://www.openshot.org/ >0e313719ff012ceaf97a028d51caa8f5 >echo x - ./pkg-plist >sed 's/^X//' >./pkg-plist << 'ef3e7f63841ae908ba397c2bef1fbad6' >Xinclude/libopenshot/AudioBufferSource.h >Xinclude/libopenshot/AudioReaderSource.h >Xinclude/libopenshot/AudioResampler.h >Xinclude/libopenshot/CacheBase.h >Xinclude/libopenshot/CacheDisk.h >Xinclude/libopenshot/CacheMemory.h >Xinclude/libopenshot/ChannelLayouts.h >Xinclude/libopenshot/ChunkReader.h >Xinclude/libopenshot/ChunkWriter.h >Xinclude/libopenshot/Clip.h >Xinclude/libopenshot/ClipBase.h >Xinclude/libopenshot/Color.h >Xinclude/libopenshot/Coordinate.h >Xinclude/libopenshot/CrashHandler.h >Xinclude/libopenshot/DecklinkInput.h >Xinclude/libopenshot/DecklinkOutput.h >Xinclude/libopenshot/DecklinkReader.h >Xinclude/libopenshot/DecklinkWriter.h >Xinclude/libopenshot/DummyReader.h >Xinclude/libopenshot/EffectBase.h >Xinclude/libopenshot/EffectInfo.h >Xinclude/libopenshot/Effects.h >Xinclude/libopenshot/Enums.h >Xinclude/libopenshot/Exceptions.h >Xinclude/libopenshot/FFmpegReader.h >Xinclude/libopenshot/FFmpegUtilities.h >Xinclude/libopenshot/FFmpegWriter.h >Xinclude/libopenshot/Fraction.h >Xinclude/libopenshot/Frame.h >Xinclude/libopenshot/FrameMapper.h >Xinclude/libopenshot/ImageReader.h >Xinclude/libopenshot/ImageWriter.h >Xinclude/libopenshot/Json.h >Xinclude/libopenshot/KeyFrame.h >Xinclude/libopenshot/OpenMPUtilities.h >Xinclude/libopenshot/OpenShot.h >Xinclude/libopenshot/PlayerBase.h >Xinclude/libopenshot/Point.h >Xinclude/libopenshot/Profiles.h >Xinclude/libopenshot/Qt/AudioPlaybackThread.h >Xinclude/libopenshot/Qt/PlayerDemo.h >Xinclude/libopenshot/Qt/PlayerPrivate.h >Xinclude/libopenshot/Qt/VideoCacheThread.h >Xinclude/libopenshot/Qt/VideoPlaybackThread.h >Xinclude/libopenshot/Qt/VideoRenderWidget.h >Xinclude/libopenshot/Qt/VideoRenderer.h >Xinclude/libopenshot/QtImageReader.h >Xinclude/libopenshot/QtPlayer.h >Xinclude/libopenshot/ReaderBase.h >Xinclude/libopenshot/RendererBase.h >Xinclude/libopenshot/Settings.h >Xinclude/libopenshot/Tests.h >Xinclude/libopenshot/TextReader.h >Xinclude/libopenshot/Timeline.h >Xinclude/libopenshot/Version.h >Xinclude/libopenshot/WriterBase.h >Xinclude/libopenshot/ZmqLogger.h >Xinclude/libopenshot/effects/Bars.h >Xinclude/libopenshot/effects/Blur.h >Xinclude/libopenshot/effects/Brightness.h >Xinclude/libopenshot/effects/ChromaKey.h >Xinclude/libopenshot/effects/ColorShift.h >Xinclude/libopenshot/effects/Crop.h >Xinclude/libopenshot/effects/Deinterlace.h >Xinclude/libopenshot/effects/Hue.h >Xinclude/libopenshot/effects/Mask.h >Xinclude/libopenshot/effects/Negate.h >Xinclude/libopenshot/effects/Pixelate.h >Xinclude/libopenshot/effects/Saturation.h >Xinclude/libopenshot/effects/Shift.h >Xinclude/libopenshot/effects/Wave.h >Xlib/libopenshot.so >Xlib/libopenshot.so.0.2.3 >Xlib/libopenshot.so.17 >X%%PYTHON_SITELIBDIR%%/_openshot.so >X%%PYTHON_SITELIBDIR%%/openshot.py >ef3e7f63841ae908ba397c2bef1fbad6 >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
Flags:
tatsuki_makino
:
maintainer-approval+
Actions:
View
Attachments on
bug 237575
:
204029
|
204032
|
204037
|
204300
|
204301
|
204387