3512c87
%global blenderlib %{_datadir}/blender
3512c87
%global plugins %{_libdir}/blender/plugins
3512c87
3512c87
%global fontname blender
8e9844a
cvsextras 214509a
Name:           blender
1d8e6e7
Version:        2.49
1322a29
Release: 	4%{?dist}
e38d1c8
8f4e533
Summary:        3D modeling, animation, rendering and post-production
cvsextras 214509a
8f4e533
Group:          Applications/Multimedia
4243bd2
License:        GPLv2
cvsextras 214509a
URL:            http://www.blender.org
3512c87
# This is a customized source package without ffmpeg, which is
3512c87
# patent encumbered (#239476)
1d8e6e7
# wget http://download.blender.org/source/blender-2.49.tar.gz
60c3e28
# cd blender-2-47/extern
3512c87
# rm -rf ffmpeg libmp3lame x264
edd22b1
# cd ../..
1d8e6e7
# tar -zcf blender-2.49-noffmpeg.tar.gz blender-2-49/
edd22b1
Source0:	blender-%{version}-noffmpeg.tar.gz
cvsextras 281bfc3
Source1:        http://bane.servebeer.com/programming/blender/import-3ds-0.7.py
cvsextras 281bfc3
Source2:        http://bane.servebeer.com/programming/blender/export-3ds-0.71.py
8f4e533
Source3:        blender.png
8f4e533
Source4:        blender.desktop
pcompton 43c4714
Source5:        blender.xml
8e9844a
Source6:        blender-wrapper
3512c87
Source7:	blenderplayer-wraper
1d8e6e7
Source8:	blender-2.49.config
4faad04
1d8e6e7
Patch1:         blender-2.49-scons.patch
b7f78e1
Patch2:		blender-2.44-bid.patch
af5c5bd
1322a29
# Both patches are forwarded to upstream via email
71a0026
Patch100:	blender-2.46rc3-cve-2008-1103-1.patch
7c746a3
Patch101:	blender-2.48a-cve-2008-4863.patch
71a0026
cvsextras 281bfc3
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
cvsextras 214509a
pcompton be534f2
BuildRequires:  desktop-file-utils
8f4e533
BuildRequires:  esound-devel
8f4e533
BuildRequires:  freeglut-devel
b249e5e
BuildRequires:  gettext-devel
8f4e533
BuildRequires:  libjpeg-devel
8f4e533
BuildRequires:  libogg-devel
8f4e533
BuildRequires:  libpng-devel
7227261
BuildRequires:  libtool
7227261
BuildRequires:  libvorbis-devel
4faad04
BuildRequires:  freealut-devel
pcompton be534f2
BuildRequires:  openssl-devel
pcompton be534f2
BuildRequires:  python-devel
cvsextras 281bfc3
BuildRequires:  scons
7227261
BuildRequires:  SDL-devel
7227261
BuildRequires:  zlib-devel
a7d6322
BuildRequires:  libtiff-devel
673c1b5
BuildRequires:  libXi-devel
a7d6322
BuildRequires:  xorg-x11-proto-devel
3512c87
BuildRequires:  libGL-devel
3512c87
BuildRequires:  libGLU-devel
a7d6322
buildRequires:  freetype-devel
673c1b5
BuildRequires:  OpenEXR-devel
3d4680d
BuildRequires:  glew-devel
3512c87
BuildRequires:	fontpackages-devel
eb07fc2
1322a29
BuildRequires:	fftw-devel
1322a29
#BuildRequires:	ftgl-devel
1322a29
BuildRequires:	ode-devel
1322a29
BuildRequires:	openjpeg-devel
1322a29
#BuildRequires:  qhull-devel
1322a29
pcompton be534f2
Requires(post): desktop-file-utils
cvsextras 281bfc3
Requires(post): shared-mime-info
pcompton be534f2
Requires(postun): desktop-file-utils
cvsextras 281bfc3
Requires(postun): shared-mime-info
cvsextras 214509a
3512c87
Requires:	  blender-fonts = %{version}-%{release}
3512c87
3512c87
%if 0%{?fedora} > 10
3512c87
Requires:	  dejavu-sans-fonts
3512c87
%endif
3512c87
3512c87
%if 0%{?fedora} <= 10
3512c87
Requires:	  dejavu-fonts
3512c87
%endif
3512c87
3512c87
Provides:	  blender-fonts = %{version}-%{release}
3512c87
Obsoletes:	  blender-fonts <= 2.48a-9
3512c87
cvsextras 214509a
%description
cvsextras 214509a
Blender is the essential software solution you need for 3D, from modeling,
cvsextras 214509a
animation, rendering and post-production to interactive creation and playback.
cvsextras 214509a
cvsextras 214509a
Professionals and novices can easily and inexpensively publish stand-alone,
cvsextras 214509a
secure, multi-platform content to the web, CD-ROMs, and other media.
cvsextras 214509a
3512c87
This version doesn't contains ffmpeg support.
3512c87
3512c87
%package -n blenderplayer
3512c87
Summary:       Standalone blender player
3512c87
Group:	       Applications/Multimedia
3512c87
License:       GPLv2
3512c87
%description -n blenderplayer
3512c87
This package contains a stand alone release of the blender player.
3512c87
You will need this package to play games which are based on the
3512c87
Blender Geaming Engine.
6e3ec21
cvsextras 214509a
%prep
f34f5f1
%setup -q 
ab0ece9
%patch1 -p1 -b .org
b7f78e1
%patch2 -p1 -b .bid
b7f78e1
7c746a3
%patch100 -p1
7c746a3
%patch101 -p1
af5c5bd
1322a29
#rm -rf extern/bFTGL
1322a29
rm -rf extern/fftw
1322a29
rm -rf extern/glew
1322a29
rm -rf extern/libopenjpeg
1322a29
#rm -rf extern/qhull
1322a29
rm -rf extern/ode
1322a29
rm -rf extern/xvidcore
1322a29
0bbe393
PYVER=$(%{__python} -c "import sys ; print sys.version[:3]")
0bbe393
0bbe393
sed -e 's|@LIB@|%{_libdir}|g' -e "s/@PYVER@/$PYVER/g" \
3512c87
	 <%{SOURCE8} >user-config.py
