Changeset 5340:180fa71d8af8 in roaraudio for plugins/roard/protocol-irc.c


Ignore:
Timestamp:
12/09/11 23:05:02 (12 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

cleanup and usage of new macros

File:
1 edited

Legend:

Unmodified
Added
Removed
  • plugins/roard/protocol-irc.c

    r5312 r5340  
    873873 ROARD_DL_CHECK_VERSIONS(); 
    874874 
    875  libname.license = "GPL-3.0"; 
     875 ROAR_DL_PLUGIN_META_PRODUCT_NIV("roard-irc-protocol", ROAR_VID_ROARAUDIO, ROAR_VNAME_ROARAUDIO); 
     876 ROAR_DL_PLUGIN_META_VERSION(ROAR_VERSION_STRING); 
     877 ROAR_DL_PLUGIN_META_LICENSE_TAG(GPLv3_0); 
     878 ROAR_DL_PLUGIN_META_CONTACT_FLNE("Philipp", "Schafft", "ph3-der-loewe", "lion@lion.leolix.org"); 
     879 ROAR_DL_PLUGIN_META_DESC("Implementation of the Internet Relay Chat (IRC)"); 
    876880 
    877881 ROAR_DL_PLUGIN_REG_UNLOAD(unload); 
Note: See TracChangeset for help on using the changeset viewer.