From 911abfaea26533dcc887874a516c407233364cc2 Mon Sep 17 00:00:00 2001 From: fake Date: Wed, 5 Jan 2005 11:39:56 +0000 Subject: [PATCH] fake: streamtuner: update to 0.99.99 add patch adding tcl and tk to the python plugin's LDFLAGS, fixing an error. [2004122516115725629] (https://www.rocklinux.net/submaster) git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@5396 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc --- .../mathieu/streamtuner/python-ldflags.patch | 22 +++++++++++++++++++ package/mathieu/streamtuner/streamtuner.desc | 4 ++-- 2 files changed, 24 insertions(+), 2 deletions(-) create mode 100644 package/mathieu/streamtuner/python-ldflags.patch diff --git a/package/mathieu/streamtuner/python-ldflags.patch b/package/mathieu/streamtuner/python-ldflags.patch new file mode 100644 index 000000000..85eadaf90 --- /dev/null +++ b/package/mathieu/streamtuner/python-ldflags.patch @@ -0,0 +1,22 @@ +--- ./src/plugins/python/Makefile.am.orig 2004-12-25 16:05:02.267366488 +0100 ++++ ./src/plugins/python/Makefile.am 2004-12-25 16:05:50.106093896 +0100 +@@ -19,7 +19,7 @@ + pst-stream.h \ + pst-transfer-session.c \ + pst-transfer-session.h +-python_la_LDFLAGS = -avoid-version -module $(EMBEDDED_PYTHON_LIBS) $(PYGTK_LIBS) ++python_la_LDFLAGS = -avoid-version -module $(EMBEDDED_PYTHON_LIBS) $(PYGTK_LIBS) -ltcl8.4 -ltk8.4 + + scriptsdir = $(pkgdatadir)/python/scripts + iconsdir = $(pkgdatadir)/python/icons +--- ./src/plugins/python/Makefile.in.orig 2004-12-25 16:05:07.634550552 +0100 ++++ ./src/plugins/python/Makefile.in 2004-12-25 16:06:37.507887728 +0100 +@@ -300,7 +300,7 @@ + pst-transfer-session.c \ + pst-transfer-session.h + +-python_la_LDFLAGS = -avoid-version -module $(EMBEDDED_PYTHON_LIBS) $(PYGTK_LIBS) ++python_la_LDFLAGS = -avoid-version -module $(EMBEDDED_PYTHON_LIBS) $(PYGTK_LIBS) -ltcl8.4 -ltk8.4 + scriptsdir = $(pkgdatadir)/python/scripts + iconsdir = $(pkgdatadir)/python/icons + AM_CPPFLAGS = $(WARN_CFLAGS) $(ST_CFLAGS) $(EMBEDDED_PYTHON_CFLAGS) $(PYGTK_CFLAGS) \ diff --git a/package/mathieu/streamtuner/streamtuner.desc b/package/mathieu/streamtuner/streamtuner.desc index 9905b68bc..b5fd037fb 100644 --- a/package/mathieu/streamtuner/streamtuner.desc +++ b/package/mathieu/streamtuner/streamtuner.desc @@ -36,7 +36,7 @@ [L] BSD [S] Beta -[V] 0.99 +[V] 0.99.99 [P] X -?---5---9 207.500 -[D] 229947153 streamtuner-0.99.tar.gz http://savannah.nongnu.org/download/streamtuner/ +[D] 2102140391 streamtuner-0.99.99.tar.gz http://savannah.nongnu.org/download/streamtuner/