Import of pkgsrc-2014Q1
This commit is contained in:
@@ -1,8 +1,9 @@
|
||||
# $NetBSD: Makefile,v 1.485 2013/05/09 00:43:37 rodent Exp $
|
||||
# $NetBSD: Makefile,v 1.500 2014/03/13 07:16:23 jnemeth Exp $
|
||||
#
|
||||
|
||||
COMMENT= Audio tools
|
||||
|
||||
SUBDIR+= SDL2_mixer
|
||||
SUBDIR+= SDL_mixer
|
||||
SUBDIR+= SDL_sound
|
||||
SUBDIR+= abcde
|
||||
@@ -32,6 +33,7 @@ SUBDIR+= ampache
|
||||
SUBDIR+= applerecords
|
||||
SUBDIR+= ario
|
||||
SUBDIR+= arts
|
||||
SUBDIR+= asunder
|
||||
SUBDIR+= aubio
|
||||
SUBDIR+= audacious
|
||||
SUBDIR+= audacious-plugins
|
||||
@@ -42,6 +44,7 @@ SUBDIR+= bladeenc
|
||||
SUBDIR+= blop
|
||||
SUBDIR+= bml
|
||||
SUBDIR+= bmp
|
||||
SUBDIR+= bmp-crossfade
|
||||
SUBDIR+= bmp-esound
|
||||
SUBDIR+= bmp-flac
|
||||
SUBDIR+= bmp-mac
|
||||
@@ -66,6 +69,8 @@ SUBDIR+= cripple
|
||||
SUBDIR+= cs4235
|
||||
SUBDIR+= csound5
|
||||
SUBDIR+= csound5-manual
|
||||
SUBDIR+= csound6
|
||||
SUBDIR+= csound6-manual
|
||||
SUBDIR+= daapd
|
||||
SUBDIR+= dap
|
||||
SUBDIR+= darkice
|
||||
@@ -125,15 +130,18 @@ SUBDIR+= gbemol
|
||||
SUBDIR+= gimmix
|
||||
SUBDIR+= gkrellm-volume
|
||||
SUBDIR+= glurp
|
||||
SUBDIR+= glyr
|
||||
SUBDIR+= gmp3info
|
||||
SUBDIR+= gmpc
|
||||
SUBDIR+= gmpc-alarm
|
||||
SUBDIR+= gmpc-albumview
|
||||
SUBDIR+= gmpc-lastfm
|
||||
SUBDIR+= gmpc-jamendo
|
||||
SUBDIR+= gmpc-libnotify
|
||||
SUBDIR+= gmpc-lyrics
|
||||
SUBDIR+= gmpc-lyricwiki
|
||||
SUBDIR+= gmpc-magnatune
|
||||
SUBDIR+= gmpc-mdcover
|
||||
SUBDIR+= gmpc-tagedit
|
||||
SUBDIR+= gmpc-wikipedia
|
||||
SUBDIR+= gnome-audio
|
||||
SUBDIR+= gnome-speech
|
||||
SUBDIR+= gnome-speech-espeak
|
||||
@@ -259,6 +267,8 @@ SUBDIR+= libvisual0.2
|
||||
SUBDIR+= libvisual0.2-plugins
|
||||
SUBDIR+= libvorbis
|
||||
SUBDIR+= libwildmidi
|
||||
SUBDIR+= libxmp
|
||||
SUBDIR+= libxspf
|
||||
SUBDIR+= liteamp
|
||||
SUBDIR+= liveice
|
||||
SUBDIR+= lmms
|
||||
@@ -354,6 +364,7 @@ SUBDIR+= py-audiotools
|
||||
SUBDIR+= py-beets
|
||||
SUBDIR+= py-cddb
|
||||
SUBDIR+= py-daap
|
||||
SUBDIR+= py-discogs_client
|
||||
SUBDIR+= py-dynampd
|
||||
SUBDIR+= py-id3
|
||||
SUBDIR+= py-id3lib
|
||||
@@ -371,6 +382,7 @@ SUBDIR+= py-vorbis
|
||||
SUBDIR+= qjackctl
|
||||
SUBDIR+= qsynth
|
||||
SUBDIR+= qtplay
|
||||
SUBDIR+= quodlibet2
|
||||
SUBDIR+= rexima
|
||||
SUBDIR+= rhythmbox
|
||||
SUBDIR+= rhythmbox-gtk3
|
||||
@@ -407,6 +419,7 @@ SUBDIR+= streamtuner
|
||||
SUBDIR+= sweep
|
||||
SUBDIR+= taglib
|
||||
SUBDIR+= taglib-extras
|
||||
SUBDIR+= tap-plugins
|
||||
SUBDIR+= tcd
|
||||
SUBDIR+= tcl-snack
|
||||
SUBDIR+= terminatorx
|
||||
|
||||
8
audio/SDL2_mixer/DESCR
Normal file
8
audio/SDL2_mixer/DESCR
Normal file
@@ -0,0 +1,8 @@
|
||||
SDL_mixer is a sample multi-channel audio mixer library. It supports any number
|
||||
of simultaneously playing channels of 16 bit stereo audio, plus a single channel
|
||||
of music, mixed by the popular FLAC, MikMod MOD, Timidity MIDI, Ogg Vorbis, and
|
||||
SMPEG MP3 libraries.
|
||||
|
||||
As of SDL_mixer 1.2.7, FLAC, MikMod, Ogg Vorbis and MP3 loading libraries are
|
||||
dynamically loaded, so if you don't need to load those formats, you don't need
|
||||
to include those shared libraries.
|
||||
30
audio/SDL2_mixer/Makefile
Normal file
30
audio/SDL2_mixer/Makefile
Normal file
@@ -0,0 +1,30 @@
|
||||
# $NetBSD: Makefile,v 1.1 2014/02/02 15:39:01 rodent Exp $
|
||||
|
||||
DISTNAME= SDL2_mixer-2.0.0
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= http://www.libsdl.org/projects/SDL_mixer/release/
|
||||
|
||||
MAINTAINER= rodent@NetBSD.org
|
||||
HOMEPAGE= http://www.libsdl.org/projects/SDL_mixer/
|
||||
COMMENT= Sample multi-channel audio mixer library
|
||||
LICENSE= zlib
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USE_LIBTOOL= yes
|
||||
USE_TOOLS+= gmake pkg-config
|
||||
USE_LANGUAGES= c c++
|
||||
|
||||
PKGCONFIG_OVERRIDE+= SDL2_mixer.pc.in
|
||||
PKGCONFIG_OVERRIDE+= external/flac-1.2.1/src/libFLAC/flac.pc.in
|
||||
PKGCONFIG_OVERRIDE+= external/flac-1.2.1/src/libFLAC++/flac++.pc.in
|
||||
PKGCONFIG_OVERRIDE+= external/libmodplug-0.8.8.4/libmodplug.pc.in
|
||||
PKGCONFIG_OVERRIDE+= external/libogg-1.3.1/ogg.pc.in
|
||||
PKGCONFIG_OVERRIDE+= external/libvorbis-1.3.3/vorbis.pc.in
|
||||
PKGCONFIG_OVERRIDE+= external/libvorbis-1.3.3/vorbisenc.pc.in
|
||||
PKGCONFIG_OVERRIDE+= external/libvorbis-1.3.3/vorbisfile.pc.in
|
||||
PKGCONFIG_OVERRIDE+= external/libvorbisidec-1.2.1/vorbisidec.pc.in
|
||||
|
||||
.include "options.mk"
|
||||
|
||||
.include "../../devel/SDL2/buildlink3.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
4
audio/SDL2_mixer/PLIST
Normal file
4
audio/SDL2_mixer/PLIST
Normal file
@@ -0,0 +1,4 @@
|
||||
@comment $NetBSD: PLIST,v 1.1 2014/02/02 15:39:01 rodent Exp $
|
||||
include/SDL2/SDL_mixer.h
|
||||
lib/libSDL2_mixer.la
|
||||
lib/pkgconfig/SDL2_mixer.pc
|
||||
14
audio/SDL2_mixer/buildlink3.mk
Normal file
14
audio/SDL2_mixer/buildlink3.mk
Normal file
@@ -0,0 +1,14 @@
|
||||
# $NetBSD: buildlink3.mk,v 1.1 2014/02/02 15:39:01 rodent Exp $
|
||||
|
||||
BUILDLINK_TREE+= SDL2_mixer
|
||||
|
||||
.if !defined(SDL2_MIXER_BUILDLINK3_MK)
|
||||
SDL2_MIXER_BUILDLINK3_MK:=
|
||||
|
||||
BUILDLINK_API_DEPENDS.SDL2_mixer+= SDL2_mixer>=2.0.0
|
||||
BUILDLINK_PKGSRCDIR.SDL2_mixer?= ../../devel/SDL2_mixer
|
||||
|
||||
.include "../../devel/SDL2/buildlink3.mk"
|
||||
.endif # SDL2_MIXER_BUILDLINK3_MK
|
||||
|
||||
BUILDLINK_TREE+= -SDL2_mixer
|
||||
5
audio/SDL2_mixer/distinfo
Normal file
5
audio/SDL2_mixer/distinfo
Normal file
@@ -0,0 +1,5 @@
|
||||
$NetBSD: distinfo,v 1.1 2014/02/02 15:39:01 rodent Exp $
|
||||
|
||||
SHA1 (SDL2_mixer-2.0.0.tar.gz) = 9ed975587f09a1776ba9776dcc74a58e695aba6e
|
||||
RMD160 (SDL2_mixer-2.0.0.tar.gz) = a49884a68351f77fefe76c2fcf8ee317e6d971e2
|
||||
Size (SDL2_mixer-2.0.0.tar.gz) = 10119589 bytes
|
||||
48
audio/SDL2_mixer/options.mk
Normal file
48
audio/SDL2_mixer/options.mk
Normal file
@@ -0,0 +1,48 @@
|
||||
# $NetBSD: options.mk,v 1.1 2014/02/02 15:39:01 rodent Exp $
|
||||
|
||||
PKG_OPTIONS_VAR= PKG_OPTIONS.SDL2_mixer
|
||||
PKG_SUPPORTED_OPTIONS= flac fluidsynth modplug smpeg2 static vorbis
|
||||
PKG_SUGGESTED_OPTIONS+= flac modplug smpeg2 static vorbis
|
||||
|
||||
.include "../../mk/bsd.options.mk"
|
||||
|
||||
.if !empty(PKG_OPTIONS:Mflac)
|
||||
.include "../../audio/flac/buildlink3.mk"
|
||||
CONFIGURE_ARGS+= --enable-music-flac=yes
|
||||
.else
|
||||
CONFIGURE_ARGS+= --enable-music-flac=no
|
||||
.endif
|
||||
|
||||
.if !empty(PKG_OPTIONS:Mfluidsynth)
|
||||
.include "../../audio/fluidsynth/buildlink3.mk"
|
||||
CONFIGURE_ARGS+= --enable-music-midi-fluidsynth=yes
|
||||
.else
|
||||
CONFIGURE_ARGS+= --enable-music-midi-fluidsynth=no
|
||||
.endif
|
||||
|
||||
.if !empty(PKG_OPTIONS:Mmodplug)
|
||||
.include "../../audio/libmodplug/buildlink3.mk"
|
||||
CONFIGURE_ARGS+= --enable-music-mod-modplug=yes
|
||||
.else
|
||||
CONFIGURE_ARGS+= --enable-music-mod-modplug=no
|
||||
.endif
|
||||
|
||||
.if !empty(PKG_OPTIONS:Msmpeg2)
|
||||
.include "../../multimedia/smpeg2/buildlink3.mk"
|
||||
CONFIGURE_ARGS+= --enable-music-mp3-smpeg=yes
|
||||
.else
|
||||
CONFIGURE_ARGS+= --enable-music-mp3-smpeg=no
|
||||
.endif
|
||||
|
||||
.if !empty(PKG_OPTIONS:Mstatic)
|
||||
CONFIGURE_ARGS+= --enable-static=yes
|
||||
.else
|
||||
CONFIGURE_ARGS+= --enable-static=no
|
||||
.endif
|
||||
|
||||
.if !empty(PKG_OPTIONS:Mvorbis)
|
||||
.include "../../audio/libvorbis/buildlink3.mk"
|
||||
CONFIGURE_ARGS+= --enable-music-ogg=yes
|
||||
.else
|
||||
CONFIGURE_ARGS+= --enable-music-ogg=no
|
||||
.endif
|
||||
@@ -1,8 +1,8 @@
|
||||
# $NetBSD: Makefile,v 1.13 2012/11/03 01:58:33 ryoon Exp $
|
||||
# $NetBSD: Makefile,v 1.14 2013/11/25 12:00:46 wiz Exp $
|
||||
#
|
||||
|
||||
PKGNAME= akode-plugins-pulseaudio-${AKODE_VERSION}
|
||||
PKGREVISION= 8
|
||||
PKGREVISION= 9
|
||||
|
||||
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||
COMMENT= Pulseaudio output plugin for akode framework
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
$NetBSD: distinfo,v 1.9 2012/02/15 19:33:26 hans Exp $
|
||||
$NetBSD: distinfo,v 1.10 2014/01/10 20:01:02 joerg Exp $
|
||||
|
||||
SHA1 (30375-akode-2.0.2.tar.bz2) = 10ad1e335bc53c2a90d133b493568324514c729c
|
||||
RMD160 (30375-akode-2.0.2.tar.bz2) = fa0322367d8e24e541007d3f9e508c3c31370d96
|
||||
@@ -20,4 +20,4 @@ SHA1 (patch-akode-lib-fast_resampler.cpp) = d244060bf2ab0035296ef96ab7f20460230f
|
||||
SHA1 (patch-akode-lib-volumefilter.cpp) = b070ec761fbb4fe34376f57b953fdc5529cf3068
|
||||
SHA1 (patch-akode_plugins_sun__sink_sun__sink.cpp) = 1c6019f0b27b0a910f9e5126605a5dc5317b7e15
|
||||
SHA1 (patch-al) = b910d7a82a1a341e8b3929e09f6d16470bdbb34f
|
||||
SHA1 (patch-am) = bea0c2195a15cafdb9f7c5b3f469cb11e118a079
|
||||
SHA1 (patch-am) = 4dfe0ef9dfb74ea9c4d2c02801860e307484c148
|
||||
|
||||
@@ -1,13 +1,14 @@
|
||||
$NetBSD: patch-am,v 1.1 2011/11/22 10:54:15 marino Exp $
|
||||
$NetBSD: patch-am,v 1.2 2014/01/10 20:01:02 joerg Exp $
|
||||
|
||||
--- akode/plugins/mpc_decoder/mppdec/synth_filter.cpp.orig 2004-11-04 23:13:31.000000000 +0000
|
||||
+++ akode/plugins/mpc_decoder/mppdec/synth_filter.cpp
|
||||
@@ -1,6 +1,8 @@
|
||||
@@ -1,8 +1,6 @@
|
||||
+#include <cstddef>
|
||||
#include "stdafx.h"
|
||||
|
||||
+#if !defined(__DragonFly__)
|
||||
typedef int ptrdiff_t;
|
||||
+#endif
|
||||
|
||||
|
||||
-typedef int ptrdiff_t;
|
||||
-
|
||||
-
|
||||
/* C O N S T A N T S */
|
||||
#undef _
|
||||
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
# $NetBSD: Makefile,v 1.28 2013/06/06 12:54:01 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.31 2013/10/10 14:41:57 ryoon Exp $
|
||||
#
|
||||
|
||||
DISTNAME= albumplayer-0.3.1
|
||||
PKGREVISION= 16
|
||||
PKGREVISION= 18
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= http://rvb.mytanet.de/
|
||||
|
||||
@@ -19,11 +19,6 @@ USE_TOOLS+= pkg-config
|
||||
INSTALLATION_DIRS+= share/applications
|
||||
REPLACE_SH= ap_flac_embed
|
||||
|
||||
.include "../../mk/bsd.prefs.mk"
|
||||
.if ${OPSYS} == "SunOS"
|
||||
BUILDLINK_TRANSFORM+= rm:-export-dynamic
|
||||
.endif
|
||||
|
||||
.include "../../devel/glib2/buildlink3.mk"
|
||||
.include "../../x11/gtk2/buildlink3.mk"
|
||||
.include "../../multimedia/gstreamer0.10/buildlink3.mk"
|
||||
|
||||
@@ -1,45 +1,49 @@
|
||||
$NetBSD: distinfo,v 1.12 2012/08/02 12:52:33 jperkin Exp $
|
||||
$NetBSD: distinfo,v 1.13 2014/03/25 23:06:07 asau Exp $
|
||||
|
||||
SHA1 (alsa-lib-1.0.22.tar.bz2) = d3b6c740c23b8d113a8d02da2a9fd61f5d1a8a44
|
||||
RMD160 (alsa-lib-1.0.22.tar.bz2) = 4dbc3f9550f8ba01535ad3cfd8f0a8140f897e81
|
||||
Size (alsa-lib-1.0.22.tar.bz2) = 808534 bytes
|
||||
SHA1 (patch-aa) = 5a8e9571ac6fb1f1f6cbd18d3859468a7b64076f
|
||||
SHA1 (patch-ab) = d6082e1291992699de86e6f78bf43f4cb476c0c8
|
||||
SHA1 (patch-ac) = 98acc8b37aefedccbfcb4fe11eb7ec5ac6df2f75
|
||||
SHA1 (patch-ad) = 29a3515a48f86a482431f8e7835683d9d8572b34
|
||||
SHA1 (patch-ae) = 5cc665a10a4835342d9128d295fb81f69caff618
|
||||
SHA1 (patch-af) = e4cd89940cd69352ebca13a0834df4e20d1026ce
|
||||
SHA1 (patch-ab) = b0a6494760d18079e532ae9b205a73c255000f9a
|
||||
SHA1 (patch-ac) = 47f5cad6c436b08161acd726090ec20a9cb50fc8
|
||||
SHA1 (patch-ad) = f0ee874e74966e6196996ecfe0637bef47fe1581
|
||||
SHA1 (patch-ae) = 498d9e28e5b65d9ae72220752eda22f7866c68c6
|
||||
SHA1 (patch-af) = b5d0a48da183c0725367b08abb24bf1fed85cb30
|
||||
SHA1 (patch-ag) = bea09d714bf75735f5be6d370f7242c34b73cb95
|
||||
SHA1 (patch-ah) = 05229389b8bda654e8e979029b2bcd3a8050cf48
|
||||
SHA1 (patch-ai) = b0bd940be4d0ee960961beaef48fe6742a3b491e
|
||||
SHA1 (patch-aj) = 7eb3d999b876cd8478e28f26983a8af25c210a55
|
||||
SHA1 (patch-ak) = 084b8cd20cd5d322cdb0514d8ca140ca31a12984
|
||||
SHA1 (patch-ah) = 5b2c0dd3ca8582fef3e00ce256047d3bd345b61e
|
||||
SHA1 (patch-ai) = 9eb6c61d013f187267c40fdd4f1f466704507619
|
||||
SHA1 (patch-aj) = 82a5b4cf2501c94d4cc5e3275078d84ded1e7a79
|
||||
SHA1 (patch-ak) = 39a782c8882a86226f18137d33c70a3736c48cc6
|
||||
SHA1 (patch-al) = 76de42304d5ba90bf5e8def57f523c1ee910d9df
|
||||
SHA1 (patch-am) = d5b4044c4fa9a459a3bf6952c33a0dd793d5c663
|
||||
SHA1 (patch-am) = 6bad62786ede14c5910d9c1c9fc99b4807976c9d
|
||||
SHA1 (patch-an) = c7253acaaf2aeb96310d14c9e03853bc4cd4d0cd
|
||||
SHA1 (patch-ao) = 25ac431685e033b165a9abdcd44246772c1f99b5
|
||||
SHA1 (patch-ap) = cad0c9f1627a38111bbbee3bd82d048db2eb4ca8
|
||||
SHA1 (patch-ap) = deaa53fcf3fc23c7683388b5e37b3d6593776121
|
||||
SHA1 (patch-aq) = 17faa322f2272b3c926a0c3610079e9686707248
|
||||
SHA1 (patch-ar) = aa1f637c1239332e49366097504a239dba06e0b4
|
||||
SHA1 (patch-ar) = 8823c573ac4f6ce038b1067f71a8de91e73bea20
|
||||
SHA1 (patch-as) = 946a179a675d6c5e03e0f7734ac97b0592806912
|
||||
SHA1 (patch-at) = bb0f45f180db0e1a06252b374086ac883a16d790
|
||||
SHA1 (patch-au) = 7e4b233c160b2cda8e6cbf581a690e17efeb7667
|
||||
SHA1 (patch-at) = 831c8b94e079a33057effcbee7113dfc3ca5533e
|
||||
SHA1 (patch-au) = 3dbf68b4ad655f2b2c91dcce8ca5daac6e80a361
|
||||
SHA1 (patch-av) = 5f145c3755bf510be6fb101e30d40e10b8dcbd6d
|
||||
SHA1 (patch-aw) = 2cc44907d4af446832e1d34cbe4bd704d89f66cb
|
||||
SHA1 (patch-ax) = cc68d0f358433afdfaac3dfe47d1bf7c985e6427
|
||||
SHA1 (patch-ay) = 45ee3c0bca143c70f21079fd79320ed0f28416d9
|
||||
SHA1 (patch-az) = 10bcd3364fa4854099075cba065647cd75011369
|
||||
SHA1 (patch-ba) = e7280eb04ee7c39a576fea3bc5ca4dc1567310f6
|
||||
SHA1 (patch-bb) = 3c3121219846eec100bb6d1c144f03d46f2450ec
|
||||
SHA1 (patch-aw) = dfad5799001f9e1de7f5892b9a89bc4b6defd9e9
|
||||
SHA1 (patch-ax) = cab065c0b4fb697e21c058b3be1fc1665692ffd3
|
||||
SHA1 (patch-ay) = 3c5dc895c88354b03df4d9ca516465ce3fdc3465
|
||||
SHA1 (patch-az) = 6664cb045360c770c80e8d0a7e8e7192d8267487
|
||||
SHA1 (patch-ba) = ab5b3fbd497e29c9b1e548e3f510fce7b994f5f3
|
||||
SHA1 (patch-bb) = 300c18e806b090cbe6dca1f133bbaace9625fb91
|
||||
SHA1 (patch-bc) = 0b034b98d536c4ab7f785420d0d51c3d0763d960
|
||||
SHA1 (patch-bd) = 63a102186f4df59da93bedaac772530e166a9fde
|
||||
SHA1 (patch-be) = e071d0f3518dac8bbda216d4bd850a2a3557b103
|
||||
SHA1 (patch-bf) = 0c75869d99473349b0470b8ae5ae7b62c76d4593
|
||||
SHA1 (patch-bf) = 10588dd9f8faac208b8f314676558c2c7da12063
|
||||
SHA1 (patch-bg) = 29c0fb6c1fb6a11e7f42778bdd965b9d25ddfd0c
|
||||
SHA1 (patch-bh) = f207843f4ce2b20b7e680d4b6e9aebb28c55323e
|
||||
SHA1 (patch-bh) = a64e54b14946697fdc15b274238851fe8bd32106
|
||||
SHA1 (patch-bi) = b5038db277068034281787c0072201beae8df8ff
|
||||
SHA1 (patch-bj) = 5b7a36747e57e41eddb05cd1b1d9771a36b0c4f7
|
||||
SHA1 (patch-bk) = 7740eea6a0d4a8ce3db3b93b2af5faacdb9424b1
|
||||
SHA1 (patch-bk) = 55754e4d0ac947c2e7e59b604a21fb5798ae5b39
|
||||
SHA1 (patch-include_iatomic.h) = 30099667b490c0e960a7e8883da52c39f4396b9d
|
||||
SHA1 (patch-include_pcm.h) = 1c458cd7d078356f4a970b0b3592aad139ac0918
|
||||
SHA1 (patch-src_compat_hsearch__r.c) = 017bf104203233e85e9f3083f43150de6f341ad5
|
||||
SHA1 (patch-src_control_control__hw.c) = 07cfe3abe586b32f6b989403cd162599da07e865
|
||||
SHA1 (patch-src_pcm_pcm__mmap.c) = 8ce33dae5215ee441196414e0c1ba02e4757e32d
|
||||
SHA1 (patch-src_seq_seq__midi__event.c) = 2a5de492d6ca19a0f0c564e8f5a065e5fc57ea5c
|
||||
SHA1 (patch-src_shmarea.c) = e6da001119f4e164b606e19a4c12df9aa05caa6a
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
$NetBSD: patch-ab,v 1.4 2008/12/30 14:40:29 hasso Exp $
|
||||
$NetBSD: patch-ab,v 1.5 2014/03/25 23:06:07 asau Exp $
|
||||
|
||||
--- configure.orig 2008-10-29 08:46:35.000000000 -0400
|
||||
+++ configure 2008-12-19 00:09:49.000000000 -0500
|
||||
@@ -7,7 +7,7 @@ $NetBSD: patch-ab,v 1.4 2008/12/30 14:40:29 hasso Exp $
|
||||
fi
|
||||
|
||||
+case $host_os in
|
||||
+ netbsd*|dragonfly*)
|
||||
+ netbsd*|freebsd*|dragonfly*)
|
||||
+ HAVE_LIBDL=yes
|
||||
+cat >>confdefs.h <<\_ACEOF
|
||||
+#define HAVE_LIBDL 1
|
||||
@@ -22,7 +22,7 @@ $NetBSD: patch-ab,v 1.4 2008/12/30 14:40:29 hasso Exp $
|
||||
|
||||
DEFS=-DHAVE_CONFIG_H
|
||||
+case $host_os in
|
||||
+ netbsd*|dragonfly*)
|
||||
+ netbsd*|freebsd*|dragonfly*)
|
||||
+ DEFS="$DEFS -Dbswap_32=bswap32 -Dbswap_16=bswap16 -Dbswap_64=bswap64"
|
||||
+ ;;
|
||||
+esac
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
$NetBSD: patch-ac,v 1.3 2012/02/15 19:43:51 hans Exp $
|
||||
$NetBSD: patch-ac,v 1.4 2014/03/25 23:06:07 asau Exp $
|
||||
|
||||
--- include/asoundlib-head.h.orig 2008-12-18 22:01:21.000000000 -0500
|
||||
+++ include/asoundlib-head.h
|
||||
@@ -6,7 +6,7 @@ $NetBSD: patch-ac,v 1.3 2012/02/15 19:43:51 hans Exp $
|
||||
#include <string.h>
|
||||
#include <fcntl.h>
|
||||
#include <assert.h>
|
||||
+#if defined(__NetBSD__) || defined(__DragonFly__)
|
||||
+#if defined(__NetBSD__) || defined(__FreeBSD__) || defined(__DragonFly__)
|
||||
+#include <sys/endian.h>
|
||||
+#elif defined(__sun)
|
||||
+#include <sys/byteorder.h>
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
$NetBSD: patch-ad,v 1.3 2012/02/15 19:43:51 hans Exp $
|
||||
$NetBSD: patch-ad,v 1.4 2014/03/25 23:06:07 asau Exp $
|
||||
|
||||
--- include/global.h.orig 2008-10-29 08:42:10.000000000 -0400
|
||||
+++ include/global.h
|
||||
@@ -18,7 +18,7 @@ $NetBSD: patch-ad,v 1.3 2012/02/15 19:43:51 hans Exp $
|
||||
int snd_user_file(const char *file, char **result);
|
||||
|
||||
-#if !defined(_POSIX_C_SOURCE) && !defined(_POSIX_SOURCE)
|
||||
+#if !defined(_POSIX_C_SOURCE) && !defined(_POSIX_SOURCE) && !defined(__NetBSD__) && !defined(__DragonFly__) && !defined(__sun)
|
||||
+#if !defined(_POSIX_C_SOURCE) && !defined(_POSIX_SOURCE) && !defined(__NetBSD__) && !defined(__FreeBSD__) && !defined(__DragonFly__) && !defined(__sun)
|
||||
struct timeval {
|
||||
time_t tv_sec; /* seconds */
|
||||
long tv_usec; /* microseconds */
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
$NetBSD: patch-ae,v 1.3 2012/02/15 19:43:51 hans Exp $
|
||||
$NetBSD: patch-ae,v 1.4 2014/03/25 23:06:07 asau Exp $
|
||||
|
||||
--- include/local.h.orig 2008-10-29 08:42:10.000000000 -0400
|
||||
+++ include/local.h
|
||||
@@ -6,7 +6,7 @@ $NetBSD: patch-ae,v 1.3 2012/02/15 19:43:51 hans Exp $
|
||||
#include <string.h>
|
||||
#include <fcntl.h>
|
||||
#include <assert.h>
|
||||
+#if defined(__NetBSD__) || defined(__DragonFly__)
|
||||
+#if defined(__NetBSD__) || defined(__FreeBSD__) || defined(__DragonFly__)
|
||||
+#include <sys/endian.h>
|
||||
+#elif defined(__sun)
|
||||
+#include <sys/byteorder.h>
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
$NetBSD: patch-af,v 1.3 2012/02/15 19:43:51 hans Exp $
|
||||
$NetBSD: patch-af,v 1.4 2014/03/25 23:06:07 asau Exp $
|
||||
|
||||
--- include/search.h.orig 2008-10-29 08:42:10.000000000 -0400
|
||||
+++ include/search.h
|
||||
@@ -6,7 +6,7 @@ $NetBSD: patch-af,v 1.3 2012/02/15 19:43:51 hans Exp $
|
||||
#ifndef _SEARCH_H
|
||||
#define _SEARCH_H 1
|
||||
|
||||
+#if !defined(__NetBSD__) && !defined(__DragonFly__) && !defined(__sun)
|
||||
+#if !defined(__NetBSD__) && !defined(__FreeBSD__) && !defined(__DragonFly__) && !defined(__sun)
|
||||
#include <features.h>
|
||||
+#else
|
||||
+#ifdef __sun
|
||||
|
||||
@@ -1,8 +1,17 @@
|
||||
$NetBSD: patch-ah,v 1.1.1.1 2008/12/19 03:33:00 jmcneill Exp $
|
||||
$NetBSD: patch-ah,v 1.2 2014/03/25 23:06:07 asau Exp $
|
||||
|
||||
--- src/pcm/pcm.c.orig 2008-10-29 08:42:10.000000000 -0400
|
||||
--- src/pcm/pcm.c.orig 2009-12-16 15:18:51.000000000 +0000
|
||||
+++ src/pcm/pcm.c
|
||||
@@ -635,6 +635,10 @@ playback devices.
|
||||
@@ -630,7 +630,7 @@ playback devices.
|
||||
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
-#include <malloc.h>
|
||||
+#include <stdlib.h>
|
||||
#include <stdarg.h>
|
||||
#include <signal.h>
|
||||
#include <sys/poll.h>
|
||||
@@ -639,6 +639,10 @@ playback devices.
|
||||
#include <limits.h>
|
||||
#include "pcm_local.h"
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
$NetBSD: patch-ai,v 1.3 2012/02/15 19:43:51 hans Exp $
|
||||
$NetBSD: patch-ai,v 1.4 2014/03/25 23:06:07 asau Exp $
|
||||
|
||||
--- src/pcm/pcm_adpcm.c.orig 2008-10-29 08:42:10.000000000 -0400
|
||||
+++ src/pcm/pcm_adpcm.c
|
||||
@@ -6,7 +6,7 @@ $NetBSD: patch-ai,v 1.3 2012/02/15 19:43:51 hans Exp $
|
||||
come across a good description of XA yet.
|
||||
*/
|
||||
|
||||
+#if !defined(__NetBSD__) && !defined(__DragonFly__) && !defined(__sun)
|
||||
+#if !defined(__NetBSD__) && !defined(__FreeBSD__) && !defined(__DragonFly__) && !defined(__sun)
|
||||
#include <byteswap.h>
|
||||
+#endif
|
||||
#include "pcm_local.h"
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
$NetBSD: patch-aj,v 1.3 2012/02/15 19:43:51 hans Exp $
|
||||
$NetBSD: patch-aj,v 1.4 2014/03/25 23:06:07 asau Exp $
|
||||
|
||||
--- src/pcm/pcm_alaw.c.orig 2008-10-29 08:42:10.000000000 -0400
|
||||
+++ src/pcm/pcm_alaw.c
|
||||
@@ -6,7 +6,7 @@ $NetBSD: patch-aj,v 1.3 2012/02/15 19:43:51 hans Exp $
|
||||
*
|
||||
*/
|
||||
|
||||
+#if !defined(__NetBSD__) && !defined(__DragonFly__) && !defined(__sun)
|
||||
+#if !defined(__NetBSD__) && !defined(__FreeBSD__) && !defined(__DragonFly__) && !defined(__sun)
|
||||
#include <byteswap.h>
|
||||
+#endif
|
||||
#include "pcm_local.h"
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
$NetBSD: patch-ak,v 1.3 2012/02/15 19:43:51 hans Exp $
|
||||
$NetBSD: patch-ak,v 1.4 2014/03/25 23:06:07 asau Exp $
|
||||
|
||||
--- src/pcm/pcm_copy.c.orig 2008-10-29 08:42:10.000000000 -0400
|
||||
+++ src/pcm/pcm_copy.c
|
||||
@@ -6,7 +6,7 @@ $NetBSD: patch-ak,v 1.3 2012/02/15 19:43:51 hans Exp $
|
||||
*
|
||||
*/
|
||||
|
||||
+#if !defined(__NetBSD__) && !defined(__DragonFly__) && !defined(__sun)
|
||||
+#if !defined(__NetBSD__) && !defined(__FreeBSD__) && !defined(__DragonFly__) && !defined(__sun)
|
||||
#include <byteswap.h>
|
||||
+#endif
|
||||
#include "pcm_local.h"
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
$NetBSD: patch-am,v 1.3 2012/02/15 19:43:51 hans Exp $
|
||||
$NetBSD: patch-am,v 1.4 2014/03/25 23:06:07 asau Exp $
|
||||
|
||||
--- src/pcm/pcm_dmix_generic.c.orig 2008-10-29 08:42:10.000000000 -0400
|
||||
+++ src/pcm/pcm_dmix_generic.c
|
||||
@@ -6,7 +6,7 @@ $NetBSD: patch-am,v 1.3 2012/02/15 19:43:51 hans Exp $
|
||||
(1ULL << SND_PCM_FORMAT_S24_3LE) | \
|
||||
(1ULL << SND_PCM_FORMAT_U8))
|
||||
|
||||
+#if !defined(__NetBSD__) && !defined(__DragonFly__) && !defined(__sun)
|
||||
+#if !defined(__NetBSD__) && !defined(__FreeBSD__) && !defined(__DragonFly__) && !defined(__sun)
|
||||
#include <byteswap.h>
|
||||
+#endif
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
$NetBSD: patch-ap,v 1.4 2012/02/15 19:43:51 hans Exp $
|
||||
$NetBSD: patch-ap,v 1.5 2014/03/25 23:06:07 asau Exp $
|
||||
|
||||
--- src/pcm/pcm_file.c.orig 2009-05-06 07:07:23.000000000 +0000
|
||||
+++ src/pcm/pcm_file.c
|
||||
@@ -6,7 +6,7 @@ $NetBSD: patch-ap,v 1.4 2012/02/15 19:43:51 hans Exp $
|
||||
*
|
||||
*/
|
||||
|
||||
+#if !defined(__NetBSD__) && !defined(__DragonFly__) && !defined(__sun)
|
||||
+#if !defined(__NetBSD__) && !defined(__FreeBSD__) && !defined(__DragonFly__) && !defined(__sun)
|
||||
#include <endian.h>
|
||||
#include <byteswap.h>
|
||||
+#endif
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
$NetBSD: patch-ar,v 1.3 2012/02/15 19:43:51 hans Exp $
|
||||
$NetBSD: patch-ar,v 1.4 2014/03/25 23:06:07 asau Exp $
|
||||
|
||||
--- src/pcm/pcm_iec958.c.orig 2008-10-29 08:42:10.000000000 -0400
|
||||
+++ src/pcm/pcm_iec958.c
|
||||
@@ -6,7 +6,7 @@ $NetBSD: patch-ar,v 1.3 2012/02/15 19:43:51 hans Exp $
|
||||
*
|
||||
*/
|
||||
|
||||
+#if !defined(__NetBSD__) && !defined(__DragonFly__) && !defined(__sun)
|
||||
+#if !defined(__NetBSD__) && !defined(__FreeBSD__) && !defined(__DragonFly__) && !defined(__sun)
|
||||
#include <byteswap.h>
|
||||
+#endif
|
||||
#include "pcm_local.h"
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
$NetBSD: patch-at,v 1.3 2012/02/15 19:43:51 hans Exp $
|
||||
$NetBSD: patch-at,v 1.4 2014/03/25 23:06:07 asau Exp $
|
||||
|
||||
--- src/pcm/pcm_lfloat.c.orig 2008-10-29 08:42:10.000000000 -0400
|
||||
+++ src/pcm/pcm_lfloat.c
|
||||
@@ -6,7 +6,7 @@ $NetBSD: patch-at,v 1.3 2012/02/15 19:43:51 hans Exp $
|
||||
*
|
||||
*/
|
||||
|
||||
+#if !defined(__NetBSD__) && !defined(__DragonFly__) && !defined(__sun)
|
||||
+#if !defined(__NetBSD__) && !defined(__FreeBSD__) && !defined(__DragonFly__) && !defined(__sun)
|
||||
#include <byteswap.h>
|
||||
+#endif
|
||||
#include "pcm_local.h"
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
$NetBSD: patch-au,v 1.3 2012/02/15 19:43:51 hans Exp $
|
||||
$NetBSD: patch-au,v 1.4 2014/03/25 23:06:07 asau Exp $
|
||||
|
||||
--- src/pcm/pcm_linear.c.orig 2008-10-29 08:42:10.000000000 -0400
|
||||
+++ src/pcm/pcm_linear.c
|
||||
@@ -6,7 +6,7 @@ $NetBSD: patch-au,v 1.3 2012/02/15 19:43:51 hans Exp $
|
||||
*
|
||||
*/
|
||||
|
||||
+#if !defined(__NetBSD__) && !defined(__DragonFly__) && !defined(__sun)
|
||||
+#if !defined(__NetBSD__) && !defined(__FreeBSD__) && !defined(__DragonFly__) && !defined(__sun)
|
||||
#include <byteswap.h>
|
||||
+#endif
|
||||
#include "pcm_local.h"
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
$NetBSD: patch-aw,v 1.4 2012/02/15 19:43:51 hans Exp $
|
||||
$NetBSD: patch-aw,v 1.5 2014/03/25 23:06:07 asau Exp $
|
||||
|
||||
--- src/pcm/pcm_misc.c.orig 2008-10-29 14:42:10 +0200
|
||||
+++ src/pcm/pcm_misc.c 2008-12-21 17:08:14 +0200
|
||||
@@ -8,7 +8,7 @@ $NetBSD: patch-aw,v 1.4 2012/02/15 19:43:51 hans Exp $
|
||||
#include <string.h>
|
||||
+#ifdef __NetBSD__
|
||||
+#include <sys/bswap.h>
|
||||
+#elif defined(__DragonFly__)
|
||||
+#elif defined(__FreeBSD__) || defined(__DragonFly__)
|
||||
+#include <sys/endian.h>
|
||||
+#elif defined (__sun)
|
||||
+#include <sys/byteorder.h>
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
$NetBSD: patch-ax,v 1.3 2012/02/15 19:43:51 hans Exp $
|
||||
$NetBSD: patch-ax,v 1.4 2014/03/25 23:06:07 asau Exp $
|
||||
|
||||
--- src/pcm/pcm_mulaw.c.orig 2008-10-29 08:42:10.000000000 -0400
|
||||
+++ src/pcm/pcm_mulaw.c
|
||||
@@ -6,7 +6,7 @@ $NetBSD: patch-ax,v 1.3 2012/02/15 19:43:51 hans Exp $
|
||||
*
|
||||
*/
|
||||
|
||||
+#if !defined(__NetBSD__) && !defined(__DragonFly__) && !defined(__sun)
|
||||
+#if !defined(__NetBSD__) && !defined(__FreeBSD__) && !defined(__DragonFly__) && !defined(__sun)
|
||||
#include <byteswap.h>
|
||||
+#endif
|
||||
#include "pcm_local.h"
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
$NetBSD: patch-ay,v 1.3 2012/02/15 19:43:51 hans Exp $
|
||||
$NetBSD: patch-ay,v 1.4 2014/03/25 23:06:07 asau Exp $
|
||||
|
||||
--- src/pcm/pcm_null.c.orig 2008-10-29 08:42:10.000000000 -0400
|
||||
+++ src/pcm/pcm_null.c
|
||||
@@ -6,7 +6,7 @@ $NetBSD: patch-ay,v 1.3 2012/02/15 19:43:51 hans Exp $
|
||||
*
|
||||
*/
|
||||
|
||||
+#if !defined(__NetBSD__) && !defined(__DragonFly__) && !defined(__sun)
|
||||
+#if !defined(__NetBSD__) && !defined(__FreeBSD__) && !defined(__DragonFly__) && !defined(__sun)
|
||||
#include <byteswap.h>
|
||||
+#endif
|
||||
#include <limits.h>
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
$NetBSD: patch-az,v 1.3 2012/02/15 19:43:51 hans Exp $
|
||||
$NetBSD: patch-az,v 1.4 2014/03/25 23:06:07 asau Exp $
|
||||
|
||||
--- src/pcm/pcm_rate.c.orig 2008-10-29 08:42:10.000000000 -0400
|
||||
+++ src/pcm/pcm_rate.c
|
||||
@@ -6,7 +6,7 @@ $NetBSD: patch-az,v 1.3 2012/02/15 19:43:51 hans Exp $
|
||||
*
|
||||
*/
|
||||
#include <inttypes.h>
|
||||
+#if !defined(__NetBSD__) && !defined(__DragonFly__) && !defined(__sun)
|
||||
+#if !defined(__NetBSD__) && !defined(__FreeBSD__) && !defined(__DragonFly__) && !defined(__sun)
|
||||
#include <byteswap.h>
|
||||
+#endif
|
||||
#include "pcm_local.h"
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
$NetBSD: patch-ba,v 1.3 2012/02/15 19:43:51 hans Exp $
|
||||
$NetBSD: patch-ba,v 1.4 2014/03/25 23:06:07 asau Exp $
|
||||
|
||||
--- src/pcm/pcm_rate_linear.c.orig 2008-10-29 08:42:10.000000000 -0400
|
||||
+++ src/pcm/pcm_rate_linear.c
|
||||
@@ -6,7 +6,7 @@ $NetBSD: patch-ba,v 1.3 2012/02/15 19:43:51 hans Exp $
|
||||
*/
|
||||
|
||||
#include <inttypes.h>
|
||||
+#if !defined(__NetBSD__) && !defined(__DragonFly__) && !defined(__sun)
|
||||
+#if !defined(__NetBSD__) && !defined(__FreeBSD__) && !defined(__DragonFly__) && !defined(__sun)
|
||||
#include <byteswap.h>
|
||||
+#endif
|
||||
#include "pcm_local.h"
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
$NetBSD: patch-bb,v 1.3 2012/02/15 19:43:51 hans Exp $
|
||||
$NetBSD: patch-bb,v 1.4 2014/03/25 23:06:07 asau Exp $
|
||||
|
||||
--- src/pcm/pcm_route.c.orig 2008-10-29 08:42:10.000000000 -0400
|
||||
+++ src/pcm/pcm_route.c
|
||||
@@ -6,7 +6,7 @@ $NetBSD: patch-bb,v 1.3 2012/02/15 19:43:51 hans Exp $
|
||||
*
|
||||
*/
|
||||
|
||||
+#if !defined(__NetBSD__) && !defined(__DragonFly__) && !defined(__sun)
|
||||
+#if !defined(__NetBSD__) && !defined(__FreeBSD__) && !defined(__DragonFly__) && !defined(__sun)
|
||||
#include <byteswap.h>
|
||||
+#endif
|
||||
#include <math.h>
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
$NetBSD: patch-bf,v 1.3 2012/02/15 19:43:51 hans Exp $
|
||||
$NetBSD: patch-bf,v 1.4 2014/03/25 23:06:07 asau Exp $
|
||||
|
||||
--- src/pcm/pcm_softvol.c.orig 2008-10-29 08:42:10.000000000 -0400
|
||||
+++ src/pcm/pcm_softvol.c
|
||||
@@ -6,7 +6,7 @@ $NetBSD: patch-bf,v 1.3 2012/02/15 19:43:51 hans Exp $
|
||||
*
|
||||
*/
|
||||
|
||||
+#if !defined(__NetBSD__) && !defined(__DragonFly__) && !defined(__sun)
|
||||
+#if !defined(__NetBSD__) && !defined(__FreeBSD__) && !defined(__DragonFly__) && !defined(__sun)
|
||||
#include <byteswap.h>
|
||||
+#endif
|
||||
#include <math.h>
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
$NetBSD: patch-bh,v 1.3 2012/02/15 19:43:51 hans Exp $
|
||||
$NetBSD: patch-bh,v 1.4 2014/03/25 23:06:07 asau Exp $
|
||||
|
||||
--- src/pcm/pcm_meter.c.orig 2008-12-19 00:05:13.000000000 -0500
|
||||
+++ src/pcm/pcm_meter.c 2008-12-19 00:05:34.000000000 -0500
|
||||
@@ -6,7 +6,7 @@ $NetBSD: patch-bh,v 1.3 2012/02/15 19:43:51 hans Exp $
|
||||
*/
|
||||
|
||||
|
||||
+#if !defined(__NetBSD__) && !defined(__DragonFly__) && !defined(__sun)
|
||||
+#if !defined(__NetBSD__) && !defined(__FreeBSD__) && !defined(__DragonFly__) && !defined(__sun)
|
||||
#include <byteswap.h>
|
||||
+#endif
|
||||
#include <time.h>
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
$NetBSD: patch-bk,v 1.1 2008/12/25 13:18:00 hasso Exp $
|
||||
$NetBSD: patch-bk,v 1.2 2014/03/25 23:06:07 asau Exp $
|
||||
|
||||
--- src/async.c.orig 2008-12-25 08:18:22 +0200
|
||||
+++ src/async.c 2008-12-25 08:20:39 +0200
|
||||
@@ -6,7 +6,7 @@ $NetBSD: patch-bk,v 1.1 2008/12/25 13:18:00 hasso Exp $
|
||||
|
||||
static void snd_async_handler(int signo ATTRIBUTE_UNUSED, siginfo_t *siginfo, void *context ATTRIBUTE_UNUSED)
|
||||
{
|
||||
+#if defined(__DragonFly__)
|
||||
+#if defined(__FreeBSD__) || defined(__DragonFly__)
|
||||
+ /* XXX XXX XXX */
|
||||
+ struct list_head *i;
|
||||
+ list_for_each(i, &snd_async_handlers) {
|
||||
|
||||
13
audio/alsa-lib/patches/patch-src_compat_hsearch__r.c
Normal file
13
audio/alsa-lib/patches/patch-src_compat_hsearch__r.c
Normal file
@@ -0,0 +1,13 @@
|
||||
$NetBSD: patch-src_compat_hsearch__r.c,v 1.1 2014/03/25 23:06:07 asau Exp $
|
||||
|
||||
--- src/compat/hsearch_r.c.orig 2009-12-16 15:18:51.000000000 +0000
|
||||
+++ src/compat/hsearch_r.c
|
||||
@@ -18,7 +18,7 @@
|
||||
Boston, MA 02111-1307, USA. */
|
||||
|
||||
#include <errno.h>
|
||||
-#include <malloc.h>
|
||||
+#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
||||
#define __USE_GNU
|
||||
13
audio/alsa-lib/patches/patch-src_pcm_pcm__mmap.c
Normal file
13
audio/alsa-lib/patches/patch-src_pcm_pcm__mmap.c
Normal file
@@ -0,0 +1,13 @@
|
||||
$NetBSD: patch-src_pcm_pcm__mmap.c,v 1.1 2014/03/25 23:06:07 asau Exp $
|
||||
|
||||
--- src/pcm/pcm_mmap.c.orig 2009-12-16 15:18:51.000000000 +0000
|
||||
+++ src/pcm/pcm_mmap.c
|
||||
@@ -19,7 +19,7 @@
|
||||
*/
|
||||
|
||||
#include <stdio.h>
|
||||
-#include <malloc.h>
|
||||
+#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <sys/poll.h>
|
||||
#include <sys/mman.h>
|
||||
13
audio/alsa-lib/patches/patch-src_seq_seq__midi__event.c
Normal file
13
audio/alsa-lib/patches/patch-src_seq_seq__midi__event.c
Normal file
@@ -0,0 +1,13 @@
|
||||
$NetBSD: patch-src_seq_seq__midi__event.c,v 1.1 2014/03/25 23:06:07 asau Exp $
|
||||
|
||||
--- src/seq/seq_midi_event.c.orig 2009-12-16 15:18:51.000000000 +0000
|
||||
+++ src/seq/seq_midi_event.c
|
||||
@@ -28,7 +28,7 @@
|
||||
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||
*/
|
||||
|
||||
-#include <malloc.h>
|
||||
+#include <stdlib.h>
|
||||
#include "local.h"
|
||||
|
||||
#ifndef DOC_HIDDEN
|
||||
13
audio/alsa-lib/patches/patch-src_shmarea.c
Normal file
13
audio/alsa-lib/patches/patch-src_shmarea.c
Normal file
@@ -0,0 +1,13 @@
|
||||
$NetBSD: patch-src_shmarea.c,v 1.1 2014/03/25 23:06:07 asau Exp $
|
||||
|
||||
--- src/shmarea.c.orig 2009-12-16 15:18:51.000000000 +0000
|
||||
+++ src/shmarea.c
|
||||
@@ -19,7 +19,7 @@
|
||||
*/
|
||||
|
||||
#include <stdio.h>
|
||||
-#include <malloc.h>
|
||||
+#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <errno.h>
|
||||
#include <sys/poll.h>
|
||||
@@ -1,9 +1,9 @@
|
||||
# $NetBSD: Makefile,v 1.12 2012/11/03 01:58:33 ryoon Exp $
|
||||
# $NetBSD: Makefile,v 1.13 2013/11/25 12:00:46 wiz Exp $
|
||||
#
|
||||
|
||||
DISTNAME= alsa-plugins-1.0.22
|
||||
PKGNAME= ${DISTNAME:S/plugins/plugins-pulse/}
|
||||
PKGREVISION= 7
|
||||
PKGREVISION= 8
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= ftp://ftp.alsa-project.org/pub/plugins/
|
||||
EXTRACT_SUFX= .tar.bz2
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# $NetBSD: Makefile,v 1.9 2012/09/11 23:59:23 asau Exp $
|
||||
# $NetBSD: Makefile,v 1.10 2014/01/25 10:45:15 wiz Exp $
|
||||
#
|
||||
|
||||
DISTNAME= amaroc-0.3
|
||||
@@ -14,7 +14,7 @@ COMMENT= Command line interface to Amarok
|
||||
DEPENDS+= ${PYPKGPREFIX}-curses-[0-9]*:../../devel/py-curses
|
||||
|
||||
INSTALLATION_DIRS= bin share/doc/amaroc
|
||||
PYTHON_PATCH_SCRIPTS= amaroc.py
|
||||
REPLACE_PYTHON= amaroc.py
|
||||
|
||||
NO_BUILD= yes
|
||||
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
# $NetBSD: Makefile,v 1.41 2013/06/06 12:54:01 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.49 2014/02/12 23:17:32 tron Exp $
|
||||
|
||||
DISTNAME= amarok-${VERSION}
|
||||
VERSION= 1.4.10
|
||||
PKGREVISION= 39
|
||||
PKGREVISION= 46
|
||||
CATEGORIES= audio kde
|
||||
MASTER_SITES= ${MASTER_SITE_KDE:=amarok/${VERSION}/src/}
|
||||
EXTRACT_SUFX= .tar.bz2
|
||||
@@ -27,7 +27,7 @@ CONFIGURE_ARGS+= --with-mp4v2-dir=${BUILDLINK_PREFIX.libmp4v2}
|
||||
|
||||
LIBS+= ${LIBOSSAUDIO}
|
||||
|
||||
PYTHON_PATCH_SCRIPTS= \
|
||||
REPLACE_PYTHON= \
|
||||
amarok/src/scripts/common/Publisher.py \
|
||||
amarok/src/scripts/common/Zeroconf.py \
|
||||
amarok/src/scripts/playlist2html/Playlist.py \
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
# $NetBSD: Makefile,v 1.132 2013/06/06 12:54:01 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.141 2014/02/12 23:17:32 tron Exp $
|
||||
#
|
||||
|
||||
DISTNAME= amarok-${VERS}
|
||||
VERS= 2.6.0
|
||||
PKGREVISION= 12
|
||||
VERS= 2.8.0
|
||||
PKGREVISION= 3
|
||||
CATEGORIES= audio multimedia
|
||||
MASTER_SITES= ftp://ftp.kde.org/pub/kde/stable/amarok/${VERS}/src/
|
||||
EXTRACT_SUFX= .tar.bz2
|
||||
@@ -49,8 +49,7 @@ SUBST_SED.mysql+= -e s:@@WLR@@:${COMPILER_RPATH_FLAG}${BUILDLINK_PREFIX.mysql-se
|
||||
.include "../../databases/mysql51-server/buildlink3.mk"
|
||||
SUBST_SED.mysql+= -e s:@@WLR@@:${COMPILER_RPATH_FLAG}${BUILDLINK_PREFIX.mysql-server}/lib/mysql:
|
||||
.else
|
||||
.include "../../databases/mysql5-server/buildlink3.mk"
|
||||
SUBST_SED.mysql+= -e s:@@WLR@@:${COMPILER_RPATH_FLAG}${BUILDLINK_PREFIX.mysql-server}/lib/mysql:
|
||||
PKG_FAIL_REASON+= "Unknown mysql version: ${_MYSQL_VERSION}"
|
||||
.endif
|
||||
|
||||
.include "../../audio/liblastfm/buildlink3.mk"
|
||||
@@ -62,6 +61,7 @@ BUILDLINK_API_DEPENDS.taglib+= taglib>=1.6nb1
|
||||
.include "../../devel/qtscriptgenerator/buildlink3.mk"
|
||||
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
|
||||
.include "../../meta-pkgs/kde4/kde4.mk"
|
||||
.include "../../misc/nepomuk-core/buildlink3.mk"
|
||||
.include "../../multimedia/ffmpeg/buildlink3.mk"
|
||||
.include "../../multimedia/libkcompactdisc/buildlink3.mk"
|
||||
.include "../../security/qca2/buildlink3.mk"
|
||||
|
||||
@@ -1,55 +1,45 @@
|
||||
@comment $NetBSD: PLIST,v 1.42 2013/05/21 13:06:35 markd Exp $
|
||||
@comment $NetBSD: PLIST,v 1.44 2014/02/01 02:22:25 markd Exp $
|
||||
bin/amarok
|
||||
bin/amarok_afttagger
|
||||
bin/amarokcollectionscanner
|
||||
bin/amarokmp3tunesharmonydaemon
|
||||
bin/amarokpkg
|
||||
lib/kde4/amarok_appletscript_simple_javascript.so
|
||||
bin/amzdownloader
|
||||
lib/kde4/amarok_collection-audiocdcollection.so
|
||||
lib/kde4/amarok_collection-daapcollection.so
|
||||
lib/kde4/amarok_collection-ipodcollection.so
|
||||
lib/kde4/amarok_collection-mtpcollection.so
|
||||
lib/kde4/amarok_collection-mysqlecollection.so
|
||||
lib/kde4/amarok_collection-mysqlservercollection.so
|
||||
lib/kde4/amarok_collection-nepomukcollection.so
|
||||
lib/kde4/amarok_collection-playdarcollection.so
|
||||
lib/kde4/amarok_collection-umscollection.so
|
||||
lib/kde4/amarok_collection-upnpcollection.so
|
||||
lib/kde4/amarok_containment_vertical.so
|
||||
lib/kde4/amarok_context_applet_albums.so
|
||||
lib/kde4/amarok_context_applet_analyzer.so
|
||||
lib/kde4/amarok_context_applet_currenttrack.so
|
||||
lib/kde4/amarok_context_applet_info.so
|
||||
lib/kde4/amarok_context_applet_labels.so
|
||||
lib/kde4/amarok_context_applet_lyrics.so
|
||||
lib/kde4/amarok_context_applet_photos.so
|
||||
lib/kde4/amarok_context_applet_similarArtists.so
|
||||
lib/kde4/amarok_context_applet_spectrum_analyzer.so
|
||||
lib/kde4/amarok_context_applet_tabs.so
|
||||
lib/kde4/amarok_context_applet_upcomingEvents.so
|
||||
lib/kde4/amarok_context_applet_wikipedia.so
|
||||
lib/kde4/amarok_data_engine_current.so
|
||||
lib/kde4/amarok_data_engine_info.so
|
||||
lib/kde4/amarok_data_engine_labels.so
|
||||
lib/kde4/amarok_data_engine_lyrics.so
|
||||
lib/kde4/amarok_data_engine_photos.so
|
||||
lib/kde4/amarok_data_engine_similarArtists.so
|
||||
lib/kde4/amarok_data_engine_spectrum_analyzer.so
|
||||
lib/kde4/amarok_data_engine_tabs.so
|
||||
lib/kde4/amarok_data_engine_upcomingEvents.so
|
||||
lib/kde4/amarok_data_engine_wikipedia.so
|
||||
lib/kde4/amarok_device_massstorage.so
|
||||
lib/kde4/amarok_device_nfs.so
|
||||
lib/kde4/amarok_device_smb.so
|
||||
lib/kde4/amarok_runnerscript_javascript.so
|
||||
lib/kde4/amarok_service_amazonstore.so
|
||||
lib/kde4/amarok_service_ampache.so
|
||||
lib/kde4/amarok_service_jamendo.so
|
||||
lib/kde4/amarok_service_lastfm.so
|
||||
lib/kde4/amarok_service_magnatunestore.so
|
||||
lib/kde4/amarok_service_mp3tunes.so
|
||||
lib/kde4/amarok_service_opmldirectory.so
|
||||
lib/kde4/kcm_amarok_service_amazonstore.so
|
||||
lib/kde4/kcm_amarok_service_ampache.so
|
||||
lib/kde4/kcm_amarok_service_lastfm.so
|
||||
lib/kde4/kcm_amarok_service_magnatunestore.so
|
||||
lib/kde4/kcm_amarok_service_mp3tunes.so
|
||||
lib/libamarok-sqlcollection.so
|
||||
@@ -66,13 +56,17 @@ lib/libamaroklib.so.1
|
||||
lib/libamaroklib.so.1.0.0
|
||||
lib/libamarokocsclient.so
|
||||
lib/libamarokocsclient.so.4
|
||||
lib/libamarokocsclient.so.4.10.3
|
||||
lib/libamarokocsclient.so.4.11.5
|
||||
lib/libamarokpud.so
|
||||
lib/libamarokpud.so.1
|
||||
lib/libamarokpud.so.1.0.0
|
||||
lib/libamarokshared.so
|
||||
lib/libamarokshared.so.1
|
||||
lib/libamarokshared.so.1.0.0
|
||||
lib/libampache_account_login.so
|
||||
share/applications/kde4/amarok.desktop
|
||||
share/applications/kde4/amarok_containers.desktop
|
||||
share/applications/kde4/amzdownloader.desktop
|
||||
share/dbus-1/interfaces/org.freedesktop.MediaPlayer.player.xml
|
||||
share/dbus-1/interfaces/org.freedesktop.MediaPlayer.root.xml
|
||||
share/dbus-1/interfaces/org.freedesktop.MediaPlayer.tracklist.xml
|
||||
@@ -117,11 +111,8 @@ share/doc/kde/HTML/en/amarok/Icon-preferences-other.png
|
||||
share/doc/kde/HTML/en/amarok/Icon-view-list-tree.png
|
||||
share/doc/kde/HTML/en/amarok/Icon-view-refresh.png
|
||||
share/doc/kde/HTML/en/amarok/action-collection-amarok48.png
|
||||
share/doc/kde/HTML/en/amarok/advancedtok.png
|
||||
share/doc/kde/HTML/en/amarok/album.png
|
||||
share/doc/kde/HTML/en/amarok/albumbar.png
|
||||
share/doc/kde/HTML/en/amarok/amarok-2-6-duplicates-during-collection-scan.png
|
||||
share/doc/kde/HTML/en/amarok/amarok-apg-presets-toolbar.png
|
||||
share/doc/kde/HTML/en/amarok/amarok-context.png
|
||||
share/doc/kde/HTML/en/amarok/amarok-e17.png
|
||||
share/doc/kde/HTML/en/amarok/amarok-fluxbox.png
|
||||
share/doc/kde/HTML/en/amarok/amarok-gnome.png
|
||||
@@ -131,44 +122,71 @@ share/doc/kde/HTML/en/amarok/amarok-maintoolbar.png
|
||||
share/doc/kde/HTML/en/amarok/amarok-managing-media.png
|
||||
share/doc/kde/HTML/en/amarok/amarok-newdynamic-detail.png
|
||||
share/doc/kde/HTML/en/amarok/amarok-newdynamic.png
|
||||
share/doc/kde/HTML/en/amarok/amarok-renameplaylist.png
|
||||
share/doc/kde/HTML/en/amarok/amarok-slimtoolbar.png
|
||||
share/doc/kde/HTML/en/amarok/amarok-statsyncing.png
|
||||
share/doc/kde/HTML/en/amarok/amarok-xfce.png
|
||||
share/doc/kde/HTML/en/amarok/amarok2-4-1albumtageditdialog.png
|
||||
share/doc/kde/HTML/en/amarok/amarok2-4-1albumtageditpertrackdialog.png
|
||||
share/doc/kde/HTML/en/amarok/amarok2-4-1configplayback.png
|
||||
share/doc/kde/HTML/en/amarok/amarok2-4-1configscripts.png
|
||||
share/doc/kde/HTML/en/amarok/amarok2-4-1configspeakersetup.png
|
||||
share/doc/kde/HTML/en/amarok/amarok2-4-1configuredialog.png
|
||||
share/doc/kde/HTML/en/amarok/amarok2-4-1configuredialogcollection.png
|
||||
share/doc/kde/HTML/en/amarok/amarok2-4-1configuredialogplugins.png
|
||||
share/doc/kde/HTML/en/amarok/amarok2-4-1databaseconfig.png
|
||||
share/doc/kde/HTML/en/amarok/amarok2-4-1editfilterdialog.png
|
||||
share/doc/kde/HTML/en/amarok/amarok2-4-1filenamelayoutchooseroptions.png
|
||||
share/doc/kde/HTML/en/amarok/amarok2-4-1mergedviewcollection.png
|
||||
share/doc/kde/HTML/en/amarok/amarok2-4-1non-mergedviewcollection.png
|
||||
share/doc/kde/HTML/en/amarok/amarok2-4-1notifications.png
|
||||
share/doc/kde/HTML/en/amarok/amarok2-4-1phononbackends.png
|
||||
share/doc/kde/HTML/en/amarok/amarok2-4-1phonondevices.png
|
||||
share/doc/kde/HTML/en/amarok/amarok2-4-1saveplaylistchoices.png
|
||||
share/doc/kde/HTML/en/amarok/amarok2-4-1tageditdialog.png
|
||||
share/doc/kde/HTML/en/amarok/amarok2-4-1viewmenu.png
|
||||
share/doc/kde/HTML/en/amarok/amarok2-4.png
|
||||
share/doc/kde/HTML/en/amarok/amarok2-4collectionsortingmenu.png
|
||||
share/doc/kde/HTML/en/amarok/amarok2-4helpmenu.png
|
||||
share/doc/kde/HTML/en/amarok/amarok2-4musicbrainztagger.png
|
||||
share/doc/kde/HTML/en/amarok/amarok2-4organizefilesadvanceddialog.png
|
||||
share/doc/kde/HTML/en/amarok/amarok2-4organizefilesbasicdialog.png
|
||||
share/doc/kde/HTML/en/amarok/amarok2-4queueeditor.png
|
||||
share/doc/kde/HTML/en/amarok/amarok2-4searchplaylist.png
|
||||
share/doc/kde/HTML/en/amarok/amarok2-4transcodetracksdialog.png
|
||||
share/doc/kde/HTML/en/amarok/amarok2-6configgeneralmenu.png
|
||||
share/doc/kde/HTML/en/amarok/amarok2-6flactranscodemenu.png
|
||||
share/doc/kde/HTML/en/amarok/amarok2-6helpmenu.png
|
||||
share/doc/kde/HTML/en/amarok/amarok2-6playlistalbumcontextmenu.png
|
||||
share/doc/kde/HTML/en/amarok/amarok2-6trackcontextmenu.png
|
||||
share/doc/kde/HTML/en/amarok/amarok2-6viewconfigmenu.png
|
||||
share/doc/kde/HTML/en/amarok/amarok2-6viewundocksymbols.png
|
||||
share/doc/kde/HTML/en/amarok/amarok2-7menutools.png
|
||||
share/doc/kde/HTML/en/amarok/amarok2-7networkrequestsviewer.png
|
||||
share/doc/kde/HTML/en/amarok/amarok2-7renamesavedplaylist.png
|
||||
share/doc/kde/HTML/en/amarok/amarok2-7scriptsconfigmenu.png
|
||||
share/doc/kde/HTML/en/amarok/amarok2-7thetoolbar.png
|
||||
share/doc/kde/HTML/en/amarok/amarok24_configureshortcutdetail.png
|
||||
share/doc/kde/HTML/en/amarok/amarok24_configureshortcutsdialog.png
|
||||
share/doc/kde/HTML/en/amarok/amarok24_settingsmenu.png
|
||||
share/doc/kde/HTML/en/amarok/amarok24_settingsmenu_withreplaygain.png
|
||||
share/doc/kde/HTML/en/amarok/amarok2_moodbar.png
|
||||
share/doc/kde/HTML/en/amarok/amarok2dot8pud.png
|
||||
share/doc/kde/HTML/en/amarok/amarok_2-6_layout.png
|
||||
share/doc/kde/HTML/en/amarok/amarok_2-8_appletexplorer_default.png
|
||||
share/doc/kde/HTML/en/amarok/amarok_2-8_collectionbrowser_merged.png
|
||||
share/doc/kde/HTML/en/amarok/amarok_2-8_collectionbrowser_nonmerged.png
|
||||
share/doc/kde/HTML/en/amarok/amarok_2-8_collectionbrowsersearchfield.png
|
||||
share/doc/kde/HTML/en/amarok/amarok_2-8_collectionsortingmenu.png
|
||||
share/doc/kde/HTML/en/amarok/amarok_2-8_configurationdialogdatabase.png
|
||||
share/doc/kde/HTML/en/amarok/amarok_2-8_configurationdialogdatabaseenabled.png
|
||||
share/doc/kde/HTML/en/amarok/amarok_2-8_configurationdialoggeneral.png
|
||||
share/doc/kde/HTML/en/amarok/amarok_2-8_configurationdialoglocalcollection.png
|
||||
share/doc/kde/HTML/en/amarok/amarok_2-8_configurationdialognotifications.png
|
||||
share/doc/kde/HTML/en/amarok/amarok_2-8_configurationdialogplayback.png
|
||||
share/doc/kde/HTML/en/amarok/amarok_2-8_configurationdialogplugins.png
|
||||
share/doc/kde/HTML/en/amarok/amarok_2-8_configurationdialogscripts.png
|
||||
share/doc/kde/HTML/en/amarok/amarok_2-8_contextview_default.png
|
||||
share/doc/kde/HTML/en/amarok/amarok_2-8_default.png
|
||||
share/doc/kde/HTML/en/amarok/amarok_2-8_mediasourcespanedefault.png
|
||||
share/doc/kde/HTML/en/amarok/amarok_2-8_nepomukindexfolders_dialog_kde_4-11.png
|
||||
share/doc/kde/HTML/en/amarok/amarok_2-8_organizefilestranscode.png
|
||||
share/doc/kde/HTML/en/amarok/amarok_2-8_organizetracks.png
|
||||
share/doc/kde/HTML/en/amarok/amarok_2-8_playlistbottombar.png
|
||||
share/doc/kde/HTML/en/amarok/amarok_2-8_playlistfilteroptions.png
|
||||
share/doc/kde/HTML/en/amarok/amarok_2-8_playlistlayouteditor.png
|
||||
share/doc/kde/HTML/en/amarok/amarok_2-8_playlistpane.png
|
||||
share/doc/kde/HTML/en/amarok/amarok_2-8_playlistsortinglevels.png
|
||||
share/doc/kde/HTML/en/amarok/amarok_2-8_popupdropperadd.png
|
||||
share/doc/kde/HTML/en/amarok/amarok_2-8_popupdropperremove.png
|
||||
share/doc/kde/HTML/en/amarok/amarok_2-8_remotecollections_samba_server.png
|
||||
share/doc/kde/HTML/en/amarok/amarok_2-8_remotecollections_samba_server1.png
|
||||
share/doc/kde/HTML/en/amarok/amarok_2-8_savecurrentplaylistoptions.png
|
||||
share/doc/kde/HTML/en/amarok/amarok_2-8_startwindowdefault.png
|
||||
share/doc/kde/HTML/en/amarok/amarok_2-8_systray_window.png
|
||||
share/doc/kde/HTML/en/amarok/amarok_2-8_upnp_collection.png
|
||||
share/doc/kde/HTML/en/amarok/amarok_2-8_upnp_collection_plugin.png
|
||||
share/doc/kde/HTML/en/amarok/amarok_add-on_installer.png
|
||||
share/doc/kde/HTML/en/amarok/amarok_addtoplaylist.png
|
||||
share/doc/kde/HTML/en/amarok/amarok_addtoplaylist1.png
|
||||
share/doc/kde/HTML/en/amarok/amarok_amarokmenu2-4.png
|
||||
share/doc/kde/HTML/en/amarok/amarok_ampache_client2.png
|
||||
@@ -194,39 +212,30 @@ share/doc/kde/HTML/en/amarok/amarok_playlist_layout_editor.png
|
||||
share/doc/kde/HTML/en/amarok/amarok_playlist_layout_nog1_s.png
|
||||
share/doc/kde/HTML/en/amarok/amarok_playlist_layout_nog2_s.png
|
||||
share/doc/kde/HTML/en/amarok/amarok_playlist_layout_v1_s.png
|
||||
share/doc/kde/HTML/en/amarok/amarok_playlist_manipulation.png
|
||||
share/doc/kde/HTML/en/amarok/amarok_playlist_search_ex.png
|
||||
share/doc/kde/HTML/en/amarok/amarok_removeformplaylist.png
|
||||
share/doc/kde/HTML/en/amarok/amarok_saved_playlists.png
|
||||
share/doc/kde/HTML/en/amarok/amarok_script_info.png
|
||||
share/doc/kde/HTML/en/amarok/amarok_script_manager.png
|
||||
share/doc/kde/HTML/en/amarok/amarok_show_only_matches.png
|
||||
share/doc/kde/HTML/en/amarok/amarok_slim_toolbar.png
|
||||
share/doc/kde/HTML/en/amarok/amarok_systray_2-8_4-11.png
|
||||
share/doc/kde/HTML/en/amarok/amarok_tracks_media_devices1.png
|
||||
share/doc/kde/HTML/en/amarok/amarok_windowlayout.png
|
||||
share/doc/kde/HTML/en/amarok/amarokbreadcrumb.png
|
||||
share/doc/kde/HTML/en/amarok/amarokconfigurationdialog2-7phononbackend.png
|
||||
share/doc/kde/HTML/en/amarok/amarokconfigurationdialog2-7phonondevice.png
|
||||
share/doc/kde/HTML/en/amarok/amarokconfigurationdialog2-7phononhardware.png
|
||||
share/doc/kde/HTML/en/amarok/amarokconfigurationdialog2-7scriptconsole.png
|
||||
share/doc/kde/HTML/en/amarok/amarokmediasources-files.png
|
||||
share/doc/kde/HTML/en/amarok/amarokmediasources-home.png
|
||||
share/doc/kde/HTML/en/amarok/amaroknepomukcollectionbrowser2-7.png
|
||||
share/doc/kde/HTML/en/amarok/amaroknew2-4.png
|
||||
share/doc/kde/HTML/en/amarok/amarokrightmenu.png
|
||||
share/doc/kde/HTML/en/amarok/amarokripcd.png
|
||||
share/doc/kde/HTML/en/amarok/amaroksystray.png
|
||||
share/doc/kde/HTML/en/amarok/amaroktoplevelmenus2-4.png
|
||||
share/doc/kde/HTML/en/amarok/amarokwindow_context.png
|
||||
share/doc/kde/HTML/en/amarok/amarokwindow_mediasources.png
|
||||
share/doc/kde/HTML/en/amarok/amarokwindow_playlist.png
|
||||
share/doc/kde/HTML/en/amarok/apgpresetsmatchallgroup.png
|
||||
share/doc/kde/HTML/en/amarok/app.png
|
||||
share/doc/kde/HTML/en/amarok/applications-internet.png
|
||||
share/doc/kde/HTML/en/amarok/bookmarking_menu.png
|
||||
share/doc/kde/HTML/en/amarok/cd_collection_sansa.png
|
||||
share/doc/kde/HTML/en/amarok/common
|
||||
share/doc/kde/HTML/en/amarok/context_menu.png
|
||||
share/doc/kde/HTML/en/amarok/contextpane.png
|
||||
share/doc/kde/HTML/en/amarok/contextpanestopped.png
|
||||
share/doc/kde/HTML/en/amarok/controlamarok.png
|
||||
share/doc/kde/HTML/en/amarok/document-save.png
|
||||
share/doc/kde/HTML/en/amarok/dynamic_playlist.png
|
||||
share/doc/kde/HTML/en/amarok/edit-redo.png
|
||||
share/doc/kde/HTML/en/amarok/edit-undo.png
|
||||
share/doc/kde/HTML/en/amarok/favor.png
|
||||
@@ -234,37 +243,45 @@ share/doc/kde/HTML/en/amarok/firstruncollection2.png
|
||||
share/doc/kde/HTML/en/amarok/folder-amarok.png
|
||||
share/doc/kde/HTML/en/amarok/generatedlist.png
|
||||
share/doc/kde/HTML/en/amarok/generatingtree.png
|
||||
share/doc/kde/HTML/en/amarok/hi48-action-amarok_lyrics.png
|
||||
share/doc/kde/HTML/en/amarok/hi48-action-clear-playlist-amarok.png
|
||||
share/doc/kde/HTML/en/amarok/hi48-action-current-track-amarok.png
|
||||
share/doc/kde/HTML/en/amarok/hi48-action-edit-playlist-queue.png
|
||||
share/doc/kde/HTML/en/amarok/hi48-action-filename-album-amarok.png
|
||||
share/doc/kde/HTML/en/amarok/hi48-action-filename-genre-amarok.png
|
||||
share/doc/kde/HTML/en/amarok/hi48-action-info-amarok.png
|
||||
share/doc/kde/HTML/en/amarok/hi48-action-label-amarok.png
|
||||
share/doc/kde/HTML/en/amarok/hi48-action-media-standard-track-progression-amarok.png
|
||||
share/doc/kde/HTML/en/amarok/hi48-action-music-amarok.png
|
||||
share/doc/kde/HTML/en/amarok/hi48-action-podcast-amarok.png
|
||||
share/doc/kde/HTML/en/amarok/hi48-action-similarartists-amarok.png
|
||||
share/doc/kde/HTML/en/amarok/hi48-action-upcomingevents-amarok.png
|
||||
share/doc/kde/HTML/en/amarok/hi48-action-view-media-analyzer-amarok.png
|
||||
share/doc/kde/HTML/en/amarok/hi48-image-x-generic.png
|
||||
share/doc/kde/HTML/en/amarok/index.cache.bz2
|
||||
share/doc/kde/HTML/en/amarok/index.docbook
|
||||
share/doc/kde/HTML/en/amarok/installation1-1.png
|
||||
share/doc/kde/HTML/en/amarok/installation2.png
|
||||
share/doc/kde/HTML/en/amarok/installation3.png
|
||||
share/doc/kde/HTML/en/amarok/installation4.png
|
||||
share/doc/kde/HTML/en/amarok/ipod-connected-dialog.png
|
||||
share/doc/kde/HTML/en/amarok/last-fm-spelling-correction.png
|
||||
share/doc/kde/HTML/en/amarok/matchedtrackspage.png
|
||||
share/doc/kde/HTML/en/amarok/media_sources1.png
|
||||
share/doc/kde/HTML/en/amarok/media_sources3.png
|
||||
share/doc/kde/HTML/en/amarok/mediasources.png
|
||||
share/doc/kde/HTML/en/amarok/mediasources10.png
|
||||
share/doc/kde/HTML/en/amarok/mediasources4.png
|
||||
share/doc/kde/HTML/en/amarok/mediasources5.png
|
||||
share/doc/kde/HTML/en/amarok/mediasources6.png
|
||||
share/doc/kde/HTML/en/amarok/mediasources7.png
|
||||
share/doc/kde/HTML/en/amarok/mediasources8.png
|
||||
share/doc/kde/HTML/en/amarok/mediasourcesex.png
|
||||
share/doc/kde/HTML/en/amarok/new_amarok_configuration_options_general_edit.png
|
||||
share/doc/kde/HTML/en/amarok/new_amarok_configuration_options_notifications_edit.png
|
||||
share/doc/kde/HTML/en/amarok/metadatadialog.png
|
||||
share/doc/kde/HTML/en/amarok/nocover_amarok.png
|
||||
share/doc/kde/HTML/en/amarok/oraganize_menu.png
|
||||
share/doc/kde/HTML/en/amarok/otherplatforms_nonkde.png
|
||||
share/doc/kde/HTML/en/amarok/otherplatforms_osx.png
|
||||
share/doc/kde/HTML/en/amarok/otherplatforms_windows.png
|
||||
share/doc/kde/HTML/en/amarok/playlist-layout-editor-amarok.png
|
||||
share/doc/kde/HTML/en/amarok/playlist-layout-item-configuration-amarok.png
|
||||
share/doc/kde/HTML/en/amarok/playlist2.png
|
||||
share/doc/kde/HTML/en/amarok/playlist_save.png
|
||||
share/doc/kde/HTML/en/amarok/playlistlayout1.png
|
||||
share/doc/kde/HTML/en/amarok/playlistlayout2.png
|
||||
@@ -273,37 +290,24 @@ share/doc/kde/HTML/en/amarok/playlistlayout4.png
|
||||
share/doc/kde/HTML/en/amarok/playlistmenu.png
|
||||
share/doc/kde/HTML/en/amarok/playlistpic.png
|
||||
share/doc/kde/HTML/en/amarok/playlistqueue.png
|
||||
share/doc/kde/HTML/en/amarok/playlistsearch.png
|
||||
share/doc/kde/HTML/en/amarok/queue.png
|
||||
share/doc/kde/HTML/en/amarok/queueend.png
|
||||
share/doc/kde/HTML/en/amarok/remotecollections_ampache_client.png
|
||||
share/doc/kde/HTML/en/amarok/remotecollections_ampache_client1.png
|
||||
share/doc/kde/HTML/en/amarok/remotecollections_ampache_client2.png
|
||||
share/doc/kde/HTML/en/amarok/remotecollections_client.png
|
||||
share/doc/kde/HTML/en/amarok/remotecollections_daap.png
|
||||
share/doc/kde/HTML/en/amarok/remotecollections_daap_config.png
|
||||
share/doc/kde/HTML/en/amarok/remotecollections_samba_server.png
|
||||
share/doc/kde/HTML/en/amarok/remotecollections_samba_server1.png
|
||||
share/doc/kde/HTML/en/amarok/remotecollections_samba_server2.png
|
||||
share/doc/kde/HTML/en/amarok/remotecollections_samba_server3.png
|
||||
share/doc/kde/HTML/en/amarok/searchincollection.png
|
||||
share/doc/kde/HTML/en/amarok/searchincollection_example_editbox.png
|
||||
share/doc/kde/HTML/en/amarok/searchincollection_example_editbox2.png
|
||||
share/doc/kde/HTML/en/amarok/settings-internet-amarok.png
|
||||
share/doc/kde/HTML/en/amarok/slim_toolbar.png
|
||||
share/doc/kde/HTML/en/amarok/sorting.png
|
||||
share/doc/kde/HTML/en/amarok/sorting2.png
|
||||
share/doc/kde/HTML/en/amarok/tagedit_fromfile_advanced.png
|
||||
share/doc/kde/HTML/en/amarok/tagedit_fromfile_advanced_example.png
|
||||
share/doc/kde/HTML/en/amarok/tagedit_fromfile_basic.png
|
||||
share/doc/kde/HTML/en/amarok/tagedit_fromfile_basic_example.png
|
||||
share/doc/kde/HTML/en/amarok/toolbar_main.png
|
||||
share/doc/kde/HTML/en/amarok/toolbar_slim.png
|
||||
share/doc/kde/HTML/en/amarok/toolmenu.png
|
||||
share/doc/kde/HTML/en/amarok/tools_bookmarkmanager.png
|
||||
share/doc/kde/HTML/en/amarok/tools_covermanager.png
|
||||
share/doc/kde/HTML/en/amarok/tools_equalizer.png
|
||||
share/doc/kde/HTML/en/amarok/track_progression.png
|
||||
share/doc/kde/HTML/en/amarok/transcode_1.png
|
||||
share/doc/kde/HTML/en/amarok/view-media-playlist.png
|
||||
share/doc/kde/HTML/es/amarok/common
|
||||
share/doc/kde/HTML/es/amarok/index.cache.bz2
|
||||
@@ -498,49 +502,38 @@ share/doc/kde/HTML/sv/amarok/common
|
||||
share/doc/kde/HTML/sv/amarok/firstruncollection2.png
|
||||
share/doc/kde/HTML/sv/amarok/index.cache.bz2
|
||||
share/doc/kde/HTML/sv/amarok/index.docbook
|
||||
share/doc/kde/HTML/uk/amarok/advancedtok.png
|
||||
share/doc/kde/HTML/uk/amarok/album.png
|
||||
share/doc/kde/HTML/uk/amarok/albumbar.png
|
||||
share/doc/kde/HTML/uk/amarok/amarok-context.png
|
||||
share/doc/kde/HTML/uk/amarok/amarok-2-6-duplicates-during-collection-scan.png
|
||||
share/doc/kde/HTML/uk/amarok/amarok-maintoolbar.png
|
||||
share/doc/kde/HTML/uk/amarok/amarok-managing-media.png
|
||||
share/doc/kde/HTML/uk/amarok/amarok-newdynamic-detail.png
|
||||
share/doc/kde/HTML/uk/amarok/amarok-newdynamic.png
|
||||
share/doc/kde/HTML/uk/amarok/amarok-renameplaylist.png
|
||||
share/doc/kde/HTML/uk/amarok/amarok-slimtoolbar.png
|
||||
share/doc/kde/HTML/uk/amarok/amarok2-4-1albumtageditdialog.png
|
||||
share/doc/kde/HTML/uk/amarok/amarok2-4-1albumtageditpertrackdialog.png
|
||||
share/doc/kde/HTML/uk/amarok/amarok2-4-1configplayback.png
|
||||
share/doc/kde/HTML/uk/amarok/amarok2-4-1configscripts.png
|
||||
share/doc/kde/HTML/uk/amarok/amarok2-4-1configspeakersetup.png
|
||||
share/doc/kde/HTML/uk/amarok/amarok2-4-1configuredialog.png
|
||||
share/doc/kde/HTML/uk/amarok/amarok2-4-1configuredialogcollection.png
|
||||
share/doc/kde/HTML/uk/amarok/amarok2-4-1configuredialogplugins.png
|
||||
share/doc/kde/HTML/uk/amarok/amarok2-4-1databaseconfig.png
|
||||
share/doc/kde/HTML/uk/amarok/amarok2-4-1editfilterdialog.png
|
||||
share/doc/kde/HTML/uk/amarok/amarok2-4-1filenamelayoutchooseroptions.png
|
||||
share/doc/kde/HTML/uk/amarok/amarok2-4-1mergedviewcollection.png
|
||||
share/doc/kde/HTML/uk/amarok/amarok2-4-1non-mergedviewcollection.png
|
||||
share/doc/kde/HTML/uk/amarok/amarok2-4-1notifications.png
|
||||
share/doc/kde/HTML/uk/amarok/amarok2-4-1phononbackends.png
|
||||
share/doc/kde/HTML/uk/amarok/amarok2-4-1phonondevices.png
|
||||
share/doc/kde/HTML/uk/amarok/amarok2-4-1saveplaylistchoices.png
|
||||
share/doc/kde/HTML/uk/amarok/amarok2-4-1viewmenu.png
|
||||
share/doc/kde/HTML/uk/amarok/amarok2-4.png
|
||||
share/doc/kde/HTML/uk/amarok/amarok2-4collectionsortingmenu.png
|
||||
share/doc/kde/HTML/uk/amarok/amarok2-4helpmenu.png
|
||||
share/doc/kde/HTML/uk/amarok/amarok2-4-1tageditdialog.png
|
||||
share/doc/kde/HTML/uk/amarok/amarok2-4musicbrainztagger.png
|
||||
share/doc/kde/HTML/uk/amarok/amarok2-4organizefilesadvanceddialog.png
|
||||
share/doc/kde/HTML/uk/amarok/amarok2-4organizefilesbasicdialog.png
|
||||
share/doc/kde/HTML/uk/amarok/amarok2-4searchplaylist.png
|
||||
share/doc/kde/HTML/uk/amarok/amarok2-4transcodetracksdialog.png
|
||||
share/doc/kde/HTML/uk/amarok/amarok2-6configgeneralmenu.png
|
||||
share/doc/kde/HTML/uk/amarok/amarok2-6flactranscodemenu.png
|
||||
share/doc/kde/HTML/uk/amarok/amarok2-6helpmenu.png
|
||||
share/doc/kde/HTML/uk/amarok/amarok2-6playlistalbumcontextmenu.png
|
||||
share/doc/kde/HTML/uk/amarok/amarok2-6trackcontextmenu.png
|
||||
share/doc/kde/HTML/uk/amarok/amarok2-6viewconfigmenu.png
|
||||
share/doc/kde/HTML/uk/amarok/amarok2-6viewundocksymbols.png
|
||||
share/doc/kde/HTML/uk/amarok/amarok2-7menutools.png
|
||||
share/doc/kde/HTML/uk/amarok/amarok2-7renamesavedplaylist.png
|
||||
share/doc/kde/HTML/uk/amarok/amarok2-7thetoolbar.png
|
||||
share/doc/kde/HTML/uk/amarok/amarok24_configureshortcutdetail.png
|
||||
share/doc/kde/HTML/uk/amarok/amarok24_configureshortcutsdialog.png
|
||||
share/doc/kde/HTML/uk/amarok/amarok24_settingsmenu.png
|
||||
share/doc/kde/HTML/uk/amarok/amarok24_settingsmenu_withreplaygain.png
|
||||
share/doc/kde/HTML/uk/amarok/amarok2_moodbar.png
|
||||
share/doc/kde/HTML/uk/amarok/amarok_2-6_layout.png
|
||||
share/doc/kde/HTML/uk/amarok/amarok_add-on_installer.png
|
||||
share/doc/kde/HTML/uk/amarok/amarok_addtoplaylist.png
|
||||
share/doc/kde/HTML/uk/amarok/amarok_addtoplaylist1.png
|
||||
share/doc/kde/HTML/uk/amarok/amarok_amarokmenu2-4.png
|
||||
share/doc/kde/HTML/uk/amarok/amarok_cover_manager.png
|
||||
@@ -560,33 +553,23 @@ share/doc/kde/HTML/uk/amarok/amarok_playlist_layout_editor.png
|
||||
share/doc/kde/HTML/uk/amarok/amarok_playlist_layout_nog1_s.png
|
||||
share/doc/kde/HTML/uk/amarok/amarok_playlist_layout_nog2_s.png
|
||||
share/doc/kde/HTML/uk/amarok/amarok_playlist_layout_v1_s.png
|
||||
share/doc/kde/HTML/uk/amarok/amarok_playlist_manipulation.png
|
||||
share/doc/kde/HTML/uk/amarok/amarok_playlist_search_ex.png
|
||||
share/doc/kde/HTML/uk/amarok/amarok_removeformplaylist.png
|
||||
share/doc/kde/HTML/uk/amarok/amarok_saved_playlists.png
|
||||
share/doc/kde/HTML/uk/amarok/amarok_script_info.png
|
||||
share/doc/kde/HTML/uk/amarok/amarok_show_only_matches.png
|
||||
share/doc/kde/HTML/uk/amarok/amarok_slim_toolbar.png
|
||||
share/doc/kde/HTML/uk/amarok/amarok_tracks_media_devices1.png
|
||||
share/doc/kde/HTML/uk/amarok/amarok_windowlayout.png
|
||||
share/doc/kde/HTML/uk/amarok/amarokbreadcrumb.png
|
||||
share/doc/kde/HTML/uk/amarok/amarokconfigurationdialog2-7phononbackend.png
|
||||
share/doc/kde/HTML/uk/amarok/amarokconfigurationdialog2-7phonondevice.png
|
||||
share/doc/kde/HTML/uk/amarok/amarokconfigurationdialog2-7phononhardware.png
|
||||
share/doc/kde/HTML/uk/amarok/amarokmediasources-files.png
|
||||
share/doc/kde/HTML/uk/amarok/amarokmediasources-home.png
|
||||
share/doc/kde/HTML/uk/amarok/amaroknew2-4.png
|
||||
share/doc/kde/HTML/uk/amarok/amarokrightmenu.png
|
||||
share/doc/kde/HTML/uk/amarok/amarokripcd.png
|
||||
share/doc/kde/HTML/uk/amarok/amaroksystray.png
|
||||
share/doc/kde/HTML/uk/amarok/amarokwindow_context.png
|
||||
share/doc/kde/HTML/uk/amarok/amarokwindow_mediasources.png
|
||||
share/doc/kde/HTML/uk/amarok/amarokwindow_playlist.png
|
||||
share/doc/kde/HTML/uk/amarok/apgpresetsmatchallgroup.png
|
||||
share/doc/kde/HTML/uk/amarok/app.png
|
||||
share/doc/kde/HTML/uk/amarok/bookmarking_menu.png
|
||||
share/doc/kde/HTML/uk/amarok/cd_collection_sansa.png
|
||||
share/doc/kde/HTML/uk/amarok/common
|
||||
share/doc/kde/HTML/uk/amarok/context_menu.png
|
||||
share/doc/kde/HTML/uk/amarok/contextpane.png
|
||||
share/doc/kde/HTML/uk/amarok/contextpanestopped.png
|
||||
share/doc/kde/HTML/uk/amarok/controlamarok.png
|
||||
share/doc/kde/HTML/uk/amarok/favor.png
|
||||
share/doc/kde/HTML/uk/amarok/firstruncollection2.png
|
||||
@@ -597,18 +580,15 @@ share/doc/kde/HTML/uk/amarok/media_sources1.png
|
||||
share/doc/kde/HTML/uk/amarok/media_sources3.png
|
||||
share/doc/kde/HTML/uk/amarok/mediasources.png
|
||||
share/doc/kde/HTML/uk/amarok/mediasources10.png
|
||||
share/doc/kde/HTML/uk/amarok/mediasources4.png
|
||||
share/doc/kde/HTML/uk/amarok/mediasources5.png
|
||||
share/doc/kde/HTML/uk/amarok/mediasources6.png
|
||||
share/doc/kde/HTML/uk/amarok/mediasources7.png
|
||||
share/doc/kde/HTML/uk/amarok/mediasources8.png
|
||||
share/doc/kde/HTML/uk/amarok/mediasourcesex.png
|
||||
share/doc/kde/HTML/uk/amarok/new_amarok_configuration_options_general_edit.png
|
||||
share/doc/kde/HTML/uk/amarok/new_amarok_configuration_options_notifications_edit.png
|
||||
share/doc/kde/HTML/uk/amarok/metadatadialog.png
|
||||
share/doc/kde/HTML/uk/amarok/oraganize_menu.png
|
||||
share/doc/kde/HTML/uk/amarok/playlist-layout-editor-amarok.png
|
||||
share/doc/kde/HTML/uk/amarok/playlist-layout-item-configuration-amarok.png
|
||||
share/doc/kde/HTML/uk/amarok/playlist2.png
|
||||
share/doc/kde/HTML/uk/amarok/playlist_save.png
|
||||
share/doc/kde/HTML/uk/amarok/playlistlayout1.png
|
||||
share/doc/kde/HTML/uk/amarok/playlistlayout2.png
|
||||
@@ -617,30 +597,21 @@ share/doc/kde/HTML/uk/amarok/playlistlayout4.png
|
||||
share/doc/kde/HTML/uk/amarok/playlistmenu.png
|
||||
share/doc/kde/HTML/uk/amarok/playlistpic.png
|
||||
share/doc/kde/HTML/uk/amarok/playlistqueue.png
|
||||
share/doc/kde/HTML/uk/amarok/playlistsearch.png
|
||||
share/doc/kde/HTML/uk/amarok/queue.png
|
||||
share/doc/kde/HTML/uk/amarok/queueend.png
|
||||
share/doc/kde/HTML/uk/amarok/remotecollections_ampache_client1.png
|
||||
share/doc/kde/HTML/uk/amarok/remotecollections_client.png
|
||||
share/doc/kde/HTML/uk/amarok/remotecollections_samba_server.png
|
||||
share/doc/kde/HTML/uk/amarok/remotecollections_samba_server1.png
|
||||
share/doc/kde/HTML/uk/amarok/remotecollections_samba_server2.png
|
||||
share/doc/kde/HTML/uk/amarok/remotecollections_samba_server3.png
|
||||
share/doc/kde/HTML/uk/amarok/searchincollection.png
|
||||
share/doc/kde/HTML/uk/amarok/searchincollection_example_editbox.png
|
||||
share/doc/kde/HTML/uk/amarok/searchincollection_example_editbox2.png
|
||||
share/doc/kde/HTML/uk/amarok/sorting.png
|
||||
share/doc/kde/HTML/uk/amarok/sorting2.png
|
||||
share/doc/kde/HTML/uk/amarok/tagedit_fromfile_advanced.png
|
||||
share/doc/kde/HTML/uk/amarok/tagedit_fromfile_advanced_example.png
|
||||
share/doc/kde/HTML/uk/amarok/tagedit_fromfile_basic.png
|
||||
share/doc/kde/HTML/uk/amarok/tagedit_fromfile_basic_example.png
|
||||
share/doc/kde/HTML/uk/amarok/toolbar_main.png
|
||||
share/doc/kde/HTML/uk/amarok/toolbar_slim.png
|
||||
share/doc/kde/HTML/uk/amarok/toolmenu.png
|
||||
share/doc/kde/HTML/uk/amarok/tools_bookmarkmanager.png
|
||||
share/doc/kde/HTML/uk/amarok/tools_covermanager.png
|
||||
share/doc/kde/HTML/uk/amarok/tools_equalizer.png
|
||||
share/doc/kde/HTML/uk/amarok/track_progression.png
|
||||
share/doc/kde/HTML/uk/amarok/transcode_1.png
|
||||
share/icons/hicolor/128x128/apps/amarok.png
|
||||
share/icons/hicolor/16x16/apps/amarok.png
|
||||
share/icons/hicolor/22x22/apps/amarok.png
|
||||
@@ -651,14 +622,12 @@ share/kde/apps/amarok/amarok.notifyrc
|
||||
share/kde/apps/amarok/data/DefaultPlaylistLayouts.xml
|
||||
share/kde/apps/amarok/data/InfoAppletCustomStyle.css
|
||||
share/kde/apps/amarok/data/InfoParserLoading.html
|
||||
share/kde/apps/amarok/data/SpectrumAnalyzerAppletCustomStyle.css
|
||||
share/kde/apps/amarok/data/WikipediaCustomStyle.css
|
||||
share/kde/apps/amarok/data/bullet.gif
|
||||
share/kde/apps/amarok/data/first_run_jingle.ogg
|
||||
share/kde/apps/amarok/data/hover_info_template.html
|
||||
share/kde/apps/amarok/data/info_frontpage.html
|
||||
share/kde/apps/amarok/data/podcast_directory.opml
|
||||
share/kde/apps/amarok/data/upcoming-events-map.html
|
||||
share/kde/apps/amarok/icons/hicolor/128x128/status/audio-volume-high-amarok.png
|
||||
share/kde/apps/amarok/icons/hicolor/128x128/status/audio-volume-low-amarok.png
|
||||
share/kde/apps/amarok/icons/hicolor/128x128/status/audio-volume-medium-amarok.png
|
||||
@@ -672,18 +641,12 @@ share/kde/apps/amarok/icons/hicolor/16x16/actions/amarok_clock.png
|
||||
share/kde/apps/amarok/icons/hicolor/16x16/actions/amarok_lyrics.png
|
||||
share/kde/apps/amarok/icons/hicolor/16x16/actions/amarok_playcount.png
|
||||
share/kde/apps/amarok/icons/hicolor/16x16/actions/amarok_playlist.png
|
||||
share/kde/apps/amarok/icons/hicolor/16x16/actions/amarok_playlist_clear.png
|
||||
share/kde/apps/amarok/icons/hicolor/16x16/actions/amarok_playlist_refresh.png
|
||||
share/kde/apps/amarok/icons/hicolor/16x16/actions/amarok_scripts.png
|
||||
share/kde/apps/amarok/icons/hicolor/16x16/actions/amarok_track.png
|
||||
share/kde/apps/amarok/icons/hicolor/16x16/actions/clear-playlist-amarok.png
|
||||
share/kde/apps/amarok/icons/hicolor/16x16/actions/collection-amarok.png
|
||||
share/kde/apps/amarok/icons/hicolor/16x16/actions/collection-refresh-amarok.png
|
||||
share/kde/apps/amarok/icons/hicolor/16x16/actions/collection-rescan-amarok.png
|
||||
share/kde/apps/amarok/icons/hicolor/16x16/actions/download-amarok.png
|
||||
share/kde/apps/amarok/icons/hicolor/16x16/actions/dynamic-amarok.png
|
||||
share/kde/apps/amarok/icons/hicolor/16x16/actions/edit-redo-amarok.png
|
||||
share/kde/apps/amarok/icons/hicolor/16x16/actions/edit-undo-amarok.png
|
||||
share/kde/apps/amarok/icons/hicolor/16x16/actions/favorite-genres-amarok.png
|
||||
share/kde/apps/amarok/icons/hicolor/16x16/actions/filename-album-amarok.png
|
||||
share/kde/apps/amarok/icons/hicolor/16x16/actions/filename-artist-amarok.png
|
||||
@@ -733,7 +696,6 @@ share/kde/apps/amarok/icons/hicolor/16x16/actions/preferences-media-playback-ama
|
||||
share/kde/apps/amarok/icons/hicolor/16x16/actions/preferences-multimedia-player-amarok.png
|
||||
share/kde/apps/amarok/icons/hicolor/16x16/actions/preferences-view-amarok.png
|
||||
share/kde/apps/amarok/icons/hicolor/16x16/actions/remove-amarok.png
|
||||
share/kde/apps/amarok/icons/hicolor/16x16/actions/view-media-visualization-amarok.png
|
||||
share/kde/apps/amarok/icons/hicolor/16x16/actions/view-services-amazon-amarok.png
|
||||
share/kde/apps/amarok/icons/hicolor/16x16/actions/view-services-ampache-amarok.png
|
||||
share/kde/apps/amarok/icons/hicolor/16x16/actions/view-services-gpodder-amarok.png
|
||||
@@ -753,24 +715,17 @@ share/kde/apps/amarok/icons/hicolor/22x22/actions/amarok_clock.png
|
||||
share/kde/apps/amarok/icons/hicolor/22x22/actions/amarok_lyrics.png
|
||||
share/kde/apps/amarok/icons/hicolor/22x22/actions/amarok_playcount.png
|
||||
share/kde/apps/amarok/icons/hicolor/22x22/actions/amarok_playlist.png
|
||||
share/kde/apps/amarok/icons/hicolor/22x22/actions/amarok_playlist_clear.png
|
||||
share/kde/apps/amarok/icons/hicolor/22x22/actions/amarok_playlist_refresh.png
|
||||
share/kde/apps/amarok/icons/hicolor/22x22/actions/amarok_scripts.png
|
||||
share/kde/apps/amarok/icons/hicolor/22x22/actions/amarok_track.png
|
||||
share/kde/apps/amarok/icons/hicolor/22x22/actions/clear-playlist-amarok.png
|
||||
share/kde/apps/amarok/icons/hicolor/22x22/actions/collection-amarok.png
|
||||
share/kde/apps/amarok/icons/hicolor/22x22/actions/collection-refresh-amarok.png
|
||||
share/kde/apps/amarok/icons/hicolor/22x22/actions/collection-rescan-amarok.png
|
||||
share/kde/apps/amarok/icons/hicolor/22x22/actions/download-amarok.png
|
||||
share/kde/apps/amarok/icons/hicolor/22x22/actions/dynamic-amarok.png
|
||||
share/kde/apps/amarok/icons/hicolor/22x22/actions/edit-redo-amarok.png
|
||||
share/kde/apps/amarok/icons/hicolor/22x22/actions/edit-undo-amarok.png
|
||||
share/kde/apps/amarok/icons/hicolor/22x22/actions/filename-bpm-amarok.png
|
||||
share/kde/apps/amarok/icons/hicolor/22x22/actions/internet-amarok.png
|
||||
share/kde/apps/amarok/icons/hicolor/22x22/actions/love-amarok.png
|
||||
share/kde/apps/amarok/icons/hicolor/22x22/actions/media-album-cover-manager-amarok.png
|
||||
share/kde/apps/amarok/icons/hicolor/22x22/actions/media-album-repeat-amarok.png
|
||||
share/kde/apps/amarok/icons/hicolor/22x22/actions/media-clear-playlist-amarok.png
|
||||
share/kde/apps/amarok/icons/hicolor/22x22/actions/media-playlist-repeat-amarok.png
|
||||
share/kde/apps/amarok/icons/hicolor/22x22/actions/media-random-albums-amarok.png
|
||||
share/kde/apps/amarok/icons/hicolor/22x22/actions/media-random-tracks-amarok.png
|
||||
@@ -791,7 +746,6 @@ share/kde/apps/amarok/icons/hicolor/22x22/actions/preferences-media-playback-ama
|
||||
share/kde/apps/amarok/icons/hicolor/22x22/actions/preferences-multimedia-player-amarok.png
|
||||
share/kde/apps/amarok/icons/hicolor/22x22/actions/preferences-view-amarok.png
|
||||
share/kde/apps/amarok/icons/hicolor/22x22/actions/remove-amarok.png
|
||||
share/kde/apps/amarok/icons/hicolor/22x22/actions/view-media-visualization-amarok.png
|
||||
share/kde/apps/amarok/icons/hicolor/22x22/actions/view-services-amazon-amarok.png
|
||||
share/kde/apps/amarok/icons/hicolor/22x22/actions/view-services-gpodder-amarok.png
|
||||
share/kde/apps/amarok/icons/hicolor/22x22/actions/view-services-jamendo-amarok.png
|
||||
@@ -813,26 +767,19 @@ share/kde/apps/amarok/icons/hicolor/32x32/actions/amarok_clock.png
|
||||
share/kde/apps/amarok/icons/hicolor/32x32/actions/amarok_lyrics.png
|
||||
share/kde/apps/amarok/icons/hicolor/32x32/actions/amarok_playcount.png
|
||||
share/kde/apps/amarok/icons/hicolor/32x32/actions/amarok_playlist.png
|
||||
share/kde/apps/amarok/icons/hicolor/32x32/actions/amarok_playlist_clear.png
|
||||
share/kde/apps/amarok/icons/hicolor/32x32/actions/amarok_playlist_refresh.png
|
||||
share/kde/apps/amarok/icons/hicolor/32x32/actions/amarok_scripts.png
|
||||
share/kde/apps/amarok/icons/hicolor/32x32/actions/amarok_track.png
|
||||
share/kde/apps/amarok/icons/hicolor/32x32/actions/audioscrobbler.png
|
||||
share/kde/apps/amarok/icons/hicolor/32x32/actions/clear-playlist-amarok.png
|
||||
share/kde/apps/amarok/icons/hicolor/32x32/actions/collection-amarok.png
|
||||
share/kde/apps/amarok/icons/hicolor/32x32/actions/collection-refresh-amarok.png
|
||||
share/kde/apps/amarok/icons/hicolor/32x32/actions/collection-rescan-amarok.png
|
||||
share/kde/apps/amarok/icons/hicolor/32x32/actions/download-amarok.png
|
||||
share/kde/apps/amarok/icons/hicolor/32x32/actions/dynamic-amarok.png
|
||||
share/kde/apps/amarok/icons/hicolor/32x32/actions/edit-redo-amarok.png
|
||||
share/kde/apps/amarok/icons/hicolor/32x32/actions/edit-undo-amarok.png
|
||||
share/kde/apps/amarok/icons/hicolor/32x32/actions/filename-bpm-amarok.png
|
||||
share/kde/apps/amarok/icons/hicolor/32x32/actions/love-amarok.png
|
||||
share/kde/apps/amarok/icons/hicolor/32x32/actions/media-album-cover-manager-amarok.png
|
||||
share/kde/apps/amarok/icons/hicolor/32x32/actions/media-album-cover.png
|
||||
share/kde/apps/amarok/icons/hicolor/32x32/actions/media-album-repeat-amarok.png
|
||||
share/kde/apps/amarok/icons/hicolor/32x32/actions/media-album-track.png
|
||||
share/kde/apps/amarok/icons/hicolor/32x32/actions/media-clear-playlist-amarok.png
|
||||
share/kde/apps/amarok/icons/hicolor/32x32/actions/media-playlist-repeat-amarok.png
|
||||
share/kde/apps/amarok/icons/hicolor/32x32/actions/media-random-albums-amarok.png
|
||||
share/kde/apps/amarok/icons/hicolor/32x32/actions/media-random-tracks-amarok.png
|
||||
@@ -853,7 +800,6 @@ share/kde/apps/amarok/icons/hicolor/32x32/actions/preferences-media-playback-ama
|
||||
share/kde/apps/amarok/icons/hicolor/32x32/actions/preferences-multimedia-player-amarok.png
|
||||
share/kde/apps/amarok/icons/hicolor/32x32/actions/preferences-view-amarok.png
|
||||
share/kde/apps/amarok/icons/hicolor/32x32/actions/remove-amarok.png
|
||||
share/kde/apps/amarok/icons/hicolor/32x32/actions/view-media-visualization-amarok.png
|
||||
share/kde/apps/amarok/icons/hicolor/32x32/actions/view-services-amazon-amarok.png
|
||||
share/kde/apps/amarok/icons/hicolor/32x32/actions/view-services-ampache-amarok.png
|
||||
share/kde/apps/amarok/icons/hicolor/32x32/actions/view-services-gpodder-amarok.png
|
||||
@@ -872,19 +818,13 @@ share/kde/apps/amarok/icons/hicolor/48x48/actions/amarok_clock.png
|
||||
share/kde/apps/amarok/icons/hicolor/48x48/actions/amarok_lyrics.png
|
||||
share/kde/apps/amarok/icons/hicolor/48x48/actions/amarok_playcount.png
|
||||
share/kde/apps/amarok/icons/hicolor/48x48/actions/amarok_playlist.png
|
||||
share/kde/apps/amarok/icons/hicolor/48x48/actions/amarok_playlist_clear.png
|
||||
share/kde/apps/amarok/icons/hicolor/48x48/actions/amarok_playlist_refresh.png
|
||||
share/kde/apps/amarok/icons/hicolor/48x48/actions/amarok_scripts.png
|
||||
share/kde/apps/amarok/icons/hicolor/48x48/actions/amarok_track.png
|
||||
share/kde/apps/amarok/icons/hicolor/48x48/actions/clear-playlist-amarok.png
|
||||
share/kde/apps/amarok/icons/hicolor/48x48/actions/collection-amarok.png
|
||||
share/kde/apps/amarok/icons/hicolor/48x48/actions/collection-refresh-amarok.png
|
||||
share/kde/apps/amarok/icons/hicolor/48x48/actions/collection-rescan-amarok.png
|
||||
share/kde/apps/amarok/icons/hicolor/48x48/actions/current-track-amarok.png
|
||||
share/kde/apps/amarok/icons/hicolor/48x48/actions/download-amarok.png
|
||||
share/kde/apps/amarok/icons/hicolor/48x48/actions/dynamic-amarok.png
|
||||
share/kde/apps/amarok/icons/hicolor/48x48/actions/edit-redo-amarok.png
|
||||
share/kde/apps/amarok/icons/hicolor/48x48/actions/edit-undo-amarok.png
|
||||
share/kde/apps/amarok/icons/hicolor/48x48/actions/filename-album-amarok.png
|
||||
share/kde/apps/amarok/icons/hicolor/48x48/actions/filename-and-amarok.png
|
||||
share/kde/apps/amarok/icons/hicolor/48x48/actions/filename-artist-amarok.png
|
||||
@@ -915,7 +855,6 @@ share/kde/apps/amarok/icons/hicolor/48x48/actions/label-amarok.png
|
||||
share/kde/apps/amarok/icons/hicolor/48x48/actions/love-amarok.png
|
||||
share/kde/apps/amarok/icons/hicolor/48x48/actions/media-album-cover-manager-amarok.png
|
||||
share/kde/apps/amarok/icons/hicolor/48x48/actions/media-album-repeat-amarok.png
|
||||
share/kde/apps/amarok/icons/hicolor/48x48/actions/media-clear-playlist-amarok.png
|
||||
share/kde/apps/amarok/icons/hicolor/48x48/actions/media-playlist-repeat-amarok.png
|
||||
share/kde/apps/amarok/icons/hicolor/48x48/actions/media-random-albums-amarok.png
|
||||
share/kde/apps/amarok/icons/hicolor/48x48/actions/media-random-tracks-amarok.png
|
||||
@@ -940,7 +879,7 @@ share/kde/apps/amarok/icons/hicolor/48x48/actions/remove-amarok.png
|
||||
share/kde/apps/amarok/icons/hicolor/48x48/actions/similarartists-amarok.png
|
||||
share/kde/apps/amarok/icons/hicolor/48x48/actions/upcomingevents-amarok.png
|
||||
share/kde/apps/amarok/icons/hicolor/48x48/actions/videoclip-amarok.png
|
||||
share/kde/apps/amarok/icons/hicolor/48x48/actions/view-media-visualization-amarok.png
|
||||
share/kde/apps/amarok/icons/hicolor/48x48/actions/view-media-analyzer-amarok.png
|
||||
share/kde/apps/amarok/icons/hicolor/48x48/actions/view-services-amazon-amarok.png
|
||||
share/kde/apps/amarok/icons/hicolor/48x48/actions/view-services-ampache-amarok.png
|
||||
share/kde/apps/amarok/icons/hicolor/48x48/actions/view-services-gpodder-amarok.png
|
||||
@@ -953,7 +892,10 @@ share/kde/apps/amarok/images/amarok-tabs-drum.png
|
||||
share/kde/apps/amarok/images/amarok-tabs-guitar.png
|
||||
share/kde/apps/amarok/images/amarok-tabs-piano.png
|
||||
share/kde/apps/amarok/images/amarok_icon.svg
|
||||
share/kde/apps/amarok/images/ball.png
|
||||
share/kde/apps/amarok/images/default-theme-clean.svg
|
||||
share/kde/apps/amarok/images/dot.png
|
||||
share/kde/apps/amarok/images/echonest.png
|
||||
share/kde/apps/amarok/images/emblem-amazon.png
|
||||
share/kde/apps/amarok/images/emblem-ampache-scalable.svgz
|
||||
share/kde/apps/amarok/images/emblem-ampache.png
|
||||
@@ -979,6 +921,7 @@ share/kde/apps/amarok/images/emblem-stackoverflow.png
|
||||
share/kde/apps/amarok/images/emblem-twitter.png
|
||||
share/kde/apps/amarok/images/emblem-wikipedia.png
|
||||
share/kde/apps/amarok/images/emblem-xing.png
|
||||
share/kde/apps/amarok/images/grid.png
|
||||
share/kde/apps/amarok/images/hover_info_amazon.png
|
||||
share/kde/apps/amarok/images/hover_info_ampache.png
|
||||
share/kde/apps/amarok/images/hover_info_collections.png
|
||||
@@ -986,7 +929,6 @@ share/kde/apps/amarok/images/hover_info_dynamic_playlists.png
|
||||
share/kde/apps/amarok/images/hover_info_files.png
|
||||
share/kde/apps/amarok/images/hover_info_internet.png
|
||||
share/kde/apps/amarok/images/hover_info_jamendo.png
|
||||
share/kde/apps/amarok/images/hover_info_lastfm.png
|
||||
share/kde/apps/amarok/images/hover_info_magnatune.png
|
||||
share/kde/apps/amarok/images/hover_info_playlists.png
|
||||
share/kde/apps/amarok/images/hover_info_podcasts.png
|
||||
@@ -995,10 +937,7 @@ share/kde/apps/amarok/images/info_frontpage_bg.png
|
||||
share/kde/apps/amarok/images/info_frontpage_logo.png
|
||||
share/kde/apps/amarok/images/info_frontpage_shadow.png
|
||||
share/kde/apps/amarok/images/lastfm-default-cover.png
|
||||
share/kde/apps/amarok/images/likeback_bug.png
|
||||
share/kde/apps/amarok/images/likeback_dislike.png
|
||||
share/kde/apps/amarok/images/likeback_feature.png
|
||||
share/kde/apps/amarok/images/likeback_like.png
|
||||
share/kde/apps/amarok/images/lastfm.png
|
||||
share/kde/apps/amarok/images/loading1.png
|
||||
share/kde/apps/amarok/images/loading2.png
|
||||
share/kde/apps/amarok/images/mb_aicon.png
|
||||
@@ -1024,10 +963,11 @@ share/kde/apps/amarok/images/service_info_loading7.png
|
||||
share/kde/apps/amarok/images/service_info_loading8.png
|
||||
share/kde/apps/amarok/images/service_info_loading9.png
|
||||
share/kde/apps/amarok/images/smallstar.png
|
||||
share/kde/apps/amarok/images/splash_screen.jpg
|
||||
share/kde/apps/amarok/images/star.png
|
||||
share/kde/apps/amarok/images/volume_icon.png
|
||||
share/kde/apps/amarok/images/volume_muted_icon.png
|
||||
share/kde/apps/amarok/images/wirl1.png
|
||||
share/kde/apps/amarok/images/wirl2.png
|
||||
share/kde/apps/amarok/scripts/free_music_charts_service/FMCEmblem.png
|
||||
share/kde/apps/amarok/scripts/free_music_charts_service/FMCIcon.png
|
||||
share/kde/apps/amarok/scripts/free_music_charts_service/FMCShow.png
|
||||
@@ -1052,7 +992,6 @@ share/kde/apps/amarok/scripts/script_console/script.spec
|
||||
share/kde/apps/desktoptheme/default/widgets/amarok-albums.svg
|
||||
share/kde/apps/desktoptheme/default/widgets/amarok-currenttrack.svg
|
||||
share/kde/apps/desktoptheme/default/widgets/amarok-info-applet.svg
|
||||
share/kde/apps/desktoptheme/default/widgets/amarok-spectrum-analyzer-applet.svg
|
||||
share/kde/apps/desktoptheme/default/widgets/amarok-wikipedia.svg
|
||||
share/kde/apps/desktoptheme/default/widgets/amarok-wikipediaheader.svg
|
||||
share/kde/apps/kconf_update/amarok-2.4.1-tokens_syntax_update.pl
|
||||
@@ -1065,28 +1004,21 @@ share/kde/config/amarokapplets.knsrc
|
||||
share/kde4/services/ServiceMenus/amarok_append.desktop
|
||||
share/kde4/services/amarok-containment-vertical.desktop
|
||||
share/kde4/services/amarok-context-applet-albums.desktop
|
||||
share/kde4/services/amarok-context-applet-analyzer.desktop
|
||||
share/kde4/services/amarok-context-applet-currenttrack.desktop
|
||||
share/kde4/services/amarok-context-applet-info.desktop
|
||||
share/kde4/services/amarok-context-applet-labels.desktop
|
||||
share/kde4/services/amarok-context-applet-lyrics.desktop
|
||||
share/kde4/services/amarok-context-applet-photos.desktop
|
||||
share/kde4/services/amarok-context-applet-similarArtists.desktop
|
||||
share/kde4/services/amarok-context-applet-spectrum-analyzer.desktop
|
||||
share/kde4/services/amarok-context-applet-tabs.desktop
|
||||
share/kde4/services/amarok-context-applet-upcomingEvents.desktop
|
||||
share/kde4/services/amarok-context-applet-wikipedia.desktop
|
||||
share/kde4/services/amarok-data-engine-current.desktop
|
||||
share/kde4/services/amarok-data-engine-info.desktop
|
||||
share/kde4/services/amarok-data-engine-labels.desktop
|
||||
share/kde4/services/amarok-data-engine-lyrics.desktop
|
||||
share/kde4/services/amarok-data-engine-photos.desktop
|
||||
share/kde4/services/amarok-data-engine-similarArtists.desktop
|
||||
share/kde4/services/amarok-data-engine-spectrum-analyzer.desktop
|
||||
share/kde4/services/amarok-data-engine-tabs.desktop
|
||||
share/kde4/services/amarok-data-engine-upcomingEvents.desktop
|
||||
share/kde4/services/amarok-data-engine-wikipedia.desktop
|
||||
share/kde4/services/amarok-scriptengine-applet-simple-javascript.desktop
|
||||
share/kde4/services/amarok-scriptengine-runner-javascript.desktop
|
||||
share/kde4/services/amarok.protocol
|
||||
share/kde4/services/amarok_collection-audiocdcollection.desktop
|
||||
share/kde4/services/amarok_collection-daapcollection.desktop
|
||||
@@ -1094,167 +1026,137 @@ share/kde4/services/amarok_collection-ipodcollection.desktop
|
||||
share/kde4/services/amarok_collection-mtpcollection.desktop
|
||||
share/kde4/services/amarok_collection-mysqlecollection.desktop
|
||||
share/kde4/services/amarok_collection-mysqlservercollection.desktop
|
||||
share/kde4/services/amarok_collection-nepomukcollection.desktop
|
||||
share/kde4/services/amarok_collection-playdarcollection.desktop
|
||||
share/kde4/services/amarok_collection-umscollection.desktop
|
||||
share/kde4/services/amarok_collection-upnpcollection.desktop
|
||||
share/kde4/services/amarok_device_massstorage.desktop
|
||||
share/kde4/services/amarok_device_nfs.desktop
|
||||
share/kde4/services/amarok_device_smb.desktop
|
||||
share/kde4/services/amarok_service_amazonstore.desktop
|
||||
share/kde4/services/amarok_service_amazonstore_config.desktop
|
||||
share/kde4/services/amarok_service_ampache.desktop
|
||||
share/kde4/services/amarok_service_ampache_config.desktop
|
||||
share/kde4/services/amarok_service_jamendo.desktop
|
||||
share/kde4/services/amarok_service_lastfm.desktop
|
||||
share/kde4/services/amarok_service_lastfm_config.desktop
|
||||
share/kde4/services/amarok_service_magnatunestore.desktop
|
||||
share/kde4/services/amarok_service_magnatunestore_config.desktop
|
||||
share/kde4/services/amarok_service_mp3tunes.desktop
|
||||
share/kde4/services/amarok_service_mp3tunes_config.desktop
|
||||
share/kde4/services/amarok_service_opmldirectory.desktop
|
||||
share/kde4/services/amarokitpc.protocol
|
||||
share/kde4/services/amaroklastfm.protocol
|
||||
share/kde4/servicetypes/amarok_codecinstall.desktop
|
||||
share/kde4/servicetypes/amarok_context_applet.desktop
|
||||
share/kde4/servicetypes/amarok_data_engine.desktop
|
||||
share/kde4/servicetypes/amarok_plugin.desktop
|
||||
share/locale/bs/LC_MESSAGES/amarok.mo
|
||||
share/locale/bs/LC_MESSAGES/amarok_scriptengine_qscript.mo
|
||||
share/locale/bs/LC_MESSAGES/amarokcollectionscanner_qt.mo
|
||||
share/locale/bs/LC_MESSAGES/amarokpkg.mo
|
||||
share/locale/ca/LC_MESSAGES/amarok.mo
|
||||
share/locale/ca/LC_MESSAGES/amarok_scriptengine_qscript.mo
|
||||
share/locale/ca/LC_MESSAGES/amarokcollectionscanner_qt.mo
|
||||
share/locale/ca/LC_MESSAGES/amarokpkg.mo
|
||||
share/locale/ca@valencia/LC_MESSAGES/amarok.mo
|
||||
share/locale/ca@valencia/LC_MESSAGES/amarok_scriptengine_qscript.mo
|
||||
share/locale/ca@valencia/LC_MESSAGES/amarokcollectionscanner_qt.mo
|
||||
share/locale/ca@valencia/LC_MESSAGES/amarokpkg.mo
|
||||
share/locale/cs/LC_MESSAGES/amarok.mo
|
||||
share/locale/cs/LC_MESSAGES/amarok_scriptengine_qscript.mo
|
||||
share/locale/cs/LC_MESSAGES/amarokcollectionscanner_qt.mo
|
||||
share/locale/cs/LC_MESSAGES/amarokpkg.mo
|
||||
share/locale/da/LC_MESSAGES/amarok.mo
|
||||
share/locale/da/LC_MESSAGES/amarok_scriptengine_qscript.mo
|
||||
share/locale/da/LC_MESSAGES/amarokcollectionscanner_qt.mo
|
||||
share/locale/da/LC_MESSAGES/amarokpkg.mo
|
||||
share/locale/de/LC_MESSAGES/amarok.mo
|
||||
share/locale/de/LC_MESSAGES/amarok_scriptengine_qscript.mo
|
||||
share/locale/de/LC_MESSAGES/amarokcollectionscanner_qt.mo
|
||||
share/locale/de/LC_MESSAGES/amarokpkg.mo
|
||||
share/locale/el/LC_MESSAGES/amarok.mo
|
||||
share/locale/el/LC_MESSAGES/amarok_scriptengine_qscript.mo
|
||||
share/locale/el/LC_MESSAGES/amarokcollectionscanner_qt.mo
|
||||
share/locale/el/LC_MESSAGES/amarokpkg.mo
|
||||
share/locale/en_GB/LC_MESSAGES/amarok.mo
|
||||
share/locale/en_GB/LC_MESSAGES/amarok_scriptengine_qscript.mo
|
||||
share/locale/en_GB/LC_MESSAGES/amarokcollectionscanner_qt.mo
|
||||
share/locale/en_GB/LC_MESSAGES/amarokpkg.mo
|
||||
share/locale/es/LC_MESSAGES/amarok.mo
|
||||
share/locale/es/LC_MESSAGES/amarok_scriptengine_qscript.mo
|
||||
share/locale/es/LC_MESSAGES/amarokcollectionscanner_qt.mo
|
||||
share/locale/es/LC_MESSAGES/amarokpkg.mo
|
||||
share/locale/et/LC_MESSAGES/amarok.mo
|
||||
share/locale/et/LC_MESSAGES/amarok_scriptengine_qscript.mo
|
||||
share/locale/et/LC_MESSAGES/amarokcollectionscanner_qt.mo
|
||||
share/locale/et/LC_MESSAGES/amarokpkg.mo
|
||||
share/locale/eu/LC_MESSAGES/amarok.mo
|
||||
share/locale/eu/LC_MESSAGES/amarok_scriptengine_qscript.mo
|
||||
share/locale/eu/LC_MESSAGES/amarokcollectionscanner_qt.mo
|
||||
share/locale/eu/LC_MESSAGES/amarokpkg.mo
|
||||
share/locale/fi/LC_MESSAGES/amarok.mo
|
||||
share/locale/fi/LC_MESSAGES/amarok_scriptengine_qscript.mo
|
||||
share/locale/fi/LC_MESSAGES/amarokcollectionscanner_qt.mo
|
||||
share/locale/fi/LC_MESSAGES/amarokpkg.mo
|
||||
share/locale/fr/LC_MESSAGES/amarok.mo
|
||||
share/locale/fr/LC_MESSAGES/amarokcollectionscanner_qt.mo
|
||||
share/locale/fr/LC_MESSAGES/amarokpkg.mo
|
||||
share/locale/ga/LC_MESSAGES/amarok.mo
|
||||
share/locale/ga/LC_MESSAGES/amarok_scriptengine_qscript.mo
|
||||
share/locale/ga/LC_MESSAGES/amarokcollectionscanner_qt.mo
|
||||
share/locale/ga/LC_MESSAGES/amarokpkg.mo
|
||||
share/locale/gl/LC_MESSAGES/amarok.mo
|
||||
share/locale/gl/LC_MESSAGES/amarok_scriptengine_qscript.mo
|
||||
share/locale/gl/LC_MESSAGES/amarokcollectionscanner_qt.mo
|
||||
share/locale/gl/LC_MESSAGES/amarokpkg.mo
|
||||
share/locale/hu/LC_MESSAGES/amarok.mo
|
||||
share/locale/hu/LC_MESSAGES/amarok_scriptengine_qscript.mo
|
||||
share/locale/hu/LC_MESSAGES/amarokcollectionscanner_qt.mo
|
||||
share/locale/hu/LC_MESSAGES/amarokpkg.mo
|
||||
share/locale/ia/LC_MESSAGES/amarokcollectionscanner_qt.mo
|
||||
share/locale/it/LC_MESSAGES/amarok.mo
|
||||
share/locale/it/LC_MESSAGES/amarok_scriptengine_qscript.mo
|
||||
share/locale/it/LC_MESSAGES/amarokcollectionscanner_qt.mo
|
||||
share/locale/it/LC_MESSAGES/amarokpkg.mo
|
||||
share/locale/ja/LC_MESSAGES/amarok.mo
|
||||
share/locale/ja/LC_MESSAGES/amarok_scriptengine_qscript.mo
|
||||
share/locale/ja/LC_MESSAGES/amarokcollectionscanner_qt.mo
|
||||
share/locale/ja/LC_MESSAGES/amarokpkg.mo
|
||||
share/locale/lt/LC_MESSAGES/amarok.mo
|
||||
share/locale/lt/LC_MESSAGES/amarok_scriptengine_qscript.mo
|
||||
share/locale/lt/LC_MESSAGES/amarokcollectionscanner_qt.mo
|
||||
share/locale/lt/LC_MESSAGES/amarokpkg.mo
|
||||
share/locale/lv/LC_MESSAGES/amarok.mo
|
||||
share/locale/lv/LC_MESSAGES/amarok_scriptengine_qscript.mo
|
||||
share/locale/lv/LC_MESSAGES/amarokcollectionscanner_qt.mo
|
||||
share/locale/lv/LC_MESSAGES/amarokpkg.mo
|
||||
share/locale/nb/LC_MESSAGES/amarok.mo
|
||||
share/locale/nb/LC_MESSAGES/amarok_scriptengine_qscript.mo
|
||||
share/locale/nb/LC_MESSAGES/amarokcollectionscanner_qt.mo
|
||||
share/locale/nb/LC_MESSAGES/amarokpkg.mo
|
||||
share/locale/nl/LC_MESSAGES/amarok.mo
|
||||
share/locale/nl/LC_MESSAGES/amarok_scriptengine_qscript.mo
|
||||
share/locale/nl/LC_MESSAGES/amarokcollectionscanner_qt.mo
|
||||
share/locale/nl/LC_MESSAGES/amarokpkg.mo
|
||||
share/locale/pa/LC_MESSAGES/amarok.mo
|
||||
share/locale/pa/LC_MESSAGES/amarokcollectionscanner_qt.mo
|
||||
share/locale/pa/LC_MESSAGES/amarokpkg.mo
|
||||
share/locale/pl/LC_MESSAGES/amarok.mo
|
||||
share/locale/pl/LC_MESSAGES/amarok_scriptengine_qscript.mo
|
||||
share/locale/pl/LC_MESSAGES/amarokcollectionscanner_qt.mo
|
||||
share/locale/pl/LC_MESSAGES/amarokpkg.mo
|
||||
share/locale/pt/LC_MESSAGES/amarok.mo
|
||||
share/locale/pt/LC_MESSAGES/amarok_scriptengine_qscript.mo
|
||||
share/locale/pt/LC_MESSAGES/amarokcollectionscanner_qt.mo
|
||||
share/locale/pt/LC_MESSAGES/amarokpkg.mo
|
||||
share/locale/pt_BR/LC_MESSAGES/amarok.mo
|
||||
share/locale/pt_BR/LC_MESSAGES/amarok_scriptengine_qscript.mo
|
||||
share/locale/pt_BR/LC_MESSAGES/amarokcollectionscanner_qt.mo
|
||||
share/locale/pt_BR/LC_MESSAGES/amarokpkg.mo
|
||||
share/locale/ro/LC_MESSAGES/amarok.mo
|
||||
share/locale/ro/LC_MESSAGES/amarokcollectionscanner_qt.mo
|
||||
share/locale/ro/LC_MESSAGES/amarokpkg.mo
|
||||
share/locale/ru/LC_MESSAGES/amarok.mo
|
||||
share/locale/ru/LC_MESSAGES/amarok_scriptengine_qscript.mo
|
||||
share/locale/ru/LC_MESSAGES/amarokcollectionscanner_qt.mo
|
||||
share/locale/ru/LC_MESSAGES/amarokpkg.mo
|
||||
share/locale/sl/LC_MESSAGES/amarok.mo
|
||||
share/locale/sl/LC_MESSAGES/amarok_scriptengine_qscript.mo
|
||||
share/locale/sl/LC_MESSAGES/amarokcollectionscanner_qt.mo
|
||||
share/locale/sl/LC_MESSAGES/amarokpkg.mo
|
||||
share/locale/sr/LC_MESSAGES/amarok.mo
|
||||
share/locale/sr/LC_MESSAGES/amarok_scriptengine_qscript.mo
|
||||
share/locale/sr/LC_MESSAGES/amarokcollectionscanner_qt.mo
|
||||
share/locale/sr/LC_MESSAGES/amarokpkg.mo
|
||||
share/locale/sr@ijekavian/LC_MESSAGES/amarok.mo
|
||||
share/locale/sr@ijekavian/LC_MESSAGES/amarok_scriptengine_qscript.mo
|
||||
share/locale/sr@ijekavian/LC_MESSAGES/amarokcollectionscanner_qt.mo
|
||||
share/locale/sr@ijekavian/LC_MESSAGES/amarokpkg.mo
|
||||
share/locale/sr@ijekavianlatin/LC_MESSAGES/amarok.mo
|
||||
share/locale/sr@ijekavianlatin/LC_MESSAGES/amarok_scriptengine_qscript.mo
|
||||
share/locale/sr@ijekavianlatin/LC_MESSAGES/amarokcollectionscanner_qt.mo
|
||||
share/locale/sr@ijekavianlatin/LC_MESSAGES/amarokpkg.mo
|
||||
share/locale/sr@latin/LC_MESSAGES/amarok.mo
|
||||
share/locale/sr@latin/LC_MESSAGES/amarok_scriptengine_qscript.mo
|
||||
share/locale/sr@latin/LC_MESSAGES/amarokcollectionscanner_qt.mo
|
||||
share/locale/sr@latin/LC_MESSAGES/amarokpkg.mo
|
||||
share/locale/sv/LC_MESSAGES/amarok.mo
|
||||
share/locale/sv/LC_MESSAGES/amarok_scriptengine_qscript.mo
|
||||
share/locale/sv/LC_MESSAGES/amarokcollectionscanner_qt.mo
|
||||
share/locale/sv/LC_MESSAGES/amarokpkg.mo
|
||||
share/locale/tr/LC_MESSAGES/amarok.mo
|
||||
share/locale/tr/LC_MESSAGES/amarokcollectionscanner_qt.mo
|
||||
share/locale/tr/LC_MESSAGES/amarokpkg.mo
|
||||
share/locale/uk/LC_MESSAGES/amarok.mo
|
||||
share/locale/uk/LC_MESSAGES/amarok_scriptengine_qscript.mo
|
||||
share/locale/uk/LC_MESSAGES/amarokcollectionscanner_qt.mo
|
||||
share/locale/uk/LC_MESSAGES/amarokpkg.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/amarok.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/amarok_scriptengine_qscript.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/amarokcollectionscanner_qt.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/amarokpkg.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/amarok.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/amarok_scriptengine_qscript.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/amarokcollectionscanner_qt.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/amarokpkg.mo
|
||||
share/mime/packages/amzdownloader.xml
|
||||
|
||||
@@ -1,11 +1,7 @@
|
||||
$NetBSD: distinfo,v 1.50 2012/11/17 22:04:19 markd Exp $
|
||||
$NetBSD: distinfo,v 1.51 2013/11/18 10:53:44 markd Exp $
|
||||
|
||||
SHA1 (amarok-2.6.0.tar.bz2) = 2cfcdabb67436418ba0012075ba105bbb630b48d
|
||||
RMD160 (amarok-2.6.0.tar.bz2) = 89b8e3a56390dc240efc7dddd8e97ac9e4a03127
|
||||
Size (amarok-2.6.0.tar.bz2) = 42331208 bytes
|
||||
SHA1 (amarok-2.8.0.tar.bz2) = e76ccd53c05d57f9457d74cd08c2c41383c00937
|
||||
RMD160 (amarok-2.8.0.tar.bz2) = 06dd81447ed85e211ed741c06f189a2a355e824d
|
||||
Size (amarok-2.8.0.tar.bz2) = 39950028 bytes
|
||||
SHA1 (patch-ab) = dc89394f02639c27bbcef2954aa199032c6a9ca1
|
||||
SHA1 (patch-cmake_modules_FindTagLib.cmake) = 95e195ea376746dbbc16c3fdc88b934cf711199f
|
||||
SHA1 (patch-src_context_widgets_RatingWidget.cpp) = 67d84170eacbd139ffa1f8159ad941f0f369a44a
|
||||
SHA1 (patch-src_dialogs_TagDialogBase.ui) = f81f7832ed0dbb4b635162dca2ef7d2145d6cd14
|
||||
SHA1 (patch-src_playlist_view_listview_PrettyItemDelegate.cpp) = 1c8f8c2d310b6ad08b2894d0941000b0935adc9f
|
||||
SHA1 (patch-src_playlistgenerator_constraints_TagMatchEditWidget.ui) = d11a057fd51ee9c00fef47ffdd3c66ff8fd0995b
|
||||
|
||||
@@ -1,13 +0,0 @@
|
||||
$NetBSD: patch-src_context_widgets_RatingWidget.cpp,v 1.1 2012/03/20 10:28:29 markd Exp $
|
||||
|
||||
--- src/context/widgets/RatingWidget.cpp.orig 2011-12-15 07:36:48.000000000 +0000
|
||||
+++ src/context/widgets/RatingWidget.cpp
|
||||
@@ -39,7 +39,7 @@
|
||||
#include <klocale.h>
|
||||
#include <kstandarddirs.h>
|
||||
|
||||
-using namespace Amarok;
|
||||
+// using namespace Amarok;
|
||||
|
||||
class RatingWidget::Private
|
||||
{
|
||||
@@ -1,13 +0,0 @@
|
||||
$NetBSD: patch-src_dialogs_TagDialogBase.ui,v 1.1 2012/03/20 10:28:29 markd Exp $
|
||||
|
||||
--- src/dialogs/TagDialogBase.ui.orig 2011-12-15 07:36:48.000000000 +0000
|
||||
+++ src/dialogs/TagDialogBase.ui
|
||||
@@ -376,7 +376,7 @@
|
||||
</widget>
|
||||
</item>
|
||||
<item row="2" column="3">
|
||||
- <widget class="Amarok::KRatingWidget" name="ratingWidget">
|
||||
+ <widget class="KRatingWidget" name="ratingWidget">
|
||||
<property name="sizePolicy">
|
||||
<sizepolicy hsizetype="MinimumExpanding" vsizetype="Preferred">
|
||||
<horstretch>0</horstretch>
|
||||
@@ -1,13 +0,0 @@
|
||||
$NetBSD: patch-src_playlist_view_listview_PrettyItemDelegate.cpp,v 1.1 2012/03/20 10:28:29 markd Exp $
|
||||
|
||||
--- src/playlist/view/listview/PrettyItemDelegate.cpp.orig 2011-12-15 07:36:48.000000000 +0000
|
||||
+++ src/playlist/view/listview/PrettyItemDelegate.cpp
|
||||
@@ -460,7 +460,7 @@ void Playlist::PrettyItemDelegate::paint
|
||||
else
|
||||
ratingAlignment = Qt::AlignCenter;
|
||||
|
||||
- Amarok::KRatingPainter::paintRating( painter, QRect( currentItemX, rowOffsetY, itemWidth, rowHeight ), ratingAlignment, rating, rating );
|
||||
+ KRatingPainter::paintRating( painter, QRect( currentItemX, rowOffsetY, itemWidth, rowHeight ), ratingAlignment, rating, rating );
|
||||
|
||||
}
|
||||
else if ( value == Divider )
|
||||
@@ -1,13 +0,0 @@
|
||||
$NetBSD: patch-src_playlistgenerator_constraints_TagMatchEditWidget.ui,v 1.1 2012/03/20 10:28:29 markd Exp $
|
||||
|
||||
--- src/playlistgenerator/constraints/TagMatchEditWidget.ui.orig 2011-12-15 07:36:48.000000000 +0000
|
||||
+++ src/playlistgenerator/constraints/TagMatchEditWidget.ui
|
||||
@@ -619,7 +619,7 @@ p, li { white-space: pre-wrap; }
|
||||
<item row="0" column="1">
|
||||
<layout class="QHBoxLayout" name="horizontalLayout_3">
|
||||
<item>
|
||||
- <widget class="Amarok::KRatingWidget" name="rating_RatingValue">
|
||||
+ <widget class="KRatingWidget" name="rating_RatingValue">
|
||||
<property name="whatsThis">
|
||||
<string>The rating that the APG should try to match.</string>
|
||||
</property>
|
||||
@@ -1,8 +1,8 @@
|
||||
# $NetBSD: Makefile,v 1.34 2013/06/06 12:54:01 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.44 2014/02/12 23:17:32 tron Exp $
|
||||
#
|
||||
|
||||
DISTNAME= ario-1.5.1
|
||||
PKGREVISION= 19
|
||||
PKGREVISION= 28
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ario-player/1.5.1/}
|
||||
|
||||
@@ -37,6 +37,5 @@ BUILDLINK_TRANSFORM+= rm:-W${fl}
|
||||
.include "../../audio/taglib/buildlink3.mk"
|
||||
BUILDLINK_API_DEPENDS.libgcrypt+= libgcrypt>=1.4.0
|
||||
.include "../../security/libgcrypt/buildlink3.mk"
|
||||
.include "../../sysutils/desktop-file-utils/desktopdb.mk"
|
||||
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
|
||||
1
audio/asunder/DESCR
Normal file
1
audio/asunder/DESCR
Normal file
@@ -0,0 +1 @@
|
||||
Asunder is a GTK based graphical Audio CD ripper and encoder.
|
||||
6
audio/asunder/MESSAGE
Normal file
6
audio/asunder/MESSAGE
Normal file
@@ -0,0 +1,6 @@
|
||||
===========================================================================
|
||||
$NetBSD: MESSAGE,v 1.1 2014/02/04 11:36:44 obache Exp $
|
||||
|
||||
By default Asunder tries to open /dev/cdrom. This and other ripping
|
||||
options can be changed using the preferences menu.
|
||||
===========================================================================
|
||||
26
audio/asunder/Makefile
Normal file
26
audio/asunder/Makefile
Normal file
@@ -0,0 +1,26 @@
|
||||
# $NetBSD: Makefile,v 1.1 2014/02/04 11:36:44 obache Exp $
|
||||
|
||||
DISTNAME= asunder-2.4
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= http://littlesvr.ca/asunder/releases/
|
||||
EXTRACT_SUFX= .tar.bz2
|
||||
|
||||
MAINTAINER= dtyson@anduin.org.uk
|
||||
HOMEPAGE= http://littlesvr.ca/asunder/
|
||||
COMMENT= Graphical CD ripper
|
||||
LICENSE= gnu-gpl-v2
|
||||
|
||||
DEPENDS+= cdparanoia-[0-9]*:../../audio/cdparanoia
|
||||
DEPENDS+= lame-[0-9]*:../../audio/lame
|
||||
DEPENDS+= flac-[0-9]*:../../audio/flac
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USE_PKGLOCALEDIR= yes
|
||||
USE_TOOLS+= gmake pkg-config intltool msgfmt
|
||||
|
||||
BUILDLINK_API_DEPENDS.libcddb+= libcddb>=0.9.5
|
||||
.include "../../audio/libcddb/buildlink3.mk"
|
||||
.include "../../devel/gettext-lib/buildlink3.mk"
|
||||
.include "../../sysutils/desktop-file-utils/desktopdb.mk"
|
||||
.include "../../x11/gtk2/buildlink3.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
43
audio/asunder/PLIST
Normal file
43
audio/asunder/PLIST
Normal file
@@ -0,0 +1,43 @@
|
||||
@comment $NetBSD: PLIST,v 1.1 2014/02/04 11:36:44 obache Exp $
|
||||
bin/asunder
|
||||
share/applications/asunder.desktop
|
||||
share/locale/ar/LC_MESSAGES/asunder.mo
|
||||
share/locale/be@latin/LC_MESSAGES/asunder.mo
|
||||
share/locale/bg/LC_MESSAGES/asunder.mo
|
||||
share/locale/bn_IN/LC_MESSAGES/asunder.mo
|
||||
share/locale/bs_BA/LC_MESSAGES/asunder.mo
|
||||
share/locale/ca/LC_MESSAGES/asunder.mo
|
||||
share/locale/cs/LC_MESSAGES/asunder.mo
|
||||
share/locale/da/LC_MESSAGES/asunder.mo
|
||||
share/locale/de/LC_MESSAGES/asunder.mo
|
||||
share/locale/el/LC_MESSAGES/asunder.mo
|
||||
share/locale/eo/LC_MESSAGES/asunder.mo
|
||||
share/locale/es/LC_MESSAGES/asunder.mo
|
||||
share/locale/eu/LC_MESSAGES/asunder.mo
|
||||
share/locale/fi/LC_MESSAGES/asunder.mo
|
||||
share/locale/fr/LC_MESSAGES/asunder.mo
|
||||
share/locale/gl/LC_MESSAGES/asunder.mo
|
||||
share/locale/he/LC_MESSAGES/asunder.mo
|
||||
share/locale/hr/LC_MESSAGES/asunder.mo
|
||||
share/locale/hu/LC_MESSAGES/asunder.mo
|
||||
share/locale/it/LC_MESSAGES/asunder.mo
|
||||
share/locale/ja/LC_MESSAGES/asunder.mo
|
||||
share/locale/lv/LC_MESSAGES/asunder.mo
|
||||
share/locale/nb/LC_MESSAGES/asunder.mo
|
||||
share/locale/nl/LC_MESSAGES/asunder.mo
|
||||
share/locale/nn/LC_MESSAGES/asunder.mo
|
||||
share/locale/pl/LC_MESSAGES/asunder.mo
|
||||
share/locale/pt/LC_MESSAGES/asunder.mo
|
||||
share/locale/pt_BR/LC_MESSAGES/asunder.mo
|
||||
share/locale/ru/LC_MESSAGES/asunder.mo
|
||||
share/locale/sk/LC_MESSAGES/asunder.mo
|
||||
share/locale/sl/LC_MESSAGES/asunder.mo
|
||||
share/locale/sq/LC_MESSAGES/asunder.mo
|
||||
share/locale/sr/LC_MESSAGES/asunder.mo
|
||||
share/locale/sr@latin/LC_MESSAGES/asunder.mo
|
||||
share/locale/sv/LC_MESSAGES/asunder.mo
|
||||
share/locale/tr/LC_MESSAGES/asunder.mo
|
||||
share/locale/ur_PK/LC_MESSAGES/asunder.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/asunder.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/asunder.mo
|
||||
share/pixmaps/asunder.png
|
||||
7
audio/asunder/distinfo
Normal file
7
audio/asunder/distinfo
Normal file
@@ -0,0 +1,7 @@
|
||||
$NetBSD: distinfo,v 1.1 2014/02/04 11:36:44 obache Exp $
|
||||
|
||||
SHA1 (asunder-2.4.tar.bz2) = f6b23e08891d753fe859573e805c3045d89357d3
|
||||
RMD160 (asunder-2.4.tar.bz2) = 515dcc9e2ac79611780516923072aa73c59aa1cf
|
||||
Size (asunder-2.4.tar.bz2) = 223890 bytes
|
||||
SHA1 (patch-src_main.c) = 6da17bc7775788c297ef1ae5921afc423dac8f54
|
||||
SHA1 (patch-src_wrappers.c) = 7422ef3af92eb1d809f3beea66c983982008f647
|
||||
116
audio/asunder/patches/patch-src_main.c
Normal file
116
audio/asunder/patches/patch-src_main.c
Normal file
@@ -0,0 +1,116 @@
|
||||
$NetBSD: patch-src_main.c,v 1.1 2014/02/04 11:36:44 obache Exp $
|
||||
|
||||
insert NetBSD specific cd code
|
||||
|
||||
--- src/main.c.orig 2013-12-27 00:51:30.000000000 +0000
|
||||
+++ src/main.c
|
||||
@@ -28,7 +28,7 @@ Foundation; version 2 of the licence.
|
||||
#include <stdbool.h>
|
||||
#include <signal.h>
|
||||
|
||||
-#if defined(__FreeBSD__) || defined(__FreeBSD_kernel__)
|
||||
+#if defined(__FreeBSD__) || defined(__FreeBSD_kernel__) || defined(__NetBSD__)
|
||||
#include <sys/cdio.h>
|
||||
#elif defined(__linux__)
|
||||
#include <linux/cdrom.h>
|
||||
@@ -192,7 +192,7 @@ bool check_disc(char * cdrom)
|
||||
bool ret = false;
|
||||
int status;
|
||||
|
||||
-#if defined(__FreeBSD__) || defined(__FreeBSD_kernel__)
|
||||
+#if defined(__FreeBSD__) || defined(__FreeBSD_kernel__) || defined(__NetBSD__)
|
||||
struct ioc_read_subchannel cdsc;
|
||||
struct cd_sub_channel_info data;
|
||||
#endif
|
||||
@@ -229,7 +229,7 @@ bool check_disc(char * cdrom)
|
||||
static bool alreadyKnowGood = false; /* check when program just started */
|
||||
static bool alreadyCleared = true; /* no need to clear when program just started */
|
||||
|
||||
-#if defined(__FreeBSD__) || defined(__FreeBSD_kernel__)
|
||||
+#if defined(__FreeBSD__) || defined(__FreeBSD_kernel__) || defined(__NetBSD__)
|
||||
bzero(&cdsc, sizeof(cdsc));
|
||||
cdsc.data = &data;
|
||||
cdsc.data_len = sizeof(data);
|
||||
@@ -356,7 +356,7 @@ void eject_disc(char * cdrom)
|
||||
//~ {
|
||||
//~ ioctl(fd, CDROMCLOSETRAY, CDSL_CURRENT);
|
||||
//~ } else {
|
||||
-#if defined(__FreeBSD__) || defined(__FreeBSD_kernel__)
|
||||
+#if defined(__FreeBSD__) || defined(__FreeBSD_kernel__) || defined(__NetBSD__)
|
||||
ioctl(fd, CDIOCALLOW);
|
||||
ioctl(fd, CDIOCEJECT);
|
||||
#elif defined(__linux__)
|
||||
@@ -479,6 +479,12 @@ cddb_disc_t * read_disc(char * cdrom)
|
||||
struct ioc_read_toc_single_entry te;
|
||||
struct ioc_read_subchannel cdsc;
|
||||
struct cd_sub_channel_info data;
|
||||
+#elif defined(__NetBSD__)
|
||||
+ struct ioc_toc_header th;
|
||||
+ struct ioc_read_toc_entry te;
|
||||
+ struct cd_toc_entry toc ;
|
||||
+ struct ioc_read_subchannel cdsc;
|
||||
+ struct cd_sub_channel_info data;
|
||||
#elif defined(__linux__)
|
||||
struct cdrom_tochdr th;
|
||||
struct cdrom_tocentry te;
|
||||
@@ -549,6 +555,60 @@ cddb_disc_t * read_disc(char * cdrom)
|
||||
}
|
||||
}
|
||||
}
|
||||
+#elif defined(__NetBSD__)
|
||||
+ // read disc status info
|
||||
+ bzero(&cdsc,sizeof(cdsc));
|
||||
+ cdsc.data = &data;
|
||||
+ cdsc.data_len = sizeof(data);
|
||||
+ cdsc.data_format = CD_CURRENT_POSITION;
|
||||
+ cdsc.address_format = CD_MSF_FORMAT;
|
||||
+ status = ioctl(fd, CDIOCREADSUBCHANNEL, (char *)&cdsc);
|
||||
+ if (status >= 0)
|
||||
+ {
|
||||
+ // see if we can read the disc's table of contents (TOC).
|
||||
+ if (ioctl(fd, CDIOREADTOCHEADER, &th) == 0)
|
||||
+ {
|
||||
+ debugLog("starting track: %d\n", th.starting_track);
|
||||
+ debugLog("ending track: %d\n", th.ending_track);
|
||||
+
|
||||
+ disc = cddb_disc_new();
|
||||
+ if (disc == NULL)
|
||||
+ fatalError("cddb_disc_new() failed. Out of memory?");
|
||||
+
|
||||
+ te.address_format = CD_LBA_FORMAT;
|
||||
+ te.data = &toc ;
|
||||
+ te.data_len=sizeof(struct cd_toc_entry) ;
|
||||
+ for (i=th.starting_track; i<=th.ending_track; i++)
|
||||
+ {
|
||||
+ te.starting_track = i;
|
||||
+ if ((ioctl(fd, CDIOREADTOCENTRIES, &te)) == 0)
|
||||
+ {
|
||||
+ if (te.data->control & 0x04)
|
||||
+ {
|
||||
+ // track is a DATA track. make sure its "rip" box is not checked by default
|
||||
+ track_format[i] = FALSE;
|
||||
+ } else {
|
||||
+ track_format[i] = TRUE;
|
||||
+ }
|
||||
+
|
||||
+ track = cddb_track_new();
|
||||
+ if (track == NULL)
|
||||
+ fatalError("cddb_track_new() failed. Out of memory?");
|
||||
+
|
||||
+ cddb_track_set_frame_offset(track, te.data->addr.lba+SECONDS_TO_FRAMES(2));
|
||||
+ snprintf(trackname, 9, "Track %d", i);
|
||||
+ cddb_track_set_title(track, trackname);
|
||||
+ cddb_track_set_artist(track, "Unknown Artist");
|
||||
+ cddb_disc_add_track(disc, track);
|
||||
+ }
|
||||
+ }
|
||||
+ te.starting_track = 0xAA;
|
||||
+ if (ioctl(fd, CDIOREADTOCENTRIES, &te) == 0)
|
||||
+ {
|
||||
+ cddb_disc_set_length(disc, (te.data->addr.lba+SECONDS_TO_FRAMES(2))/SECONDS_TO_FRAMES(1));
|
||||
+ }
|
||||
+ }
|
||||
+ }
|
||||
#elif defined(__linux__)
|
||||
// read disc status info
|
||||
status = ioctl(fd, CDROM_DISC_STATUS, CDSL_CURRENT);
|
||||
17
audio/asunder/patches/patch-src_wrappers.c
Normal file
17
audio/asunder/patches/patch-src_wrappers.c
Normal file
@@ -0,0 +1,17 @@
|
||||
$NetBSD: patch-src_wrappers.c,v 1.1 2014/02/04 11:36:44 obache Exp $
|
||||
|
||||
skip missing WIFCONTINUED
|
||||
|
||||
--- src/wrappers.c.orig 2013-12-18 16:17:29.000000000 +0000
|
||||
+++ src/wrappers.c
|
||||
@@ -135,8 +135,10 @@ void sigchld(int signum)
|
||||
debugLog("killed by signal %d\n", WTERMSIG(status));
|
||||
else if (WIFSTOPPED(status))
|
||||
debugLog("stopped by signal %d\n", WSTOPSIG(status));
|
||||
+#if defined(WIFCONTINUED)
|
||||
else if (WIFCONTINUED(status))
|
||||
debugLog("continued\n");
|
||||
+#endif
|
||||
|
||||
if (status != 0)
|
||||
{
|
||||
@@ -1,5 +1,4 @@
|
||||
# $NetBSD: Makefile,v 1.4 2013/02/09 22:11:31 ryoon Exp $
|
||||
#
|
||||
# $NetBSD: Makefile,v 1.6 2014/01/25 10:45:16 wiz Exp $
|
||||
|
||||
DISTNAME= aubio-0.3.2
|
||||
PKGREVISION= 2
|
||||
@@ -19,7 +18,8 @@ PKGCONFIG_OVERRIDE+= aubio.pc.in
|
||||
|
||||
# Python related variables:
|
||||
PY_PATCHPLIST= yes
|
||||
PYTHON_PATCH_SCRIPTS= python/aubiocut python/aubiopitch
|
||||
REPLACE_PYTHON= python/aubiocut python/aubiopitch
|
||||
PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 0.3.2
|
||||
|
||||
.include "options.mk"
|
||||
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
# $NetBSD: Makefile,v 1.44 2013/06/06 12:54:01 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.52 2014/02/12 23:17:32 tron Exp $
|
||||
#
|
||||
|
||||
DISTNAME= audacious-plugins-1.5.1
|
||||
PKGREVISION= 35
|
||||
PKGREVISION= 41
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= http://distfiles.atheme.org/
|
||||
EXTRACT_SUFX= .tgz
|
||||
@@ -14,18 +14,23 @@ COMMENT= Plugins for Audacious media player
|
||||
GNU_CONFIGURE= yes
|
||||
USE_TOOLS+= gmake intltool pkg-config msgfmt
|
||||
USE_LIBTOOL= yes
|
||||
USE_LANGUAGES= c c++
|
||||
|
||||
.include "../../mk/compiler.mk"
|
||||
.if empty(PKGSRC_COMPILER:Mclang)
|
||||
# This should avoid an error like: libstdc++.so.6: Undefined PLT symbol "_Unwind_GetIP" on NetBSD i386 and maybe amd64, with gcc4 at least.
|
||||
# This seems to happen when libstdc++ gets linked in with the plug-ins and the code is not compiled with g++.
|
||||
# For a similar problem see http://archive.netbsd.se/?ml=netbsd-java&a=2007-08&m=4912662 :
|
||||
# Systems with Clang are supposed to be new enough to have a correctly linked
|
||||
# libstdc++.
|
||||
LDFLAGS.NetBSD+= -lgcc_s
|
||||
.endif
|
||||
|
||||
# From audio/bmp/Makefile:
|
||||
# XXX Workaround a crash during shutdown that happens when dlclose(3)ing
|
||||
# any open plugin. libstdc++ gets dynamically linked in when the id3lib
|
||||
# library is loaded, and is the one causing problems. See PR pkg/26846
|
||||
# for more information.
|
||||
USE_LANGUAGES= c c++
|
||||
LDFLAGS.NetBSD+= -lstdc++ -lm
|
||||
|
||||
# cdaudio plugin complains about missing OSS at runtime
|
||||
@@ -55,7 +60,6 @@ PLIST.oss= yes
|
||||
.elif ${OPSYS} == "DragonFly"
|
||||
PLIST.oss= yes
|
||||
.elif ${OPSYS} == "SunOS"
|
||||
BUILDLINK_TRANSFORM+= rm:-Wl,-export-dynamic
|
||||
CPPFLAGS.SunOS= -D__EXTENSIONS__ -D__uint32_t=uint32_t -D__uint64_t=uint64_t
|
||||
CONFIGURE_ARGS+= --enable-oss4
|
||||
PLIST.oss4= yes
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
# $NetBSD: Makefile,v 1.33 2013/06/06 12:53:48 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.36 2014/01/09 15:23:32 jperkin Exp $
|
||||
#
|
||||
|
||||
DISTNAME= audacious-1.5.1
|
||||
PKGREVISION= 20
|
||||
PKGREVISION= 22
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= http://distfiles.atheme.org/
|
||||
EXTRACT_SUFX= .tbz2
|
||||
@@ -35,7 +35,7 @@ CONFIGURE_ARGS+= --enable-ipv6
|
||||
LIBS+= -lexecinfo
|
||||
.endif
|
||||
|
||||
LIBS.SunOS+= -lm -lX11
|
||||
LIBS.SunOS+= -lm -lX11 -lICE -lgmodule-2.0
|
||||
LDFLAGS.DragonFly= -lm -lX11 -lICE -lgmodule-2.0
|
||||
|
||||
.include "../../devel/atk/buildlink3.mk"
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# $NetBSD: buildlink3.mk,v 1.25 2013/06/06 12:53:48 wiz Exp $
|
||||
# $NetBSD: buildlink3.mk,v 1.27 2013/10/10 14:41:46 ryoon Exp $
|
||||
|
||||
BUILDLINK_TREE+= audacious
|
||||
|
||||
@@ -6,7 +6,7 @@ BUILDLINK_TREE+= audacious
|
||||
AUDACIOUS_BUILDLINK3_MK:=
|
||||
|
||||
BUILDLINK_API_DEPENDS.audacious+= audacious>=1.5.0
|
||||
BUILDLINK_ABI_DEPENDS.audacious+= audacious>=1.5.1nb20
|
||||
BUILDLINK_ABI_DEPENDS.audacious+= audacious>=1.5.1nb22
|
||||
BUILDLINK_PKGSRCDIR.audacious?= ../../audio/audacious
|
||||
|
||||
.include "../../devel/atk/buildlink3.mk"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# $NetBSD: Makefile,v 1.85 2013/06/06 12:54:01 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.87 2013/10/10 14:41:57 ryoon Exp $
|
||||
|
||||
DISTNAME= audacity-src-1.2.6
|
||||
PKGREVISION= 23
|
||||
PKGREVISION= 25
|
||||
PKGNAME= ${DISTNAME:S/-src-/-/}
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=audacity/}
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
$NetBSD: distinfo,v 1.21 2012/02/15 20:01:54 hans Exp $
|
||||
$NetBSD: distinfo,v 1.23 2013/12/10 14:23:44 jperkin Exp $
|
||||
|
||||
SHA1 (audacity-src-1.2.6.tar.gz) = 1bfdd119fdc09d1aa334aee21d4831ef6e939fce
|
||||
RMD160 (audacity-src-1.2.6.tar.gz) = f59ca075ae430a518b77ce2ed08441abe2b67a0c
|
||||
@@ -20,6 +20,8 @@ SHA1 (patch-ba) = c27676c7110bf6ef2fcd448d68402b7bfd21b631
|
||||
SHA1 (patch-bb) = 050c6edc0a174e2496ef0b572002eca185bd38de
|
||||
SHA1 (patch-bc) = 8a08526c37e025a89a747fa2c7a48668fe797572
|
||||
SHA1 (patch-bd) = dc24c670cdf078f08c29318c5c5dc8efed398f59
|
||||
SHA1 (patch-lib-src_soundtouch_source_SoundTouch_FIRFilter.cpp) = 4d4aee4af18a5211074bdce7cc30507b42337941
|
||||
SHA1 (patch-lib-src_soundtouch_source_SoundTouch_Makefile.in) = 882de67691e6b7b4b611ead0e1fe20ebafa57d40
|
||||
SHA1 (patch-lib_src_portmixer_px__unix__oss_px__unix__oss.c) = 4c78a5b39ea0fc1d022c8bfabd68a77989b33a54
|
||||
SHA1 (patch-src_AudioIO.cpp) = 79af6045ae0a9ff754ae0ea30d987f47363df18f
|
||||
SHA1 (patch-src_effects_NoiseRemoval.cpp) = 1487650a4784feb5d57ee0ceeda3346fb4abf8de
|
||||
|
||||
@@ -0,0 +1,15 @@
|
||||
$NetBSD: patch-lib-src_soundtouch_source_SoundTouch_FIRFilter.cpp,v 1.1 2013/12/10 14:23:44 jperkin Exp $
|
||||
|
||||
Fix pow() argument types.
|
||||
|
||||
--- lib-src/soundtouch/source/SoundTouch/FIRFilter.cpp.orig 2006-11-15 04:12:11.000000000 +0000
|
||||
+++ lib-src/soundtouch/source/SoundTouch/FIRFilter.cpp
|
||||
@@ -177,7 +177,7 @@ void FIRFilter::setCoefficients(const SA
|
||||
assert(length == newLength);
|
||||
|
||||
resultDivFactor = uResultDivFactor;
|
||||
- resultDivider = (SAMPLETYPE)pow(2, resultDivFactor);
|
||||
+ resultDivider = (SAMPLETYPE)pow(2, (double)resultDivFactor);
|
||||
|
||||
delete[] filterCoeffs;
|
||||
filterCoeffs = new SAMPLETYPE[length];
|
||||
@@ -0,0 +1,13 @@
|
||||
$NetBSD: patch-lib-src_soundtouch_source_SoundTouch_Makefile.in,v 1.1 2013/10/28 23:43:03 joerg Exp $
|
||||
|
||||
--- lib-src/soundtouch/source/SoundTouch/Makefile.in.orig 2013-10-17 12:43:29.000000000 +0000
|
||||
+++ lib-src/soundtouch/source/SoundTouch/Makefile.in
|
||||
@@ -189,7 +189,7 @@ libSoundTouch_la_SOURCES = AAFilter.cpp
|
||||
|
||||
# ??? test for -fcheck-new in configure.ac
|
||||
# other compiler flags to add
|
||||
-AM_CXXFLAGS = -O3 -fcheck-new -I../../include
|
||||
+AM_CXXFLAGS = -O3 -I../../include
|
||||
all: all-am
|
||||
|
||||
.SUFFIXES:
|
||||
@@ -1,11 +1,11 @@
|
||||
# $NetBSD: Makefile,v 1.23 2013/06/06 12:54:02 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.26 2013/10/14 13:02:39 roy Exp $
|
||||
|
||||
.include "../../audio/aumix/Makefile.common"
|
||||
|
||||
PKGNAME= ${DISTNAME:S/aumix/aumix-gtk/}
|
||||
PKGREVISION= 7
|
||||
PKGREVISION= 9
|
||||
|
||||
COMMENT+= (ncurses and GTK+ 2.0 interfaces)
|
||||
COMMENT+= (curses and GTK+ 2.0 interfaces)
|
||||
|
||||
CONFLICTS= aumix-[0-9]*
|
||||
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
# $NetBSD: Makefile,v 1.26 2012/07/17 21:26:47 cheusov Exp $
|
||||
# $NetBSD: Makefile,v 1.27 2013/10/14 13:02:39 roy Exp $
|
||||
|
||||
.include "Makefile.common"
|
||||
|
||||
COMMENT+= (ncurses interface only)
|
||||
COMMENT+= (curses interface only)
|
||||
|
||||
CONFLICTS= aumix-gtk-[0-9]*
|
||||
|
||||
|
||||
@@ -1,8 +1,9 @@
|
||||
# $NetBSD: Makefile.common,v 1.9 2012/09/11 23:59:25 asau Exp $
|
||||
# $NetBSD: Makefile.common,v 1.10 2013/10/14 13:02:39 roy Exp $
|
||||
# used by audio/aumix/Makefile
|
||||
# used by audio/aumix-gtk/Makefile
|
||||
|
||||
DISTNAME= aumix-2.9.1
|
||||
PKGREVISION= 1
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=aumix/} \
|
||||
http://jpj.net/~trevor/aumix/ \
|
||||
@@ -31,4 +32,4 @@ LIBS.SunOS+= -lintl
|
||||
REPLACE_SH+= src/mute src/xaumix
|
||||
|
||||
.include "../../devel/gettext-lib/buildlink3.mk"
|
||||
.include "../../devel/ncurses/buildlink3.mk"
|
||||
.include "../../mk/curses.buildlink3.mk"
|
||||
|
||||
@@ -1,6 +1,8 @@
|
||||
$NetBSD: distinfo,v 1.7 2012/07/17 21:26:47 cheusov Exp $
|
||||
$NetBSD: distinfo,v 1.9 2013/10/15 07:09:19 roy Exp $
|
||||
|
||||
SHA1 (aumix-2.9.1.tar.bz2) = 1b84054cfb74d3513b254d05c2fb08f6a6a3edc7
|
||||
RMD160 (aumix-2.9.1.tar.bz2) = a68d2e1da251edad721e997099d8149075f07449
|
||||
Size (aumix-2.9.1.tar.bz2) = 231622 bytes
|
||||
SHA1 (patch-src_Makefile.am) = 88dc267fab364a48fed5ca735371da60ea80a113
|
||||
SHA1 (patch-src_Makefile.in) = 1706f0d2d40f43416e941f42ea456daf99579775
|
||||
SHA1 (patch-src_common.h) = 55106984552fb769cca82d847095351e1d8cec4e
|
||||
|
||||
13
audio/aumix/patches/patch-src_Makefile.am
Normal file
13
audio/aumix/patches/patch-src_Makefile.am
Normal file
@@ -0,0 +1,13 @@
|
||||
$NetBSD: patch-src_Makefile.am,v 1.1 2013/10/14 13:02:39 roy Exp $
|
||||
|
||||
Allow local curses.h and system curses.h to work
|
||||
|
||||
--- src/Makefile.am.orig 2013-10-14 12:53:38.000000000 +0000
|
||||
+++ src/Makefile.am
|
||||
@@ -1,4 +1,6 @@
|
||||
# $Aumix: aumix/src/Makefile.am,v 1.5 2010/04/26 10:07:27 trevor Exp $
|
||||
+AUTOMAKE_OPTIONS= nostdinc
|
||||
+
|
||||
bin_PROGRAMS = aumix
|
||||
if CURSES
|
||||
bin_SCRIPTS = mute xaumix
|
||||
15
audio/aumix/patches/patch-src_Makefile.in
Normal file
15
audio/aumix/patches/patch-src_Makefile.in
Normal file
@@ -0,0 +1,15 @@
|
||||
$NetBSD: patch-src_Makefile.in,v 1.1 2013/10/14 13:02:39 roy Exp $
|
||||
|
||||
Allow local curses.h and system curses.h to work
|
||||
|
||||
--- src/Makefile.in.orig 2013-10-14 12:54:32.000000000 +0000
|
||||
+++ src/Makefile.in
|
||||
@@ -59,7 +59,7 @@ aumix_LDADD = $(LDADD)
|
||||
aumix_DEPENDENCIES =
|
||||
binSCRIPT_INSTALL = $(INSTALL_SCRIPT)
|
||||
SCRIPTS = $(bin_SCRIPTS)
|
||||
-DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
|
||||
+DEFAULT_INCLUDES =
|
||||
depcomp = $(SHELL) $(top_srcdir)/build-aux/depcomp
|
||||
am__depfiles_maybe = depfiles
|
||||
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
|
||||
20
audio/bmp-crossfade/DESCR
Normal file
20
audio/bmp-crossfade/DESCR
Normal file
@@ -0,0 +1,20 @@
|
||||
XMMS-Crossfade can be used to remove the gaps between two songs, or to
|
||||
smoothly crossfade inbetween. Features are:
|
||||
|
||||
* Crossfading:
|
||||
* Fadein/Fadeout:
|
||||
* Continuous output:
|
||||
* Gap-Killer:
|
||||
* Automatic detection of live albums:
|
||||
* High quality:
|
||||
* Secondary effect plugin:
|
||||
|
||||
Version 0.1 of XMMS-Crossfade was devised as a replacement plugin for
|
||||
the original OSS-plugin that comes with XMMS. It was talking directly to
|
||||
the OSS driver. Unfortunately, any other platforms (Solaris, AIX), that
|
||||
don't support OSS, would not work this way. As of version 0.2, it can use
|
||||
existing plugins for output. It acts as a kind of crossfading "proxy"
|
||||
between XMMS and the output plugin.
|
||||
|
||||
Version 0.3.9 added support for the Beep Media Player, as built in this
|
||||
package.
|
||||
36
audio/bmp-crossfade/Makefile
Normal file
36
audio/bmp-crossfade/Makefile
Normal file
@@ -0,0 +1,36 @@
|
||||
# $NetBSD: Makefile,v 1.7 2014/01/27 06:56:42 obache Exp $
|
||||
#
|
||||
|
||||
PKGNAME= bmp-crossfade-0.3.11
|
||||
DISTNAME= xmms-crossfade-0.3.11
|
||||
PKGREVISION= 2
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= http://www.eisenlohr.org/xmms-crossfade/
|
||||
|
||||
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||
HOMEPAGE= http://www.eisenlohr.org/xmms-crossfade/
|
||||
COMMENT= Crossfading/Gapless Plugin for BMP
|
||||
|
||||
LICENSE= gnu-gpl-v2
|
||||
|
||||
GNU_CONFIGURE= YES
|
||||
USE_LIBTOOL= YES
|
||||
USE_TOOLS+= pkg-config
|
||||
|
||||
LDFLAGS+= ${LIBOSSAUDIO}
|
||||
OSS_DEFS+= -DDEFAULT_OSS_ALT_AUDIO_DEVICE='"${DEVOSSSOUND}"'
|
||||
MAKE_ENV+= OSS_DEFS=${OSS_DEFS:Q}
|
||||
|
||||
.include "../../audio/bmp/buildlink3.mk"
|
||||
.include "../../mk/oss.buildlink3.mk"
|
||||
|
||||
CONFIGURE_ARGS+= --enable-player=bmp
|
||||
GNU_CONFIGURE_LIBSUBDIR= bmp/Output
|
||||
|
||||
.if ${OSS_TYPE} == "none"
|
||||
CONFIGURE_ARGS+= --disable-oss
|
||||
.endif
|
||||
|
||||
.include "options.mk"
|
||||
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
2
audio/bmp-crossfade/PLIST
Normal file
2
audio/bmp-crossfade/PLIST
Normal file
@@ -0,0 +1,2 @@
|
||||
@comment $NetBSD: PLIST,v 1.1 2013/08/13 00:45:50 khorben Exp $
|
||||
lib/bmp/Output/libcrossfade.la
|
||||
9
audio/bmp-crossfade/distinfo
Normal file
9
audio/bmp-crossfade/distinfo
Normal file
@@ -0,0 +1,9 @@
|
||||
$NetBSD: distinfo,v 1.1 2013/08/13 00:45:50 khorben Exp $
|
||||
|
||||
SHA1 (xmms-crossfade-0.3.11.tar.gz) = e9f2f92a30910afe08570e6af69ed14ed24b1ac5
|
||||
RMD160 (xmms-crossfade-0.3.11.tar.gz) = a42b319fc8cdfb8cce4d011c5d3818efd8b34bd7
|
||||
Size (xmms-crossfade-0.3.11.tar.gz) = 494334 bytes
|
||||
SHA1 (patch-config.h.in) = b722f5a018073c06a3b762ad27b11821d2e33614
|
||||
SHA1 (patch-configure) = 5623588b20febfd830fe833b928815cf5fe8f342
|
||||
SHA1 (patch-crossfade.h) = c70a46786e5733a40cf8c948169542090ae8646f
|
||||
SHA1 (patch-oss.c) = e4cbf9a6706367c10e3f6ed3e94161667fbe51aa
|
||||
10
audio/bmp-crossfade/options.mk
Normal file
10
audio/bmp-crossfade/options.mk
Normal file
@@ -0,0 +1,10 @@
|
||||
# $NetBSD: options.mk,v 1.1 2013/08/14 01:13:10 khorben Exp $
|
||||
|
||||
PKG_OPTIONS_VAR= PKG_OPTIONS.bmp-crossfade
|
||||
PKG_SUPPORTED_OPTIONS= libsamplerate
|
||||
|
||||
.include "../../mk/bsd.options.mk"
|
||||
|
||||
.if !empty(PKG_OPTIONS:Mlibsamplerate)
|
||||
.include "../../audio/libsamplerate/buildlink3.mk"
|
||||
.endif
|
||||
14
audio/bmp-crossfade/patches/patch-config.h.in
Normal file
14
audio/bmp-crossfade/patches/patch-config.h.in
Normal file
@@ -0,0 +1,14 @@
|
||||
$NetBSD: patch-config.h.in,v 1.1 2013/08/14 01:08:49 khorben Exp $
|
||||
|
||||
--- config.h.in.orig 2006-07-06 10:00:41.000000000 +0000
|
||||
+++ config.h.in
|
||||
@@ -75,6 +75,9 @@
|
||||
/* Define to 1 if you have the `select' function. */
|
||||
#undef HAVE_SELECT
|
||||
|
||||
+/* Define to 1 if you have the <soundcard.h> header file. */
|
||||
+#undef HAVE_SOUNDCARD_H
|
||||
+
|
||||
/* Define to 1 if you have the <stdint.h> header file. */
|
||||
#undef HAVE_STDINT_H
|
||||
|
||||
64
audio/bmp-crossfade/patches/patch-configure
Normal file
64
audio/bmp-crossfade/patches/patch-configure
Normal file
@@ -0,0 +1,64 @@
|
||||
$NetBSD: patch-configure,v 1.1 2013/08/13 00:45:50 khorben Exp $
|
||||
|
||||
--- configure.orig 2006-07-14 09:59:20.000000000 +0000
|
||||
+++ configure
|
||||
@@ -20659,11 +20659,11 @@ then
|
||||
_ACEOF
|
||||
|
||||
exit_patch=found
|
||||
-elif test "$PLAYER" == audacious
|
||||
+elif test "$PLAYER" = audacious
|
||||
then
|
||||
# not required for audacious, which has a cleanup callback
|
||||
exit_patch="not required for audacious"
|
||||
-elif test "$pthreads" == linuxthreads
|
||||
+elif test "$pthreads" = linuxthreads
|
||||
then
|
||||
exit_patch="not required for linuxthreads"
|
||||
else
|
||||
@@ -20672,7 +20672,7 @@ fi
|
||||
echo "$as_me:$LINENO: result: $exit_patch" >&5
|
||||
echo "${ECHO_T}$exit_patch" >&6
|
||||
|
||||
-if test "$exit_patch" == "not found"
|
||||
+if test "$exit_patch" = "not found"
|
||||
then
|
||||
{ echo "$as_me:$LINENO: WARNING: *** $PLAYER_BIN is not patched! ***
|
||||
|
||||
@@ -20704,7 +20704,7 @@ then
|
||||
_ACEOF
|
||||
|
||||
songchange_patch=found
|
||||
-elif test "$PLAYER" == audacious
|
||||
+elif test "$PLAYER" = audacious
|
||||
then
|
||||
# not required for audacious, which calls flush(0)
|
||||
songchange_patch="not required for audacious"
|
||||
@@ -20714,7 +20714,7 @@ fi
|
||||
echo "$as_me:$LINENO: result: $result" >&5
|
||||
echo "${ECHO_T}$result" >&6
|
||||
|
||||
-if test "$songchange_patch" == "not found"
|
||||
+if test "$songchange_patch" = "not found"
|
||||
then
|
||||
{ echo "$as_me:$LINENO: WARNING: *** $PLAYER_BIN is not patched! ***
|
||||
|
||||
@@ -22592,7 +22592,7 @@ if test "$oss" = yes
|
||||
then
|
||||
|
||||
|
||||
-for ac_header in sys/soundcard.h machine/soundcard.h
|
||||
+for ac_header in sys/soundcard.h machine/soundcard.h soundcard.h
|
||||
do
|
||||
as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
|
||||
if eval "test \"\${$as_ac_Header+set}\" = set"; then
|
||||
@@ -22745,7 +22745,8 @@ fi
|
||||
done
|
||||
|
||||
if test "$ac_cv_header_sys_soundcard_h" = yes -o \
|
||||
- "$ac_cv_header_machine_soundcard_h" = yes
|
||||
+ "$ac_cv_header_machine_soundcard_h" = yes -o \
|
||||
+ "$ac_cv_header_soundcard_h" = yes
|
||||
then
|
||||
|
||||
|
||||
16
audio/bmp-crossfade/patches/patch-crossfade.h
Normal file
16
audio/bmp-crossfade/patches/patch-crossfade.h
Normal file
@@ -0,0 +1,16 @@
|
||||
$NetBSD: patch-crossfade.h,v 1.1 2013/08/13 00:45:50 khorben Exp $
|
||||
|
||||
--- crossfade.h.orig 2006-07-13 10:09:41.000000000 +0000
|
||||
+++ crossfade.h
|
||||
@@ -132,7 +132,11 @@
|
||||
#define FC_OFFSET_LOCK_OUT 2
|
||||
#define FC_OFFSET_CUSTOM 3
|
||||
|
||||
+#ifdef __NetBSD__
|
||||
+#define DEFAULT_OSS_ALT_AUDIO_DEVICE "/dev/sound"
|
||||
+#else
|
||||
#define DEFAULT_OSS_ALT_AUDIO_DEVICE "/dev/dsp"
|
||||
+#endif
|
||||
#define DEFAULT_OSS_ALT_MIXER_DEVICE "/dev/mixer"
|
||||
#define DEFAULT_OP_CONFIG_STRING "libOSS.so=0,1,2304,0; libdisk_writer.so=1,0,2304,1"
|
||||
#define DEFAULT_OP_NAME "libOSS.so"
|
||||
16
audio/bmp-crossfade/patches/patch-oss.c
Normal file
16
audio/bmp-crossfade/patches/patch-oss.c
Normal file
@@ -0,0 +1,16 @@
|
||||
$NetBSD: patch-oss.c,v 1.1 2013/08/13 00:45:50 khorben Exp $
|
||||
|
||||
--- oss.c.orig 2006-07-13 10:13:03.000000000 +0000
|
||||
+++ oss.c
|
||||
@@ -336,9 +336,9 @@ oss_open_audio(AFormat fmt, int rate, in
|
||||
if (config->oss_use_alt_audio_device && (config->oss_alt_audio_device != NULL))
|
||||
device_name = g_strdup(config->oss_alt_audio_device);
|
||||
else if (config->oss_audio_device > 0)
|
||||
- device_name = g_strdup_printf("/dev/dsp%d", config->oss_audio_device);
|
||||
+ device_name = g_strdup_printf(DEFAULT_OSS_ALT_AUDIO_DEVICE "%d", config->oss_audio_device);
|
||||
else
|
||||
- device_name = g_strdup("/dev/dsp");
|
||||
+ device_name = g_strdup(DEFAULT_OSS_ALT_AUDIO_DEVICE);
|
||||
|
||||
/* HACK: Test if the device is not locked by another process. This is
|
||||
* just a crude workaround to avoid complete lockup of XMMS. It is
|
||||
@@ -1,11 +1,11 @@
|
||||
# $NetBSD: Makefile,v 1.35 2013/06/06 12:54:02 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.39 2014/02/12 23:17:32 tron Exp $
|
||||
#
|
||||
|
||||
BMP_USE_ESD:= yes
|
||||
.include "../../audio/bmp/Makefile.common"
|
||||
|
||||
PKGNAME= ${DISTNAME:S/bmp/bmp-esound/}
|
||||
PKGREVISION= 22
|
||||
PKGREVISION= 26
|
||||
CATEGORIES+= gnome
|
||||
|
||||
COMMENT= BMP plugin to output sound through the esound daemon
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
# $NetBSD: Makefile,v 1.18 2013/06/06 12:54:02 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.20 2013/10/10 14:41:58 ryoon Exp $
|
||||
#
|
||||
|
||||
DISTNAME= flac-1.1.3
|
||||
PKGNAME= bmp-${DISTNAME}
|
||||
PKGREVISION= 16
|
||||
PKGREVISION= 18
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=flac/}
|
||||
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
# $NetBSD: Makefile,v 1.24 2013/06/06 12:54:02 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.26 2013/10/10 14:41:58 ryoon Exp $
|
||||
#
|
||||
|
||||
DISTNAME= bmp-mac-0.1.1
|
||||
PKGREVISION= 17
|
||||
PKGREVISION= 19
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= http://distfiles.aydogan.net/audio/
|
||||
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
# $NetBSD: Makefile,v 1.32 2013/06/06 12:54:02 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.35 2013/10/17 07:56:40 wiz Exp $
|
||||
#
|
||||
|
||||
DISTNAME= bmp-musepack-1.2
|
||||
PKGREVISION= 17
|
||||
PKGREVISION= 20
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= http://files.musepack.net/linux/plugins/
|
||||
EXTRACT_SUFX= .tar.bz2
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
# $NetBSD: Makefile,v 1.23 2013/06/06 12:54:02 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.26 2013/11/25 12:00:46 wiz Exp $
|
||||
#
|
||||
|
||||
DISTNAME= xmms-pulse-0.9.4
|
||||
PKGNAME= ${DISTNAME:S/xmms/bmp/}
|
||||
PKGREVISION= 20
|
||||
PKGREVISION= 23
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= http://0pointer.de/lennart/projects/xmms-pulse/
|
||||
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
# $NetBSD: Makefile,v 1.22 2013/06/06 12:54:02 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.26 2014/02/12 23:17:32 tron Exp $
|
||||
|
||||
DISTNAME= xmms-scrobbler-0.4.0
|
||||
PKGNAME= ${DISTNAME:S/xmms/bmp/}
|
||||
PKGREVISION= 20
|
||||
PKGREVISION= 24
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= http://armish.linux-sevenler.org/downloads/pub/
|
||||
EXTRACT_SUFX= .tar.bz2
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
# $NetBSD: Makefile,v 1.55 2013/06/06 12:53:53 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.60 2014/02/12 23:17:32 tron Exp $
|
||||
#
|
||||
|
||||
BMP_ENABLE_ENCODERS= yes
|
||||
|
||||
.include "Makefile.common"
|
||||
PKGREVISION= 28
|
||||
PKGREVISION= 33
|
||||
|
||||
USE_TOOLS+= unzip:run
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# $NetBSD: buildlink3.mk,v 1.28 2013/06/06 12:53:53 wiz Exp $
|
||||
# $NetBSD: buildlink3.mk,v 1.30 2013/10/10 14:41:49 ryoon Exp $
|
||||
|
||||
BUILDLINK_TREE+= bmp
|
||||
|
||||
@@ -6,7 +6,7 @@ BUILDLINK_TREE+= bmp
|
||||
BMP_BUILDLINK3_MK:=
|
||||
|
||||
BUILDLINK_API_DEPENDS.bmp+= bmp>=0.9.7rc2nb3
|
||||
BUILDLINK_ABI_DEPENDS.bmp+= bmp>=0.9.7.1nb28
|
||||
BUILDLINK_ABI_DEPENDS.bmp+= bmp>=0.9.7.1nb32
|
||||
BUILDLINK_PKGSRCDIR.bmp?= ../../audio/bmp
|
||||
|
||||
.include "../../devel/gettext-lib/buildlink3.mk"
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
$NetBSD: distinfo,v 1.14 2012/09/26 12:55:11 jperkin Exp $
|
||||
$NetBSD: distinfo,v 1.15 2013/08/13 00:40:27 khorben Exp $
|
||||
|
||||
SHA1 (bmp-0.9.7-ipv6-simple.diff) = d80943d504eeb06d96c2ca73ecc80a89b77e7c77
|
||||
RMD160 (bmp-0.9.7-ipv6-simple.diff) = 96072b98f774ed8614818664d0fe173ea5a3e4e5
|
||||
@@ -6,10 +6,14 @@ Size (bmp-0.9.7-ipv6-simple.diff) = 8660 bytes
|
||||
SHA1 (bmp-0.9.7.1.tar.gz) = ab6444b9a35a8bb8e920a781e72d963a3fb60547
|
||||
RMD160 (bmp-0.9.7.1.tar.gz) = 9288083918913ca97ab8883d616159055931ade7
|
||||
Size (bmp-0.9.7.1.tar.gz) = 2056564 bytes
|
||||
SHA1 (patch-aa) = fbaa61ef68857c12b4506180a9d8d290dbf6615f
|
||||
SHA1 (patch-an) = dca39915d93f99ead493bc6913469e791f2d0c79
|
||||
SHA1 (patch-ao) = c24712090587ff622d7b9df68757c984a057c6c2
|
||||
SHA1 (patch-ap) = 76d750aa820e9710d2520d3cec067d91346dc5aa
|
||||
SHA1 (patch-aq) = 56f42dbd772304f9205b519b2654487b9a45091b
|
||||
SHA1 (patch-ar) = 037d02b72cee6b2fdd24f9d41c28ec1220dcdf67
|
||||
SHA1 (patch-as) = dc1d9dc2100664c1ab4448234239d45741907604
|
||||
SHA1 (patch-aa) = c0dc24215a5bd97fc01159b32e8b812390c3ead5
|
||||
SHA1 (patch-an) = a9c00fcbd6a827e466451a5b0e3252c9838b2bf0
|
||||
SHA1 (patch-ao) = c9929056f514cb47265d4640695298382d6ff562
|
||||
SHA1 (patch-ap) = 897ecd2a7d91de222e098bf0bd1de6d4eea46788
|
||||
SHA1 (patch-aq) = 8129402e006c62f5b20a239b379649a13e91321f
|
||||
SHA1 (patch-ar) = 3f122ed23534a2864e0453db839509fa66311c8f
|
||||
SHA1 (patch-as) = ee92df73fc05ffc62aad178558579aa33cfa33a1
|
||||
SHA1 (patch-beep_mainwin.c) = 511bd333b7a49a2d3a1c333272591cb1f92dd58e
|
||||
SHA1 (patch-beep_playback.c) = 6dc1e1ed66431176bafec749eaf646ce82f97fcf
|
||||
SHA1 (patch-beep_playback.h) = e3fc7724a4431fb1a1ca64631d5a518daadd2354
|
||||
SHA1 (patch-beep_playlist.c) = a8f3ca1f9be0dc099927b123f5783f505c7ea164
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
$NetBSD: patch-aa,v 1.1 2006/07/31 21:43:55 jmmv Exp $
|
||||
$NetBSD: patch-aa,v 1.2 2013/08/13 00:40:27 khorben Exp $
|
||||
|
||||
--- beep/softvolume.c.orig 2004-06-20 20:48:54.000000000 +0200
|
||||
--- beep/softvolume.c.orig 2004-06-20 18:48:54.000000000 +0000
|
||||
+++ beep/softvolume.c
|
||||
@@ -117,7 +117,7 @@ soft_volume_set(SoftVolumeConfig * c, gi
|
||||
*
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
$NetBSD: patch-an,v 1.2 2012/09/26 12:55:12 jperkin Exp $
|
||||
$NetBSD: patch-an,v 1.3 2013/08/13 00:40:27 khorben Exp $
|
||||
|
||||
--- configure.orig Sat Oct 22 10:45:08 2005
|
||||
+++ configure Wed Sep 26 12:31:51 2012
|
||||
@@ -28454,7 +28454,7 @@
|
||||
--- configure.orig 2005-10-22 10:45:08.000000000 +0000
|
||||
+++ configure
|
||||
@@ -28454,7 +28454,7 @@ fi
|
||||
done
|
||||
|
||||
|
||||
@@ -11,7 +11,7 @@ $NetBSD: patch-an,v 1.2 2012/09/26 12:55:12 jperkin Exp $
|
||||
do
|
||||
as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
|
||||
echo "$as_me:$LINENO: checking for $ac_func" >&5
|
||||
@@ -28804,7 +28804,7 @@
|
||||
@@ -28804,7 +28804,7 @@ case "$host" in
|
||||
i386-*-* | i486-*-* | i586-*-* | i686-*-* | i86pc-*-*)
|
||||
arch_type=ix86
|
||||
case "$host" in
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
$NetBSD: patch-ao,v 1.2 2004/08/31 15:47:56 jmmv Exp $
|
||||
$NetBSD: patch-ao,v 1.3 2013/08/13 00:40:27 khorben Exp $
|
||||
|
||||
--- config.h.in.orig 2004-08-22 15:50:43.000000000 +0200
|
||||
--- config.h.in.orig 2005-10-22 10:44:55.000000000 +0000
|
||||
+++ config.h.in
|
||||
@@ -180,6 +180,9 @@
|
||||
/* Define to 1 if you have the `setlocale' function. */
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
$NetBSD: patch-ap,v 1.2 2004/05/28 19:20:39 jmmv Exp $
|
||||
$NetBSD: patch-ap,v 1.3 2013/08/13 00:40:27 khorben Exp $
|
||||
|
||||
--- Input/cdaudio/cdaudio.c.orig 2003-12-24 14:27:54.000000000 +0100
|
||||
--- Input/cdaudio/cdaudio.c.orig 2004-09-16 23:45:15.000000000 +0000
|
||||
+++ Input/cdaudio/cdaudio.c
|
||||
@@ -553,7 +553,11 @@ extern gboolean is_mounted(const char *d
|
||||
@@ -579,7 +579,11 @@ is_mounted(const char *device_name)
|
||||
FILE *mounts;
|
||||
struct mntent *mnt;
|
||||
#elif defined(HAVE_GETMNTINFO)
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
$NetBSD: patch-aq,v 1.4 2006/07/31 21:43:55 jmmv Exp $
|
||||
$NetBSD: patch-aq,v 1.5 2013/08/13 00:40:27 khorben Exp $
|
||||
|
||||
--- Output/OSS/Makefile.in.orig 2005-10-22 12:45:02.000000000 +0200
|
||||
--- Output/OSS/Makefile.in.orig 2005-10-22 10:45:02.000000000 +0000
|
||||
+++ Output/OSS/Makefile.in
|
||||
@@ -295,7 +295,7 @@ soundcard.h
|
||||
EXTRA_DIST = $(osssources)
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
$NetBSD: patch-ar,v 1.3 2004/12/25 15:22:37 jmmv Exp $
|
||||
$NetBSD: patch-ar,v 1.4 2013/08/13 00:40:27 khorben Exp $
|
||||
|
||||
--- Input/cdaudio/Makefile.in.orig 2004-12-11 21:22:34.000000000 +0100
|
||||
--- Input/cdaudio/Makefile.in.orig 2005-10-22 10:45:01.000000000 +0000
|
||||
+++ Input/cdaudio/Makefile.in
|
||||
@@ -306,7 +306,7 @@ EXTRA_DIST = $(cdaudiosources)
|
||||
@@ -296,7 +296,7 @@ EXTRA_DIST = $(cdaudiosources)
|
||||
lib_LTLIBRARIES = $(cdaudioltlibs)
|
||||
INCLUDES = @GTK_CFLAGS@ @GCONF_CFLAGS@ -I$(top_builddir)/intl -I$(top_srcdir)
|
||||
libcdaudio_la_LDFLAGS = @PLUGIN_LDFLAGS@
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
$NetBSD: patch-as,v 1.2 2004/12/25 15:22:37 jmmv Exp $
|
||||
$NetBSD: patch-as,v 1.3 2013/08/13 00:40:27 khorben Exp $
|
||||
|
||||
--- beep/controlsocket.c.orig 2004-12-04 13:05:16.000000000 +0100
|
||||
--- beep/controlsocket.c.orig 2005-09-04 22:36:04.000000000 +0000
|
||||
+++ beep/controlsocket.c
|
||||
@@ -31,6 +31,7 @@
|
||||
#include <sys/types.h>
|
||||
|
||||
27
audio/bmp/patches/patch-beep_mainwin.c
Normal file
27
audio/bmp/patches/patch-beep_mainwin.c
Normal file
@@ -0,0 +1,27 @@
|
||||
$NetBSD: patch-beep_mainwin.c,v 1.1 2013/08/13 00:40:27 khorben Exp $
|
||||
|
||||
Required for audio/bmp-crossfade
|
||||
|
||||
--- beep/mainwin.c.orig 2005-05-09 08:45:39.000000000 +0000
|
||||
+++ beep/mainwin.c
|
||||
@@ -655,9 +655,11 @@ mainwin_shade_toggle(void)
|
||||
mainwin_set_shade(!cfg.player_shaded);
|
||||
}
|
||||
|
||||
+gboolean is_quitting = FALSE;
|
||||
void
|
||||
mainwin_quit_cb(void)
|
||||
{
|
||||
+ is_quitting = TRUE;
|
||||
gtk_widget_hide(equalizerwin);
|
||||
gtk_widget_hide(playlistwin);
|
||||
gtk_widget_hide(mainwin);
|
||||
@@ -1318,7 +1320,7 @@ static void
|
||||
change_song(guint pos)
|
||||
{
|
||||
if (bmp_playback_get_playing())
|
||||
- bmp_playback_stop();
|
||||
+ bmp_playback_stop_for_restart();
|
||||
|
||||
playlist_set_position(pos);
|
||||
bmp_playback_initiate();
|
||||
31
audio/bmp/patches/patch-beep_playback.c
Normal file
31
audio/bmp/patches/patch-beep_playback.c
Normal file
@@ -0,0 +1,31 @@
|
||||
$NetBSD: patch-beep_playback.c,v 1.1 2013/08/13 00:40:27 khorben Exp $
|
||||
|
||||
Required for audio/bmp-crossfade
|
||||
|
||||
--- beep/playback.c.orig 2005-01-26 05:56:15.000000000 +0000
|
||||
+++ beep/playback.c
|
||||
@@ -89,7 +89,7 @@ bmp_playback_initiate(void)
|
||||
return;
|
||||
|
||||
if (bmp_playback_get_playing())
|
||||
- bmp_playback_stop();
|
||||
+ bmp_playback_stop_for_restart();
|
||||
|
||||
vis_clear_data(mainwin_vis);
|
||||
vis_clear_data(playlistwin_vis);
|
||||
@@ -135,6 +135,15 @@ bmp_playback_pause(void)
|
||||
get_current_input_plugin()->pause(ip_data.paused);
|
||||
}
|
||||
|
||||
+gboolean input_stopped_for_restart = FALSE;
|
||||
+void
|
||||
+bmp_playback_stop_for_restart(void)
|
||||
+{
|
||||
+ input_stopped_for_restart = TRUE;
|
||||
+ bmp_playback_stop();
|
||||
+ input_stopped_for_restart = FALSE;
|
||||
+}
|
||||
+
|
||||
void
|
||||
bmp_playback_stop(void)
|
||||
{
|
||||
14
audio/bmp/patches/patch-beep_playback.h
Normal file
14
audio/bmp/patches/patch-beep_playback.h
Normal file
@@ -0,0 +1,14 @@
|
||||
$NetBSD: patch-beep_playback.h,v 1.1 2013/08/13 00:40:27 khorben Exp $
|
||||
|
||||
Required for audio/bmp-crossfade
|
||||
|
||||
--- beep/playback.h.orig 2004-12-04 09:04:26.000000000 +0000
|
||||
+++ beep/playback.h
|
||||
@@ -26,6 +26,7 @@ gint bmp_playback_get_time(void);
|
||||
void bmp_playback_initiate(void);
|
||||
void bmp_playback_pause(void);
|
||||
void bmp_playback_stop(void);
|
||||
+void bmp_playback_stop_for_restart(void);
|
||||
gboolean bmp_playback_play_file(const gchar * filename);
|
||||
gboolean bmp_playback_get_playing(void);
|
||||
gboolean bmp_playback_get_paused(void);
|
||||
45
audio/bmp/patches/patch-beep_playlist.c
Normal file
45
audio/bmp/patches/patch-beep_playlist.c
Normal file
@@ -0,0 +1,45 @@
|
||||
$NetBSD: patch-beep_playlist.c,v 1.1 2013/08/13 00:40:27 khorben Exp $
|
||||
|
||||
Required for audio/bmp-crossfade
|
||||
|
||||
--- beep/playlist.c.orig 2005-08-11 07:25:51.000000000 +0000
|
||||
+++ beep/playlist.c
|
||||
@@ -817,7 +817,7 @@ playlist_next(void)
|
||||
if (bmp_playback_get_playing()) {
|
||||
/* We need to stop before changing playlist_position */
|
||||
PLAYLIST_UNLOCK();
|
||||
- bmp_playback_stop();
|
||||
+ bmp_playback_stop_for_restart();
|
||||
PLAYLIST_LOCK();
|
||||
restart_playing = TRUE;
|
||||
}
|
||||
@@ -868,7 +868,7 @@ playlist_prev(void)
|
||||
if (bmp_playback_get_playing()) {
|
||||
/* We need to stop before changing playlist_position */
|
||||
PLAYLIST_UNLOCK();
|
||||
- bmp_playback_stop();
|
||||
+ bmp_playback_stop_for_restart();
|
||||
PLAYLIST_LOCK();
|
||||
restart_playing = TRUE;
|
||||
}
|
||||
@@ -1018,7 +1018,7 @@ playlist_set_position(guint pos)
|
||||
if (bmp_playback_get_playing()) {
|
||||
/* We need to stop before changing playlist_position */
|
||||
PLAYLIST_UNLOCK();
|
||||
- bmp_playback_stop();
|
||||
+ bmp_playback_stop_for_restart();
|
||||
PLAYLIST_LOCK();
|
||||
restart_playing = TRUE;
|
||||
}
|
||||
@@ -1047,7 +1047,10 @@ playlist_eof_reached(void)
|
||||
{
|
||||
GList *plist_pos_list;
|
||||
|
||||
- bmp_playback_stop();
|
||||
+ if (cfg.repeat)
|
||||
+ bmp_playback_stop_for_restart();
|
||||
+ else
|
||||
+ bmp_playback_stop();
|
||||
|
||||
PLAYLIST_LOCK();
|
||||
plist_pos_list = find_playlist_position_list();
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user