You are not logged in.

#1 2009-06-15 16:43:30

Hessiess
Member
Registered: 2008-07-21
Posts: 75

Blender package in the repo is out of date

Blender 2.49 has bean out for some time, yet the package in the repository is still at version 2.48a. On other distros(Ubuntu) I normally compile Blender from SVN, but Arch has previously kept up with the fast release cycle, though not with 2.49 apparently.

Offline

#2 2009-06-15 16:52:57

DevoidOfWindows
Member
Registered: 2009-05-24
Posts: 133

Re: Blender package in the repo is out of date

There's an out-of-date button for that.

Offline

#3 2009-06-21 14:19:54

joaca_rj
Member
From: Rio de Janeiro, Brazil
Registered: 2009-04-12
Posts: 76

Re: Blender package in the repo is out of date

yep, but there's blender-svn in AUR.... and Blender-bin, so you don't need to stay out-of-date....

Offline

#4 2009-06-22 12:06:40

perpetrator
Member
Registered: 2008-09-22
Posts: 14

Re: Blender package in the repo is out of date

But what if I'm running on arch64 and don't want to have the svn package but the latest stable release? Let alone the time it takes to compile...

Last edited by perpetrator (2009-06-22 12:12:14)

Offline

#5 2009-06-22 12:09:15

wonder
Developer
From: Bucharest, Romania
Registered: 2006-07-05
Posts: 5,941
Website

Re: Blender package in the repo is out of date

perpetrator wrote:

But what if I'm running on arch64 and don't want to have the svn package but the latest stable release?

read about abs
http://wiki.archlinux.org/index.php/ABS

Last edited by wonder (2009-06-22 12:09:34)


Give what you have. To someone, it may be better than you dare to think.

Offline

#6 2009-06-22 12:10:35

Allan
Pacman
From: Brisbane, AU
Registered: 2007-06-09
Posts: 11,400
Website

Re: Blender package in the repo is out of date

This is what ABS is for...  It probably just needs the pkgver bumped and built.

Offline

#7 2009-06-22 12:16:06

perpetrator
Member
Registered: 2008-09-22
Posts: 14

Re: Blender package in the repo is out of date

Thanks for your quick help, I'll try it the ABS way. smile

Offline

#8 2009-07-01 15:26:17

Hessiess
Member
Registered: 2008-07-21
Posts: 75

Re: Blender package in the repo is out of date

Sure I could use the ABS package, but as nobody seams to be updating the one in the repo, why not just remove it? Has the package maintainer ``vanished of the face of the earth''?

Offline

#9 2009-07-18 14:19:26

TheGrudge
Member
Registered: 2006-06-15
Posts: 206
Website

Re: Blender package in the repo is out of date

I installed blender-bin because of the missing blender update, but I wonder why it is this way right now?
Blender was always updated quite fast, and now it is 2 months behind. I'm just curious smile


digiKam developer - www.digikam.org

Offline

#10 2009-07-19 04:00:34

Svenstaro
Administrator
From: Germany
Registered: 2008-11-19
Posts: 388

Re: Blender package in the repo is out of date

The package author ignored my mail. I wrote to the arch-dev-public list and was also ignored. My latest mail went to arch-general, let's see what happens.

Offline

#11 2009-07-19 09:18:37

wonder
Developer
From: Bucharest, Romania
Registered: 2006-07-05
Posts: 5,941
Website

Re: Blender package in the repo is out of date

Svenstaro wrote:

The package author ignored my mail. I wrote to the arch-dev-public list and was also ignored. My latest mail went to arch-general, let's see what happens.

like allan said on ml, you could post a working build


Give what you have. To someone, it may be better than you dare to think.

Offline

#12 2009-07-20 13:29:28

mrunion
Member
From: Jonesborough, TN
Registered: 2007-01-26
Posts: 1,938
Website

Re: Blender package in the repo is out of date

This builds the latest version for me. It may not be perfect, but it might be a start. It's based of an old script I had. Also, I have scripts for the Sim Physics branch (which has volumetrics) and the upcoming 2.5 branch (which ain't quite ready for prime time testing but has much of the new UI stuff)

Note: IT BUILDS FROM SVN, so it builds the LATEST release from SVN -- it's "bleeding edge" on the stable trunk!

