pkgsrc-WIP-changes archive

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

rage: Add 0.4.0



Module Name:	pkgsrc-wip
Committed By:	Matthew Danielson <matthewd%fastmail.us@localhost>
Pushed By:	matthewd
Date:		Wed May 22 19:58:02 2024 -0700
Changeset:	6bd71d4b6cee8840234672d4613bd7d29099da81

Added Files:
	rage/DESCR
	rage/Makefile
	rage/PLIST
	rage/distinfo

Log Message:
rage: Add 0.4.0

Rage is a video player for the enlightenment desktop

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=6bd71d4b6cee8840234672d4613bd7d29099da81

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 rage/DESCR    | 10 ++++++++++
 rage/Makefile | 16 ++++++++++++++++
 rage/PLIST    |  6 ++++++
 rage/distinfo |  5 +++++
 4 files changed, 37 insertions(+)

diffs:
diff --git a/rage/DESCR b/rage/DESCR
new file mode 100644
index 0000000000..8be82fa826
--- /dev/null
+++ b/rage/DESCR
@@ -0,0 +1,10 @@
+This is a Video + Audio player along the lines of mplayer. It's simple
+yet decent looking. It finds album art for you for music files,
+generates thumbnails for videos so you can select logaction by
+thumbnail and more. It accepts file lists on the cmdline ala:
+
+  rage file1.mp3 file2.mp3 file3.avi file4.mp4 file5.ogg
+  rage dvd:/
+  rage http://www.blah.com/stream
+
+You can also specify subtitle files with -sub:
diff --git a/rage/Makefile b/rage/Makefile
new file mode 100644
index 0000000000..029bd63048
--- /dev/null
+++ b/rage/Makefile
@@ -0,0 +1,16 @@
+# $NetBSD$
+DISTNAME=	rage-0.4.0
+CATEGORIES=	multimedia enlightenment
+MASTER_SITES=	https://download.enlightenment.org/rel/apps/rage/
+EXTRACT_SUFX=	.tar.xz
+
+MAINTAINER=	matthewd%fastmail.us@localhost
+HOMEPAGE=	https://download.enlightenment.org/rel/apps/rage/
+COMMENT=	Video + Audio player for the Enlightenment desktop
+LICENSE=	2-clause-bsd
+
+USE_TOOLS=		pkg-config
+
+.include "../../devel/meson/build.mk"
+.include "../../wip/efl/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/rage/PLIST b/rage/PLIST
new file mode 100644
index 0000000000..dba7237c0e
--- /dev/null
+++ b/rage/PLIST
@@ -0,0 +1,6 @@
+@comment $NetBSD$
+bin/rage
+lib/rage/utils/rage_thumb
+share/applications/rage.desktop
+share/icons/hicolor/128x128/apps/rage.png
+share/rage/themes/default.edj
diff --git a/rage/distinfo b/rage/distinfo
new file mode 100644
index 0000000000..1bec369e9b
--- /dev/null
+++ b/rage/distinfo
@@ -0,0 +1,5 @@
+$NetBSD$
+
+BLAKE2s (rage-0.4.0.tar.xz) = 2f6a5c42d19e5b2600af1326b00676556b9b3ca79866495372090eb5a295a405
+SHA512 (rage-0.4.0.tar.xz) = c834a4e9b7d89452dcd82e7963b49dd4bb670b495fb0e28b3d9cfad77dec024d1d1787e27d47f8ed9c35a9a824053b2a773747af32f1407064082a4bfd0edc83
+Size (rage-0.4.0.tar.xz) = 218656 bytes


Home | Main Index | Thread Index | Old Index