You are not logged in.

#1 2009-06-01 14:18:08

Babets
Member
Registered: 2008-02-07
Posts: 47

Codecs package removed from extra.

Hi, i saw that "codecs" has been removed from extra, but i didn't find any type of message to justify this decision in all ml (except arch-commits obviously). Could a devel explain why?
Thanks in advance.

Last edited by Babets (2009-06-01 14:18:20)

Offline

#2 2009-06-01 14:24:13

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

Re: Codecs package removed from extra.

From memory, this is part of the licence cleanup.  The codecs package has no licence distributed with it so it is questionable about whether we are allowed to distribute it.  Also, it is not really needed these days...

Offline

#3 2009-06-01 16:39:29

Babets
Member
Registered: 2008-02-07
Posts: 47

Re: Codecs package removed from extra.

Allan wrote:

From memory, this is part of the licence cleanup.  The codecs package has no licence distributed with it so it is questionable about whether we are allowed to distribute it.

Thank you Allan for your answer.
So there are problems if anyone create an aur pkg? smile (an mplayer-codecs package already exists but is horrible)
Can anyone post here the original pkgbuild?

Allan wrote:

Also, it is not really needed these days...

Are you sure it is not needed at all? For example, can i play wmv/wma without installing it?

Offline

#4 2009-06-01 19:24:59

ataraxia
Member
From: Pittsburgh
Registered: 2007-05-06
Posts: 1,553

Re: Codecs package removed from extra.

mplayer will play WMV, WMA, and Real formats without extra codecs.

Offline

#5 2009-06-01 20:26:05

Garns
Member
Registered: 2008-05-28
Posts: 239

Re: Codecs package removed from extra.

Babets wrote:

Can anyone post here the original pkgbuild?

Here you go:

pkgname=codecs
pkgver=20071007
pkgrel=3
pkgdesc="Non-linux native codec pack. (Win32, Real9, QuickTime)"
arch=('i686' 'x86_64')
license=('unknown')
# The codec packages are different
# only the 32 bit package needs legacy libstdc++
[ "$CARCH" = "i686" ] && depends=('libstdc++5')
[ "$CARCH" = "x86_64" ] && depends=('gcc-libs')
options=('!strip')
url="http://www.mplayerhq.hu/design7/dload.html"

md5sums=('4ea9c2dbd0945c83af1a8d0dd363993c')
_arch=""
if [ "${CARCH}" = "x86_64" ]; then
  _arch="-amd64"
  md5sums=('8e1ceeec51469f5baac65e56fac709e8')
fi
source=(http://www.mplayerhq.hu/MPlayer/releases/codecs/essential${_arch}-${pkgver}.tar.bz2)

build() {
  mkdir -p ${pkgdir}/usr/lib/codecs
  cd ${pkgdir}/usr/lib
  ln -s codecs win32
  install -m755 ${srcdir}/essential${_arch}-${pkgver}/* ${pkgdir}/usr/lib/codecs
  rm ${pkgdir}/usr/lib/codecs/README
}

But like Allan said, pretty much everything should work without the codecs package.

Offline

#6 2009-06-01 20:41:57

Babets
Member
Registered: 2008-02-07
Posts: 47

Re: Codecs package removed from extra.

Thank you Garns. Yeah almost everything works without it, but not all smile
For example, does wmv/wma/real works using gstreamer-based applications like rhythmbox, totem etc.?
However thank you again, probably i'll upload that pkgbuild in aur.

Edit: uploaded in aur.

Last edited by Babets (2009-06-01 20:59:36)

Offline

#7 2009-08-13 01:18:40

bhadotia
Member
From: Karnal, India
Registered: 2008-12-09
Posts: 87

Re: Codecs package removed from extra.

This package is also available from archlinux.fr, the repo that also has yaourt. To use this repo add this to your pacman.conf:

[archlinuxfr]
Server = http://repo.archlinux.fr/i686

for i686. And this:

[archlinuxfr]
Server = http://repo.archlinux.fr/x86_64

for x86_64.
Look here to see what more packages are there.

Last edited by bhadotia (2009-08-13 01:20:13)

Offline

#8 2009-08-13 04:03:10

markisthejob
Member
From: Cork, Ireland
Registered: 2008-09-01
Posts: 63

Re: Codecs package removed from extra.

As the above post said, archlinuxfr has a package called codecs-all

Last edited by markisthejob (2009-08-13 04:03:26)

Offline

#9 2009-08-13 08:04:03

Babets
Member
Registered: 2008-02-07
Posts: 47

Re: Codecs package removed from extra.

I know but that package is not correct, it also install 32 bits codecs in 64 bits installation smile
The package maintainer need to be informed.
However as i said the codecs pkgbuild is present in aur but normally we don't need to install it.

Last edited by Babets (2009-08-13 08:05:13)

Offline

#10 2009-08-13 09:05:57

flamelab
Member
From: Athens, Hellas (Greece)
Registered: 2007-12-26
Posts: 2,160

Re: Codecs package removed from extra.

Really, there is no need for w32codecs any more. Mplayer can play succesfully most media out there right now.

Offline

#11 2009-10-10 21:12:18

scv5
Member
Registered: 2008-10-19
Posts: 109

Re: Codecs package removed from extra.

and what of the people who don't like mplayer (i do, but i'm just sayin)

Offline

#12 2009-10-10 23:13:08

skottish
Forum Fellow
From: Here
Registered: 2006-06-16
Posts: 7,942

Re: Codecs package removed from extra.

Babets wrote:

I know but that package is not correct, it also install 32 bits codecs in 64 bits installation smile
The package maintainer need to be informed.
However as i said the codecs pkgbuild is present in aur but normally we don't need to install it.

That doesn't matter anyway. There are no codecs in the 64 bit package that aren't covered with native drivers.

Offline

#13 2009-10-11 16:38:27

Kalinda
Member
From: Canada
Registered: 2009-02-19
Posts: 73

Re: Codecs package removed from extra.

scv5 wrote:

and what of the people who don't like mplayer (i do, but i'm just sayin)

Yeah... I mean, I like mplayer (although not the original player), but I still use Kaffeine with Xine...

I imagine one day I'll have to find something else considering that that codecs package hasn't been updated since 2007 o-o


Arch Linux Plasma 5 | AMD Ryzen 7 1700 | 16GB DDR4 RAM | Nvidia GeForce GTX 980

Offline

Board footer

Powered by FluxBB