pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/audio audio: Remove albumplayer



details:   https://anonhg.NetBSD.org/pkgsrc/rev/815330d34728
branches:  trunk
changeset: 421889:815330d34728
user:      nia <nia%pkgsrc.org@localhost>
date:      Sun Jan 19 01:04:52 2020 +0000

description:
audio: Remove albumplayer

Upstream vanished some time ago and this is forever stuck on the
unmaintained and now somewhat broken 0.10 branch of GStreamer.

Apparently this is also unique to pkgsrc at this point in its existence.

PKGREVISION=    28

diffstat:

 audio/Makefile                     |   3 +-
 audio/albumplayer/DESCR            |   5 ---
 audio/albumplayer/Makefile         |  28 --------------------
 audio/albumplayer/PLIST            |  14 ----------
 audio/albumplayer/distinfo         |   7 -----
 audio/albumplayer/patches/patch-ad |  52 --------------------------------------
 6 files changed, 1 insertions(+), 108 deletions(-)

diffs (143 lines):

diff -r 2b7699b64a44 -r 815330d34728 audio/Makefile
--- a/audio/Makefile    Sun Jan 19 00:59:17 2020 +0000
+++ b/audio/Makefile    Sun Jan 19 01:04:52 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.580 2020/01/17 05:43:17 gutteridge Exp $
+# $NetBSD: Makefile,v 1.581 2020/01/19 01:04:52 nia Exp $
 #
 
 COMMENT=       Audio tools
@@ -13,7 +13,6 @@
 SUBDIR+=       aeneas
 SUBDIR+=       aiomixer
 SUBDIR+=       alacconvert
-SUBDIR+=       albumplayer
 SUBDIR+=       alsa-lib
 SUBDIR+=       alsa-plugins-oss
 SUBDIR+=       alsa-plugins-pulse