pkgname=blender-svn
pkgver=14890
pkgrel=1
pkgdesc="SVN version of Blender (called bf-blender)"
arch=('i686' 'x86_64')
url="http://blender.org/"
depends=('openexr' 'libxi' 'libjpeg' 'libpng' 'ffmpeg' 'gettext' 'python' 'desktop-file-utils')
makedepends=('scons' 'subversion' 'sed')
provides=('blender')
conflicts=('blender')
license="GPL"
install=blender.install
source=(blender.sh blender.desktop blender.png)
md5sums=('e1bd54aaeedfbd934e532b6cad8c44f0' 'aa587d90d9ed14fc3548d1a1e882d853'\
     '2718ae258377bcc9c9942c28110ee89e')

_svnroot="https://svn.blender.org/svnroot/bf-blender/trunk/blender"
_svnmod="blender"

build() {
  # Get the sources
  cd $startdir/src
  msg "Connecting to blender SVN server......."
  #svn co $_svnroot $_svnmod -r $pkgver || return 1
  svn co $_svnroot $_svnmod || return 1
  msg "SVN checkout done"
  cd $startdir/src/$_svnmod
  ##########
  scons || return 1
  ##########
  # so, now we compile some plugins
  mv -f $startdir/src/install/linux2/plugins/* \
      $startdir/src/$_svnmod/source/blender/blenpluginapi/
  cd $startdir/src/$_svnmod/source/blender/blenpluginapi
  chmod 755 bmake
  make
  ###########
  # And...Install!!!
  cd $startdir/src/install/linux2
  install -D -m755 blender $startdir/pkg/usr/share/$_svnmod/$_svnmod
  cp -R .blender/locale $startdir/pkg/usr/share/
  install -m644 .blender/.bfont.ttf $startdir/pkg/usr/share/$_svnmod/.bfont.ttf
  install -m644 .blender/.Blanguages $startdir/pkg/usr/share/$_svnmod/.Blanguages
  cp -R .blender/scripts $startdir/pkg/usr/share/$_svnmod/
  mkdir  -p $startdir/pkg/usr/share/$_svnmod/plugins/{sequence,texture}
  cp $startdir/src/$_svnmod/source/blender/blenpluginapi/sequence/*.so \
      $startdir/pkg/usr/share/$_svnmod/plugins/sequence/
  cp $startdir/src/$_svnmod/source/blender/blenpluginapi/texture/*.so \
      $startdir/pkg/usr/share/$_svnmod/plugins/texture/
  install -D -m755 $startdir/src/blender.sh $startdir/pkg/usr/bin/$_svnmod
  install -D -m644 $startdir/src/$_svnmod.desktop \
      $startdir/pkg/usr/share/applications/$_svnmod.desktop
  install -D -m644 $startdir/src/$_svnmod.png $startdir/pkg/usr/share/pixmaps/$_svnmod.png
}

Matt

"It is very difficult to educate the educated."

Offline

#13 2009-07-20 15:43:37

joaca_rj
Member
From: Rio de Janeiro, Brazil
Registered: 2009-04-12
Posts: 76

Re: Blender package in the repo is out of date

Oh man! Post your other PKGBUILDS of Blender! Put them in AUR! Especially the one with the volumetrics!:)

Offline

#14 2009-07-20 17:11:57

mrunion
Member
From: Jonesborough, TN
Registered: 2007-01-26
Posts: 1,938
Website

Re: Blender package in the repo is out of date

Will do. I gotta get home from work first -- my "big" machine is at home and that has all my stuff. But I'll put them up for you guys.


Matt

"It is very difficult to educate the educated."

Offline

#15 2009-07-21 01:34:57

mrunion
Member
From: Jonesborough, TN
Registered: 2007-01-26
Posts: 1,938
Website

Re: Blender package in the repo is out of date

I have added the following to the AUR:

blender25 -- next version
blender-simphys -- contains volumetrics stuff

These packages are based on Lukas Jirkovsky's previous package(s). There is already a blender-svn package, so I did not upload my PKGBUILD for that. If there's any problems, let me know. I don't know if the dependencies are entirely correct either.


Matt

"It is very difficult to educate the educated."

Offline

#16 2009-07-23 01:46:56

joaca_rj
Member
From: Rio de Janeiro, Brazil
Registered: 2009-04-12
Posts: 76

Re: Blender package in the repo is out of date

Very nice!
but hey, could we install it in parallel with normal blender, to keep a stable version for production work and another(s) for testing?
Thx!!!

Offline

#17 2009-07-23 03:15:36

mrunion
Member
From: Jonesborough, TN
Registered: 2007-01-26
Posts: 1,938
Website

Re: Blender package in the repo is out of date

Oooh, I don't think that'd work. I just execute mine out of the build folder/path. I'l try and think about it, but I'm not sure that'd work.


Matt

"It is very difficult to educate the educated."

Offline

Board footer

Powered by FluxBB