PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : Beep Media Player v1.0.0-pre5



sUbaRt!
09.11.03, 10:20
Neues vom XMMS Clone im GTK2 Kleid

Changes:

* Now really this time (TM) finished replacing gtk_signal_connect, i had changed that only in all the beep/* sources previously.
* configure.in: Added define BMP_RCPATH for the app's rc/configuration path and replaced all static strings referencing to it (not static as in C static decl. but static as in written-out) with the new define. New default is $HOME/.bmp, configure option is --rc-path=PATH.
* Input/vorbis/vorbis.c: Added code for error diagnostics (while debugging the input_check_file failure in the new dir browser, which turned out to be a completely different, much more stupid problem), replaced custom utf8 functions with GLib ones
* Input/vorbis/utf8.c: Removed (see above)
* beep/output.c: Changed set_current_output_plugin so that the change is immediate. This will give a short pause when changing the plugin, but i think it still makes more sense.
* beep/playlist.c: Fixed input_scan_dir hook in dir browser, added refresh function, added multiple roots, changed window layout, added context menu for tree view, removed view update while adding (too slow)
* beep/main.c: Fixed bug with application crashing when dropping directories onto the main window
* beep/main.c: Removed JTF global variables
* beep/main.c, beep/util.c, beep/playlistwin.c: Cleaned up and fixed Add URL window, re-added to menus.
* Visualization/blur_scope/blur_scope.c: added right click menu at blur scope for closing the window and toggling window decorations
* Input: re-added wav plugin
* Visualization: re-added blur_scope


--- Zur Page --- (http://www.linux-media.net/beep/)

Thomas Mitzkat
09.11.03, 10:29
wenig spektakulär. bleibt zu hoffen, daß es möglich sein wird skins zu erstellen, wo man auch die anordnung der bedienelemente frei definieren kann. zur zeit unterscheidet sich das programm optisch wenig von xmms.

Roger Wilco
09.11.03, 12:56
Original geschrieben von Thomas Mitzkat
wenig spektakulär. bleibt zu hoffen, daß es möglich sein wird skins zu erstellen, wo man auch die anordnung der bedienelemente frei definieren kann. zur zeit unterscheidet sich das programm optisch wenig von xmms.
Das Ziel von Beep war auch ursprünglich "nur" eine GTK2 Version von xmms zu erstellen. Und für den 5. Release (1.0.0 pre 1 war der erste) ist das doch gar nicht soooo schlecht, oder? ;)

sUbaRt!
09.11.03, 13:06
die playliste kann man nun ohne Probleme öffnen, nur irgendwie stimmt mit dem skinbrowser was nicht. Ich sehe jetzt keines anders Skin mehr darin

fs111
09.11.03, 17:10
bei mir ist die gesamte Konfiguratio0n, die ja seit pre4 in .beep und nicht mehr in .xmms liegt weg, keine Ahnung, wo das wieder hin ist...

fs111

buhman
09.11.03, 18:36
configure: configuring in libbeep
configure: running /bin/sh './configure' --prefix=. --cache-file=/dev/null --srcdir=.
configure: error: expected an absolute directory name for --prefix: .
configure: error: /bin/sh './configure' failed for libbeep

das kommt beim ./configure von beep

Indy500
09.11.03, 19:11
Seit 8 Monaten im Forum, 565 Beiträge aber immer noch keinen Schimmer was Fehlermeldungen bedeuten bzw. das dort meistens der Hinweis auf den Fehler angegeben wird.

configure: error: expected an absolute directory name for --prefix: .

Auf Deutsch: absoluter Verzeichnispfad bzw. Name für --prefix erwartet.
z.b --prefix=/usr oder wo auch immer das Prog installiert werden soll.

buhman
09.11.03, 21:11
danke

buhman
09.11.03, 21:17
nu kommt das
In file included from /usr/include/pango-1.0/pango/pangoft2.h:26,
from playlist_list.c:45:
/usr/include/freetype2/freetype/freetype.h:20:2: #error "`ft2build.h' hasn't bee
n included yet!"
/usr/include/freetype2/freetype/freetype.h:21:2: #error "Please always use macro
s to include FreeType header files."
/usr/include/freetype2/freetype/freetype.h:22:2: #error "Example:"
/usr/include/freetype2/freetype/freetype.h:23:2: #error " #include <ft2build.h>
"
/usr/include/freetype2/freetype/freetype.h:24:2: #error " #include FT_FREETYPE_
H"
playlist_list.c: In function `playlist_list_draw':
playlist_list.c:427: warning: assignment discards qualifiers from pointer target
type
playlist_list.c:488: warning: unused variable `len'
playlist_list.c: In function `create_playlist_list':
playlist_list.c:627: warning: assignment from incompatible pointer type
playlist_list.c:628: warning: assignment from incompatible pointer type
playlist_list.c:629: warning: assignment from incompatible pointer type
playlist_list.c: In function `playlist_list_set_font':
playlist_list.c:647: warning: implicit declaration of function `text_get_extents
'
make[4]: *** [playlist_list.o] Error 1
make[4]: Leaving directory `/usr/local/src/beep-media-player-1.0.0-pre5/beep'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/usr/local/src/beep-media-player-1.0.0-pre5/beep'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/usr/local/src/beep-media-player-1.0.0-pre5/beep'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/local/src/beep-media-player-1.0.0-pre5'
make: *** [all] Error 2