diff -r 2b7699b64a44 -r 815330d34728 audio/albumplayer/DESCR
--- a/audio/albumplayer/DESCR   Sun Jan 19 00:59:17 2020 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,5 +0,0 @@
-Album Player is a lightweight GTK-based audio player. Many people archive
-their CD and record collections into a single FLAC file for every record,
-accompanied by a cue sheet that holds the track information. Album Player
-is made specifically for the task of playing FLAC files that have such a
-cue sheet, a track list and cover art embedded.
diff -r 2b7699b64a44 -r 815330d34728 audio/albumplayer/Makefile
--- a/audio/albumplayer/Makefile        Sun Jan 19 00:59:17 2020 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,28 +0,0 @@
-# $NetBSD: Makefile,v 1.43 2019/07/21 22:24:21 wiz Exp $
-#
-
-DISTNAME=      albumplayer-0.3.1
-PKGREVISION=   28
-CATEGORIES=    audio
-MASTER_SITES=  http://rvb.mytanet.de/
-
-MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
-#HOMEPAGE=     http://rvb.mytanet.de/album-player.shtml
-COMMENT=       FLAC album player
-LICENSE=       original-bsd
-
-WRKSRC=                ${WRKDIR}/${PKGNAME_NOREV}
-
-GNU_CONFIGURE=         yes
-USE_PKGLOCALEDIR=      yes
-USE_TOOLS+=            pkg-config
-INSTALLATION_DIRS+=    share/applications
-REPLACE_SH=            ap_flac_embed
-
-.include "../../devel/glib2/buildlink3.mk"
-.include "../../x11/gtk2/buildlink3.mk"
-.include "../../multimedia/gstreamer0.10/buildlink3.mk"
-.include "../../devel/GConf/buildlink3.mk"
-.include "../../audio/flac/buildlink3.mk"
-.include "../../sysutils/desktop-file-utils/desktopdb.mk"
-.include "../../mk/bsd.pkg.mk"
diff -r 2b7699b64a44 -r 815330d34728 audio/albumplayer/PLIST
--- a/audio/albumplayer/PLIST   Sun Jan 19 00:59:17 2020 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,14 +0,0 @@
-@comment $NetBSD: PLIST,v 1.2 2009/09/09 16:54:13 drochner Exp $
-bin/albumplayer
-bin/ap_flac_embed
-man/man1/albumplayer.1
-man/man1/ap_flac_embed.1
-share/albumplayer/albumplayer.xml
-share/albumplayer/coverlayer.png
-share/albumplayer/questionmark.png
-share/albumplayer/record.png
-share/albumplayer/record24.png
-share/applications/albumplayer.desktop
-share/locale/de/LC_MESSAGES/albumplayer.mo
-share/locale/en@boldquot/LC_MESSAGES/albumplayer.mo
-share/locale/en@quot/LC_MESSAGES/albumplayer.mo
diff -r 2b7699b64a44 -r 815330d34728 audio/albumplayer/distinfo
--- a/audio/albumplayer/distinfo        Sun Jan 19 00:59:17 2020 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,7 +0,0 @@
-$NetBSD: distinfo,v 1.7 2015/11/03 01:12:24 agc Exp $
-
-SHA1 (albumplayer-0.3.1.tar.gz) = 9da99b02090a74bb133049bc7ff92ac0a66875a5
-RMD160 (albumplayer-0.3.1.tar.gz) = 332f4127e6832fa88fdf11b23ba8f1609ebcff29
-SHA512 (albumplayer-0.3.1.tar.gz) = 680b9f2025359d4afdab2968787aff7c11c60b349b7c9a5d1c44194e91814163e80add4939a4529ae9722d327438784ea0dfa70c4c6818c881bb0b134c1462de
-Size (albumplayer-0.3.1.tar.gz) = 200321 bytes
-SHA1 (patch-ad) = 791364ae18ec8ca04170042e7554dba153be9f4a
diff -r 2b7699b64a44 -r 815330d34728 audio/albumplayer/patches/patch-ad
--- a/audio/albumplayer/patches/patch-ad        Sun Jan 19 00:59:17 2020 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,52 +0,0 @@
-$NetBSD: patch-ad,v 1.2 2010/11/15 18:56:52 drochner Exp $
-
---- main.c.orig        2010-06-23 08:37:56.000000000 +0000
-+++ main.c
-@@ -55,6 +55,7 @@ GdkPixbuf *questionmark;
- GdkPixbuf *coverlayer;
- gchar *last_canteen = NULL;
- int sched_seek = -1;
-+int shutting_down;
- 
- GdkPixbuf* scale_width(GdkPixbuf* pb, float nw) {
-   double width = gdk_pixbuf_get_width(pb);
-@@ -352,7 +353,7 @@ guint64 pos_within_track(int tr) {
-   return secs;
- }
- 
--void pause() {
-+void ap_pause() {
-   GtkWidget* pausebutton = GTK_WIDGET(gtk_builder_get_object(builder, "tool_play"));
- 
-   gst_element_set_state(pipeline, GST_STATE_PAUSED);
-@@ -577,7 +578,7 @@ void next_cb() {
- }
- 
- void stop() {
--  pause();
-+  ap_pause();
-   gst_element_set_state(pipeline, GST_STATE_NULL);
-   jump_to_track(0, 0);
- }
-@@ -597,10 +598,12 @@ void seek_cb (gpointer seekbar) {
- 
- void pause_cb(gpointer seekbar) {
-   if(!playing) play();
--  else pause();
-+  else ap_pause();
- }
- 
- gboolean progress_timeout_cb(gpointer seekbar) {
-+  if (shutting_down) /* seekbar can be already invalid */
-+    return false;
-   if(loaded) {
-     g_signal_handlers_block_by_func(seekbar, seek_cb, seekbar);
- 
-@@ -861,6 +864,7 @@ main (int argc, char *argv[])
-     gst_element_set_state(pipeline, GST_STATE_NULL);
-     gst_object_unref(GST_OBJECT(pipeline));
-   }
-+  shutting_down = 1;
-   g_object_unref (G_OBJECT (builder));
-   g_object_unref (G_OBJECT (gconf));
- 



Home | Main Index | Thread Index | Old Index