the akode plugins are not currently working. exact cause is still
unknown. in the meantime, unbreak arts decoding of many codecs by using the akode decoders only if there is no other decoder for the codec, instead of using akode more or less by default. ok brad@
This commit is contained in:
parent
149d1e19e7
commit
2f70b89794
@ -1,10 +1,10 @@
|
||||
# $OpenBSD: Makefile,v 1.53 2007/10/24 21:52:18 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.54 2007/11/01 04:06:23 jakemsr Exp $
|
||||
|
||||
COMMENT= K Desktop Environment, multimedia applications
|
||||
CATEGORIES= x11 x11/kde
|
||||
VERSION= 3.5.8
|
||||
DISTNAME= kdemultimedia-${VERSION}
|
||||
PKGNAME= ${DISTNAME}
|
||||
PKGNAME= ${DISTNAME}p0
|
||||
MODKDE_VERSION= 3.5.8
|
||||
SHARED_LIBS += artsbuilder 1.0 # .0.0
|
||||
SHARED_LIBS += artsmidi_idl 1.0 # .0.0
|
||||
|
@ -0,0 +1,9 @@
|
||||
$OpenBSD: patch-akode_artsplugin_akodeFFMPEGPlayObject_mcopclass,v 1.1 2007/11/01 04:06:23 jakemsr Exp $
|
||||
--- akode_artsplugin/akodeFFMPEGPlayObject.mcopclass.orig Mon Oct 1 03:10:16 2007
|
||||
+++ akode_artsplugin/akodeFFMPEGPlayObject.mcopclass Mon Oct 1 03:11:03 2007
|
||||
@@ -4,4 +4,4 @@ Language=C++
|
||||
Author=Allan Sandfeld Jensen <kde@carewolf.com>
|
||||
Extension=wma,ra,m4a,ram,aac,ac3,ogg
|
||||
MimeType=audio/mp4,audio/vnd.rn-realaudio,audio/x-pn-realaudio,audio/x-ms-wma,application/vnd.ms-asf,audio/ac3,audio/aac,audio/mpeg,audio/x-mp3,audio/x-mp2,audio/x-mp1,audio/vorbis,audio/x-vorbis,application/ogg,video/x-ms-asf
|
||||
-Preference=5
|
||||
+Preference=1
|
@ -0,0 +1,9 @@
|
||||
$OpenBSD: patch-akode_artsplugin_akodeMPCPlayObject_mcopclass,v 1.1 2007/11/01 04:06:23 jakemsr Exp $
|
||||
--- akode_artsplugin/akodeMPCPlayObject.mcopclass.orig Mon Oct 1 03:10:16 2007
|
||||
+++ akode_artsplugin/akodeMPCPlayObject.mcopclass Mon Oct 1 03:10:46 2007
|
||||
@@ -4,4 +4,4 @@ Language=C++
|
||||
Author=Allan Sandfeld Jensen <kde@carewolf.com>
|
||||
Extension=mpc,mpp,mp+
|
||||
MimeType=audio/x-musepack
|
||||
-Preference=4
|
||||
+Preference=1
|
@ -0,0 +1,9 @@
|
||||
$OpenBSD: patch-akode_artsplugin_akodeMPEGPlayObject_mcopclass,v 1.1 2007/11/01 04:06:23 jakemsr Exp $
|
||||
--- akode_artsplugin/akodeMPEGPlayObject.mcopclass.orig Mon Oct 1 03:10:16 2007
|
||||
+++ akode_artsplugin/akodeMPEGPlayObject.mcopclass Mon Oct 1 03:11:32 2007
|
||||
@@ -4,4 +4,4 @@ Language=C++
|
||||
Author=Allan Sandfeld Jensen <kde@carewolf.com>
|
||||
Extension=mp1,mp2,mp3
|
||||
MimeType=audio/mpeg,audio/x-mp3,audio/x-mp2,audio/x-mp1
|
||||
-Preference=7
|
||||
+Preference=1
|
@ -0,0 +1,9 @@
|
||||
$OpenBSD: patch-akode_artsplugin_akodePlayObject_mcopclass,v 1.1 2007/11/01 04:06:23 jakemsr Exp $
|
||||
--- akode_artsplugin/akodePlayObject.mcopclass.orig Mon Oct 1 03:10:16 2007
|
||||
+++ akode_artsplugin/akodePlayObject.mcopclass Mon Oct 1 03:11:51 2007
|
||||
@@ -4,4 +4,4 @@ Language=C++
|
||||
Author=Allan Sandfeld Jensen <kde@carewolf.com>
|
||||
Extension=wav
|
||||
MimeType=audio/x-wav
|
||||
-Preference=3
|
||||
+Preference=1
|
@ -0,0 +1,9 @@
|
||||
$OpenBSD: patch-akode_artsplugin_akodeSpeexStreamPlayObject_mcopclass,v 1.1 2007/11/01 04:06:23 jakemsr Exp $
|
||||
--- akode_artsplugin/akodeSpeexStreamPlayObject.mcopclass.orig Mon Oct 1 03:10:16 2007
|
||||
+++ akode_artsplugin/akodeSpeexStreamPlayObject.mcopclass Mon Oct 1 03:12:10 2007
|
||||
@@ -4,4 +4,4 @@ Language=C++
|
||||
Author=Allan Sandfeld Jensen <kde@carewolf.com>
|
||||
Extension=
|
||||
MimeType=audio/x-speex
|
||||
-Preference=6
|
||||
+Preference=1
|
@ -0,0 +1,9 @@
|
||||
$OpenBSD: patch-akode_artsplugin_akodeVorbisStreamPlayObject_mcopclass,v 1.1 2007/11/01 04:06:23 jakemsr Exp $
|
||||
--- akode_artsplugin/akodeVorbisStreamPlayObject.mcopclass.orig Mon Oct 1 03:10:16 2007
|
||||
+++ akode_artsplugin/akodeVorbisStreamPlayObject.mcopclass Mon Oct 1 03:12:23 2007
|
||||
@@ -4,4 +4,4 @@ Language=C++
|
||||
Author=Allan Sandfeld Jensen <kde@carewolf.com>
|
||||
Extension=
|
||||
MimeType=audio/x-vorbis,audio/vorbis,application/ogg
|
||||
-Preference=6
|
||||
+Preference=1
|
@ -0,0 +1,9 @@
|
||||
$OpenBSD: patch-akode_artsplugin_akodeXiphPlayObject_mcopclass,v 1.1 2007/11/01 04:06:23 jakemsr Exp $
|
||||
--- akode_artsplugin/akodeXiphPlayObject.mcopclass.orig Mon Oct 1 03:10:16 2007
|
||||
+++ akode_artsplugin/akodeXiphPlayObject.mcopclass Mon Oct 1 03:12:42 2007
|
||||
@@ -4,4 +4,4 @@ Language=C++
|
||||
Author=Allan Sandfeld Jensen <kde@carewolf.com>
|
||||
Extension=flac,ogg,spx
|
||||
MimeType=audio/x-flac,audio/x-oggflac,audio/x-speex,audio/x-vorbis,audio/vorbis,application/ogg
|
||||
-Preference=6
|
||||
+Preference=1
|
Loading…
Reference in New Issue
Block a user