Browse Source

Mathieu Doidy <mdoidy@roulaize.net>:

updated bitlbee (0.84) and streamtuner (0.11.1),
fixed rene/esmart/usr-local.patch (correcting a segfault),
fixed misc/archives/fmnewpackage.sh (svn trimmed the ^M)


git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@2367 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc
rocklinux
Mathieu 21 years ago
parent
commit
d1a2176ca6
4 changed files with 25 additions and 11 deletions
  1. +1
    -1
      misc/archive/fmnewpackage.sh
  2. +2
    -2
      package/mathieu/bitlbee/bitlbee.desc
  3. +4
    -4
      package/mathieu/streamtuner/streamtuner.desc
  4. +18
    -4
      package/rene/esmart/usr-local.patch

+ 1
- 1
misc/archive/fmnewpackage.sh

@ -73,7 +73,7 @@ read_fm_config() {
extract_xml_name url_zip $fmname.xml url_zip
extract_xml_name url_cvs $fmname.xml url_cvs
url="$(curl -I $urlh 2>/dev/null | grep "^Location:" | sed -e 's,^Location: \(.*\)$,\1,' -e 's,,,' )"
url="$(curl -I $urlh 2>/dev/null | grep "^Location:" | sed -e 's,^Location: \(.*\)$,\1,' | tr -d '\015' )"
get_download $url_tbz $url_tgz $url_zip #@FIXME $url_cvs
# grep trove categories for status IDs

+ 2
- 2
package/mathieu/bitlbee/bitlbee.desc

@ -39,7 +39,7 @@
[L] GPL
[S] Stable
[V] 0.83
[V] 0.84
[P] X -----5---9 856.000
[D] 3319920455 bitlbee-0.83.tar.gz http://get.bitlbee.org/src/
[D] 1746490648 bitlbee-0.84.tar.gz http://get.bitlbee.org/src/

+ 4
- 4
package/mathieu/streamtuner/streamtuner.desc

@ -36,11 +36,11 @@
[L] BSD
[S] Beta
[V] 0.11.0
[V] 0.11.1
[P] X -----5---9 800.000
[SRC] streamtuner
[D] 242553532 streamtuner-0.11.0.tar.gz http://streamtuner.sourceforge.net/streamtuner/
[D] 4084492997 streamtuner-live365-0.3.3.tar.gz http://streamtuner.sourceforge.net/streamtuner/
[D] 2665692138 streamtuner-local-0.3.0.tar.gz http://streamtuner.sourceforge.net/streamtuner/
[D] 2779020913 streamtuner-0.11.1.tar.gz http://savannah.nongnu.org/download/streamtuner/
[D] 4084492997 streamtuner-live365-0.3.3.tar.gz http://savannah.nongnu.org/download/streamtuner/
[D] 2665692138 streamtuner-local-0.3.0.tar.gz http://savannah.nongnu.org/download/streamtuner/

+ 18
- 4
package/rene/esmart/usr-local.patch

@ -1,5 +1,18 @@
--- esmart-2004-01-18/src/container/layout/default/Makefile.am.orig 2004-01-21 16:10:44.000000000 +0100
+++ esmart-2004-01-18/src/container/layout/default/Makefile.am 2004-01-21 16:10:52.000000000 +0100
diff -ru esmart-2004-02-02~/configure.in esmart-2004-02-02/configure.in
--- esmart-2004-02-02~/configure.in 2004-01-17 08:16:46.000000000 +0100
+++ esmart-2004-02-02/configure.in 2004-02-08 17:12:24.000000000 +0100
@@ -35,7 +35,7 @@
container_plugin_dir=${libdir}/${PACKAGE}/layout
fi
#FIXME: remove this and get it working correctly
-container_plugin_dir="/usr/local/lib/esmart/layout"
+container_plugin_dir="${libdir}/esmart/layout"
AC_DEFINE_UNQUOTED(CONTAINER_PLUGIN_DIR, "${container_plugin_dir}", [Container Plugin Directory])
AC_SUBST(container_plugin_dir)
diff -ru esmart-2004-02-02~/src/container/layout/default/Makefile.am esmart-2004-02-02/src/container/layout/default/Makefile.am
--- esmart-2004-02-02~/src/container/layout/default/Makefile.am 2004-01-13 20:26:41.000000000 +0100
+++ esmart-2004-02-02/src/container/layout/default/Makefile.am 2004-02-08 17:04:54.000000000 +0100
@@ -1,5 +1,5 @@
plugin_LTLIBRARIES = default.la
-plugindir = /usr/local/lib/esmart/layout
@ -7,8 +20,9 @@
default_la_SOURCES = default.c
default_la_LDFLAGS = -module -avoid-version
--- esmart-2004-01-18/src/container/layout/entice/Makefile.am.orig 2004-01-21 16:11:20.000000000 +0100
+++ esmart-2004-01-18/src/container/layout/entice/Makefile.am 2004-01-21 16:11:04.000000000 +0100
diff -ru esmart-2004-02-02~/src/container/layout/entice/Makefile.am esmart-2004-02-02/src/container/layout/entice/Makefile.am
--- esmart-2004-02-02~/src/container/layout/entice/Makefile.am 2004-01-13 02:25:09.000000000 +0100
+++ esmart-2004-02-02/src/container/layout/entice/Makefile.am 2004-02-08 17:04:54.000000000 +0100
@@ -1,5 +1,5 @@
plugin_LTLIBRARIES = entice.la
-plugindir = /usr/local/lib/esmart/layout

Loading…
Cancel
Save