99882a6
%global reltag rc7
a9e2063
%global commit0 f2e0a32368e73a26746b0ac04a9182b23256825f
a9e2063
%global shortcommit0 %(c=%{commit0}; echo ${c:0:7})
a9e2063
3cad037
Name:       libprojectM
85ff3ac
Version:    3.1.12
242af64
Release:    9%{?dist}
3cad037
Summary:    The libraries for the projectM music visualization plugin
3cad037
License:    LGPLv2+
245feef
URL:        https://github.com/projectM-visualizer/projectm
74e48ee
Source0:    https://github.com/projectM-visualizer/projectm/archive/v%{version}/libprojectM-%{version}.tar.gz
74e48ee
#Source0:    https://github.com/projectM-visualizer/projectm/archive/v%%{version}-%%{reltag}/libprojectM-%%{version}-%%{reltag}.tar.gz
d333324
#Source0:    https://github.com/projectM-visualizer/projectm/archive/%%{commit0}/%%{name}-%%{shortcommit0}.tar.gz
9c92b99
Patch1:     0001-Build-projectM_qt-shared-lib-instead-static-lib.patch
9c92b99
Patch2:     0002-Generate-libproject-qt.pc.patch
9c92b99
Patch3:     0003-With-shared-lib-libprojectM-qt-we-don-t-need-this-an.patch
d333324
#Patch1:     projectM-disable_native_plugins.patch
d333324
#Patch3:     projectm-3.1.0-autotools.patch
245feef
245feef
BuildRequires:  libtool
9020b89
BuildRequires:  gcc-c++
99882a6
BuildRequires:  desktop-file-utils
d333324
BuildRequires:  libgomp
245feef
BuildRequires:  pkgconfig(glesv2)
9020b89
#BuildRequires:  pkgconfig(glew)
245feef
#BuildRequires:  pkgconfig(glm)
245feef
BuildRequires:  glm-devel
245feef
BuildRequires:  pkgconfig(sdl2)
3cad037
# libprojectM-qt
245feef
BuildRequires:  pkgconfig(Qt5Core)
9020b89
#BuildRequires:  pkgconfig(Qt5Gui)
245feef
BuildRequires:  pkgconfig(Qt5OpenGL)
245feef
BuildRequires:  pkgconfig(Qt5Widgets)
9020b89
#BuildRequires:  pkgconfig(Qt5Xml)
a9e2063
#BuildRequires:  cmake(Qt5LinguistTools)
3cad037
#projectM-jack
245feef
BuildRequires:  jack-audio-connection-kit-devel
3cad037
#projectM-libvisual
99882a6
%if !0%{?rhel}
9020b89
#BuildRequires:  libvisual-devel = 1:0.4.0
5951d56
%endif
3cad037
#projectM-pulseaudio
245feef
BuildRequires:  pkgconfig(libpulse)
99882a6
#BuildRequires:  llvm-devel
245feef
9c92b99
BuildRequires:  bitstream-vera-sans-fonts
9c92b99
BuildRequires:  bitstream-vera-sans-mono-fonts
9c92b99
BuildRequires:  make
3cad037
9c92b99
Requires:       bitstream-vera-sans-fonts
9c92b99
Requires:  bitstream-vera-sans-mono-fonts
62b48f8
9020b89
Provides:  libprojectM-qt = %{version}-%{release}
9020b89
Obsoletes: libprojectM-qt < %{version}-%{release}
9020b89
Obsoletes: projectM-libvisual < %{version}-%{release}
9020b89
97d217d
%description
97d217d
projectM is an awesome music visualizer. There is nothing better in the world
97d217d
of Unix. projectM's greatness comes from the hard work of the community. Users
97d217d
like you can create presets that connect music with incredible visuals.
97d217d
projectM is an LGPL'ed reimplementation of Milkdrop under OpenGL. All projectM
97d217d
requires is a video card with 3D acceleration and your favorite music.
97d217d
3cad037
%package    devel
3cad037
Summary:    Development files for %{name}
3cad037
Requires:   %{name}%{?_isa} = %{version}-%{release}, pkgconfig
97d217d
3cad037
%description    devel
97d217d
The %{name}-devel package contains libraries and header files for
97d217d
developing applications that use %{name}.
97d217d
3cad037
%package qt
3cad037
Summary:    The Qt frontend to the projectM visualization plugin
3cad037
License:    GPLv2+
3cad037
3cad037
%description qt
3cad037
projectM-qt is a GUI designed to enhance the projectM user and preset writer
3cad037
experience.  It provides a way to browse, search, rate presets and setup
3cad037
preset playlists for projectM-jack and projectM-pulseaudio.
3cad037
3cad037
%package qt-devel
3cad037
Summary:    Development files for %{name}-qt
245feef
Requires:   %{name}-qt = %{version}-%{release}
3cad037
Requires:   pkgconfig libprojectM-devel qt-devel
3cad037
3cad037
%description qt-devel
3cad037
The %{name}-qt-devel package contains libraries and header files for
3cad037
developing applications that use %{name}-qt.
3cad037
3cad037
%package -n projectM-jack
3cad037
Summary:    The projectM visualization plugin for jack
3cad037
License:    GPLv2+ and MIT
3cad037
3cad037
%description -n projectM-jack
3cad037
This package allows the use of the projectM visualization plugin through any
3cad037
JACK compatible applications.
3cad037
3cad037
%package -n projectM-pulseaudio
3cad037
Summary:    The projectM visualization plugin for pulseaudio
3cad037
License:    GPLv2+ and MIT
3cad037
3cad037
%description -n projectM-pulseaudio
3cad037
This package allows the use of the projectM visualization plugin through any
3cad037
pulseaudio compatible applications.
3cad037
3cad037
%package -n projectM-libvisual
3cad037
Summary:    The projectM visualization plugin for libvisual
3cad037
License:    GPLv2+ and LGPLv2+ and MIT
3cad037
3cad037
%description -n projectM-libvisual
3cad037
This package allows the use of the projectM visualization plugin through any
3cad037
libvisual compatible applications.
3cad037
9c92b99
%package -n projectM-SDL
9c92b99
Summary:    The projectM visualization plugin for SDL
9c92b99
License:    GPLv2+ and LGPLv2+ and MIT
9c92b99
9c92b99
%description -n projectM-SDL
9c92b99
This package allows the use of the projectM visualization plugin through any
9c92b99
SDL2 compatible applications.
9c92b99
97d217d
%prep
d333324
#setup -q -n projectm-%%{commit0}
74e48ee
#setup -q -n projectm-%%{version}-%{reltag}
9c92b99
%autosetup -p1 -n projectm-%{version}
9c92b99
9c92b99
#replace by symlink
9c92b99
rm -r fonts/*
9c92b99
ln -s %{_datadir}/fonts/bitstream-vera-sans-mono-fonts/VeraMono.ttf fonts/
9c92b99
ln -s %{_datadir}/fonts/bitstream-vera-sans-fonts/Vera.ttf fonts/
3cad037
9020b89
chmod -x LICENSE.txt
99882a6
chmod -x presets/tests/README.md
99882a6
99882a6
find -name "*.?pp" -type f -exec chmod -x {} ';'
245feef
find -name "*.c" -exec chmod -x {} ';'
3cad037
find -name "*.h" -exec chmod -x {} ';'
99882a6
find -name "*inl" -exec chmod -x {} ';'
62b48f8
97d217d
%build
245feef
#export CXXFLAGS="%{optflags} -Wl,--as-needed"
245feef
./autogen.sh
99882a6
%configure --disable-static --disable-rpath --enable-sdl --enable-threading \
9c92b99
    --enable-gles --with-gnu-ld --with-x
d98d3d9
99882a6
#  --enable-emscripten     Build for web with emscripten
99882a6
#  --enable-llvm           Support for JIT using LLVM
245feef
%make_build
97d217d
97d217d
97d217d
%install
245feef
%make_install
9c92b99
245feef
find %{buildroot} -name '*.la' -delete
99882a6
find %{buildroot} -name "*inl" -exec chmod -x {} ';'
99882a6
find %{buildroot} -name "*milk" -exec chmod -x {} ';'
99882a6
find %{buildroot} -name "*prjm" -exec chmod -x {} ';'
245feef
a9e2063
desktop-file-validate %{buildroot}%{_datadir}/applications/projectM-pulseaudio.desktop
a9e2063
desktop-file-validate %{buildroot}%{_datadir}/applications/projectM-jack.desktop
97d217d
97d217d
%files
3cad037
%doc src/libprojectM/ChangeLog
245feef
%doc AUTHORS.txt README.md
3cad037
%license src/libprojectM/COPYING
3cad037
%{_libdir}/libprojectM.so.*
62b48f8
%{_datadir}/projectM/
97d217d
97d217d
%files devel
9c92b99
%{_bindir}/projectM-unittest
245feef
%{_includedir}/libprojectM
3cad037
%{_libdir}/libprojectM.so
3cad037
%{_libdir}/pkgconfig/libprojectM.pc
3cad037
3cad037
%files qt
3cad037
%license src/projectM-qt/COPYING
9c92b99
%{_libdir}/libprojectM_qt*.so.*
9c92b99
%{_datadir}/icons/hicolor/scalable/apps/projectM.svg
3cad037
3cad037
%files qt-devel
3cad037
%doc src/projectM-qt/ReadMe
9c92b99
#{_includedir}/%%{name}-qt
9c92b99
%{_libdir}/libprojectM_qt*.so
3cad037
%{_libdir}/pkgconfig/libprojectM-qt*.pc
3cad037
3cad037
%files -n projectM-jack
3cad037
%doc src/projectM-jack/ChangeLog
3cad037
%license src/projectM-jack/COPYING
a9e2063
%{_bindir}/projectM-jack
3cad037
%{_datadir}/applications/projectM-jack.desktop
989d3e4
%{_mandir}/man1/projectM-jack.1*
3cad037
3cad037
%files -n projectM-pulseaudio
245feef
%doc  src/projectM-pulseaudio/ChangeLog
3cad037
%license src/projectM-pulseaudio/COPYING
3cad037
%{_bindir}/projectM-pulseaudio
3cad037
%{_datadir}/applications/projectM-pulseaudio.desktop
989d3e4
%{_mandir}/man1/projectM-pulseaudio.1*
9c92b99
9c92b99
%files -n projectM-SDL
9c92b99
%{_bindir}/projectMSDL
3cad037
245feef
%if 0 && !0%{?rhel}
3cad037
%files -n projectM-libvisual
245feef
%doc src/projectM-libvisual/AUTHORS src/projectM-libvisual/ChangeLog
3cad037
%license src/projectM-libvisual/COPYING
3cad037
%{_libdir}/libvisual-0.4/
5951d56
%endif
97d217d
97d217d
%changelog
242af64
* Thu Jan 25 2024 Fedora Release Engineering <releng@fedoraproject.org> - 3.1.12-9
242af64
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
242af64
137fdfb
* Sun Jan 21 2024 Fedora Release Engineering <releng@fedoraproject.org> - 3.1.12-8
137fdfb
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
137fdfb
ad7c180
* Thu Jul 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 3.1.12-7
ad7c180
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
ad7c180
c2fb95e
* Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 3.1.12-6
c2fb95e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
c2fb95e
235527d
* Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 3.1.12-5
235527d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
235527d
d799f8a
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 3.1.12-4
d799f8a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
d799f8a
9c92b99
* Wed Sep 15 2021 Sérgio Basto <sergio@serjux.com> - 3.1.12-3
9c92b99
- Build libprojectM_qt as shared lib instead static lib
9c92b99
- Readd subpackge qt (which will have the dependencies on Qt alone)
9c92b99
- Add subpackage SDL
9c92b99
- Use bitstream-vera-sans-fonts instead dejavu-sans-fonts
9c92b99
2923ccb
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 3.1.12-2
2923ccb
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
2923ccb
85ff3ac
* Sun Feb 21 2021 Fedora Release Monitoring <release-monitoring@fedoraproject.org> - 3.1.12-1
85ff3ac
- Update to 3.1.12 (#1931164)
85ff3ac
e7aef14
* Sun Feb 14 2021 Fedora Release Monitoring <release-monitoring@fedoraproject.org> - 3.1.11-1
e7aef14
- Update to 3.1.11 (#1928290)
e7aef14
261deb1
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 3.1.8-2
261deb1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
261deb1
34827b3
* Sun Dec 27 2020 Fedora Release Monitoring <release-monitoring@fedoraproject.org> - 3.1.8-1
34827b3
- Update to 3.1.8 (#1911013)
34827b3
6b454af
* Wed Sep 23 2020 Sérgio Basto <sergio@serjux.com> - 3.1.7-1
6b454af
- Update libprojectM to 3.1.7
6b454af
f3f17b5
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 3.1.3-2
f3f17b5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
f3f17b5
74e48ee
* Mon Apr 27 2020 Sérgio Basto <sergio@serjux.com> - 3.1.3-1
74e48ee
- New version 3.1.3
74e48ee
0580805
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 3.1.1-0.9.rc7
0580805
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
0580805
99882a6
* Tue Dec 31 2019 Sérgio Basto <sergio@serjux.com> - 3.1.1-0.8.rc7
99882a6
- v3.1.1-rc7
99882a6
079ac3d
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 3.1.1-0.7.rc4
079ac3d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
079ac3d
99882a6
* Thu Jun 13 2019 Sérgio Basto <sergio@serjux.com> - 3.1.1-0.6.rc4
d333324
- Update to rc4 final
d333324
a9e2063
* Wed Apr 24 2019 Sérgio Basto <sergio@serjux.com> - 3.1.1-0.5.rc3
a9e2063
- Desktop improvments more drop SDL
a9e2063
d98d3d9
* Sun Mar 17 2019 Sérgio Basto <sergio@serjux.com> - 3.1.1-0.4.rc3
703514b
- Minor improvements and try to build on i686
d98d3d9
9020b89
* Thu Mar 14 2019 Sérgio Basto <sergio@serjux.com> - 3.1.1-0.3.rc3
9020b89
- Add Provides/Obsoletes for libprojectM-qt and projectM-libvisual
9020b89
586425e
* Wed Mar 13 2019 Sérgio Basto <sergio@serjux.com> - 3.1.1-0.2.rc3
586425e
- Can't workaround FTBFS on i686
586425e
- Minor fix in desktop file
586425e
245feef
* Wed Mar 13 2019 Sérgio Basto <sergio@serjux.com> - 3.1.1-0.1.rc3
245feef
- Update to 3.1.1-rc3
245feef
181c3dd
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.1.0-10
181c3dd
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
181c3dd
4d030c3
* Thu Aug 23 2018 Nicolas Chauvet <kwizart@gmail.com> - 2.1.0-9
4d030c3
- Rebuilt for glew 2.1.0
4d030c3
0ec1291
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.1.0-8
0ec1291
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
0ec1291
3c1a296
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.1.0-7
3c1a296
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
3c1a296
10bc878
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.1.0-6
10bc878
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
10bc878
34ba9aa
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.1.0-5
34ba9aa
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
34ba9aa
ef4ac65
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.1.0-4
ef4ac65
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
ef4ac65
Orion Poplawski 81416e7
* Tue Jan 10 2017 Orion Poplawski <orion@cora.nwra.com> - 2.1.0-3
Orion Poplawski 81416e7
- Rebuild for glew 2.0.0
Orion Poplawski 81416e7
5951d56
* Sat Mar 19 2016 Sérgio Basto <sergio@serjux.com> - 2.1.0-2
5951d56
- On epel (6 and 7) disable projectM-libvisual. 
5951d56
3cad037
* Wed Mar 16 2016 Sérgio Basto <sergio@serjux.com> - 2.1.0-1
a42a23e
- Update to 2.1.0 .
3cad037
- deleted: 01-change-texture-size.patch, upstreamed.
3cad037
- deleted: 04-change-preset-duration.patch, upstreamed.
3cad037
- deleted: libprojectM-USE_THREADS.patch, configurable.
3cad037
- deleted: libprojectM-soname.patch, configurable.
3cad037
- deleted: libprojectM-fonts.patch, configurable.
3cad037
- deleted: libprojectM-freetype25.patch, it is build well with freetype.
3cad037
- Add patch to fix FTBFS with GCC6, courtesy of Ralf Corsepius.
3cad037
- Add as sub packages: libprojectM-qt, libprojectM-qt-devel, projectM-jack,
3cad037
  projectM-libvisual and projectM-pulseaudio.
3cad037
- Also checked that remove_pulse_browser_h.patch, projectM-pulseaudio-stat.patch
3cad037
  and projectM-libvisual-gcc46.patch are upstreamed.
3cad037
- Add libprojectM-2.1.0-paths.patch and libprojectM-qt-2.1.0-paths.patch, to fix
3cad037
  _libdir paths 
3cad037
- Using fedora-review fixed: mix tabs and spaces,
3cad037
  unused-direct-shlib-dependency, wrong-script-end-of-line-encoding and
3cad037
  spurious-executable-perm.
3cad037
36d2723
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.1-28
36d2723
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
36d2723
de18561
* Thu Jan 14 2016 Adam Jackson <ajax@redhat.com> - 2.0.1-27
de18561
- Rebuild for glew 1.13
de18561
8eb1dec
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0.1-26
8eb1dec
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
8eb1dec
e10a075
* Sat May 02 2015 Kalev Lember <kalevlember@gmail.com> - 2.0.1-25
e10a075
- Rebuilt for GCC 5 C++11 ABI change
e10a075
801295a
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0.1-24
801295a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
801295a
Yaakov Selkowitz 3885c1c
* Mon Jun 30 2014 Yaakov Selkowitz <yselkowi@redhat.com> - 2.0.1-23
Yaakov Selkowitz 3885c1c
- Fix FTBFS with freetype-2.5 (#1106066)
Yaakov Selkowitz 3885c1c
89ee506
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0.1-22
89ee506
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
89ee506
5ca33fc
* Mon Nov 18 2013 Dave Airlie <airlied@redhat.com> - 2.0.1-21
5ca33fc
- rebuilt for GLEW 1.10
5ca33fc
cb13938
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0.1-20
cb13938
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
cb13938
9bbec37
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0.1-19
9bbec37
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
9bbec37
3148d22
* Thu Dec 13 2012 Adam Jackson <ajax@redhat.com> - 2.0.1-18
3148d22
- Rebuild for glew 1.9.0
3148d22
54fe46e
* Thu Jul 26 2012 Rex Dieter <rdieter@fedoraproject.org> 2.0.1-17
54fe46e
- rebuild (glew)
54fe46e
29975e9
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0.1-16
29975e9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
29975e9
02d21a5
* Fri Jun  1 2012 Michael Schwendt <mschwendt@fedoraproject.org> - 2.0.1-15
02d21a5
- Enhancement of the patch in 2.0.1-11: also override invalid font paths
02d21a5
  passed in by applications as these lead to an immediate crash. (#664088)
02d21a5
- Make -devel base pkg dep arch-specific.
02d21a5
ad02804
* Tue Feb 28 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0.1-14
ad02804
- Rebuilt for c++ ABI breakage
ad02804
f7ab02c
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0.1-13
f7ab02c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
f7ab02c
68314d1
* Mon Jun 20 2011 ajax@redhat.com - 2.0.1-12
68314d1
- Rebuild for new glew soname
68314d1
62b48f8
* Sat May  7 2011 Michael Schwendt <mschwendt@fedoraproject.org> - 2.0.1-11
0f7d1c6
- Also BuildRequires the desired font packages for the safety-checks.
62b48f8
- Drop obsolete README.fedora file since users need not modify their
62b48f8
  config file manually anymore to prevent projectM from crashing.
62b48f8
- Revise fonts patch: check that user's configured font files exist,
62b48f8
  fall back to our defaults, add safety-check in spec file, replace
62b48f8
  font paths in prep section. (#698404, #698381)
62b48f8
imntreal d8632b6
* Mon Apr 25 2011 Jameson Pugh <imntreal@gmail.com> - 2.0.1-10
imntreal d8632b6
- Fixed fonts patch
imntreal d8632b6
imntreal d8632b6
* Wed Mar 23 2011 Jameson Pugh <imntreal@gmail.com> - 2.0.1-9
imntreal d8632b6
- Correct typo in requirements
imntreal 167846c
imntreal d8632b6
* Tue Mar 15 2011 Jameson Pugh <imntreal@gmail.com> - 2.0.1-8
imntreal d8632b6
- Replace obsolete bitstream-vera font requirements with dejavu
eaee3a8
b8229f7
* Sat Jul 17 2010 Jameson Pugh (imntreal@gmail.com) - 2.0.1-7
b8229f7
- Updated font patch with Orcan's changes
b8229f7
46380d7
* Sat Jul 10 2010 Jameson Pugh (imntreal@gmail.com) - 2.0.1-6
46380d7
- Added patches so clementine can be built against it
46380d7
a0cb7ea
* Fri May 21 2010 Jameson Pugh (imntreal@gmail.com) - 2.0.1-5
a0cb7ea
- Don't create fonts directory
a0cb7ea
- Add a README.fedora for instructions on upgrading from -3
a0cb7ea
6cc082d
* Mon Apr 05 2010 Jameson Pugh (imntreal@gmail.com) - 2.0.1-4
6cc082d
- Got rid of font symlinks
6cc082d
711091b
* Mon Feb 08 2010 Jameson Pugh (imntreal@gmail.com) - 2.0.1-3
711091b
- Patch to remove the USE_THREADS option pending an update from upstream
711091b
ecda57d
* Sun Jan 10 2010 Jameson Pugh (imntreal@gmail.com) - 2.0.1-2
ecda57d
- Made needed soname bump
ecda57d
5e1f062
* Sun Dec 13 2009 Jameson Pugh (imntreal@gmail.com) - 2.0.1-1
5e1f062
- New release
Caolan McNamara f00a710
5e1f062
* Mon Oct 12 2009 Jameson Pugh (imntreal@gmail.com) - 1.2.0r1300-1
5e1f062
- SVN Release to prepare for v2
44b27a6
47f9bb8
* Wed Feb 25 2009 Jameson Pugh (imntreal@gmail.com) - 1.2.0-9
47f9bb8
- Aparently stdio.h didn't need to be included in BuiltinParams.cpp before, but is now
47f9bb8
c8f38c0
* Tue Feb 24 2009 Jameson Pugh (imntreal@gmail.com) - 1.2.0-8
c8f38c0
- Font packages renamed
c8f38c0
3cad037
* Fri Jan 02 2009 Jameson Pugh (imntreal@gmail.com) - 1.2.0-7
0bef0d8
- Per recommendation, switched font packages from bitstream to dejavu
0bef0d8
ea7f049
* Mon Dec 22 2008 Jameson Pugh (imntreal@gmail.com) - 1.2.0-6
ea7f049
- Updated font package names
ea7f049
c8f38c0
* Tue Nov 04 2008 Jameson Pugh (imntreal@gmail.com) - 1.2.0-5
97d217d
- Moved sed command from prep to install
97d217d
- Correct libprojectM.pc patch
97d217d
97d217d
* Thu Oct 30 2008 Jameson Pugh (imntreal@gmail.com) - 1.2.0-4
97d217d
- Removed patch for ChangeLog, and used sed command in the spec
97d217d
- Added VERBOSE=1 to the make line
97d217d
- Added patch to correct libprojectM.pc
97d217d
97d217d
* Wed Oct 29 2008 Jameson Pugh (imntreal@gmail.com) - 1.2.0-3
97d217d
- Added a patch to correct ChangeLog EOL encoding
97d217d
- Cleaned up all Requires and BuildRequires
97d217d
- Corrected ownership of include/libprojectM and data/projectM
97d217d
- Removed unnecessary cmake arguments
97d217d
97d217d
* Wed Sep 24 2008 Jameson Pugh (imntreal@gmail.com) - 1.2.0-2
97d217d
- Removed fonts from package
97d217d
- Added symlinks to the fonts due to hard coded programing
97d217d
c8f38c0
* Tue Sep 02 2008 Jameson Pugh (imntreal@gmail.com) - 1.2.0-1
97d217d
- New release
97d217d
- 64-bit patch no longer needed
97d217d
97d217d
* Mon Mar 31 2008 Jameson Pugh (imntreal@gmail.com) - 1.1-1
97d217d
- New release
97d217d
c8f38c0
* Wed Dec 05 2007 Jameson Pugh <imntreal@gmail.com> - 1.01-1
97d217d
- Initial public release of the package