cd80114
3512c87
iconv -f iso-8859-1 -t utf-8 doc/bf-members.txt -o doc/bf-members.txt.utf8
3512c87
mv doc/bf-members.txt.utf8 doc/bf-members.txt
cd80114
3512c87
%build
1b2b126
scons %{?_smp_mflags} blenderplayer BF_QUIET=0
8e9844a
8e9844a
install -d release/plugins/include
8e9844a
install -m 644 source/blender/blenpluginapi/*.h release/plugins/include
8e9844a
8e9844a
chmod +x release/plugins/bmake
cvsextras 214509a
8e9844a
make -C release/plugins/
cvsextras 214509a
cvsextras 214509a
%install
cvsextras 214509a
rm -rf ${RPM_BUILD_ROOT}
8e9844a
3512c87
install -D -m 755 build/linux2/bin/blender ${RPM_BUILD_ROOT}%{_bindir}/blender.bin
3512c87
install -D -m 755 build/linux2/bin/blenderplayer ${RPM_BUILD_ROOT}%{_bindir}/blenderplayer.bin
1b2b126
3512c87
install -D -m 755 build/linux2/bin/blenderplayer ${RPM_BUILD_ROOT}%{_bindir}/blenderplayer
8e9844a
3512c87
install -D -m 755 %{SOURCE6} ${RPM_BUILD_ROOT}%{_bindir}/blender
3512c87
install -D -m 755 %{SOURCE7} ${RPM_BUILD_ROOT}%{_bindir}/blenderplayer
8e9844a
8e9844a
#
8e9844a
#  Install miscellanous files to /usr/lib/blender
8e9844a
#
8e9844a
8e9844a
mkdir -p ${RPM_BUILD_ROOT}/%{blenderlib}
8e9844a
51f4f52
pushd bin/.blender/locale
eb3aeae
rm -rf $(find -name '.svn' -print)
51f4f52
popd
51f4f52
3512c87
cp -a bin/.blender/locale ${RPM_BUILD_ROOT}%{_datadir}
8e9844a
3512c87
install -d ${RPM_BUILD_ROOT}%{blenderlib}/scripts
7aab38f
3512c87
cp -R -a -p release/scripts/* ${RPM_BUILD_ROOT}%{blenderlib}/scripts
8e9844a
3512c87
install -m 644 release/VERSION ${RPM_BUILD_ROOT}%{blenderlib}
3512c87
install -m 644 bin/.blender/.Blanguages ${RPM_BUILD_ROOT}%{blenderlib}
3512c87
install -m 644 bin/.blender/.bfont.ttf ${RPM_BUILD_ROOT}%{blenderlib}
3512c87
3512c87
install -p -D -m 755 %{SOURCE1} ${RPM_BUILD_ROOT}%{blenderlib}/scripts/import-3ds-0.7.py
3512c87
install -p -D -m 755 %{SOURCE2} ${RPM_BUILD_ROOT}%{blenderlib}/scripts/export-3ds-0.71.py
3512c87
3512c87
pushd ${RPM_BUILD_ROOT}%{blenderlib}/scripts
3512c87
find . -exec sed -i -e 's/\r$//g' {} \;
3512c87
chmod -R 0755 *
3512c87
popd
8e9844a
8e9844a
8e9844a
install -p -D -m 644 %{SOURCE3} ${RPM_BUILD_ROOT}%{_datadir}/pixmaps/blender.png
8e9844a
8e9844a
install -p -D -m 644 %{SOURCE5} ${RPM_BUILD_ROOT}%{_datadir}/mime/packages/blender.xml
8e9844a
8e9844a
#
8e9844a
# Install plugins
8e9844a
#
8e9844a
3512c87
install -d ${RPM_BUILD_ROOT}%{plugins}/sequence
3512c87
install -d ${RPM_BUILD_ROOT}%{plugins}/texture
8e9844a
3512c87
install -s -m 644 release/plugins/sequence/*.so ${RPM_BUILD_ROOT}%{plugins}/sequence
3512c87
install -s -m 644 release/plugins/texture/*.so ${RPM_BUILD_ROOT}%{plugins}/texture
8e9844a
cvsextras 214509a
desktop-file-install --vendor fedora                    \
7227261
  --dir ${RPM_BUILD_ROOT}%{_datadir}/applications       \
cvsextras 281bfc3
  %{SOURCE4}
cvsextras 214509a
a435b67
#
a435b67
# Create empty %%{_libdir}/blender/scripts to claim ownership
a435b67
#
a435b67
a435b67
install -d ${RPM_BUILD_ROOT}%{_libdir}/blender/scripts
a435b67
3512c87
#
3512c87
# Create link to DejaVu-Sans
3512c87
#
3512c87
rm ${RPM_BUILD_ROOT}%{_datadir}/blender/.bfont.ttf
3512c87
(cd ${RPM_BUILD_ROOT}; ln -sf %{_fontdir}/dejavu/DejaVuSans.tt ${RPM_BUILD_ROOT}%{_datadir}/blender/.bfont.ttf)
3512c87
cd80114
%find_lang %name
cvsextras 214509a
cvsextras 214509a
%clean
cvsextras 214509a
rm -rf ${RPM_BUILD_ROOT}
cvsextras 214509a
cvsextras 281bfc3
%post
8f4e533
update-mime-database %{_datadir}/mime > /dev/null 2>&1 || :
pcompton 43c4714
update-desktop-database %{_datadir}/applications > /dev/null 2>&1 || :
cvsextras 281bfc3
cvsextras 281bfc3
cvsextras 281bfc3
%postun
8f4e533
update-mime-database %{_datadir}/mime > /dev/null 2>&1 || :
pcompton 43c4714
update-desktop-database %{_datadir}/applications > /dev/null 2>&1 || :
cvsextras 281bfc3
cvsextras 214509a
cd80114
%files -f %name.lang
cvsextras 214509a
%defattr(-,root,root,-)
cvsextras 281bfc3
%doc COPYING README doc/python-dev-guide.txt doc/GPL-license.txt doc/bf-members.txt
3512c87
%{_bindir}/blender
3512c87
%{_bindir}/blender.bin
cvsextras 214509a
%{_datadir}/applications/fedora-blender.desktop
cvsextras 281bfc3
%{_datadir}/pixmaps/*.png
1ec3076
%{blenderlib}/
35dded6
%{_libdir}/blender/
cvsextras 281bfc3
%{_datadir}/mime/packages/blender.xml
cvsextras 214509a
3512c87
%files -n blenderplayer
3512c87
%doc COPYING
3512c87
%defattr(-,root,root,-)
3512c87
%{_bindir}/blenderplayer
3512c87
%{_bindir}/blenderplayer.bin
3512c87
cvsextras 214509a
%changelog
1322a29
* Wed Jun  3 2009 Jochen Schmitt <Jochen herr-schmitt de> 2.49-4
1322a29
- Rework on the blender wrapper script
1322a29
1322a29
* Tue Jun  2 2009 Jochen Schmitt <Jochen herr-schmitt de> 2.49-3
1322a29
- Try to build agains more system libraries as possible
1322a29
1d8e6e7
* Mon Jun  1 2009 Jochen Schmitt <Jochen herr-schmitt de> 2.49-1
1d8e6e7
- New upstream release
1d8e6e7
3512c87
* Wed May 13 2009 Jochen Schmitt <Jochen herr-schmitt de> 2.48a-22
3512c87
- Copy bpydata/config/* into ~/.blender/.../bpydata/config in blender-wrapper script
3512c87
3512c87
* Mon Apr 20 2009 Jochen Schmitt <Jochen herr-schmitt de> 2.48a-21
3512c87
- Chamge BR mesa-libGL* into libGL* 
3512c87
3512c87
* Mon Apr 20 2009 Jochen Schmitt <Jochen herr-schmitt de> 2.48a-20
3512c87
- Remove x264 from source tar ball
3512c87
- Some cosmetic changes
3512c87
3512c87
* Wed Apr  1 2009 Jochen Schmitt <Jochen herr-schmitt de> 2.48a-19
3512c87
- Change nonfree to freeworld
3512c87
3512c87
* Tue Mar 31 2009 Jochen Schmitt <Jochen herr-schmitt de> 2.48a-18
3512c87
- Fix typo
3512c87
3512c87
* Tue Mar 31 2009 Jochen Schmitt <Jochen herr-schmitt de> 2.48a-17
3512c87
- Create drop-in for non-free blender release
3512c87
3512c87
* Wed Mar 11 2009 Jochen Schmitt <Jochen herr-schmitt de> 2.48a-16
3512c87
- Put blenderplayer into a separate subpackage (#489685) 
3512c87
3512c87
* Mon Feb 23 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.48a-15
3512c87
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
3512c87
3512c87
* Tue Feb 17 2009 Jochen Schmitt <Jochen herr-schmitt de> 2.48a-14
3512c87
- Fix broken wrapper script
3512c87
3512c87
* Wed Jan 21 2009 Jochen Schmitt <Jochen herr-schmitt de> 2.48a-13
3512c87
- Do some fixes on blender-wrapeer
3512c87
3512c87
* Sun Jan 18 2009 Jochen Schmitt <Jochen herr-schmitt de> 2.48a-12
3512c87
- Change Req. for font package because fonts naming was changed (#480444)
3512c87
3512c87
* Thu Jan 15 2009 Jochen Schmitt <Jochen herr-schmitt de> 2.48a-11
3512c87
- Rebuild for new openssl package
3512c87
3512c87
* Sun Jan 11 2009 Jochen Schmitt <Jochen herr-schmitt de> 2.48a-10
3512c87
- Create symlink to DajaVu-Sans
3512c87
3512c87
* Tue Jan  6 2009 Jochen Schmitt <Jochen herr-schmitt de> 2.48a-9
3512c87
- Create fonts sub-package (#477370)
3512c87
3512c87
* Sat Dec 27 2008 Lubomir Rintel <lkundrak@v3.sk> 2.48a-7
3512c87
- Fix optflags use, this time for real
3512c87
3512c87
* Sat Dec 27 2008 Lubomir Rintel <lkundrak@v3.sk> 2.48a-6
3512c87
- Use proper compiler flags (see #199418)
3512c87
- Minor grammar & language fixes and tidy-ups
3512c87
3512c87
* Sun Nov 30 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm@gmail.com> 2.48a-5
3512c87
- Rebuild for Python 2.6
ac4b9b4
7c746a3
* Mon Nov  3 2008 Jochen Schmitt <Jochen herr-schmitt de> 2.48a-4
7c746a3
- Fix security issue (#469655, CVE-2008-4863)
3512c87
[5~
a435b67
* Sun Oct 26 2008 Jochen Schmitt <Jochen herr-schmitt de> 2.48a-3
a435b67
- Create %%{_libdir}/blender/scripts/ to claim ownership
a435b67
6634059
* Sun Oct 26 2008 Jochen Schmitt <Jochen herr-schmitt de> 2.48a-1
6634059
- New upstream release
6634059
c4bfa97
* Wed Oct 15 2008 Jochen Schmitt <Jochen herr-schmitt de> 2.48-1
c4bfa97
- New upstream release
3d4680d
- Build agains system glew library (#466755)
3d4680d
7aab38f
* Tue Oct  7 2008 Jochen Schmitt <Jochen herr-schmitt de> 2.47-5
7aab38f
- Reorganisation directory structure to fix sysinfo.py issue
7aab38f
2be5126
* Tue Oct  7 2008 Jochen Schmitt <Jochen herr-schmitt de> 2.47-4
2be5126
- Avoid duplicate python script (#465810)
2be5126
f34f5f1
* Sun Sep  7 2008 Jochen Schmitt <Jochen herr-schmitt de> 2.47-3
f34f5f1
- Fix prerelease SPEC file
f34f5f1
b0763f0
* Thu Aug 14 2008 Jochen Schmitt <Jochen herr-schmitt de> 2.47-1
b0763f0
- New upstream release
b0763f0
1e0442a
* Tue Aug 12 2008 Jochen Schmitt <Jochen herr-schmitt de> 2.47-0.2
635ae80
- New upstream release (blender-2.47rc)
635ae80
1e0442a
* Mon May 19 2008 Jochen Schmitt <Jochen herr-schmitt de> 2.46-1
edd22b1
- New upstream release
edd22b1
71a0026
* Wed May  7 2008 Jochen Schmitt <Jochen herr-schmitt de> 2.46-0.3.1
71a0026
- Some fixes for CVE-2008-1003
71a0026
54adaff
* Tue May  6 2008 Jochen Schmitt <Jochen herr-schmitt de> 2.46-0.3
54adaff
- Release Canditate for 2.46
54adaff
904c5f0
* Sun Apr 27 2008 Jochen Schmitt <Jochen herr-schmitt de> 2.45-13
904c5f0
- More generic patch for scons issue
904c5f0
ba93fd9
* Thu Apr 24 2008 Jochen Schmitt <Jochen herr-schmitt de> 2.45-12
ba93fd9
- Fix odd scons compatibility issue
ba93fd9
af5c5bd
* Thu Apr 24 2008 Jochen Schmitt <Jochen herr-schmitt de> 2.45-11
af5c5bd
- Fix CVS-2008-1102 (#443937)
af5c5bd
6e3ec21
* Wed Mar 12 2008 Jochen Schmitt <Jochen herr-schmitt de> 2.45-10
6e3ec21
- Clarification of restrictions caused by legal issues
6e3ec21
cbcf96c
* Tue Mar  4 2008 Jochen Schmitt <Jochen herr-schmitt de> 2.45-9
cbcf96c
- Apply yafray patch only on 64-bit systems
cbcf96c
cbcf96c
* Thu Feb 28 2008 Jochen Schmitt <Jochen herr-schmitt de> 2.45-8
2aa71da
- Fix yafray load bug (#451571)
2aa71da
d94928f
* Sun Feb 10 2008 Jochen Schmitt <Jochen herr-schmitt de> 2.45-7
d94928f
- Rebuild for gcc-4.3
d94928f
cbcf96c
* Sat Jan 26 2008 Alex Lancaster <alexlan[AT]fedoraproject org> 2.45-6
8f9edee
- Rebuild for new gettext
8f9edee
1249199
* Thu Jan 17 2008 Jochen Schmitt <Jochen herr-schmitt de> 2.45-5
1249199
- Fix gcc-4.3 related issues
1249199
3f85e2d
* Tue Oct 16 2007 Jochen Schmitt <Jochen herr-schmitt de> 2.45-4
3f85e2d
- Rebuild again for OpenEXR
3f85e2d
4cb232f
* Sun Oct 14 2007 Jochen Schmitt <Jochen herr-schmitt de> 2.45-3
4cb232f
- Rebuild
4cb232f
0bbe393
* Sun Sep 23 2007 Jochen Schmitt <Jochen herr-schmitt de> 2.45-2
0bbe393
- Change method how to determinate python version
0bbe393
eb3aeae
* Thu Sep 20 2007 Jochen Schmitt <Jochen herr-schmitt de> 2.45-1
eb3aeae
- New upstream release
eb3aeae
b7f78e1
* Thu Aug  9 2007 Jochen Schmitt <Jochen herr-schmitt de> 2.44-8
4b4c5f5
- Fix koji-python issue
4b4c5f5
a46cfc3
* Wed Aug  8 2007 Jochen Schmitt <Jochen herr-schmitt de> 2.44-6
4243bd2
- Changing license tag
a46cfc3
- Add python as an BR
4243bd2
4243bd2
* Mon May 21 2007 Jochen Schmitt <Jochen herr-schmitt de> 2.44-4
ab0ece9
- Use of $$RPM_OPT_FLAGS to compile blender
ab0ece9
d112e86
* Sun May 20 2007 Jochen Schmitt <Jochen herr-schmitt de> 2.44-2
d112e86
- Increase release number
d112e86
eb07fc2
* Tue May 15 2007 Jochen Schmitt <Jochen herr-schmitt de> 2.44-1
eb07fc2
- New upstream release
eb07fc2
40c46f2
* Wed May  9 2007 Jochen Schmitt <Jochen herr-schmitt de> 2.42a-24
40c46f2
- Remove ffmpeg lib during a legal issue (#239476)
40c46f2
77f6d73
* Tue May  8 2007 Jochen Schmitt <Jochen herr-schmitt de> 2.42a-23
a8f3a7d
- Exclude ppc64 arch
a8f3a7d
f4f172f
* Mon May  7 2007 Jochen Schmitt <Jochen herr-schmitt de> 2.42a-21
f4f172f
- Fix security issue (#239338)
f4f172f
d238660
* Sun Apr 22 2007 Jochen Schmitt <Jochen herr-schmitt de> 2.42a-20
49102b9
- Romove package from the x86_64 arch (#237423)
67ee6b7
7f625fb
* Mon Jan  8 2007 Jochen Schmitt <Jochen herr-schmitt de> 2.42a-18
7f625fb
- Rebult
7f625fb
2afb60e
* Thu Dec 14 2006 Jochen Schmitt <Jochen herr-schmitt de> 2.42a-17
2afb60e
- Replace x86-patch with one from the blender project
2afb60e
1b780b8
* Thu Dec 14 2006 Jochen Schmitt <Jochen herr-schmitt de> 2.42a-16
a6ab8f4
- Rebuild
a6ab8f4
5baf1b7
* Tue Dec 12 2006 Jochen Schmitt <Jochen herr-schmitt de> 2.42a-12
5baf1b7
- Fix typo
5baf1b7
14c883c
* Tue Dec 12 2006 Jochen Schmitt <Jochen herr-schmitt de> 2.42a-11
14c883c
- Try x64-patch for complle with python-2.5
14c883c
7578d00
* Tue Dec 12 2006 Jochen Schmitt <Jochen herr-schmitt de> 2.42a-10
7578d00
- Exclude x86_64 arch (#219329)
7578d00
9feb425
* Mon Dec 11 2006 Jochen Schmitt <Jochen herr-schmitt de> 2.42a-9
8d7a6a9
- New build to solve broken deps
8d7a6a9
37c43a3
* Wed Nov 29 2006 Jochen Schmitt <Jochen herr-schmitt de> 2.42a-6
37c43a3
- Rebuild to solve broken deps
37c43a3
47fa9f5
* Tue Oct 31 2006 Jochen Schmitt <Jochen herr-schmitt de> 2.42a-5
47fa9f5
- Rebuilt to fix broken deps
47fa9f5
35dded6
* Mon Oct 16 2006 Jochen Schmitt <Jochen herr-schmitt de> 2.42a-4
35dded6
- /usr/lib/blender should own by the package
35dded6
51f4f52
* Wed Oct 11 2006 Jochen Schmitt <Jochen herr-schmitt de> 2.42a-3
51f4f52
- Correct invalid locale paths (#210209)
51f4f52
1ec9bf4
* Wed Sep 13 2006 Jochen Schmitt <Jochen herr-schmitt de> 2.42a-2
1b2b126
- Update to new upstream release
1b2b126
9e2f8ca
* Tue Sep 12 2006 Jochen Schmitt <Jochen herr-schmitt de> 2.42-10
9e2f8ca
- Rebuild to solve broken deps
9e2f8ca
b249e5e
* Sun Sep  3 2006 Jochen Schmitt <Jochen herr-schmitt de> 2.42-9
71a7208
- Rebuild for FC-6
71a7208
1ec3076
* Thu Aug 10 2006 Jochen Schmitt <Jochen herr-schmitt de> 2.42-7
1ec3076
- Remove %%ghost for pyo files for fullfilling new packaging guidelines
1ec3076
f038b45
* Thu Aug 10 2006 Jochen Schmitt <Jochen herr-schmitt de> 2.42-6
f038b45
- Rebuilt to solve broken deps
f038b45
8d9c94b
* Wed Jul 26 2006 Jochen Schmitt <Jochen herr-schmitt de> 2.42-5
8d9c94b
- Fix symlink in blender-wrapper to locale
8d9c94b
cd80114
* Thu Jul 20 2006 Jochen Schmitt <jochen herr-schmitt de> 2.42-4
cd80114
- Fix UI Problem (#199418)
cd80114
673c1b5
* Mon Jul 17 2006 Jochen Schmitt <jochen herr-schmitt de> 2.42-3
673c1b5
- Fix some BR stuff.
673c1b5
8e9844a
* Sun Jul 16 2006 Jochen Schmitt <Jochen herr-schmitt de> 2.42-1
8e9844a
- New upstream release.
8e9844a
6abb048
* Sun Feb 19 2006 Jochen Schmitt <Jochen herr-schmitt de> 2.41-3
8e9844a
- Rebuild for FC-5.
533786a
4faad04
* Mon Feb  6 2006 Jochen Schmitt <Jochen herr-schmitt.de> 2.41-2
4faad04
- Add freealut as dependancy.
4faad04
ceb0198
* Sun Jan 30 2006 Jochen Schmitt <Jochen herr-schmitt de> 2.41-1
ceb0198
- Update to new upstream release.
ceb0198
a7d6322
* Wed Jan 18 2006 Jochen Schmitt <Jochen herr-schmitt de> 2.40-2
0b2f7b7
- New upstream release.
a7d6322
- adapting to mudular X.
a7d6322
- add libtiff-devel as BuildRequires.
0b2f7b7
af3aa79
* Mon Jun 6 2005 Toshio Kuratomi <toshio-tiki-lounge.com> 2.37-3
af3aa79
- Bump release for development.
30b398a
af3aa79
* Sun Jun 5 2005 Toshio Kuratomi <toshio-tiki-lounge.com> 2.37-2
af3aa79
- Patch to fix compilation errors on x86_64.
30b398a
af3aa79
* Sun Jun 5 2005 Toshio Kuratomi <toshio-tiki-lounge.com> 2.37-1
af3aa79
- Update to 2.37.
af3aa79
- Drop gcc4 patch.
30b398a
730d49f
* Mon May 16 2005 Toshio Kuratomi <toshio-tiki-lounge.com> 2.36-3
730d49f
- Bump and rebuild now that scons is available on all platforms.
30b398a
edd844c
* Sat May 14 2005 Toshio Kuratomi <toshio-tiki-lounge.com> 2.36-2
edd844c
- Fix a gcc4 error.
30b398a
b525335
* Fri May 13 2005 Toshio Kuratomi <toshio-tiki-lounge.com> 2.36-1
b525335
- Update to 2.36.
b525335
- Rebuild with new gcc4.
b525335
e38d1c8
* Fri Apr  7 2005 Michael Schwendt <mschwendt[AT]users.sf.net>
e38d1c8
- rebuilt
e38d1c8
pcompton 9ae3ad3
* Mon Nov 15 2004 Phillip Compton <pcompton[AT]proteinmedia.com> 2.35-1
pcompton 9ae3ad3
- 2.35.
pcompton 43c4714
pcompton be534f2
* Thu Nov 11 2004 Phillip Compton <pcompton[AT]proteinmedia.com> 2.34-0.fdr.3
pcompton be534f2
- Mime-type corrections for FC3.
pcompton be534f2
- Dropped redundent BR XFree86-devel.
pcompton be534f2
cvsextras 281bfc3
* Thu Aug 05 2004 Phillip Compton <pcompton[AT]proteinmedia.com> 0:2.34-0.fdr.2
cvsextras 281bfc3
- blender.applications file.
cvsextras 281bfc3
- blender.xml file.
cvsextras 281bfc3
- post/postun update-mime-database.
cvsextras 281bfc3
cvsextras 281bfc3
* Thu Aug 05 2004 Phillip Compton <pcompton[AT]proteinmedia.com> 0:2.34-0.fdr.1
cvsextras 281bfc3
- Updated to 2.34.
cvsextras 281bfc3
cvsextras 281bfc3
* Thu Aug 05 2004 Phillip Compton <pcompton[AT]proteinmedia.com> 0:2.33-0.fdr.2.a
cvsextras 281bfc3
- Include 3ds import/export scripts.
cvsextras 281bfc3
- Added mime info.
cvsextras 281bfc3
- Added mime icon (from yattacier theme).
cvsextras 281bfc3
cvsextras 281bfc3
* Wed Aug 04 2004 Phillip Compton <pcompton[AT]proteinmedia.com> 0:2.33-0.fdr.1.a
cvsextras 281bfc3
- 2.33a.
cvsextras 281bfc3
- Now building with scons.
cvsextras 281bfc3
cvsextras 281bfc3
* Tue Feb 10 2004 Phillip Compton <pcompton[AT]proteinmedia.com> 0:2.32-0.fdr.2
cvsextras 281bfc3
- Now including scripts.
cvsextras 281bfc3
cvsextras 281bfc3
* Thu Feb 05 2004 Phillip Compton <pcompton[AT]proteinmedia.com> 0:2.32-0.fdr.1
cvsextras 281bfc3
- Updated to 2.32.
cvsextras 281bfc3
cvsextras 214509a
* Sun Jan 11 2004 Phillip Compton <pcompton[AT]proteinmedia.com> 0:2.31-0.fdr.3.a
cvsextras 214509a
- --enable-openal.
cvsextras 214509a
- --disable-rpath.
cvsextras 214509a
- remove --enable-international.
cvsextras 214509a
- modify .desktop to execute with -w.
cvsextras 214509a
cvsextras 214509a
* Thu Dec 04 2003 Phillip Compton <pcompton[AT]proteinmedia.com> 0:2.31-0.fdr.2.a
cvsextras 214509a
- Updated to 2.31a.
cvsextras 214509a
cvsextras 214509a
* Sun Nov 30 2003 Phillip Compton <pcompton[AT]proteinmedia.com> 0:2.31-0.fdr.1
cvsextras 214509a
- Updated to 2.31.
cvsextras 214509a
- enable-international.
cvsextras 214509a
cvsextras 214509a
* Tue Nov 18 2003 Phillip Compton <pcompton[AT]proteinmedia.com> 0:2.30-0.fdr.1
8f4e533
- Updated to 2.30.
cvsextras 214509a
cvsextras 214509a
* Fri Oct 10 2003 Phillip Compton <pcompton[AT]proteinmedia.com> 0:2.28-0.fdr.5.c
cvsextras 214509a
- Updated to 2.28c.
cvsextras 214509a
cvsextras 214509a
* Tue Oct 07 2003 Phillip Compton <pcompton[AT]proteinmedia.com> 0:2.28-0.fdr.4.a
cvsextras 214509a
- Removed BuildReq smpeg-devel
cvsextras 214509a
cvsextras 214509a
* Mon Sep 15 2003 Phillip Compton <pcompton[AT]proteinmedia.com> 0:2.28-0.fdr.3.a
cvsextras 214509a
- Moved 'a' out of version according to naming guidelines.
cvsextras 214509a
cvsextras 214509a
* Fri Sep 12 2003 Phillip Compton <pcompton[AT]proteinmedia.com> 0:2.28a-0.fdr.2
cvsextras 214509a
- changed file permission on tarball.
cvsextras 214509a
- dropped redundant messages about aclocal, etc.
cvsextras 214509a
- configure --disable-shared.
cvsextras 214509a
- automake --foreign.
cvsextras 214509a
- added doc/python-dev-guide.txt doc/GPL-license.txt doc/bf-members.txt to %%doc.
cvsextras 214509a
cvsextras 214509a
* Wed Sep 10 2003 Phillip Compton <pcompton[AT]proteinmedia.com> 0:2.28a-0.fdr.1
cvsextras 214509a
- Updated to 2.28a.
cvsextras 214509a
cvsextras 214509a
* Wed Aug 13 2003 Phillip Compton <pcompton[AT]proteinmedia.com> 0:2.28-0.fdr.2
cvsextras 214509a
- New Icon.
cvsextras 214509a
cvsextras 214509a
* Thu Jul 24 2003 Phillip Compton <pcompton[AT]proteinmedia.com> 0:2.28-0.fdr.1
cvsextras 214509a
- Updated to 2.28.
cvsextras 214509a
- BuildReq libvorbis-devel.
cvsextras 214509a
- BuildReq smpeg-devel.
cvsextras 214509a
- BuildReq esound-devel.
cvsextras 214509a
- BuildReq libogg-devel.
cvsextras 214509a
- BuildReq vorbis-tools.
cvsextras 214509a
- BuildReq openal-devel
cvsextras 214509a
- BuildReq libtool
cvsextras 214509a
cvsextras 214509a
* Mon May 26 2003 Phillip Compton <pcompton[AT]proteinmedia.com> 0:2.27-0.fdr.2
cvsextras 214509a
- Removed post/postun ldconfig.
cvsextras 214509a
- Added autoconf workaround.
cvsextras 214509a
cvsextras 214509a
* Mon May 19 2003 Phillip Compton <pcompton[AT]proteinmedia.com> 0:2.27-0.fdr.1
cvsextras 214509a
- Updated to 2.27.
cvsextras 214509a
- Removed devel package.
cvsextras 214509a
cvsextras 214509a
* Wed Apr 09 2003 Phillip Compton <pcompton[AT]proteinmedia.com> 0:2.26-0.fdr.9
cvsextras 214509a
- Corrected devel Group.
cvsextras 214509a
cvsextras 214509a
* Tue Apr 01 2003 Phillip Compton <pcompton[AT]proteinmedia.com> 0:2.26-0.fdr.8
cvsextras 214509a
- Added desktop-file-utils to BuildRequires.
cvsextras 214509a
- Changed category to X-Fedora-Extra.
cvsextras 214509a
cvsextras 214509a
* Mon Mar 31 2003 Phillip Compton <pcompton[AT]proteinmedia.com> 0:2.26-0.fdr.7
cvsextras 214509a
- Added Missing BuildRequires.
cvsextras 214509a
cvsextras 214509a
* Sun Mar 30 2003 Phillip Compton <pcompton[AT]proteinmedia.com> 0:2.26-0.fdr.6
cvsextras 214509a
- Cleaned up BuildRequires.
cvsextras 214509a
- Added Epoch:0.
cvsextras 214509a
cvsextras 214509a
* Sat Mar 22 2003 Phillip Compton <pcompton[AT]proteinmedia.com> 2.26-0.fdr.5
cvsextras 214509a
- Spec file cleanup.
cvsextras 214509a
cvsextras 214509a
* Sat Mar 08 2003 Phillip Compton <pcompton[AT]proteinmedia.com> 2.26-1.fdr.4
cvsextras 214509a
- Spec file cleanup.
cvsextras 214509a
cvsextras 214509a
* Wed Feb 26 2003 Phillip Compton <pcompton[AT]proteinmedia.com> 2.26-1.fedora.3
cvsextras 214509a
- Spec file cleanup.
cvsextras 214509a
cvsextras 214509a
* Thu Feb 20 2003 Warren Togami
cvsextras 214509a
- Add BuildRequires python-devel
cvsextras 214509a
cvsextras 214509a
* Wed Feb 19 2003 Phillip Compton
cvsextras 214509a
- Initial RPM release.