From 5e880011878e52d61c64dab3f6745d44583df974 Mon Sep 17 00:00:00 2001 From: Troy Dawson Date: Jan 31 2022 19:19:16 +0000 Subject: epel8-playground decommissioned : https://pagure.io/epel/issue/136 --- diff --git a/.gitignore b/.gitignore deleted file mode 100644 index be7561a..0000000 --- a/.gitignore +++ /dev/null @@ -1,11 +0,0 @@ -libprojectM-2.0.1.tar.bz2 -/projectM-complete-2.1.0-Source.tar.gz -/libprojectM-3.1.1-rc3.tar.gz -/libprojectM-f2e0a32.tar.gz -/libprojectM-3.1.1-rc4.tar.gz -/libprojectM-3.1.1-rc7.tar.gz -/libprojectM-3.1.3.tar.gz -/libprojectM-3.1.7.tar.gz -/libprojectM-3.1.8.tar.gz -/libprojectM-3.1.11.tar.gz -/libprojectM-3.1.12.tar.gz diff --git a/dead.package b/dead.package new file mode 100644 index 0000000..a72aec0 --- /dev/null +++ b/dead.package @@ -0,0 +1 @@ +epel8-playground decommissioned : https://pagure.io/epel/issue/136 diff --git a/libprojectM.spec b/libprojectM.spec deleted file mode 100644 index 99bb184..0000000 --- a/libprojectM.spec +++ /dev/null @@ -1,435 +0,0 @@ -%global reltag rc7 -%global commit0 f2e0a32368e73a26746b0ac04a9182b23256825f -%global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) - -Name: libprojectM -Version: 3.1.12 -Release: 1%{?dist} -Summary: The libraries for the projectM music visualization plugin -License: LGPLv2+ -URL: https://github.com/projectM-visualizer/projectm -Source0: https://github.com/projectM-visualizer/projectm/archive/v%{version}/libprojectM-%{version}.tar.gz -#Source0: https://github.com/projectM-visualizer/projectm/archive/v%%{version}-%%{reltag}/libprojectM-%%{version}-%%{reltag}.tar.gz -#Source0: https://github.com/projectM-visualizer/projectm/archive/%%{commit0}/%%{name}-%%{shortcommit0}.tar.gz -#Patch1: projectM-disable_native_plugins.patch -#Patch3: projectm-3.1.0-autotools.patch - -BuildRequires: libtool -BuildRequires: gcc-c++ -BuildRequires: desktop-file-utils -BuildRequires: libgomp -BuildRequires: pkgconfig(glesv2) -#BuildRequires: pkgconfig(glew) -#BuildRequires: pkgconfig(glm) -BuildRequires: glm-devel -BuildRequires: pkgconfig(sdl2) -# libprojectM-qt -BuildRequires: pkgconfig(Qt5Core) -#BuildRequires: pkgconfig(Qt5Gui) -BuildRequires: pkgconfig(Qt5OpenGL) -BuildRequires: pkgconfig(Qt5Widgets) -#BuildRequires: pkgconfig(Qt5Xml) -#BuildRequires: cmake(Qt5LinguistTools) -#projectM-jack -BuildRequires: jack-audio-connection-kit-devel -#projectM-libvisual -%if !0%{?rhel} -#BuildRequires: libvisual-devel = 1:0.4.0 -%endif -#projectM-pulseaudio -BuildRequires: pkgconfig(libpulse) -#BuildRequires: llvm-devel - -BuildRequires: dejavu-sans-mono-fonts -BuildRequires: dejavu-sans-fonts -BuildRequires: make - -Requires: dejavu-sans-mono-fonts -Requires: dejavu-sans-fonts - -Provides: libprojectM-qt = %{version}-%{release} -Obsoletes: libprojectM-qt < %{version}-%{release} -Obsoletes: projectM-libvisual < %{version}-%{release} - -%description -projectM is an awesome music visualizer. There is nothing better in the world -of Unix. projectM's greatness comes from the hard work of the community. Users -like you can create presets that connect music with incredible visuals. -projectM is an LGPL'ed reimplementation of Milkdrop under OpenGL. All projectM -requires is a video card with 3D acceleration and your favorite music. - -%package devel -Summary: Development files for %{name} -Requires: %{name}%{?_isa} = %{version}-%{release}, pkgconfig - -%description devel -The %{name}-devel package contains libraries and header files for -developing applications that use %{name}. - -%package qt -Summary: The Qt frontend to the projectM visualization plugin -License: GPLv2+ - -%description qt -projectM-qt is a GUI designed to enhance the projectM user and preset writer -experience. It provides a way to browse, search, rate presets and setup -preset playlists for projectM-jack and projectM-pulseaudio. - -%package qt-devel -Summary: Development files for %{name}-qt -Requires: %{name}-qt = %{version}-%{release} -Requires: pkgconfig libprojectM-devel qt-devel - -%description qt-devel -The %{name}-qt-devel package contains libraries and header files for -developing applications that use %{name}-qt. - -%package -n projectM-jack -Summary: The projectM visualization plugin for jack -License: GPLv2+ and MIT - -%description -n projectM-jack -This package allows the use of the projectM visualization plugin through any -JACK compatible applications. - -%package -n projectM-pulseaudio -Summary: The projectM visualization plugin for pulseaudio -License: GPLv2+ and MIT - -%description -n projectM-pulseaudio -This package allows the use of the projectM visualization plugin through any -pulseaudio compatible applications. - -%package -n projectM-libvisual -Summary: The projectM visualization plugin for libvisual -License: GPLv2+ and LGPLv2+ and MIT - -%description -n projectM-libvisual -This package allows the use of the projectM visualization plugin through any -libvisual compatible applications. - -%prep -#setup -q -n projectm-%%{commit0} -#setup -q -n projectm-%%{version}-%{reltag} -%setup -q -n projectm-%{version} -#patch1 -p1 - -chmod -x LICENSE.txt -chmod -x presets/tests/README.md - -find -name "*.?pp" -type f -exec chmod -x {} ';' -find -name "*.c" -exec chmod -x {} ';' -find -name "*.h" -exec chmod -x {} ';' -find -name "*inl" -exec chmod -x {} ';' - -%build -#export CXXFLAGS="%{optflags} -Wl,--as-needed" -./autogen.sh -%configure --disable-static --disable-rpath --enable-sdl --enable-threading \ - --enable-gles --enable-qt --enable-preset-subdirs - -# --enable-emscripten Build for web with emscripten -# --enable-preset-subdirs Organize presets into subdirectories. -# --enable-llvm Support for JIT using LLVM - -%make_build - - -%install -%make_install -find %{buildroot} -name '*.la' -delete -find %{buildroot} -name "*inl" -exec chmod -x {} ';' -find %{buildroot} -name "*milk" -exec chmod -x {} ';' -find %{buildroot} -name "*prjm" -exec chmod -x {} ';' - -#replace by symlink -ln -sf %{_datadir}/fonts/TTF/{Vera.ttf,VeraMono.ttf} %{buildroot}%{_datadir}/projectM/fonts/ - -desktop-file-validate %{buildroot}%{_datadir}/applications/projectM-pulseaudio.desktop -desktop-file-validate %{buildroot}%{_datadir}/applications/projectM-jack.desktop - -%ldconfig_scriptlets - -%files -%doc src/libprojectM/ChangeLog -%doc AUTHORS.txt README.md -%license src/libprojectM/COPYING -%{_bindir}/projectM-pulseaudio -%{_bindir}/projectMSDL -%{_bindir}/projectM-unittest -%{_libdir}/libprojectM.so.* -%{_datadir}/projectM/ -%{_datadir}/icons/hicolor/scalable/apps/projectM.svg -%{_datadir}/applications/projectM-pulseaudio.desktop -%{_mandir}/man1/projectM-pulseaudio.1.* - -%files devel -%{_includedir}/libprojectM -%{_libdir}/libprojectM.so -%{_libdir}/pkgconfig/libprojectM.pc - -%if 0 -%ldconfig_scriptlets qt -%files qt -%license src/projectM-qt/COPYING -%{_libdir}/libprojectM-qt*.so.* - -%files qt-devel -%doc src/projectM-qt/ReadMe -%{_includedir}/%{name}-qt -%{_libdir}/libprojectM-qt*.so -%{_libdir}/pkgconfig/libprojectM-qt*.pc -%endif - -%files -n projectM-jack -%doc src/projectM-jack/ChangeLog -%license src/projectM-jack/COPYING -%{_bindir}/projectM-jack -%{_datadir}/applications/projectM-jack.desktop -%{_mandir}/man1/projectM-jack.1.* - -%files -n projectM-pulseaudio -%doc src/projectM-pulseaudio/ChangeLog -%license src/projectM-pulseaudio/COPYING -%{_bindir}/projectM-pulseaudio -%{_datadir}/applications/projectM-pulseaudio.desktop -%{_datadir}/man/man1/projectM-pulseaudio.1.gz - -%if 0 && !0%{?rhel} -%files -n projectM-libvisual -%doc src/projectM-libvisual/AUTHORS src/projectM-libvisual/ChangeLog -%license src/projectM-libvisual/COPYING -%{_libdir}/libvisual-0.4/ -%endif - -%changelog -* Sun Feb 21 2021 Fedora Release Monitoring - 3.1.12-1 -- Update to 3.1.12 (#1931164) - -* Sun Feb 14 2021 Fedora Release Monitoring - 3.1.11-1 -- Update to 3.1.11 (#1928290) - -* Tue Jan 26 2021 Fedora Release Engineering - 3.1.8-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild - -* Sun Dec 27 2020 Fedora Release Monitoring - 3.1.8-1 -- Update to 3.1.8 (#1911013) - -* Wed Sep 23 2020 Sérgio Basto - 3.1.7-1 -- Update libprojectM to 3.1.7 - -* Tue Jul 28 2020 Fedora Release Engineering - 3.1.3-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild - -* Mon Apr 27 2020 Sérgio Basto - 3.1.3-1 -- New version 3.1.3 - -* Wed Jan 29 2020 Fedora Release Engineering - 3.1.1-0.9.rc7 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild - -* Tue Dec 31 2019 Sérgio Basto - 3.1.1-0.8.rc7 -- v3.1.1-rc7 - -* Thu Jul 25 2019 Fedora Release Engineering - 3.1.1-0.7.rc4 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild - -* Thu Jun 13 2019 Sérgio Basto - 3.1.1-0.6.rc4 -- Update to rc4 final - -* Wed Apr 24 2019 Sérgio Basto - 3.1.1-0.5.rc3 -- Desktop improvments more drop SDL - -* Sun Mar 17 2019 Sérgio Basto - 3.1.1-0.4.rc3 -- Minor improvements and try to build on i686 - -* Thu Mar 14 2019 Sérgio Basto - 3.1.1-0.3.rc3 -- Add Provides/Obsoletes for libprojectM-qt and projectM-libvisual - -* Wed Mar 13 2019 Sérgio Basto - 3.1.1-0.2.rc3 -- Can't workaround FTBFS on i686 -- Minor fix in desktop file - -* Wed Mar 13 2019 Sérgio Basto - 3.1.1-0.1.rc3 -- Update to 3.1.1-rc3 - -* Fri Feb 01 2019 Fedora Release Engineering - 2.1.0-10 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild - -* Thu Aug 23 2018 Nicolas Chauvet - 2.1.0-9 -- Rebuilt for glew 2.1.0 - -* Fri Jul 13 2018 Fedora Release Engineering - 2.1.0-8 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild - -* Wed Feb 07 2018 Fedora Release Engineering - 2.1.0-7 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild - -* Thu Aug 03 2017 Fedora Release Engineering - 2.1.0-6 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild - -* Wed Jul 26 2017 Fedora Release Engineering - 2.1.0-5 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild - -* Fri Feb 10 2017 Fedora Release Engineering - 2.1.0-4 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild - -* Tue Jan 10 2017 Orion Poplawski - 2.1.0-3 -- Rebuild for glew 2.0.0 - -* Sat Mar 19 2016 Sérgio Basto - 2.1.0-2 -- On epel (6 and 7) disable projectM-libvisual. - -* Wed Mar 16 2016 Sérgio Basto - 2.1.0-1 -- Update to 2.1.0 . -- deleted: 01-change-texture-size.patch, upstreamed. -- deleted: 04-change-preset-duration.patch, upstreamed. -- deleted: libprojectM-USE_THREADS.patch, configurable. -- deleted: libprojectM-soname.patch, configurable. -- deleted: libprojectM-fonts.patch, configurable. -- deleted: libprojectM-freetype25.patch, it is build well with freetype. -- Add patch to fix FTBFS with GCC6, courtesy of Ralf Corsepius. -- Add as sub packages: libprojectM-qt, libprojectM-qt-devel, projectM-jack, - projectM-libvisual and projectM-pulseaudio. -- Also checked that remove_pulse_browser_h.patch, projectM-pulseaudio-stat.patch - and projectM-libvisual-gcc46.patch are upstreamed. -- Add libprojectM-2.1.0-paths.patch and libprojectM-qt-2.1.0-paths.patch, to fix - _libdir paths -- Using fedora-review fixed: mix tabs and spaces, - unused-direct-shlib-dependency, wrong-script-end-of-line-encoding and - spurious-executable-perm. - -* Thu Feb 04 2016 Fedora Release Engineering - 2.0.1-28 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild - -* Thu Jan 14 2016 Adam Jackson - 2.0.1-27 -- Rebuild for glew 1.13 - -* Wed Jun 17 2015 Fedora Release Engineering - 2.0.1-26 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild - -* Sat May 02 2015 Kalev Lember - 2.0.1-25 -- Rebuilt for GCC 5 C++11 ABI change - -* Sun Aug 17 2014 Fedora Release Engineering - 2.0.1-24 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild - -* Mon Jun 30 2014 Yaakov Selkowitz - 2.0.1-23 -- Fix FTBFS with freetype-2.5 (#1106066) - -* Sat Jun 07 2014 Fedora Release Engineering - 2.0.1-22 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild - -* Mon Nov 18 2013 Dave Airlie - 2.0.1-21 -- rebuilt for GLEW 1.10 - -* Sat Aug 03 2013 Fedora Release Engineering - 2.0.1-20 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild - -* Thu Feb 14 2013 Fedora Release Engineering - 2.0.1-19 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild - -* Thu Dec 13 2012 Adam Jackson - 2.0.1-18 -- Rebuild for glew 1.9.0 - -* Thu Jul 26 2012 Rex Dieter 2.0.1-17 -- rebuild (glew) - -* Thu Jul 19 2012 Fedora Release Engineering - 2.0.1-16 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild - -* Fri Jun 1 2012 Michael Schwendt - 2.0.1-15 -- Enhancement of the patch in 2.0.1-11: also override invalid font paths - passed in by applications as these lead to an immediate crash. (#664088) -- Make -devel base pkg dep arch-specific. - -* Tue Feb 28 2012 Fedora Release Engineering - 2.0.1-14 -- Rebuilt for c++ ABI breakage - -* Fri Jan 13 2012 Fedora Release Engineering - 2.0.1-13 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild - -* Mon Jun 20 2011 ajax@redhat.com - 2.0.1-12 -- Rebuild for new glew soname - -* Sat May 7 2011 Michael Schwendt - 2.0.1-11 -- Also BuildRequires the desired font packages for the safety-checks. -- Drop obsolete README.fedora file since users need not modify their - config file manually anymore to prevent projectM from crashing. -- Revise fonts patch: check that user's configured font files exist, - fall back to our defaults, add safety-check in spec file, replace - font paths in prep section. (#698404, #698381) - -* Mon Apr 25 2011 Jameson Pugh - 2.0.1-10 -- Fixed fonts patch - -* Wed Mar 23 2011 Jameson Pugh - 2.0.1-9 -- Correct typo in requirements - -* Tue Mar 15 2011 Jameson Pugh - 2.0.1-8 -- Replace obsolete bitstream-vera font requirements with dejavu - -* Sat Jul 17 2010 Jameson Pugh (imntreal@gmail.com) - 2.0.1-7 -- Updated font patch with Orcan's changes - -* Sat Jul 10 2010 Jameson Pugh (imntreal@gmail.com) - 2.0.1-6 -- Added patches so clementine can be built against it - -* Fri May 21 2010 Jameson Pugh (imntreal@gmail.com) - 2.0.1-5 -- Don't create fonts directory -- Add a README.fedora for instructions on upgrading from -3 - -* Mon Apr 05 2010 Jameson Pugh (imntreal@gmail.com) - 2.0.1-4 -- Got rid of font symlinks - -* Mon Feb 08 2010 Jameson Pugh (imntreal@gmail.com) - 2.0.1-3 -- Patch to remove the USE_THREADS option pending an update from upstream - -* Sun Jan 10 2010 Jameson Pugh (imntreal@gmail.com) - 2.0.1-2 -- Made needed soname bump - -* Sun Dec 13 2009 Jameson Pugh (imntreal@gmail.com) - 2.0.1-1 -- New release - -* Mon Oct 12 2009 Jameson Pugh (imntreal@gmail.com) - 1.2.0r1300-1 -- SVN Release to prepare for v2 - -* Wed Feb 25 2009 Jameson Pugh (imntreal@gmail.com) - 1.2.0-9 -- Aparently stdio.h didn't need to be included in BuiltinParams.cpp before, but is now - -* Tue Feb 24 2009 Jameson Pugh (imntreal@gmail.com) - 1.2.0-8 -- Font packages renamed - -* Fri Jan 02 2009 Jameson Pugh (imntreal@gmail.com) - 1.2.0-7 -- Per recommendation, switched font packages from bitstream to dejavu - -* Mon Dec 22 2008 Jameson Pugh (imntreal@gmail.com) - 1.2.0-6 -- Updated font package names - -* Tue Nov 04 2008 Jameson Pugh (imntreal@gmail.com) - 1.2.0-5 -- Moved sed command from prep to install -- Correct libprojectM.pc patch - -* Thu Oct 30 2008 Jameson Pugh (imntreal@gmail.com) - 1.2.0-4 -- Removed patch for ChangeLog, and used sed command in the spec -- Added VERBOSE=1 to the make line -- Added patch to correct libprojectM.pc - -* Wed Oct 29 2008 Jameson Pugh (imntreal@gmail.com) - 1.2.0-3 -- Added a patch to correct ChangeLog EOL encoding -- Cleaned up all Requires and BuildRequires -- Corrected ownership of include/libprojectM and data/projectM -- Removed unnecessary cmake arguments - -* Wed Sep 24 2008 Jameson Pugh (imntreal@gmail.com) - 1.2.0-2 -- Removed fonts from package -- Added symlinks to the fonts due to hard coded programing - -* Tue Sep 02 2008 Jameson Pugh (imntreal@gmail.com) - 1.2.0-1 -- New release -- 64-bit patch no longer needed - -* Mon Mar 31 2008 Jameson Pugh (imntreal@gmail.com) - 1.1-1 -- New release - -* Wed Dec 05 2007 Jameson Pugh - 1.01-1 -- Initial public release of the package diff --git a/projectM-disable_native_plugins.patch b/projectM-disable_native_plugins.patch deleted file mode 100644 index 1c6fe92..0000000 --- a/projectM-disable_native_plugins.patch +++ /dev/null @@ -1,19 +0,0 @@ -From: Luigi Baldoni -Date: 2018-12-01 15:40:43 +0200 -Subject: Do not build native plugins - -Native plugins are problematic to package on account of being -binaries being looked for into datadir. Will have to create -a better patch that looks for them inside libdir, but for now -I'm simply disabling them. - -Furthermore, according to upstream, they aren't particularly useful. - ---- ./src/Makefile.am.orig 2019-03-13 01:37:07.324482462 +0000 -+++ ./src/Makefile.am 2019-03-13 01:50:45.348216962 +0000 -@@ -22,4 +22,4 @@ endif - # for compatibility reasons here as nobase_include - nobase_include_HEADERS = libprojectM/projectM.hpp libprojectM/Common.hpp libprojectM/dlldefs.h libprojectM/event.h libprojectM/fatal.h libprojectM/PCM.hpp - --SUBDIRS = libprojectM NativePresets ${PROJECTM_SDL_SUBDIR} ${PROJECTM_QT_SUBDIR} ${PROJECTM_EMSCRIPTEN_SUBDIR} ${PROJECTM_JACK_SUBDIR} ${PROJECTM_PULSEAUDIO_SUBDIR} -+SUBDIRS = libprojectM ${PROJECTM_SDL_SUBDIR} ${PROJECTM_QT_SUBDIR} ${PROJECTM_EMSCRIPTEN_SUBDIR} ${PROJECTM_JACK_SUBDIR} ${PROJECTM_PULSEAUDIO_SUBDIR} diff --git a/projectm-3.1.0-autotools.patch b/projectm-3.1.0-autotools.patch deleted file mode 100644 index 25b740c..0000000 --- a/projectm-3.1.0-autotools.patch +++ /dev/null @@ -1,60 +0,0 @@ -diff --git a/configure.ac b/configure.ac -index a305da9a..be3eb1fd 100644 ---- a/configure.ac -+++ b/configure.ac -@@ -1,8 +1,17 @@ --AC_INIT([projectM], [3.1.1-rc6], [mischa@mvstg.biz], [projectM], [https://github.com/projectM-visualizer/projectm/]) --AM_INIT_AUTOMAKE([-Wall -Werror foreign subdir-objects tar-pax]) -+AC_PREREQ([2.60]) -+AC_INIT([projectM],[3.1.1-rc6],[https://github.com/projectM-visualizer/projectm/issues/],[projectM],[https://github.com/projectM-visualizer/projectm/]) -+ -+AC_CONFIG_SRCDIR([Makefile.am]) -+AC_CONFIG_AUX_DIR(.) -+ -+#AM_INIT_AUTOMAKE([-Wall -Werror foreign subdir-objects tar-pax]) -+AM_INIT_AUTOMAKE([foreign subdir-objects dist-bzip2]) - - m4_ifdef([AM_PROG_AR], [AM_PROG_AR]) --LT_INIT -+#LT_INIT -+#AC_DISABLE_STATIC -+AC_PROG_LIBTOOL -+AC_SYS_LARGEFILE - - # Check if we should disable rpath. - # -@@ -111,7 +120,6 @@ AC_ARG_ENABLE([threading], - AS_HELP_STRING([--enable-threading], [multhreading]), - [], [enable_threading=yes]) - AS_IF([test "x$enable_threading" = "xyes" && ! test "$EMSCRIPTEN"], [ -- m4_include([m4/autoconf-archive/ax_pthread.m4]) - AX_PTHREAD([ - AC_DEFINE([USE_THREADS], [1], [Define USE_THREADS]) - LIBS="$LIBS $PTHREAD_LIBS $PTHREAD_CFLAGS" -@@ -230,10 +238,10 @@ AM_CONDITIONAL([ENABLE_EMSCRIPTEN], [test "x$enable_emscripten" = "xyes"]) - AM_CONDITIONAL([ENABLE_PRESET_SUBDIRS], [test "x$enable_preset_subdirs" = "xyes"]) - - --my_CFLAGS="-Wall -Wchar-subscripts -Wformat-security -Wpointer-arith -Wshadow -Wsign-compare -Wtype-limits " -+#my_CFLAGS="-Wall -Wchar-subscripts -Wformat-security -Wpointer-arith -Wshadow -Wsign-compare -Wtype-limits " - #my_CFLAGS+="-fsanitize=address -fno-omit-frame-pointer " --my_CFLAGS+='-DDATADIR_PATH=\""$(pkgdatadir)"\" ' --my_CFLAGS+='-I$(top_srcdir)/vendor ' -+my_CFLAGS='-DDATADIR_PATH=\""$(pkgdatadir)"\" ' -+#my_CFLAGS+='-I$(top_srcdir)/vendor ' - AC_SUBST([my_CFLAGS]) - - -diff --git a/src/projectM-test/Makefile.am b/src/projectM-test/Makefile.am -index 3c9e2e10..afbac2e0 100644 ---- a/src/projectM-test/Makefile.am -+++ b/src/projectM-test/Makefile.am -@@ -11,7 +11,6 @@ ${SDL_CFLAGS} - bin_PROGRAMS = projectM-unittest - - projectM_unittest_SOURCES = projectM-unittest.cpp getConfigFilename.cpp ConfigFile.h getConfigFilename.h --projectM_unittest_LDADD = --projectM_unittest_LDADD += ${SDL_LIBS} ../libprojectM/libprojectM.la -+projectM_unittest_LDADD = ${SDL_LIBS} ../libprojectM/libprojectM.la - projectM_unittest_LDFLAGS = -static - projectM_unittest_PROGRAM = projectM-unittest diff --git a/sources b/sources deleted file mode 100644 index 7b949a4..0000000 --- a/sources +++ /dev/null @@ -1 +0,0 @@ -SHA512 (libprojectM-3.1.12.tar.gz) = 6d265280f3e3e952686ebf77afd8b083669e9ab81d2d9d122168d47747c367ff3b17ab682cc041e4ac9cee9607b7393b5dcb067deac95fcbb97d63a9656912a5