Skip to content

Commit 2aa3a10

Browse files
(no author)hartwork
authored andcommitted
This commit was manufactured by cvs2svn to create branch 'release_0_4_0'.
1 parent 37d12cd commit 2aa3a10

File tree

60 files changed

+7178
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

60 files changed

+7178
-0
lines changed

libvisual-plugins/ChangeLog

Lines changed: 970 additions & 0 deletions
Large diffs are not rendered by default.

libvisual-plugins/HACKING

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
If you'd like to hack on/using/for libvisual bear in mind the
2+
following:
3+
4+
Communication:
5+
I think it's very important to communicate with each other
6+
to give directions, avoid duplication of work and to share
7+
ideas. If you're planning to developer something for or
8+
using libvisual, please subscribe to the mailinglist that
9+
can be found www.sf.net/projects/libvisual/.
10+
11+
Libvisual isn't something static, if something is borked
12+
or really should be done different, don't hack around it
13+
but bring it up. Libvisual is there to rock, and thus we
14+
should fix at the core, not the layer above.
15+
16+
If you're a plugin writing and you're missing something
17+
in the host platform, that is libvisual, please tell us
18+
we are eager to fix it and make it better.
19+
20+
Codestyle:
21+
Libvisual:
22+
Use the code style that is present in libvisual,
23+
i'm not going to describe the complete codestyle
24+
in this document rather just look at the source
25+
and copy the style. I'm very strict when it
26+
comes to the codestyle within libvisual so obey it
27+
when you write something.
28+
29+
Plugins:
30+
Many plugins present have been ported over from
31+
other applications and players, especially from
32+
xmms plugins. Lots have changed within the plugins
33+
for example all use a private for their data to
34+
ensure reentrance and multiple instances. The code
35+
style is often not as it should be and mixed.
36+
37+
I think the best situation would be to have the plugins
38+
have the same code style as libvisual.
39+
40+
Tests:
41+
These are just hacks, ignore them :)
42+
43+
Patches:
44+
When you send me patches, send them in unified format, using
45+
diff -u.
46+

libvisual-plugins/Makefile.am

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
## Process this file with automake to generate a Makefile.in
2+
3+
SUBDIRS = plugins po
4+
5+
EXTRA_DIST = libvisual-plugins.spec gettext.h po/Makevars.in
6+
7+
CLEANFILES = po/Makevars
8+
DISTCLEANFILES = $(CLEANFILES)

0 commit comments

Comments
 (0)