Projects
Multimedia
synfig
Sign Up
Log In
Username
Password
Problem getting expanded diff: service error: ERROR: Failed to download "https://github.com/xbmc/xbmc/archive/v21.2-Omega.tar.gz"
×
We truncated the diff of some files because they were too big. If you want to see the full diff for every file,
click here
.
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 32
View file
_service
Changed
@@ -29,7 +29,6 @@ <param name="exclude">synfig-core/NEWS</param> <param name="exclude">synfig-core/README</param> <param name="exclude">synfig-core/TODO</param> - <param name="exclude">synfig-core/build_tools/Makefile.am</param> <param name="exclude">synfig-core/build_tools/autorevision.sh</param> <param name="exclude">synfig-core/config/ltmain.patch</param> <param name="exclude">synfig-core/config/package</param> @@ -42,12 +41,10 @@ <param name="exclude">synfig-core/src/cmake/install_header.cmake</param> <param name="exclude">synfig-core/src/config.h.cmake.in</param> <param name="exclude">synfig-core/src/modules/CMakeLists.txt</param> - <param name="exclude">synfig-core/src/modules/Makefile.am</param> <param name="exclude">synfig-core/src/modules/lyr_freetype/CMakeLists.txt</param> <param name="exclude">synfig-core/src/modules/lyr_freetype/lyr_freetype.nsh</param> <param name="exclude">synfig-core/src/modules/lyr_freetype/unlyr_freetype.nsh</param> <param name="exclude">synfig-core/src/modules/lyr_std/CMakeLists.txt</param> - <param name="exclude">synfig-core/src/modules/lyr_std/Makefile.am</param> <param name="exclude">synfig-core/src/modules/mod_bmp/CMakeLists.txt</param> <param name="exclude">synfig-core/src/modules/mod_bmp/unmod_bmp.nsh</param> <param name="exclude">synfig-core/src/modules/mod_dv/CMakeLists.txt</param> @@ -108,7 +105,6 @@ <param name="exclude">synfig-core/src/modules/mod_yuv420p/mod_yuv420p.nsh</param> <param name="exclude">synfig-core/src/modules/mod_yuv420p/unmod_yuv420p.nsh</param> <param name="exclude">synfig-core/src/modules/mptr_mplayer/CMakeLists.txt</param> - <param name="exclude">synfig-core/src/modules/synfig_modules.cfg.in</param> <param name="exclude">synfig-core/src/modules/template.nsh</param> <param name="exclude">synfig-core/src/modules/untemplate.nsh</param> <param name="exclude">synfig-core/src/synfig/CMakeLists.txt</param> @@ -255,11 +251,8 @@ <param name="exclude">synfig-studio/brushes/CD_concept/CMakeLists.txt</param> <param name="exclude">synfig-studio/brushes/CD_concept/Eraser.myb</param> <param name="exclude">synfig-studio/brushes/CD_concept/Eraser_prev.png</param> - <param name="exclude">synfig-studio/brushes/CD_concept/Makefile.am</param> <param name="exclude">synfig-studio/brushes/CD_concept/readme.txt</param> <param name="exclude">synfig-studio/brushes/CMakeLists.txt</param> - <param name="exclude">synfig-studio/brushes/Makefile.am</param> - <param name="exclude">synfig-studio/build_tools/Makefile.am</param> <param name="exclude">synfig-studio/build_tools/autorevision.sh</param> <param name="exclude">synfig-studio/build_tools/sif2ico.sh</param> <param name="exclude">synfig-studio/config/ltmain.patch</param> @@ -267,7 +260,6 @@ <param name="exclude">synfig-studio/configure.ac</param> <param name="exclude">synfig-studio/debugcrash</param> <param name="exclude">synfig-studio/docs/bones_gui.txt</param> - <param name="exclude">synfig-studio/doxygen.cfg.in</param> <param name="exclude">synfig-studio/images/CMakeLists.txt</param> <param name="exclude">synfig-studio/images/about_icon.sif</param> <param name="exclude">synfig-studio/images/action_add_to_set_icon.sif</param> @@ -526,7 +518,6 @@ <param name="exclude">synfig-studio/plugins/lottie-exporter/properties/multiDimensionalKeyframed.py</param> <param name="exclude">synfig-studio/plugins/lottie-exporter/properties/offsetKeyframe.py</param> <param name="exclude">synfig-studio/plugins/lottie-exporter/properties/shapeKeyframed.py</param> - <param name="exclude">synfig-studio/plugins/lottie-exporter/properties/shapePropKeyframe/Makefile.am</param> <param name="exclude">synfig-studio/plugins/lottie-exporter/properties/shapePropKeyframe/advanced_outline.py</param> <param name="exclude">synfig-studio/plugins/lottie-exporter/properties/shapePropKeyframe/circle.py</param> <param name="exclude">synfig-studio/plugins/lottie-exporter/properties/shapePropKeyframe/constant_width_outline.py</param>
View file
_service:obs_scm:synfig-1.5.3.obscpio/synfig-core/build_tools/Makefile.am
Added
@@ -0,0 +1,8 @@ +dist_noinst_SCRIPTS = autorevision.sh + +all-local: + sh $(srcdir)/autorevision.sh "$(top_srcdir)" "$(top_builddir)" + +clean-local: + -rm -f $(top_builddir)/autorevision.h +
View file
_service:obs_scm:synfig-1.5.3.obscpio/synfig-core/src/modules/Makefile.am
Added
@@ -0,0 +1,56 @@ +synfiglibdir = @SYNFIGLIB_DIR@ + +MAINTAINERCLEANFILES = \ + Makefile.in + +SUBDIRS = \ + mod_particle \ + mod_filter \ + mod_yuv420p \ + mod_gif \ + mod_gradient \ + mod_geometry \ + mod_noise \ + mod_libavcodec \ + mod_jpeg \ + mod_openexr \ + mod_bmp \ + mod_ppm \ + mod_png \ + mod_dv \ + mod_imagemagick \ + mod_ffmpeg \ + lyr_freetype \ + lyr_std \ + mod_mng \ + mod_svg \ + mod_magickpp \ + mod_example + +EXTRA_DIST = \ + untemplate.nsh \ + template.nsh \ + mod_example/simplecircle.h \ + mod_example/simplecircle.cpp \ + mod_example/main.cpp \ + mod_example/Makefile.am \ + mod_example/metaballs.cpp \ + mod_example/metaballs.h \ + mod_mng/trgt_mng.h \ + mod_mng/unmod_mng.nsh \ + mod_mng/main.cpp \ + mod_mng/Makefile.am \ + mod_mng/mod_mng.nsh \ + mod_mng/trgt_mng.cpp \ + mptr_mplayer/main.cpp \ + mptr_mplayer/mptr_mplayer.h \ + mptr_mplayer/Makefile.am \ + mptr_mplayer/mptr_mplayer.cpp \ + mod_magickpp/trgt_magickpp.h \ + mod_magickpp/unmod_magickpp.nsh \ + mod_magickpp/main.cpp \ + mod_magickpp/Makefile.am \ + mod_magickpp/mod_magickpp.nsh \ + mod_magickpp/trgt_magickpp.cpp + +sysconf_DATA = synfig_modules.cfg
View file
_service:obs_scm:synfig-1.5.3.obscpio/synfig-core/src/modules/lyr_std/Makefile.am
Added
@@ -0,0 +1,73 @@ +MAINTAINERCLEANFILES = \ + Makefile.in + +AM_CPPFLAGS = \ + -I$(top_builddir) \ + -I$(top_srcdir)/src + + +moduledir = @MODULE_DIR@ + +module_LTLIBRARIES = liblyr_std.la + +liblyr_std_la_SOURCES = \ + main.cpp \ + timeloop.cpp \ + timeloop.h \ + perspective.cpp \ + perspective.h \ + xorpattern.cpp \ + booleancurve.h \ + booleancurve.cpp \ + bevel.cpp \ + bevel.h \ + shade.cpp \ + shade.h \ + twirl.cpp \ + twirl.h \ + stretch.cpp \ + stretch.h \ + xorpattern.h \ + clamp.cpp \ + clamp.h \ + supersample.cpp \ + supersample.h \ + insideout.cpp \ + insideout.h \ + julia.cpp \ + julia.h \ + rotate.cpp \ + rotate.h \ + mandelbrot.cpp \ + mandelbrot.h \ + zoom.h \ + zoom.cpp \ + import.cpp \ + import.h \ + translate.h \ + translate.cpp \ + sphere_distort.h \ + sphere_distort.cpp \ + curvewarp.cpp \ + curvewarp.h \ + stroboscope.cpp \ + stroboscope.h \ + freetime.cpp \ + freetime.h + +liblyr_std_la_CXXFLAGS = \ + @SYNFIG_CFLAGS@ + +liblyr_std_la_LIBADD = \ + ../../synfig/libsynfig.la \ + @SYNFIG_LIBS@ + +liblyr_std_la_LDFLAGS = \ + -module \ + -no-undefined \ + -avoid-version + + +EXTRA_DIST = \ + lyr_std.nsh \ + unlyr_std.nsh
View file
_service:obs_scm:synfig-1.5.3.obscpio/synfig-core/src/modules/synfig_modules.cfg.in
Added
@@ -0,0 +1,23 @@ +lyr_std +lyr_freetype +mod_geometry +mod_gradient +mod_particle + +mod_example +mod_gif +mod_imagemagick +mod_magickpp +mod_mng +mod_noise +mod_filter +mod_ffmpeg +mod_bmp +mod_dv +mod_png +mod_ppm +mod_openexr +mod_jpeg +mod_libavcodec +mod_yuv420p +mod_svg
View file
_service:obs_scm:synfig-1.5.3.obscpio/synfig-studio/brushes/CD_concept/Makefile.am
Added
@@ -0,0 +1,19 @@ +BRUSHPACK = CD_concept + +brushpackdir = ${datadir}/synfig/brushes/$(BRUSHPACK) +EXTRA_FILES = \ + 04_pen.myb \ + 04_pen_prev.png \ + 08_pen.myb \ + 08_pen_prev.png \ + Big_BG.myb \ + Big_BG_prev.png \ + Eraser.myb \ + Eraser_prev.png \ + readme.txt + +brushpack_DATA = $(EXTRA_FILES) + +EXTRA_DIST = $(EXTRA_FILES) + +MAINTAINERCLEANFILES = Makefile.in
View file
_service:obs_scm:synfig-1.5.3.obscpio/synfig-studio/brushes/Makefile.am
Added
@@ -0,0 +1,4 @@ +MAINTAINERCLEANFILES = Makefile.in + +SUBDIRS = \ + CD_concept
View file
_service:obs_scm:synfig-1.5.3.obscpio/synfig-studio/build_tools/Makefile.am
Added
@@ -0,0 +1,15 @@ +dist_noinst_SCRIPTS = autorevision.sh sif2ico.sh + +if DEVELOPMENT_SNAPSHOT +all-local: + sh $(srcdir)/autorevision.sh "$(top_srcdir)" "$(top_builddir)" +else +all-local: + -rm -f $(top_builddir)/autorevision.h + touch $(top_builddir)/autorevision.h +endif + +.PHONY: all-local + +clean-local: + -rm -f $(top_builddir)/autorevision.h
View file
_service:obs_scm:synfig-1.5.3.obscpio/synfig-studio/doxygen.cfg.in
Added
@@ -0,0 +1,2564 @@ +# Doxyfile 1.8.20 + +# This file describes the settings to be used by the documentation system +# doxygen (www.doxygen.org) for a project. +# +# All text after a double hash (##) is considered a comment and is placed in +# front of the TAG it is preceding. +# +# All text after a single hash (#) is considered a comment and will be ignored. +# The format is: +# TAG = value value, ... +# For lists, items can also be appended using: +# TAG += value value, ... +# Values that contain spaces should be placed between quotes (\" \"). + +#--------------------------------------------------------------------------- +# Project related configuration options +#--------------------------------------------------------------------------- + +# This tag specifies the encoding used for all characters in the configuration +# file that follow. The default is UTF-8 which is also the encoding used for all +# text before the first occurrence of this tag. Doxygen uses libiconv (or the +# iconv built into libc) for the transcoding. See +# https://www.gnu.org/software/libiconv/ for the list of possible encodings. +# The default value is: UTF-8. + +DOXYFILE_ENCODING = UTF-8 + +# The PROJECT_NAME tag is a single word (or a sequence of words surrounded by +# double-quotes, unless you are using Doxywizard) that should identify the +# project for which the documentation is generated. This name is used in the +# title of most generated pages and in a few other places. +# The default value is: My Project. + +PROJECT_NAME = @PACKAGE@ + +# The PROJECT_NUMBER tag can be used to enter a project or revision number. This +# could be handy for archiving the generated documentation or if some version +# control system is used. + +PROJECT_NUMBER = @VERSION@ + +# Using the PROJECT_BRIEF tag one can provide an optional one line description +# for a project that appears at the top of each page and should give viewer a +# quick idea about the purpose of the project. Keep the description short. + +PROJECT_BRIEF = + +# With the PROJECT_LOGO tag one can specify a logo or an icon that is included +# in the documentation. The maximum height of the logo should not exceed 55 +# pixels and the maximum width should not exceed 200 pixels. Doxygen will copy +# the logo to the output directory. + +PROJECT_LOGO = + +# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) path +# into which the generated documentation will be written. If a relative path is +# entered, it will be relative to the location where doxygen was started. If +# left blank the current directory will be used. + +OUTPUT_DIRECTORY = doc + +# If the CREATE_SUBDIRS tag is set to YES then doxygen will create 4096 sub- +# directories (in 2 levels) under the output directory of each output format and +# will distribute the generated files over these directories. Enabling this +# option can be useful when feeding doxygen a huge amount of source files, where +# putting all generated files in the same directory would otherwise causes +# performance problems for the file system. +# The default value is: NO. + +CREATE_SUBDIRS = NO + +# If the ALLOW_UNICODE_NAMES tag is set to YES, doxygen will allow non-ASCII +# characters to appear in the names of generated files. If set to NO, non-ASCII +# characters will be escaped, for example _xE3_x81_x84 will be used for Unicode +# U+3044. +# The default value is: NO. + +ALLOW_UNICODE_NAMES = NO + +# The OUTPUT_LANGUAGE tag is used to specify the language in which all +# documentation generated by doxygen is written. Doxygen will use this +# information to generate all constant output in the proper language. +# Possible values are: Afrikaans, Arabic, Armenian, Brazilian, Catalan, Chinese, +# Chinese-Traditional, Croatian, Czech, Danish, Dutch, English (United States), +# Esperanto, Farsi (Persian), Finnish, French, German, Greek, Hungarian, +# Indonesian, Italian, Japanese, Japanese-en (Japanese with English messages), +# Korean, Korean-en (Korean with English messages), Latvian, Lithuanian, +# Macedonian, Norwegian, Persian (Farsi), Polish, Portuguese, Romanian, Russian, +# Serbian, Serbian-Cyrillic, Slovak, Slovene, Spanish, Swedish, Turkish, +# Ukrainian and Vietnamese. +# The default value is: English. + +OUTPUT_LANGUAGE = English + +# The OUTPUT_TEXT_DIRECTION tag is used to specify the direction in which all +# documentation generated by doxygen is written. Doxygen will use this +# information to generate all generated output in the proper direction. +# Possible values are: None, LTR, RTL and Context. +# The default value is: None. + +OUTPUT_TEXT_DIRECTION = None + +# If the BRIEF_MEMBER_DESC tag is set to YES, doxygen will include brief member +# descriptions after the members that are listed in the file and class +# documentation (similar to Javadoc). Set to NO to disable this. +# The default value is: YES. + +BRIEF_MEMBER_DESC = YES + +# If the REPEAT_BRIEF tag is set to YES, doxygen will prepend the brief +# description of a member or function before the detailed description +# +# Note: If both HIDE_UNDOC_MEMBERS and BRIEF_MEMBER_DESC are set to NO, the +# brief descriptions will be completely suppressed. +# The default value is: YES. + +REPEAT_BRIEF = YES + +# This tag implements a quasi-intelligent brief description abbreviator that is +# used to form the text in various listings. Each string in this list, if found +# as the leading text of the brief description, will be stripped from the text +# and the result, after processing the whole list, is used as the annotated +# text. Otherwise, the brief description is used as-is. If left blank, the +# following values are used ($name is automatically replaced with the name of +# the entity):The $name class, The $name widget, The $name file, is, provides, +# specifies, contains, represents, a, an and the. + +ABBREVIATE_BRIEF = + +# If the ALWAYS_DETAILED_SEC and REPEAT_BRIEF tags are both set to YES then +# doxygen will generate a detailed section even if there is only a brief +# description. +# The default value is: NO. + +ALWAYS_DETAILED_SEC = NO + +# If the INLINE_INHERITED_MEMB tag is set to YES, doxygen will show all +# inherited members of a class in the documentation of that class as if those +# members were ordinary class members. Constructors, destructors and assignment +# operators of the base classes will not be shown. +# The default value is: NO. + +INLINE_INHERITED_MEMB = NO + +# If the FULL_PATH_NAMES tag is set to YES, doxygen will prepend the full path +# before files name in the file list and in the header files. If set to NO the +# shortest path that makes the file name unique will be used +# The default value is: YES. + +FULL_PATH_NAMES = NO + +# The STRIP_FROM_PATH tag can be used to strip a user-defined part of the path. +# Stripping is only done if one of the specified strings matches the left-hand +# part of the path. The tag can be used to show relative paths in the file list. +# If left blank the directory from which doxygen is run is used as the path to +# strip. +# +# Note that you can specify absolute paths here, but also relative paths, which +# will be relative from the directory where doxygen is started. +# This tag requires that the tag FULL_PATH_NAMES is set to YES. + +STRIP_FROM_PATH = + +# The STRIP_FROM_INC_PATH tag can be used to strip a user-defined part of the +# path mentioned in the documentation of a class, which tells the reader which +# header file to include in order to use a class. If left blank only the name of +# the header file containing the class definition is used. Otherwise one should +# specify the list of include paths that are normally passed to the compiler +# using the -I flag. + +STRIP_FROM_INC_PATH = + +# If the SHORT_NAMES tag is set to YES, doxygen will generate much shorter (but +# less readable) file names. This can be useful is your file systems doesn't +# support long names like on DOS, Mac, or CD-ROM. +# The default value is: NO. + +SHORT_NAMES = NO + +# If the JAVADOC_AUTOBRIEF tag is set to YES then doxygen will interpret the +# first line (until the first dot) of a Javadoc-style comment as the brief +# description. If set to NO, the Javadoc-style will behave just like regular Qt- +# style comments (thus requiring an explicit @brief command for a brief +# description.) +# The default value is: NO. + +JAVADOC_AUTOBRIEF = NO + +# If the JAVADOC_BANNER tag is set to YES then doxygen will interpret a line +# such as +# /*************** +# as being the beginning of a Javadoc-style comment "banner". If set to NO, the +# Javadoc-style will behave just like regular comments and it will not be +# interpreted by doxygen. +# The default value is: NO. + +JAVADOC_BANNER = NO +
View file
_service:obs_scm:synfig-1.5.3.obscpio/synfig-studio/plugins/lottie-exporter/properties/shapePropKeyframe/Makefile.am
Added
@@ -0,0 +1,23 @@ +# Id $ + +PLUGIN_NAME = properties/shapePropKeyframe + +EXTRA_FILES = \ + advanced_outline.py \ + circle.py \ + constant_width_outline.py \ + helper.py \ + outline.py \ + polygon.py \ + rectangle.py \ + region.py \ + star.py + +plugindir = ${datadir}/synfig/plugins/lottie-exporter/$(PLUGIN_NAME) +plugin_DATA = \ + $(EXTRA_FILES) + +EXTRA_DIST = \ + $(EXTRA_FILES) + +MAINTAINERCLEANFILES = Makefile.in
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.