mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-19 08:13:21 +00:00
Remove swfdec
It depends on the expired gstreamer 0.10 and is actually not being depended on anymore by anything
This commit is contained in:
parent
b232f8e022
commit
39b5377362
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=554685
2
MOVED
2
MOVED
@ -15676,3 +15676,5 @@ devel/nimble|lang/nim|2020-11-06|Integrated in lang/nim
|
||||
net-im/zephyr||2020-11-07|Has expired: Broken for more than 6 months
|
||||
net/samba410|net/samba411|2020-11-08|Has expired: yes
|
||||
audio/xfce4-mixer|audio/xfce4-pulseaudio-plugin|2020-11-08|Unsupported upstream since 2015. Try using audio/xfce4-pulseaudio-plugin
|
||||
multimedia/swfdec-gnome||2020-11-09|Depends on the expired gstreamer 0.10
|
||||
grapihcs/swfdec||2020-11-09|Depends on the expired gstreamer 0.10
|
||||
|
@ -1014,7 +1014,6 @@
|
||||
SUBDIR += svgalib
|
||||
SUBDIR += svgbob
|
||||
SUBDIR += swappy
|
||||
SUBDIR += swfdec
|
||||
SUBDIR += swfmill
|
||||
SUBDIR += swftools
|
||||
SUBDIR += sxiv
|
||||
|
@ -1,48 +0,0 @@
|
||||
# Created by: ijliao
|
||||
# $FreeBSD$
|
||||
# $MCom: ports/graphics/swfdec/Makefile,v 1.28 2009/01/01 13:38:17 kwm Exp $
|
||||
|
||||
PORTNAME= swfdec
|
||||
PORTVERSION= 0.8.4
|
||||
PORTREVISION= 6
|
||||
CATEGORIES= graphics
|
||||
MASTER_SITES= http://swfdec.freedesktop.org/download/swfdec/0.8/
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Flash Rendering Library
|
||||
|
||||
LIB_DEPENDS= liboil-0.3.so:devel/liboil \
|
||||
libsoup-2.4.so:devel/libsoup
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
INSTALL_TARGET= install-strip
|
||||
USES= gnome libtool pathfix pkgconfig
|
||||
USE_LDCONFIG= yes
|
||||
USE_GNOME= gtk20
|
||||
USE_GSTREAMER= core good mp3 ffmpeg
|
||||
CPPFLAGS+= -I${LOCALBASE}/include
|
||||
LDFLAGS+= -Wl,-Bsymbolic -L${LOCALBASE}/lib
|
||||
|
||||
PLIST_SUB= VERSION=${PORTVERSION:R}
|
||||
|
||||
OPTIONS_DEFINE= PULSEAUDIO
|
||||
PULSEAUDIO_DESC=Enable the PulseAudio sound module
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ${PORT_OPTIONS:MPULSEAUDIO}
|
||||
LIB_DEPENDS+= libpulse.so:audio/pulseaudio
|
||||
CONFIGURE_ARGS+= --with-audio=pulse
|
||||
.else
|
||||
CONFIGURE_ARGS+= --with-audio=oss
|
||||
.endif
|
||||
|
||||
post-extract:
|
||||
@${CP} ${FILESDIR}/swfdec_playback_oss.c \
|
||||
${WRKSRC}/swfdec-gtk
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|-Wmissing-include-dirs||g' \
|
||||
${WRKSRC}/configure
|
||||
|
||||
.include <bsd.port.mk>
|
@ -1,2 +0,0 @@
|
||||
SHA256 (swfdec-0.8.4.tar.gz) = 7a0fc63f25a6c85588fc094dd3433fbb43634d81a70164b3390fb8ef40cbd802
|
||||
SIZE (swfdec-0.8.4.tar.gz) = 9958443
|
@ -1,24 +0,0 @@
|
||||
--- configure.orig 2008-08-14 12:43:55.000000000 -0400
|
||||
+++ configure 2008-08-14 12:45:51.000000000 -0400
|
||||
@@ -1563,7 +1563,7 @@ Optional Packages:
|
||||
both]
|
||||
--with-tags[=TAGS] include additional configurations [automatic]
|
||||
--with-pkg-config-path colon-separated list of pkg-config(1) dirs
|
||||
- --with-audio=[auto/pulse/none]
|
||||
+ --with-audio=[auto/pulse/oss/none]
|
||||
audio backend to use
|
||||
--with-html-dir=PATH path to installed docs
|
||||
|
||||
@@ -22752,6 +22752,12 @@ echo "$as_me: WARNING: no alsa audio sup
|
||||
fi
|
||||
fi
|
||||
|
||||
+if test "$with_audio" = "oss"; then
|
||||
+ AUDIO_TYPE=oss
|
||||
+ AUDIO_CFLAGS=
|
||||
+ AUDIO_LIBS=
|
||||
+fi
|
||||
+
|
||||
if test "$with_audio" = "pulse"; then
|
||||
|
||||
pkg_failed=no
|
@ -1,10 +0,0 @@
|
||||
--- swfdec-gtk/Makefile.in.orig 2008-08-14 12:41:05.000000000 -0400
|
||||
+++ swfdec-gtk/Makefile.in 2008-08-14 12:45:58.000000000 -0400
|
||||
@@ -281,6 +282,7 @@ libswfdec_@SWFDEC_MAJORMINOR@include_HEA
|
||||
|
||||
EXTRA_DIST = \
|
||||
swfdec_playback_alsa.c \
|
||||
+ swfdec_playback_oss.c \
|
||||
swfdec_playback_pulse.c \
|
||||
swfdec_playback_none.c
|
||||
|
@ -1,265 +0,0 @@
|
||||
/* Swfdec
|
||||
* Copyright © 2006 Benjamin Otte <otte@gnome.org>
|
||||
* Copyright © 2007 Eric Anholt <eric@anholt.net>
|
||||
*
|
||||
* This library is free software; you can redistribute it and/or
|
||||
* modify it under the terms of the GNU Lesser General Public
|
||||
* License as published by the Free Software Foundation; either
|
||||
* version 2.1 of the License, or (at your option) any later version.
|
||||
*
|
||||
* This library is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||
* Lesser General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU Lesser General Public
|
||||
* License along with this library; if not, write to the Free Software
|
||||
* Foundation, Inc., 51 Franklin Street, Fifth Floor,
|
||||
* Boston, MA 02110-1301 USA
|
||||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "config.h"
|
||||
#endif
|
||||
|
||||
#include <sys/ioctl.h>
|
||||
#include <sys/soundcard.h>
|
||||
#include <fcntl.h>
|
||||
#include <unistd.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
||||
#include "swfdec_playback.h"
|
||||
|
||||
/** @file Implements swfdec audio playback by opening /dev/dsp per stream
|
||||
* and playing out through that.
|
||||
*
|
||||
* Allowing multiple access to /dev/dsp is not required by the OSS API spec,
|
||||
* but FreeBSD's sound system lets you, which is what this file was written
|
||||
* for.
|
||||
*/
|
||||
|
||||
/*** DEFINITIONS ***/
|
||||
|
||||
struct _SwfdecPlayback {
|
||||
SwfdecPlayer * player;
|
||||
GList * streams; /* all Stream objects */
|
||||
GMainContext * context; /* context we work in */
|
||||
};
|
||||
|
||||
typedef struct {
|
||||
SwfdecPlayback * sound; /* reference to sound object */
|
||||
SwfdecAudio * audio; /* the audio we play back */
|
||||
int dsp_fd;
|
||||
int fragsize; /* Audio fragment size */
|
||||
GSource * source; /* source for writing data */
|
||||
guint offset; /* offset into sound */
|
||||
} Stream;
|
||||
|
||||
/* Size of one of our audio samples, in bytes */
|
||||
#define SAMPLESIZE 2
|
||||
#define CHANNELS 2
|
||||
|
||||
/*** STREAMS ***/
|
||||
|
||||
static gboolean
|
||||
handle_stream (GIOChannel *source, GIOCondition cond, gpointer data)
|
||||
{
|
||||
Stream *stream = data;
|
||||
char *frag = malloc(stream->fragsize);
|
||||
|
||||
if (frag == NULL) {
|
||||
g_printerr ("Failed to allocate fragment of size %d\n",
|
||||
stream->fragsize);
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
while (TRUE) {
|
||||
int ret;
|
||||
audio_buf_info spaceinfo;
|
||||
|
||||
ret = ioctl(stream->dsp_fd, SNDCTL_DSP_GETOSPACE, &spaceinfo);
|
||||
if (ret == -1) {
|
||||
g_printerr ("Failed to get output buffer availability\n");
|
||||
free(frag);
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
if (spaceinfo.fragments == 0)
|
||||
break;
|
||||
|
||||
memset (frag, 0, stream->fragsize);
|
||||
swfdec_audio_render (stream->audio, (gint16 *)frag, stream->offset,
|
||||
stream->fragsize / SAMPLESIZE / CHANNELS);
|
||||
|
||||
ret = write (stream->dsp_fd, frag, stream->fragsize);
|
||||
if (ret != stream->fragsize) {
|
||||
g_printerr ("Failed to write fragment\n");
|
||||
free(frag);
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
stream->offset += stream->fragsize / SAMPLESIZE / CHANNELS;
|
||||
}
|
||||
|
||||
free(frag);
|
||||
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
static void
|
||||
swfdec_playback_stream_open (SwfdecPlayback *sound, SwfdecAudio *audio)
|
||||
{
|
||||
GIOChannel *channel;
|
||||
Stream *stream;
|
||||
guint rate;
|
||||
int dsp_fd, ret, format, channels, fragsize;
|
||||
|
||||
dsp_fd = open("/dev/dsp", O_WRONLY);
|
||||
if (dsp_fd == -1) {
|
||||
g_printerr ("Failed to open /dev/dsp\n");
|
||||
return;
|
||||
}
|
||||
|
||||
format = AFMT_S16_LE;
|
||||
ret = ioctl(dsp_fd, SNDCTL_DSP_SETFMT, &format);
|
||||
if (ret == -1) {
|
||||
g_printerr ("Failed to set sound format\n");
|
||||
close(dsp_fd);
|
||||
return;
|
||||
}
|
||||
|
||||
channels = 2;
|
||||
ret = ioctl(dsp_fd, SNDCTL_DSP_CHANNELS, &channels);
|
||||
if (ret == -1) {
|
||||
g_printerr ("Failed to set stereo\n");
|
||||
close(dsp_fd);
|
||||
return;
|
||||
}
|
||||
|
||||
rate = 44100;
|
||||
ret = ioctl(dsp_fd, SNDCTL_DSP_SPEED, &rate);
|
||||
if (ret == -1) {
|
||||
g_printerr ("Failed to set rate\n");
|
||||
close(dsp_fd);
|
||||
return;
|
||||
}
|
||||
|
||||
ret = ioctl(dsp_fd, SNDCTL_DSP_GETBLKSIZE, &fragsize);
|
||||
if (ret == -1) {
|
||||
g_printerr ("Failed to get fragment size\n");
|
||||
close(dsp_fd);
|
||||
return;
|
||||
}
|
||||
|
||||
stream = g_new0 (Stream, 1);
|
||||
stream->sound = sound;
|
||||
stream->audio = g_object_ref (audio);
|
||||
stream->dsp_fd = dsp_fd;
|
||||
stream->fragsize = fragsize;
|
||||
sound->streams = g_list_prepend (sound->streams, stream);
|
||||
|
||||
channel = g_io_channel_unix_new (stream->dsp_fd);
|
||||
stream->source = g_io_create_watch (channel, G_IO_OUT);
|
||||
g_source_set_priority (stream->source, G_PRIORITY_HIGH);
|
||||
g_source_set_callback (stream->source, (GSourceFunc) handle_stream, stream,
|
||||
NULL);
|
||||
g_io_channel_unref (channel);
|
||||
g_source_attach (stream->source, stream->sound->context);
|
||||
|
||||
return;
|
||||
}
|
||||
|
||||
static void
|
||||
swfdec_playback_stream_close (Stream *stream)
|
||||
{
|
||||
close (stream->dsp_fd);
|
||||
g_source_destroy (stream->source);
|
||||
g_source_unref (stream->source);
|
||||
stream->sound->streams = g_list_remove (stream->sound->streams, stream);
|
||||
g_object_unref (stream->audio);
|
||||
g_free (stream);
|
||||
}
|
||||
|
||||
/*** SOUND ***/
|
||||
|
||||
static void
|
||||
advance_before (SwfdecPlayer *player, guint msecs, guint audio_samples, gpointer data)
|
||||
{
|
||||
SwfdecPlayback *sound = data;
|
||||
GList *walk;
|
||||
|
||||
for (walk = sound->streams; walk; walk = walk->next) {
|
||||
Stream *stream = walk->data;
|
||||
if (audio_samples >= stream->offset) {
|
||||
stream->offset = 0;
|
||||
} else {
|
||||
stream->offset -= audio_samples;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
static void
|
||||
audio_added (SwfdecPlayer *player, SwfdecAudio *audio, SwfdecPlayback *sound)
|
||||
{
|
||||
swfdec_playback_stream_open (sound, audio);
|
||||
}
|
||||
|
||||
static void
|
||||
audio_removed (SwfdecPlayer *player, SwfdecAudio *audio, SwfdecPlayback *sound)
|
||||
{
|
||||
GList *walk;
|
||||
|
||||
for (walk = sound->streams; walk; walk = walk->next) {
|
||||
Stream *stream = walk->data;
|
||||
if (stream->audio == audio) {
|
||||
swfdec_playback_stream_close (stream);
|
||||
return;
|
||||
}
|
||||
}
|
||||
g_assert_not_reached ();
|
||||
}
|
||||
|
||||
SwfdecPlayback *
|
||||
swfdec_playback_open (SwfdecPlayer *player, GMainContext *context)
|
||||
{
|
||||
SwfdecPlayback *sound;
|
||||
const GList *walk;
|
||||
|
||||
g_return_val_if_fail (SWFDEC_IS_PLAYER (player), NULL);
|
||||
g_return_val_if_fail (context != NULL, NULL);
|
||||
|
||||
sound = g_new0 (SwfdecPlayback, 1);
|
||||
sound->player = player;
|
||||
g_signal_connect (player, "advance", G_CALLBACK (advance_before), sound);
|
||||
g_signal_connect (player, "audio-added", G_CALLBACK (audio_added), sound);
|
||||
g_signal_connect (player, "audio-removed", G_CALLBACK (audio_removed), sound);
|
||||
for (walk = swfdec_player_get_audio (player); walk; walk = walk->next) {
|
||||
swfdec_playback_stream_open (sound, walk->data);
|
||||
}
|
||||
g_main_context_ref (context);
|
||||
sound->context = context;
|
||||
return sound;
|
||||
}
|
||||
|
||||
void
|
||||
swfdec_playback_close (SwfdecPlayback *sound)
|
||||
{
|
||||
#define REMOVE_HANDLER_FULL(obj,func,data,count) G_STMT_START {\
|
||||
if (g_signal_handlers_disconnect_by_func ((obj), \
|
||||
G_CALLBACK (func), (data)) != (count)) { \
|
||||
g_assert_not_reached (); \
|
||||
} \
|
||||
} G_STMT_END
|
||||
#define REMOVE_HANDLER(obj,func,data) REMOVE_HANDLER_FULL (obj, func, data, 1)
|
||||
|
||||
while (sound->streams)
|
||||
swfdec_playback_stream_close (sound->streams->data);
|
||||
REMOVE_HANDLER (sound->player, advance_before, sound);
|
||||
REMOVE_HANDLER (sound->player, audio_added, sound);
|
||||
REMOVE_HANDLER (sound->player, audio_removed, sound);
|
||||
g_main_context_unref (sound->context);
|
||||
g_free (sound);
|
||||
}
|
||||
|
||||
|
@ -1,6 +0,0 @@
|
||||
Swfdec is a library for rendering Flash animations and games. It was
|
||||
originally designed as a basis library for creating Flash plugins for
|
||||
GStreamer, but it is a fully standalone library which only use the
|
||||
libart library for drawing.
|
||||
|
||||
WWW: http://www.schleef.org/swfdec/
|
@ -1,81 +0,0 @@
|
||||
include/swfdec-%%VERSION%%/swfdec-gtk/swfdec-gtk.h
|
||||
include/swfdec-%%VERSION%%/swfdec-gtk/swfdec_gtk_keys.h
|
||||
include/swfdec-%%VERSION%%/swfdec-gtk/swfdec_gtk_loader.h
|
||||
include/swfdec-%%VERSION%%/swfdec-gtk/swfdec_gtk_player.h
|
||||
include/swfdec-%%VERSION%%/swfdec-gtk/swfdec_gtk_socket.h
|
||||
include/swfdec-%%VERSION%%/swfdec-gtk/swfdec_gtk_system.h
|
||||
include/swfdec-%%VERSION%%/swfdec-gtk/swfdec_gtk_widget.h
|
||||
include/swfdec-%%VERSION%%/swfdec/swfdec.h
|
||||
include/swfdec-%%VERSION%%/swfdec/swfdec_as_array.h
|
||||
include/swfdec-%%VERSION%%/swfdec/swfdec_as_context.h
|
||||
include/swfdec-%%VERSION%%/swfdec/swfdec_as_debugger.h
|
||||
include/swfdec-%%VERSION%%/swfdec/swfdec_as_frame.h
|
||||
include/swfdec-%%VERSION%%/swfdec/swfdec_as_function.h
|
||||
include/swfdec-%%VERSION%%/swfdec/swfdec_as_native_function.h
|
||||
include/swfdec-%%VERSION%%/swfdec/swfdec_as_object.h
|
||||
include/swfdec-%%VERSION%%/swfdec/swfdec_as_types.h
|
||||
include/swfdec-%%VERSION%%/swfdec/swfdec_audio.h
|
||||
include/swfdec-%%VERSION%%/swfdec/swfdec_buffer.h
|
||||
include/swfdec-%%VERSION%%/swfdec/swfdec_enums.h
|
||||
include/swfdec-%%VERSION%%/swfdec/swfdec_file_loader.h
|
||||
include/swfdec-%%VERSION%%/swfdec/swfdec_gc_object.h
|
||||
include/swfdec-%%VERSION%%/swfdec/swfdec_keys.h
|
||||
include/swfdec-%%VERSION%%/swfdec/swfdec_loader.h
|
||||
include/swfdec-%%VERSION%%/swfdec/swfdec_player.h
|
||||
include/swfdec-%%VERSION%%/swfdec/swfdec_player_scripting.h
|
||||
include/swfdec-%%VERSION%%/swfdec/swfdec_rectangle.h
|
||||
include/swfdec-%%VERSION%%/swfdec/swfdec_renderer.h
|
||||
include/swfdec-%%VERSION%%/swfdec/swfdec_script.h
|
||||
include/swfdec-%%VERSION%%/swfdec/swfdec_socket.h
|
||||
include/swfdec-%%VERSION%%/swfdec/swfdec_stream.h
|
||||
include/swfdec-%%VERSION%%/swfdec/swfdec_system.h
|
||||
include/swfdec-%%VERSION%%/swfdec/swfdec_url.h
|
||||
include/swfdec-%%VERSION%%/swfdec/swfdec_version.h
|
||||
lib/libswfdec-%%VERSION%%.a
|
||||
lib/libswfdec-%%VERSION%%.so
|
||||
lib/libswfdec-%%VERSION%%.so.0
|
||||
lib/libswfdec-%%VERSION%%.so.0.0.0
|
||||
lib/libswfdec-gtk-%%VERSION%%.a
|
||||
lib/libswfdec-gtk-%%VERSION%%.so
|
||||
lib/libswfdec-gtk-%%VERSION%%.so.0
|
||||
lib/libswfdec-gtk-%%VERSION%%.so.0.0.0
|
||||
libdata/pkgconfig/swfdec-%%VERSION%%.pc
|
||||
libdata/pkgconfig/swfdec-gtk-%%VERSION%%.pc
|
||||
share/gtk-doc/html/swfdec/SwfdecAsArray.html
|
||||
share/gtk-doc/html/swfdec/SwfdecAsContext.html
|
||||
share/gtk-doc/html/swfdec/SwfdecAsDebugger.html
|
||||
share/gtk-doc/html/swfdec/SwfdecAsFunction.html
|
||||
share/gtk-doc/html/swfdec/SwfdecAsObject.html
|
||||
share/gtk-doc/html/swfdec/SwfdecAudio.html
|
||||
share/gtk-doc/html/swfdec/SwfdecGtkPlayer.html
|
||||
share/gtk-doc/html/swfdec/SwfdecGtkWidget.html
|
||||
share/gtk-doc/html/swfdec/SwfdecLoader.html
|
||||
share/gtk-doc/html/swfdec/SwfdecPlayer.html
|
||||
share/gtk-doc/html/swfdec/SwfdecPlayerScripting.html
|
||||
share/gtk-doc/html/swfdec/SwfdecRenderer.html
|
||||
share/gtk-doc/html/swfdec/SwfdecSocket.html
|
||||
share/gtk-doc/html/swfdec/SwfdecStream.html
|
||||
share/gtk-doc/html/swfdec/SwfdecSystem.html
|
||||
share/gtk-doc/html/swfdec/ch01.html
|
||||
share/gtk-doc/html/swfdec/ch02.html
|
||||
share/gtk-doc/html/swfdec/ch03.html
|
||||
share/gtk-doc/html/swfdec/ch04.html
|
||||
share/gtk-doc/html/swfdec/home.png
|
||||
share/gtk-doc/html/swfdec/index.html
|
||||
share/gtk-doc/html/swfdec/index.sgml
|
||||
share/gtk-doc/html/swfdec/ix01.html
|
||||
share/gtk-doc/html/swfdec/left.png
|
||||
share/gtk-doc/html/swfdec/right.png
|
||||
share/gtk-doc/html/swfdec/style.css
|
||||
share/gtk-doc/html/swfdec/swfdec-Enumerations-and-Types.html
|
||||
share/gtk-doc/html/swfdec/swfdec-Gtk-extension-objects.html
|
||||
share/gtk-doc/html/swfdec/swfdec-Internals.html
|
||||
share/gtk-doc/html/swfdec/swfdec-SwfdecAsFrame.html
|
||||
share/gtk-doc/html/swfdec/swfdec-SwfdecAsValue.html
|
||||
share/gtk-doc/html/swfdec/swfdec-SwfdecBuffer.html
|
||||
share/gtk-doc/html/swfdec/swfdec-SwfdecRectangle.html
|
||||
share/gtk-doc/html/swfdec/swfdec-SwfdecURL.html
|
||||
share/gtk-doc/html/swfdec/swfdec-Version-Information.html
|
||||
share/gtk-doc/html/swfdec/swfdec.devhelp
|
||||
share/gtk-doc/html/swfdec/swfdec.devhelp2
|
||||
share/gtk-doc/html/swfdec/up.png
|
@ -394,7 +394,6 @@
|
||||
SUBDIR += svt-av1
|
||||
SUBDIR += svt-hevc
|
||||
SUBDIR += svt-vp9
|
||||
SUBDIR += swfdec-gnome
|
||||
SUBDIR += syncplay
|
||||
SUBDIR += szap-s2
|
||||
SUBDIR += tautulli
|
||||
|
@ -1,27 +0,0 @@
|
||||
# Created by: Koop Mast <kwm@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
# $MCom: ports/multimedia/swfdec-gnome/Makefile,v 1.29 2010/09/29 14:04:43 kwm Exp $
|
||||
|
||||
PORTNAME= swfdec-gnome
|
||||
PORTVERSION= 2.30.1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= multimedia
|
||||
MASTER_SITES= GNOME
|
||||
DIST_SUBDIR= gnome2
|
||||
|
||||
MAINTAINER= gnome@FreeBSD.org
|
||||
COMMENT= Gtk flash player and thumbnailer
|
||||
|
||||
LIB_DEPENDS= libswfdec-0.8.so:graphics/swfdec
|
||||
|
||||
USE_GNOME= gnomeprefix gtk20 intlhack gconf2
|
||||
INSTALLS_ICONS= yes
|
||||
USES= desktop-file-utils gettext gmake gnome pathfix pkgconfig \
|
||||
tar:bzip2
|
||||
GNU_CONFIGURE= yes
|
||||
CPPFLAGS+= -I${LOCALBASE}/include
|
||||
LDFLAGS+= -L${LOCALBASE}/lib
|
||||
|
||||
GCONF_SCHEMAS= swfdec-thumbnailer.schemas
|
||||
|
||||
.include <bsd.port.mk>
|
@ -1,2 +0,0 @@
|
||||
SHA256 (gnome2/swfdec-gnome-2.30.1.tar.bz2) = e684a2ae44ff52b925796734813c32fa222d4aba0aa85fd77276e99a12317b88
|
||||
SIZE (gnome2/swfdec-gnome-2.30.1.tar.bz2) = 176616
|
@ -1,6 +0,0 @@
|
||||
Swfdec is a library for rendering Flash animations and games. It was
|
||||
originally designed as a basis library for creating Flash plugins for
|
||||
GStreamer, but it is a fully standalone library which only use the
|
||||
libart library for drawing.
|
||||
|
||||
WWW: http://www.schleef.org/swfdec/
|
@ -1,80 +0,0 @@
|
||||
bin/swfdec-player
|
||||
bin/swfdec-thumbnailer
|
||||
man/man1/swfdec-player.1.gz
|
||||
man/man1/swfdec-thumbnailer.1.gz
|
||||
share/applications/swfdec-player.desktop
|
||||
share/icons/hicolor/16x16/apps/swfdec-gnome.png
|
||||
share/icons/hicolor/22x22/apps/swfdec-gnome.png
|
||||
share/icons/hicolor/24x24/apps/swfdec-gnome.png
|
||||
share/icons/hicolor/32x32/apps/swfdec-gnome.png
|
||||
share/icons/hicolor/48x48/apps/swfdec-gnome.png
|
||||
share/icons/hicolor/scalable/apps/swfdec-gnome.svg
|
||||
share/locale/ar/LC_MESSAGES/swfdec-gnome.mo
|
||||
share/locale/as/LC_MESSAGES/swfdec-gnome.mo
|
||||
share/locale/ast/LC_MESSAGES/swfdec-gnome.mo
|
||||
share/locale/be/LC_MESSAGES/swfdec-gnome.mo
|
||||
share/locale/be@latin/LC_MESSAGES/swfdec-gnome.mo
|
||||
share/locale/bg/LC_MESSAGES/swfdec-gnome.mo
|
||||
share/locale/bn/LC_MESSAGES/swfdec-gnome.mo
|
||||
share/locale/bn_IN/LC_MESSAGES/swfdec-gnome.mo
|
||||
share/locale/br/LC_MESSAGES/swfdec-gnome.mo
|
||||
share/locale/ca/LC_MESSAGES/swfdec-gnome.mo
|
||||
share/locale/ca@valencia/LC_MESSAGES/swfdec-gnome.mo
|
||||
share/locale/cs/LC_MESSAGES/swfdec-gnome.mo
|
||||
share/locale/da/LC_MESSAGES/swfdec-gnome.mo
|
||||
share/locale/de/LC_MESSAGES/swfdec-gnome.mo
|
||||
share/locale/el/LC_MESSAGES/swfdec-gnome.mo
|
||||
share/locale/en@shaw/LC_MESSAGES/swfdec-gnome.mo
|
||||
share/locale/en_GB/LC_MESSAGES/swfdec-gnome.mo
|
||||
share/locale/es/LC_MESSAGES/swfdec-gnome.mo
|
||||
share/locale/et/LC_MESSAGES/swfdec-gnome.mo
|
||||
share/locale/eu/LC_MESSAGES/swfdec-gnome.mo
|
||||
share/locale/fi/LC_MESSAGES/swfdec-gnome.mo
|
||||
share/locale/fr/LC_MESSAGES/swfdec-gnome.mo
|
||||
share/locale/ga/LC_MESSAGES/swfdec-gnome.mo
|
||||
share/locale/gl/LC_MESSAGES/swfdec-gnome.mo
|
||||
share/locale/gu/LC_MESSAGES/swfdec-gnome.mo
|
||||
share/locale/he/LC_MESSAGES/swfdec-gnome.mo
|
||||
share/locale/hi/LC_MESSAGES/swfdec-gnome.mo
|
||||
share/locale/hu/LC_MESSAGES/swfdec-gnome.mo
|
||||
share/locale/id/LC_MESSAGES/swfdec-gnome.mo
|
||||
share/locale/it/LC_MESSAGES/swfdec-gnome.mo
|
||||
share/locale/ja/LC_MESSAGES/swfdec-gnome.mo
|
||||
share/locale/kk/LC_MESSAGES/swfdec-gnome.mo
|
||||
share/locale/kn/LC_MESSAGES/swfdec-gnome.mo
|
||||
share/locale/ko/LC_MESSAGES/swfdec-gnome.mo
|
||||
share/locale/ku/LC_MESSAGES/swfdec-gnome.mo
|
||||
share/locale/lt/LC_MESSAGES/swfdec-gnome.mo
|
||||
share/locale/lv/LC_MESSAGES/swfdec-gnome.mo
|
||||
share/locale/mai/LC_MESSAGES/swfdec-gnome.mo
|
||||
share/locale/mk/LC_MESSAGES/swfdec-gnome.mo
|
||||
share/locale/ml/LC_MESSAGES/swfdec-gnome.mo
|
||||
share/locale/mr/LC_MESSAGES/swfdec-gnome.mo
|
||||
share/locale/ms/LC_MESSAGES/swfdec-gnome.mo
|
||||
share/locale/nb/LC_MESSAGES/swfdec-gnome.mo
|
||||
share/locale/nl/LC_MESSAGES/swfdec-gnome.mo
|
||||
share/locale/nn/LC_MESSAGES/swfdec-gnome.mo
|
||||
share/locale/or/LC_MESSAGES/swfdec-gnome.mo
|
||||
share/locale/pa/LC_MESSAGES/swfdec-gnome.mo
|
||||
share/locale/pl/LC_MESSAGES/swfdec-gnome.mo
|
||||
share/locale/ps/LC_MESSAGES/swfdec-gnome.mo
|
||||
share/locale/pt/LC_MESSAGES/swfdec-gnome.mo
|
||||
share/locale/pt_BR/LC_MESSAGES/swfdec-gnome.mo
|
||||
share/locale/ro/LC_MESSAGES/swfdec-gnome.mo
|
||||
share/locale/ru/LC_MESSAGES/swfdec-gnome.mo
|
||||
share/locale/sk/LC_MESSAGES/swfdec-gnome.mo
|
||||
share/locale/sl/LC_MESSAGES/swfdec-gnome.mo
|
||||
share/locale/sq/LC_MESSAGES/swfdec-gnome.mo
|
||||
share/locale/sr/LC_MESSAGES/swfdec-gnome.mo
|
||||
share/locale/sr@latin/LC_MESSAGES/swfdec-gnome.mo
|
||||
share/locale/sv/LC_MESSAGES/swfdec-gnome.mo
|
||||
share/locale/ta/LC_MESSAGES/swfdec-gnome.mo
|
||||
share/locale/te/LC_MESSAGES/swfdec-gnome.mo
|
||||
share/locale/th/LC_MESSAGES/swfdec-gnome.mo
|
||||
share/locale/tr/LC_MESSAGES/swfdec-gnome.mo
|
||||
share/locale/uk/LC_MESSAGES/swfdec-gnome.mo
|
||||
share/locale/vi/LC_MESSAGES/swfdec-gnome.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/swfdec-gnome.mo
|
||||
share/locale/zh_HK/LC_MESSAGES/swfdec-gnome.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/swfdec-gnome.mo
|
||||
%%DATADIR%%/swfdec-player.ui
|
Loading…
Reference in New Issue
Block a user